/* -------------------------------------------------------------------------------
Theme Name: Expectations
Theme URI: http://www.expectations.com
Description: Expectations Corporate Site
Version: v1
Author: Expectations
Tags: Corporate
------------------------------------------------------------------------------- */

/*---- GENERAL LAYOUT ----*/
body
{
	margin:0px auto;

	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;

	color:#000000;
	background: #ff8c00 url(images/background.jpg) repeat-x; 
}
embed
{
	margin-top:10px;
}

/*---- END GENERAL LAYOUT ----*/
/*---- HEADER & FOOTER ----*/
#header
{
	margin-top:2px;
	position:relative;
	width: 100%;
	height: 110px;
}
#pre_footer
{
	height:	245px;
	width:	100%;
	background-color:#313131;
}


#footer_advert
{
	padding-top:10px;
	clear:both;
	position:relative;
	background:#FFFFFF;
	height:120px;
	color:#000000;
}

#footer
{
	clear:both;
	position:relative;
	background:#000;
	height:47px;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial;
	padding: 30px 20px 10px 50px;
	background:url('images/footer_bg.jpg') repeat-x;
}

#footer p
{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	color:#515151;
	margin-left:150px;
}

#footer a,#footer a:hover
{
	color:#515151;
	text-decoration:underline;
}
/*---- END HEADER & FOOTER ----*/

/*---- GENERAL TYPOGRAPHY ----*/
img 
{
	border:0px;
	padding:0px;
	max-width: 100%; /* not working in IE6*/
}

a 
{
	color:#4f8c0d;
	text-decoration: underline;
}

a:hover 
{
	color: #4f8c0d;
	text-decoration: none;
}

h1 {font-size:28px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p 
{
	margin: 0px 0px 10px 0px;
}

hr 
{
	height:1px;
	border:none;
	border-top:1px dashed #4f8c0d; 
	width:90%;
}

blockquote 
{
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}

input 
{
	margin-bottom:5px;
	vertical-align: middle;
}

select
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}
/*---- END GENERAL TYPOGRAPHY ----*/
/*---- HEADER SEARCH FIELD ----*/
.searchbox 
{
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}

.search-field input 
{
	position:absolute;
	top:9px;
	left:88px;
	width:191px; 
	height:14px; 
	font-family:Verdana;
	font-size:10px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 3px 3px;
	border:0px;
	background-color:transparent;
}

.search-field label 
{
	position:absolute;
	top:6px;
	left:0px;
	width:191px; 
	height:14px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px; 
	font-weight:bold;
	color:#FFFFFF; 
	padding:5px 3px 3px 3px;
	border:0px;
	background-color:transparent;
}

/*---- END HEADER SEARCH FIELD ----*/
/*---- MENU ----*/
#menu
{
	position:relative;
	width: 100%;
	height: 43px;
	background:url('images/menu_bg.png') no-repeat center;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
}

#menu ul li 
{
	display: inline;
	font-size: 13px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
}

#menu ul li.separator 
{
	display: block;
	float: left;
	width:1px;
	height: 34px;
	padding-top:6px;
	background:url(images/menu_separate.jpg) no-repeat center;
}

#menu ul li a 
{
	display: block;
	float: left;
	line-height: 34px;
	color: #FFFFFF;
	padding: 3px 15px 0px 15px;
	margin:0px 0 0 0 ;
	text-decoration:none;
}

#menu ul 
{
	position:absolute;
	top: 0px;
	left: 10px;
	height: 34px;
	width: 550px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#menu ul li a:hover, #menu ul li.current_page_item a 
{
	color:#FFDF88;
}
/*---- END MENU ----*/
/*---- SIDEBAR ----*/
#sidebar
{
	float:left;
	width:220px;
	overflow:hidden;
	color:#706D2A;
	padding:3px 0 100px 0px;
	border:0px red solid;
}

#sidebar ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 0px 22px;
	height: 20px;
	font-family:Verdana,Arial;
	border:0px red solid;
}

