/*  
Theme Name: Zocalo Zue
Theme URI: http://huriata.com/
Description: Zocalo Zue Theme
Version: 1.0
Author: Huriata.com
Author URI: http://Huriata.com
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #eaeaea url(images/bg.jpg) no-repeat scroll center top;
	margin-left: 17px;
	color: #555555;
	font: .75em "Trebuchet MS", Arial, Helvetica;
	padding: 0 0 20px;
	line-height:1.8em;
}
a{
	color: gray;
	text-decoration: none
}
a:hover{
	text-decoration: underline;
	color: red;
}

input, select,textarea {
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px;
	
}

li{
	list-style: none
}

h2{
	color: #262625;
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
	font-size: 1.6em;
	margin: 0 0 1em
}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1.5em
}
/*=== Intro ===*/
p.intro {
	font-size: 80%;
	line-height: 1.3em;
	margin-left: 20em;
}
p.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
p.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 940px
}
/*=== Header ===*/
#header{
	height: 125px;
	position:relative;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	margin-top: 1em;
	margin-left: 2em;
	float: left;
	width: 230px
}
#header h1 a{
	display: block;
	height: 105px;
}
#header h1 a:hover{
	text-decoration: none
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded-hl.png) no-repeat left;
	padding: 0 0 0 8px;
	display: block;
	float: left;
	text-decoration: none;

}

.btn-rounded a:hover{
	background: url(images/btn-rounded-l.png) no-repeat left;	
}

.btn-rounded a:hover span{
	background: url(images/btn-rounded-r.png) no-repeat right;	
}

.btn-rounded a span{
	background: url(images/btn-rounded-hr.png) no-repeat right;
	height: 30px;
	color: #3b3b3b;
	padding: 0 8px 0 0;
	display: block;
	float: left;
}

.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #98ac2b;
 	color:#FFFFFF;
	font-weight:bold;
}

.btn-search {
	margin: 0;
	border: none;
	background: url(images/btn-search.gif) no-repeat left;
	width: 42px;
	height: 28px;
	color: white;
}


/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size:16px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	margin: 43px 0 0;
	position: absolute;
	right: 0;
}

#nav1 li{
	float: left;
	line-height: 30px;
	margin: 0 4px 0 0;
}

#nav1 li a{
	color: #3f3f3f;
	display: block;
	float: left;
	padding: 0 0 0 8px;
	text-decoration: none;
}

#nav1 li a span{
	display: block;
	color: white;
	float: left;
	height: 30px;
	padding: 0 8px 0 0;
}

#nav1 li a:hover{
	background: url(images/btn-rounded-hl.png) no-repeat top left;
}

 #nav1 li a:active {
	background: url(images/btn-rounded-l.png) no-repeat top left;

}

#nav1 li a:hover span {
	background: transparent url(images/btn-rounded-hr.png) no-repeat top right;
}

#nav1 li a:active span{
	background: transparent url(images/btn-rounded-r.png) no-repeat top right;
}

#nav1 li.active a, #nav1 li.current_page_item a{
	background: url(images/btn-rounded-l.png) no-repeat top left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

#nav1 li.active a span,
#nav1 li.current_page_item a span{
	background: transparent url(images/btn-rounded-r.png) no-repeat top right;
}

/*- Nav2 -*/
.nav2 li, .widget li{
	/*background: url(images/hl-dot.gif) repeat-x bottom;*/
}
.nav2 li a, .widget li a{
	color: #555555;
	/*background: url(images/ico-next.gif) no-repeat left;*/
	padding: 0 0 0 20px;
}
.nav2 li a:hover, .widget li a:hover{
	color: red;
	text-decoration: none
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 2em 0;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 620px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 20px 0 0;
	width: 320px;
}
#rightcol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span{
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#rightcol .widget ul, #rightcol .textwidget {
	background: #f3f3f3;
	height: 1%;
	margin: 0 0 10px;
	padding: 2px;
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline;
}
.col2{
	float: right;
	width: 425px;
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px;
}
.col3.last, .col6.last{
	padding: 0;
}

.col6.last{
	margin-left: 20px;
	border: none;
	width: 200px;
}

