/*
Theme Name: Alcazar Capital
Theme URI: http://www.alcazar-capital.com/
Description: Theme for Alcazar Capital website.
Version: 1.0
Author: Nathalie Dufour
Tags: alcazar
*/



/* STYLE PRIMARY TAGS */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #f3f3f3;
}

form, body {
	margin: 0;
	padding: 0;
}

a {
	color: #35668e;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
}

input {
	vertical-align: middle;	
}

p, ul, h1, h2, h3, h4, h5, h6 {
	padding: 0px 5px 7px 10px;
	margin: 0;
}

small {
	font-size: 11px;
}

h1, h1 a, h1 a:hover {
	font-size: 18px;
	font-weight: bold;
}

h2, h2 a, h2 a:hover {
	font-size: 18px;
	font-weight: normal;
}

h3, h3 a, h3 a:hover {
	font-size: 15px;
	font-weight: bold;
}

h4, h4 a {
	font-size: 13px;
}

h6 {
	font-family: Palatino, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

li {
	list-style-image: url(images/li.png);	
}

textarea {
	width: 400px;
	height: 200px;	
}

/* STYLE CLASSES */

.font_15px {
	font-size: 15px;
}

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.clear {
	clear: both;	
}

.text_left {
	text-align: left;	
}

.text_center {
	text-align: center;	
}

.text_right {
	text-align: right;	
}

.thumb {
	width: 106px;
	border: 1px solid #cccbb1;	
}

.thumb_topnews {
	width: 275px;
}

.thumb_author {
	width: 58px;
	border: 1px solid #cccbb1;	
}

.thumb_logo {
	width: 122px;
}

.thumb_table {
	border: 0;
	border-spacing: 0;
}

.thumb_table td {
	padding: 0;
	vertical-align: top;
}

.list_style_none ul {
	list-style: none;
}
.list_inline li {
	display: inline;
}

.link_underline p a {
	text-decoration: underline;	
}

.link_bold p a {
	font-weight: bold;
}

.hover_underline_none:hover {
	text-decoration: none;	
}

.bold {
	font-weight: bold;
}

.color_blue, .color_blue a, .color_blue a:hover {
	color: #35668e;
}

.color_grey, .color_grey a, .color_grey a:hover {
	color: #999999;
}

.color_white, .color_white a, .color_white a:hover {
	color: #fff;	
}

.color_black, .color_black a, .color_black a:hover {
	color: #666;
}

.color_red, .color_red a, .color_red a:hover {
	color: #800104;
}

.margin_none, .margin_none p, .margin_none input, .margin_none ul, .margin_none h1, .margin_none h2, .margin_none h3, .margin_none h4, .margin_none h5, .margin_none h6 {
	margin: 0;
}

.padding_none {
	padding: 0;
}

.inline p, .inline input, .inline ul, .inline li, .inline h1, .inline h2, .inline h3, .inline h4, .inline h5, .inline h6 {
	display: inline;	
}

.ul_margin ul {
	margin: 0 0 0 15px;	
}

/* POSITIONS */

.center_ie {
	text-align: center;
	margin: 0;
	padding: 0;
}

.center_moz {
	margin: 0 auto 0 auto;
	width: 980px;
	padding: 0;
	background: url(images/body_background.png) repeat-x;
	background-color: #f1f1f1;
}

#header {
	width: 900px;
	height: 106px;
	padding: 10px;
	margin: 0 0 0 30px;
}

#navigation {
	width: 920px;
	height: 30px;
	background-color: #2a506f;
	background: url(images/nav_background.png) repeat-x;
	overflow: hidden;
	margin-left: 30px;
}

#navigation_links {
	width: 920px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
}

.navigation_li {
	width: 152px;
}

.navigation_links_on {
	background-color: #417eb3;
	background: url(images/nav_background_on.png) repeat-x;
}

#navigation_hr {
	width: 920px;
	height: 2px;
	background-color: #fff;
	margin-left: 30px;
	overflow: hidden;
}

#js_animation {
	margin-left: 30px;
	padding: 0;
}

