/* 
Theme Name: Yucatan Expatriate Services
Author URI: http://www.eclectech.com
Version: v1.0
Author: Eclectech SA de CV
Description: Theme for Yucatan Expatriate Services
*/

body {
	background: #dbc7bc;
	color: #5f4833;
	font-size: 13px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
}

body * {
	margin: 0px;
	padding: 0px;
}

input[type=submit], input[type=button]{
	height:30px;
	padding:0px 12px 0px 12px;
	border:1px solid #8f3215;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	color:#ffffff;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:13px;
}

blockquote{
	margin-left:30px;
	padding-left:5px;
	font-style:italic;
	border-left:3px solid #cccccc;
}

#container {
	background: #ffffff;
	width: 1000px;
	text-align: left;
	margin: 0px auto 30px auto;
	border: 1px solid #c2b0a7;
	border-top:none;
	overflow: hidden;
}

#header {
	width: 1000px;
	height:358px;
	overflow:hidden;
	margin: 0px;
	padding:0px;
}

#share-menu {
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #ffffff;
	margin: 0px;
	padding-top:8px;
	padding-left:10px;
	text-align: left;
	color:#68735b;
	overflow:hidden;
	float: left;
}

#menu {
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #ffffff;
	margin: 0px;
	padding-top:8px;
	padding-right:10px;
	text-align: right;
	color:#68735b;
	overflow:hidden;
	float: right;
}

#menu a{ 
	color:#68735b;
	text-decoration:none; 
}

#menu a:hover { text-decoration:underline; }

* html #content {
	width: 340px;
	margin: 20px 0px;
}

#content {
	width:580px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	background-color:#ffffff;
	min-height:500px;
	minimum-height:500px;
	overflow:hidden;
}

#content a{ color:#000000; }
#content p { margin: 0px; line-height: 18px; padding: 0px 0px 10px 0px; }
/*#content p img { border: none; padding: 0px 10px 10px 0px; }*/
#content p a { text-decoration: underline; }
#content p .tippy_link { text-decoration:none; }

#content h1 {
	color: #5f4833;
	font-size: 48px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	margin: 0px;
}

#content h2 { 
	color: #f15b28; 
	font-size:14px; 
	font-weight:bold; 
	margin-top:5px; 
	margin-bottom:0px; 
}

#content h2 a{ text-decoration:none; color: #f15b28; }
#content h2 a:hover{ text-decoration:underline; }
#content .thumbnail{ margin:5px; border:1px solid black; }
#content ul {
	margin-top:15px;
	margin-bottom:20px;
	margin-left:30px;
	list-style-type:circle;
}
#content ul li{
	padding:3px;
}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	clear:both;
}

.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

#sidebar_left{
	width:160px;
	background-color:#ab3a17;
	float:left;
	margin-top:12px;
	color:#ffffff;
}

#sidebar_left h1{
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:normal;
}

#sidebar_left h4{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

/* LEFT SIDE POLL */
#sidebar_left #poll_options{
	margin-top:15px;
	margin-bottom:20px;
	margin-left:0px;
	list-style-type: none;
}

#sidebar_left #poll_options li{	
	font-size:12px;
	/*padding-left:12px;*/
	line-height:18px;	
}

/**/
/* LEFT MAIN MENU */
#sidebar_left #left_menu{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	list-style-type: none;
}

#sidebar_left #left_menu li{
	font-family:"Trebuchet MS";
	font-size:13px;
	line-height:19px;
	padding-left:12px;
	background-image: url(images/square_bullet_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}

#sidebar_left #left_menu .current_page{
	background-image: url(images/square_bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#sidebar_left #left_menu li a{
	color:#ffffff;
	text-decoration:none;
}

#sidebar_left #left_menu li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/**/
#sidebar_right{
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#ffffff;
	width:250px;
	background-color:#ab3a17;
	float:right;
	margin-top:12px;
}

#sidebar_right #resources_list{
	list-style-type:none;
	margin-top:10px;
	font-size:16px;
}

#sidebar_right #resources_list li a{ color:#ffffff;	text-decoration:none; }
#sidebar_right #resources_list li a:hover{ text-decoration:underline; }

#sidebar_right input[type=text]{
	width:200px;
	height:20px;
	border:none;
}

#footer {
	height:120px;
	padding-top:13px;
	color:#ffffff;
	font-size:12px;
	background-color:#ce5e3b;
	overflow:hidden;
	width:1000px;
	clear:both;
	text-align:center;

}

#footer_spacer {
	height:20px;
	background-color:#ffffff;
	overflow:hidden;
	width:1000px;
	clear:both;
}


#footer p{ margin-top:5px; margin-bottom:5px; }
#footer a { color: #ffffff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#chat_girl {
	float:right;
	margin-bottom:0px;
	position:relative;
	top:66px;
	z-index:1000;
}

.testimonial_text{
	padding:10px;
	text-align:justify;
	font-style:italic;
}

#post_body{
	text-align:justify;
}

#post_body h2{
	font-size:24px;
}

.alignleft{
	float:left;
	border:1px solid #000000;
	padding:0px;
	margin:5px 10px 0px 0px;
}

.alignright{
	float:right;
	border:1px solid #000000;
	padding:0px;
	margin:5px 0px 0px 10px;
}

.aligncenter{
	border:1px solid #000000;
	padding:0px;
	margin:10px 0px 10px 0px;
}

#commentlist{
	margin-top:15px;
	margin-bottom:20px;
	margin-left:0px;
	list-style-type: none;
}

#commentlist li{
	border:1px dotted #000000;
	margin-bottom:10px;
	padding:10px;
	color:#000000;
}

#commentlist .alt{
	background-color:#ffffe2;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment{
	border:1px solid #ce5e3b;
	font-family:"Trebuchet MS";
	font-size:11px;
	padding:3px;
	width:150px;
} 

#commentform #comment{
	width:300px;
	height:100px;
}

.store_items_table{
	border-bottom:1px dotted #CCCCCC;
	margin-right:10px;
}

.store_items_table h2{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

.store_items_table .book_author{
	font-size:11px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.store_items_table .book_description{
	margin:5px 0px 5px 0px;
	padding:0px;
	color:#000000;
	text-align:justify;
}

.store_items_table .book_price, .book_price{
	font-size:14px;
	margin:0px;
	padding:15px 0px 10px 0px;
	font-weight:bold;
	color:#ab3a17;
	position:relative;
	top:15px;
}

.store_items_table .add_to_cart, .add_to_cart{
	float:right;
	position:relative;
	top:-15px;
}

#content #resources_page_list{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5px;
	list-style-type: none;
	list-style:none;
}

#content #resources_page_list li{
	font-size:14px;
	line-height:19px;
	padding-left:12px;
	background-image: url(images/square_bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;	
}

#tag_cloud{
	margin-top:10px;
	padding:0px 10px 0px 10px;
}

#tag_cloud a{
	color:white;
}

#affiliate_table {
	color: #000000;
	background-color: #FFFFFF;
}
#affiliate_table a {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight: bold;
	color: #f15b28;
	text-decoration: none;
}
.affiliate_separator {
	width: 560px;
	height: 3px;
	clear: both;
	background-color: #f15b28;
	margin-top: 5px;
	margin-bottom: 5px;
}
.affiliate_title {
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight: bold;
	color: #000000;
}

.affiliate_text {
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #000000;
	text-align: justify;
}

.affiliate_disclaimer {
	font-family:"Trebuchet MS";
	font-size:10px;
	color: #999999;
	text-align: justify;
}