#sidebar h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 4px 4px;
	padding: 10px 0px 10px 0px;
	font-family:Verdana,Arial;
}

#sidebar .destinos
{
	background: url(images/header_destinos.jpg) no-repeat;
}

#sidebar .programas
{
	background: url(images/header_programas.jpg) no-repeat;
}

#sidebar ul li a
{
	font-size:10px;
	text-decoration:none;
	padding:5px 0px 0px 5px;

	display:block;
	height:20px;
	
	color:#2B5300;
	
	background: url(images/flecha_main.gif) no-repeat;
}


#sidebar ul li a:hover
{
	background: url(images/flecha_over.gif) no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}


#sidebar select{
	margin:5px 0px 2px 5px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}

#sidebar_right
{
	height:1px;
	float:right;
	width:140px;
	overflow:hidden;
	color:#706D2A;
	padding:3px 0px 900px 0px;
	border:0px red solid;
	background-color:#FFFFFF;
}

#sidebar_right a{color:#333300;text-decoration:underline;}
#sidebar_right a:hover {color:#ef750e;text-decoration:none;}
#sidebar_right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#sidebar_right li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}

#sidebar_right .image_holder
{
	padding-top:16px;
}

#sidebar .children a
{
	height:19px;
	color:#172D00;
	background: url(images/flecha.gif) no-repeat;
}


/*---- END SIDEBAR ----*/
/*---- CONTENT ----*/
#mainpost_space
{
	padding-top:220px;
}

#slider_space
{
	position:absolute;
	top:150px;
}

#content
{
	float:left;
	display:inline; 
	width:640px;
	overflow:hidden; 
	padding: 0px 0px 0px 0px;
	border:0px;
}

.post
{
	width:638px;
	margin:0px 0px 0px 0px;
	border:1px #d2d2d2 solid;
}	

.post_top
{
	margin:15px 15px;
	position: relative;
	height:10px;
}

.post_footer
{
	height:28px;
	background-image: url(images/otras_noticias.jpg);
}

.post_bottom
{
	margin: 0 50px 0 50px;
	height:3px;
}	

.posttitle
{
	position:absolute;
	top:0px;
	left:5px;
	font-size:18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#4f8c0d;
	border:0px red solid;

}

.posttitle a
{
	font-size:20px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#4f8c0d;
	text-decoration:none;
}

.posttitle a:hover
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#4f8c0d;
}

.info 
{
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}

.category
{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}

.bubble
{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}

.tags
{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry 
{
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}

.navigation 
{
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}

.navigation_left
{
	float:left;
}

.navigation_right
{
	float:right;
}

.sorry 
{
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #FFB004;
	background:#ffffff;
}
/*---- END CONTENT ----*/


.alignleft 
{
	float: left;
	padding-left:20px;
}
.alignright 
{
	float: right;
	padding-right:20px;
}


.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:20px;}
/***** layout *****/

#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	border:0px blue solid;
}

#base{
	margin:0 auto;
	padding:0;
	width:894px;
	padding:0 28px 0 28px;
	border:0px red solid;
}

#container{
	position:relative;
	overflow:hidden;
	width:894px;
	background:url('images/container_repeat.jpg') repeat-y;
}

.archivetitle 
{
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}

.archivetitle p
{
	font-size:20px;	
	color:#4F8C0D;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	text-decoration:none;	
}
/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

/*---- SLIDER ----*/
#slider_space
{
	padding:0px 0px 10px 0px; 
	margin-top:10px;
	border:1px solid #CACACA;
	width:640px;	
}

#slider ul, #slider li{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#slider, #slider li
{ 
	width:610px;
	height:150px;
	overflow:hidden; 
	border:none;
}

#slider_space img
{
	padding-bottom:10px;
}

#slider li p
{
	padding:0px 10px 0px 10px;	
}
span#prevBtn
{
	margin-top:-15px;
	margin-left:20px;
	float:left;
}

span#nextBtn
{
	margin-top:-15px;
	margin-right:20px;
	float:right;
}		
/*---- END SLIDER ----*/