.animation {
	width: 920px;
	height: 90px;
	padding-top: 200px;
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.animation_block {
	width: 920px;
	height: 90px;
	background-color: #000;
	opacity:0.85;
	filter:alpha(opacity=85);
	padding: 0;
}

.animation_left {
	width: 300px;
	height: 85px;
	margin-left: 20px;
	padding-top: 5px;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	overflow: hidden;
}

.animation_right {
	width: 575px;
	height: 85px;
	margin-left: 5px;
	padding-top: 5px;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	overflow: hidden;
}

.animation_ul li {
	width: 258px;
	height: 16px;
	line-height: 16px;
	background: url(images/animation_link.png) no-repeat;
	margin-top: 3px;
	padding: 5px 10px 3px 10px;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	list-style-position:inside;
	list-style-image: url(images/animation_li.png);
	overflow: hidden;
}

.animation_li_on {
	background: url(images/animation_link_on.png) no-repeat !important;
	list-style-position:inside;
	list-style-image: url(images/animation_li_on.png) !important;
	color: #35668e;
}

.animation_li_on a, .animation_li_on a:hover {
	color: #35668e;
}

#hp_left {
	width: 500px;
}

#hp_left_hr {
	width: 485px;
	height: 1px;
	background-color: #e0e0e0;
	margin-left: 10px;	
	margin-bottom: 5px;
	overflow: hidden;
}

#hp_split {
	width: 60px;
	height: 150px;
	background: url(images/hp_split.png) no-repeat;
}

#hp_right {
	width: 300px;
}

#hp_right_hr {
	width: 285px;
	height: 1px;
	background-color: #e0e0e0;	
	margin-left: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}

.hp_more {
	width: 48px;
	height: 14px;
	background: url(images/hp_more.png) no-repeat;	
	padding: 4px;
}

#content {
	width: 880px;
	background-color: #fff;
	margin-left: 30px;
	padding: 20px;
}

.content_menu {
	width: 195px;
}

.content_block {
	width: 485px;
	margin-left: 25px;
	margin-top: 10px;
}

.content_picture {
	width: 140px;
	margin-left: 25px;
	margin-top: 10px;
}

.content_hr {
	width: 875px;
	height: 1px;
	background-color: #d4d4d4;
	overflow: hidden;
}

.content_menu_ul {
	margin: 0;
	padding: 0;
}

.content_menu_ul li {
	width: 175px;
	background-color: #f8f8f8;
	padding: 10px;
	border-bottom: 1px solid #d4d4d4;
	list-style: none;
	list-style-image: none;	
}

.content_menu_li_on {
	background-color: #fff !important;
}

.content_menu_li_on li {
	width: auto;
	background-color: #fff;
	border-bottom: 0;
	padding: 5px 5px 0 8px;	
}

.content_menu_ul li ul {
	margin-left: 25px;
	padding: 5px;
}

.content_menu_ul li ul li {
	padding: 0;
	list-style-image: url(images/li.png);	
}

.block {
	width: 240px;
}

.block_top {
	width: 240px;
	height: 8px;
	overflow: hidden;
	background: url(images/block_background_top.png) no-repeat;	
}

.block_middle {
	width: 224px;
	padding: 0 8px 0 8px;
	background: url(images/block_background_middle.png) repeat-y;	
}

.block_bottom {
	width: 240px;
	height: 8px;
	overflow: hidden;
	background: url(images/block_background_bottom.png) no-repeat;	
}

.block_more {
	width: 80px;
	height: 15px;
	background: url(images/block_more.png) no-repeat;	
}

.block_split {
	width: 5px;
	height: 102px;
}

#footer_nav {
	width: 920px;
	height: 20px;
	background: url(images/footer_nav_background.png) repeat-x;
	margin-left: 30px;
	padding-top: 20px;
	overflow: hidden;
}

#footer_nav_left, #footer_nav_right {
	width: 450px;
}

#footer {
	width: 980px;
	height: 18px;
	background: url(images/footer_background.png) repeat-x;
}

/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
