/*

	Theme Name: Simple y limpio
	Version: 1.0.0
	Author: Andres Hierro
	Author URI: http://www.positivando.es/
	Based on theme: Simplex, by Chandra Maharzan (http://www.wpshoppe.com/about/)

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* ******************************************************************
   A SECAS
****************************************************************** */

* {
	font-family: Verdana, Arial, sans-serif;
	color: #222;
	border: 0;
	margin: 0;
	padding: 0;
}


a, a:link, a:hover, a:visited {
	color: #2a6bab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



h1, h2, h3 {
	font-weight: normal;
}

h1 { /* sólo para el título */
	font-size: 4em;
	text-align: left;
	line-height: 60px;
}
	

h2 { /* corregir individualmente, menú y centro */
	font-size: 1.7em;
	clear:both;
	margin: 30px 0 0 0;
}	
	

h3 { /* localizarlos, no los veo */
	font-size: 1.4em;
	clear:both;
}


small {
	font-size: 0.8em;
	line-height: 1.5em;
}


code {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	display: block;
	border: 1px solid #eee;
	background: #fff;
}


blockquote {	
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 4px solid #ddd;
	background:#eee;
	color: #666;
}


acronym, abbr {
	border-bottom: 1px dashed #ccc;
	font-size: 1.1em;
}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	cursor: help;
}
	
	
pre {
	width: 500px;
	margin-right: 250px;
	font-size: 1.1em;
}


legend {
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 10px;
	background: #ccc;
}


span.caps { cursor: help; font-size: 1.1em; }
hr { display: none; }
a img { border: none; }
select { width: 130px; }
li { list-style: none; list-style-image: none; }
.entry li { list-style: disc; list-style-image: none; }
.entry ul { margin: 0; padding: 0; }
.entry ul li { margin: 0; padding: 0; list-style: circle; list-style-image: none; }
.entry ul li, .entry ol li { margin-bottom: 3px; }

input, textarea {
	border: 1px solid #ccc;
}








/* ******************************************************************
   ESTRUCTURA
****************************************************************** */

body {
	background: #fafafa;
	font-size: 50%; /* Resets 1em to 10px */
	text-align: center;
}	


#page {
	text-align: left;
}


#main {
	width: 855px;
	margin: 0 auto;
}


#content {
	font-size: 1.4em;
	float: left;
	width: 500px;
	margin-bottom: 60px;
}





/* ******************************************************************
   CABECERA
****************************************************************** */


#header {
	background: #282923;
}


#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
	color: #ddd;
	text-decoration: none;
}


#headerimg {
	height: 110px;
	width: 960px;
	margin: 0 auto;
}


#headerimg {
	color:#aaa;
	font-size: 1.1em;
	padding-left:40px;	
}


#headerimg img {
	margin-top: 15px;
}



/* Búsqueda */

#searchdiv {
	margin: 0;
}


#header #searchform #s {
	background: #fff;
	color: #ccc;
	border: 1px solid #555;
	width: 210px;
	padding: 4px;
	font-size: 1.4em;
}


#header #searchsubmit {
	background: #666;
	border: 1px solid #777;
	color: #fff;
	padding: 4px;
	font-size: 1.4em;
	font-weight: bold;
}


/* Pestañas */

#pagemenu {	
	font-size: 1.4em;
	border-top: 1px solid #333;
	/* background: url(images/topBar.png) #f60 repeat-x; */
	background-color: #ccc;
}

#pagemenu ul#page-list {
	padding: 0px 10px;	
	margin: 6px auto 0 auto;
	width: 860px;	
	display: block; /* ignored by IE  remove space bug on FF, Chrome */	
}


#pagemenu ul li.page_item a, #pagemenu ul li.cat-item a {
	color: #888;
	background:#eee;	
	font-weight: bold;
	padding: 0px 20px;
	text-decoration: none;	
}	


#pagemenu ul li.page_item a:hover, #pagemenu ul li.cat-item a:hover {
	color: #333;
	background: #fafafa;	
}


		
#pagemenu #page-list li {
	float:left;
	line-height: 28px;
	display: inline;
	margin-left: 5px;
}


#pagemenu #page-list li a, #page-list li ul li a{		
	display:block		
}	
	
