/*
Theme Name: deSanabria
Theme URI: http://www.desanabria.com/
Description: 960px 24 Columnas
Author: Emilio Rodriguez Vila
Version: 1.0
License: GNU General Public License
*/
@font-face {
    font-family: "EBGaramondRegular";
    font-style: normal;
    font-weight: normal;
    src: url("ebgaramond-webfont.eot?#iefix") format("embedded-opentype"), url("ebgaramond-webfont.woff") format("woff"), url("ebgaramond-webfont.ttf") format("truetype"), url("ebgaramond-webfont.svg#EBGaramondRegular") format("svg");
}
/*  -------------------------------------------------------------
GENERALES
-------------------------------------------------------------- */
*{
	border: 0;
	margin: 0;
	padding: 0;
	position:relative;
	vertical-align: baseline;
	list-style:none;	
}
p{
	margin-bottom:1.5em;
}
#lureka{
	position:absolute;
	right:45px;
	bottom:45px;
	font-size:.2em;
}
/*  -------------------------------------------------------------
ESTRUCTURA - 960PX - 24 COLUMNAS
-------------------------------------------------------------- */
#wrapper{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#header{
	position:absolute;
	width:960px;
}
#main{
	overflow:hidden;
	min-height:450px;
	margin-top:270px;
}
	#container{
		width:550px;
		float:left;
		margin-left:85px;
	}
	#primary{
		width:245px;
		float:right;
		
	}
/*  -------------------------------------------------------------
Desing / Colores / Fuentes / Tamaños / Fondos
-------------------------------------------------------------- */
body{
	background:url(images/fondo_body.png) repeat-x top #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #branding{
	font-family:"EBGaramondRegular","Times New Roman",Times,serif;
	font-weight:normal;
	color:#009bc5;
}
#branding{
	position:absolute;
	top:60px;
}
#buscador{
	position:absolute;
	right:0;
	font-size:.9em;
	top:80px;
}
	#buscador #searchsubmit{
		background:none #D7DA3F;
		color:#fff;
	}
	#buscador label{
		color:#fff;
		position:absolute;
		top:-5000px;
	}
#site-title a{
	font-size:50px;
	color:#fff;
	text-decoration:none;
	line-height:.8em;
}
#site-title span{
	color:#006c8f;
}
#site-description{
	font-size:25px;
	color:#006c8f;
	line-height:.8em;
}
h1{
	font-size:2.2em;
}
h2{
	font-size:1.8em;
}
h3{
	font-size:1.5em;
}
h4{
	font-size:1.2em;
}
h5{
	font-weight:bold;
}
.skip-link{
	position:absolute;
	top:-500px;
}
a{
	color:#d7da3f;
}
a:hover{
	text-decoration: none;
	color:#829830;
}
#masthead{
	margin-left:45px;
}
#wrapper{
	background:url(images/fondo_total.png) no-repeat;
	min-height:800px;
}
#main{
	background:url(images/fondo_main.png) repeat-y;
}
#footer{
	background:url(images/pie.png) no-repeat bottom left;
	min-height:460px;
}
/* ------- cabecera ------------ */
#rss{
	left: 650px;
    position: absolute;
    top: 140px;
}
#rss a{
	background: url("images/rss.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 39px;
    width: 59px;
	overflow:hidden;
}
#rss span{
	position:absolute;
	top:-200px;
}
/* ------- menu ------------ */
#masthead .menu{
	position:absolute;
	right:0;
	top:0;
}
	#masthead .menu li{
	    color: #FFFFFF;
		display: block;
		padding: 5px 1em;
		text-decoration: none;
		background:#006c8f;
		float:left;
		margin-left:1em;
		border:2px solid #fff;
		border-top:none;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	#masthead .menu li.current_page_item{
		padding-top:5px;
		background:#006c8f;
	}
	#masthead .menu li a{
		text-decoration:none;
		color:#25cfe5;
		display:block;
		padding:.5 1em;
	}
	#masthead .menu li.current_page_item a{
		color:#fff;
	}
	#masthead .menu li a:hover{
		padding-top:2px;
	}
	#masthead .menu li.current_page_item a:hover{
		padding-top:inherit;
	}
/* ------- post ------------ */
#respond{
	background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 8px 8px 8px 8px;
    font-size: 0.8em;
    margin-top: 2em;
    padding: 1em 2em;
	overflow:hidden;
}
input, select, textarea{
    border: 1px solid #DDDDDD;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 5px;
    width: 95%;
	background:#fff url(images/fondo_form.png) repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
label{
	display:block;
}
.boton, #submit, #searchsubmit, .reply a, .pushbutton-wide, .post-edit-link{
	background:#009bc5 url(images/fondo_btn.png) repeat-x bottom;
	border:2px solid #f2f2f2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:.3em 1em;
	color:#fff;
	width:auto;
	text-decoration:none;
}
.boton:hover, #submit:hover, #searchsubmit:hover, .reply a:hover, .pushbutton-wide:hover, .post-edit-link:hover{
	color:#fff;
}
#submit, #searchsubmit{
	width:auto;
	cursor:pointer;
}
#s{
	width:auto;
	margin-left:1em;
}
.entry-utility{
	border-bottom: 4px dotted #F2F2F2;
    font-size: 0.8em;
    padding-bottom: 1em;
	margin-bottom:1em;
}
.entry-meta{
	font-size:.7em;
	margin-bottom:1em;
}
.commentmetadata{
	text-align:right;
	font-size:.8em;
}
.comment{
	margin:1em 0;
	padding:1em;
}
.comment-awaiting-moderation{
	background: none repeat scroll 0 0 #D7DA3F;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    display: block;
    margin: 1em 0;
    padding: 1em;
}
.reply, .contact-submit, .edit-link{
	display: block;
    height: 2em;
    text-align: right;
}
.form-submit{
	font-size:1.2em;
	text-align:right;
}
.entry-content img{
	display:block;
	margin:1em 0;
	width:100%;
}
/* ------- resultados de busquea ----- */
body.tag h1, body.search-results h1{
	    border-bottom: 4px dotted #F2F2F2;
    color: #999999;
    font-size: 1.2em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
body.tag h1 span, body.search-results h1 span{
	
	color:#009BC5;
}
/* ------- nube etiquetas ------------ */
body.tag .page-title{
	font-size:1.2em;
	color:#829830;
}
body.tag .page-title span{
	color:#009BC5;
}
.tagcloud a{
	color:#fff;
}
/*  -------------------------------------------------------------
PUEBLOS
-------------------------------------------------------------- */
.pueblos ul{
	margin-left:1em;
}

.pueblos ul a{
	color:#009BC5;
	font-size:.9em;
	display:block;
}
.pueblos li ul{
	overflow:hidden;
	margin-bottom:1em;
}
.pueblos li li{
	float:left;
	margin-right:1%;
	width:31%;
	
}