.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em;
}
.col3 p{
	padding: 0;
}
.col4{
	float: right;
	width: 335px
}
.col5{
	float: left;
	width: 415px;
}
.col5 img{
	border: none;
}
.col6{
	float: left;
	padding: 0 15px 10px 25px;
	width: 300px;
	border-right: thin dotted silver;
}
* html .col6{
	width: 270px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	width: 620px;
}
.box .top{
	background: url(images/box-top.png) no-repeat top;
	clear: both;
	height: 100px;
	overflow: hidden;
}
.box .bot{
	height: 100px;
	background: url(images/box7-bottom.png) no-repeat top;
}
.box .spacer{
	background: #ffffff;
	height: 1%;
	padding: 15px 30px;
}
/*- Box2 -*/
.box2{
	margin: 0 0 1em;
	width: 320px;
}
.box2 .top{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box2 .bot{
	height: 50px;
	background: #eaeaea url(images/box2-bottom.gif) repeat-y bottom left;
}
.box2 .spacer{
	background: #eaeaea url(images/box2-bg.gif) repeat-y top left;
	height: 1%;
	padding: 10px 25px;
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #f0eee1;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0;
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
	width: 940px;
	background: url('images/box4-bg.jpg') no-repeat top;
}

.box4 input {
	color: white;
	text-shadow: 0 1px 0px black;
	display: inline-block;
	background: url('images/btn-gradient.jpg') no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: .4em;
	margin-left: 1em;
	border: thin solid white;
}

.box4 .top,.box4 .bot{
	/*background: url(images/box4-top2.gif) no-repeat top;*/
	clear: both;
	height: 10px;
	overflow: hidden
}
.box4 .bot{
	/*background: url(images/box4-bot.gif) no-repeat top*/
}
.box4 .spacer{
	/*background: #b0c730 url(images/box4-zocalo.jpg) no-repeat left top;*/
	/*height: 1%;*/
	height: 100px;
	padding: 5px 25px;
}
.box4 p{
	padding: 0;
}
/*- Box5 -*/
.box5{
	/*margin: 0 0 30px;*/
	margin: 10px 0 -5px;
	background: url(images/box5-bg.png) no-repeat top;
	width: 940px;
}
.box5 .top{
	/*background: url(images/box5-top.gif) no-repeat top;*/
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box5 .bot{
	/*background: url(images/box5-bot.gif) no-repeat top*/
}
.box5 .spacer{
	/*background: url(images/box5-bgr.gif) repeat-y top;*/
	height: 1%;
	/*padding: 15px 25px;*/
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	background: url(images/box6-bg.jpg) no-repeat top;
	width: 940px;
	height: 80px;
}
.box6 .top,.box6 .bot{
	/*background: url(images/box6-top.gif) no-repeat top;*/
	clear: both;
	height: 30px;
	overflow: hidden
}
.box6 .bot{
	/*background: url(images/box6-bot.gif) repeat-x top*/
}
.box6 .spacer{
	height: 1%;
	padding: 10px 25px;
	}
#footer .box6 .spacer{
	padding: 0px 25px
}

/*- Box7 -*/
.box7{
	margin: 0 0 1em;
	width: 620px;
}
.box7 .top{
	background: url(images/box7-header.png) no-repeat top;
	clear: both;
	height: 100px;
	overflow: hidden;
}
.box7 .bot{
	height: 100px;
	background: url(images/box7-bottom.png) no-repeat top;
}
.box7 .spacer{
	background: #ffffff;
	height: 1%;
	padding: 15px 30px;
}


/*- Wrapper -*/
.wrapper{
	float: left;
	margin: 0 0 0 45px;
	position: relative;
	padding: 0;
}
/*- Date -*/

.date{
	background: white;
	color: #898989;
	text-align: right;
	position: relative;
	width: 50px;
	margin: -45px 0 0 -60px;
	border-bottom: thin solid silver;
	border-top: thin solid silver;
	border-left: thin solid silver;
}

.comments {
	background: url(images/comments-icon.gif) no-repeat left;
	width: 150px;
	height: 24px;
}

.comments span {
	margin-left: 30px;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 28px;
	margin: 0;
	padding: 0;
}

#search input.keyword{
	background: #a3a398;
	border: none;
	color: #ffffff;
	float: left;
	font-size: 11px;
	padding: 7px 5px 10px;
	width: 190px
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	background: url(images/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px;
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	height: 68;
	width: 34px
}

/*=== Pics, Ads etc. ===*/
.ads {
	margin: 20px 0 10px 10px}
.ads img {
	margin: 0 8px 5px 0
}
/*=== Footer ===*/

#footer ul{
	clear: both;
}

#footer span{
	border-right: dashed gray thin ;
	padding: 0 10px 0;

}

#footer li{
	float: left;
	display: inline;
}

#footer a{
	color: #949387;
	text-decoration: none;
}
#footer img{
	position: relative;
	vertical-align:middle;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left;
}
.fr{
	float: right;
	margin-right: 2px;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

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

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

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/

.post a {
	color: #ee2e24;
	text-decoration: none;
}

.post a:hover {
	font-weight: bold;
}

.post img {	
	border:8px solid #f6f5ed;
}
.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #a4b92e;
	text-decoration: none;
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 url(images/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; 
	padding:15px 25px 0px 55px;
	display:block;
}

/*=== Comments ===*/

#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	z-index: 1;
}

.widget h3 {
	color: gray;
}

.col6.last .widget h3{
	color: transparent;
}

.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0;
}
.widget #recentcomments li a{
	background:none;
	color: gray;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: gray;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding: 5px 0 5px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}

.quote {
	background: url(images/prensa.gif) no-repeat left top;
	margin: 9px 0 0;
	padding: 0 12px 0 0;
	width:32px;
	height:32px;
}

.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

.subscribe a {
	color: gray;	
}

/*=== Slider ===*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 795px;
	height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 15px; /*margin around each panel*/
	width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* Colapsar */

.ddet_div {
  margin: 8px 0 0 12px;
  padding: 8px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD;
}

/* Multilingal */

#flag_move {
	position: absolute;
	right: 0;
	background: white;
	padding: 2px;
}

#flag_move li{
	display: inline;
	float: left;
}

.qtrans_flag { 
	border:2px solid white; 
}