#pagemenu #page-list li ul {
	border: 1px solid #ddd;	
	position: absolute;
	width: 12em;
	left: -999em;
}	


#pagemenu #page-list li ul li {
    background: #eee;
	border-top: 1px solid #ddd;
}



#pagemenu #page-list li:hover ul, #pagemenu #page-list li.sfhover ul { left: auto;	 }
#pagemenu #page-list li ul li { line-height:28px;	 width:12em; }
#pagemenu #page-list li:hover, #pagemenu #page-list li.hover { position: static; }
#pagemenu #page-list li ul ul { margin: -29px 0 0 12em; }
#pagemenu #page-list li:hover ul ul, #pagemenu #page-list li.sfhover ul ul { left: -999em; }
#pagemenu #page-list li:hover ul, #pagemenu #page-list li li:hover ul, #pagemenu #page-list li.sfhover ul, #pagemenu #page-list li li.sfhover ul { left: auto; }
#pagemenu #page-list li:hover ul ul, #pagemenu #page-list li:hover ul ul ul, #pagemenu #page-list li.sfhover ul ul, #pagemenu #page-list li.sfhover ul ul ul { left: -999em; }
#pagemenu #page-list li:hover ul, #pagemenu #page-list li li:hover ul, #pagemenu #page-list li li li:hover ul, #pagemenu #page-list li.sfhover ul, #pagemenu #page-list li li.sfhover ul, #pagemenu #page-list li li li.sfhover ul { left: auto; } 
#pagemenu ul li.page_item, #pagemenu ul li.cat-item { background: #ddd;}
#pagemenu ul li.current_page_item, #pagemenu ul li.current_page_item a, #pagemenu ul li.current_page_item a:hover, #pagemenu ul li.current-cat, #pagemenu ul li.current-cat a, #pagemenu ul li.current-cat a:hover { color: #000; background-color: #fafafa; }


.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}








/* ******************************************************************
   CUERPO
****************************************************************** */

h2.pagetitle {
	margin-bottom: 20px;
	font-size:1.9em;
}

.narrowcolumn .postmetadata {
	text-align: left;
}

.narrowcolumn .entry {
	line-height: 1.6em;
	width: 100%;
}


.narrowcolumn {
	width: 500px;	
	margin-top: 15px;
}	


.post {
	width:500px;
	margin: 0 0 30px 0;	
}


.entry {
	float: left;
}


.entry p {
	padding: 7px 0 7px 0;
}


.entry img {
	border: 1px solid #eee;
	padding: 5px;
	max-width: 100%;
}	


html>body .entry ul {
	margin-left: 20px;
	padding: 0px 0 0px 30px;
	padding-left: 10px;	
}


.entry  ol, .entry ul {
	padding:0;
	margin:  5px 0 5px 0px;
}


.entry a.more-link {
	padding: 1px 6px;
	font-size:0.8em;
	font-weight: bold;
	float:right;
}


.entry a.more-link, .navigation a {
	background:#ddd;
	border-bottom: 1px solid #ccc;
	color: #666;
}


.entry a.more-link:hover, .navigation a:hover {
	background: #E8C8C8;
	border-bottom: 1px solid #c47373;
	color:#333;
}


.entry form {
	text-align:center;
	text-align:left
}

.entry h3 {
	margin-top: 15px;
}


.postmetadata ul, .postmetadata li {
	display: inline;
}

	
.post hr {
	display: block; 
	border: 1px dotted #ccc;
}		
	
	
.narrowcolumn .postmetadata2 {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}	

.postmetadata {
	clear: both;
	font-size: 0.8em;
}

.postmetadata2 {
	padding: 13px 0 16px 0;
	margin-top: 15px;
}

#content #searchform #s {
	background: #000;
	color: #ccc;
	border: 1px solid #555;
	width: 130px;
	padding: 4px;
	font-size: 1.4em;
}

#content #searchsubmit {
	background: #666;
	border: 1px solid #777;
	color: #fff;
	padding: 3px;
	font-size: 1.4em;
	font-weight: bold;
}








/* ******************************************************************
   LATERAL
****************************************************************** */

#sidebar, #BarraTitulo {
	background: url(images/sideBar.png) #eee repeat-y;
}

#sidebar {	
	width: 290px;
	float: right;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}

#BarraTitulo {	
	width: 290px;
	float: right;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 15px;
	height: 115px;
	margin-right: 73px;
}


#sidebar ul li h2, h2.widgettitle {
	color: #555;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.8em;
	padding: 2px 0 2px 10px;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	text-shadow:1px 1px 1px rgba(100, 100, 100, 0.4);
}


#sidebar ul li {
	font-size: 1.1em;
	margin-bottom: 0px;	
}


#sidebar ul li ul {
	margin-left: 10px;	
}


#sidebar a {
	border: none;
	display: block;
	padding: 5px 1px;
	background: url(images/meta.gif) no-repeat 5px 7px;
	padding-left: 20px;
}



/*simpleX RSS*/

#sidebar li#rssfeeds{
	padding-left: 18px;
	margin-left: 5px;
	margin-top: 10px;
	background:url(images/rss.gif) left center no-repeat;
}
#sidebar li#rssfeeds a, #sidebar .textwidget a, #sidebar .widget_tag_cloud a, #sidebar p a {
	background: none;
	display:inline-block;
	margin:0;
	padding:0;
}


#social a {
	background: none;
	display: inline;
	margin: 2px;
	padding: 2px;
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}

#social a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


#polaroid {
	margin-bottom: 20px;
}

#polaroid a {
	float:left;
	padding: 3px;
	margin: 2px;
	border: 1px solid #ccc;
	background-image: none;
	background-color: #fff;
}



/*

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
*/



/*
De momento sobran:

#sidebar .widget_tag_cloud
#sidebar #wp-calendar

*/












/* ******************************************************************
   PIE
****************************************************************** */

	
#footer {
	background: #eee;
	margin: 0 auto;
	width: 100%;
	clear: both;
 	overflow: hidden;
}


#footerarea {
	width: 960px;
	margin: 0 auto;	
}


#footerarea span {
	margin: 0;
	padding: 30px 40px;
	font-size: 1.1em;
}


#footerarea span#footerleft {
	float:left;	
}


#footerarea span#footerright {
	float:right;
}











/* ******************************************************************
   VARIOS
****************************************************************** */


/* Imágenes */


/*	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 {
	margin-left: auto;
	margin-right: auto;
}


img.alignright {
	padding: 5px;
	margin: 0 0 5px 15px;
}


img.alignleft {
	padding: 4px;
	margin: 0 9px 15px 0;
}


.alignright {
	float: right;
}


.alignleft {
	float: left;
}




/* otros */

.center { text-align: center; }
.hidden { display: none; }
.clear { clear: both; font-size: 0px; height: 0px; }












/* ******************************************************************
   COMENTARIOS
****************************************************************** */

#commentform{
	margin-bottom: 60px;
	margin-top: 20px;
}	


#commentform #submit {
	background: #666;
	border: 1px solid #777;
	color:#ccc;
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;
}


.commentlist li {
	background:#fdfdfd;
	border: 1px solid #eee;	
	font-weight: bold;
}

.commentlist li .avatar { 
	border: 1px solid #eee;
	background: #fff;
}


.commentlist li.alt {	
	background:#fefefe;	
}


	
#commentform input, #commentform textarea, fieldset {
	border: 1px solid #ccc;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font: 0.8em Arial, Verdana,  Sans-Serif;
	margin: 5px 0;
}

.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
}


#commentform textarea {
	margin-top:5px;
	width: 100%;
	padding: 2px;
	font-size: 1.2em;
}


h3#comments { margin: 40px auto 20px ; }
.nocomments { text-align: center; }
ol.commentlist { text-indent:0; }
ol.commentlist li {  margin: 15px 0 0px; padding: 20px;}
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 14px; }
ol.commentlist li div.vcard img.avatar { float: right;	padding: 2px; }
ol.commentlist li div.commentmetadata {margin: 0; display: block;}
ol.commentlist li p {margin: 13px 5px 13px 0; line-height:16px;}
ol.commentlist li ul { margin:0 }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { margin:2em 0 0; text-indent:0; padding:0}
ol.commentlist li ul.children li { font-size: 12px;}
ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.comment {margin:0;margin-top: 20px; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fcfcfc; }
ol.commentlist li.pingback { padding:1em; }
	

#respond h3 {
	padding-top: 40px;
}
	








/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}








div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}




