/*
Theme Name: Tema Lydia Cacho
Theme URI: http://www.lydiacacho.net
Description: Tema oficial para el blog de Lydia Cacho.
Version: 1.0
Author: El Mandado
Author URI: http://www.elmandado.com.mx
Tags: two columns

XHTML & CSS Michel Eduardo
Theme by Jorge Valdez

*/

/* Anchors
---------------------------------------------------*/
* {padding: 0; margin: 0;}
html {}
h1, h2, h3 {font-family: "Tahoma", Verdana, Geneva, Helvetica, Arial, Sans-Serif;}
h1 {margin-bottom:5px; color:#333; font-weight:bold; font-size:2.3em; color:#402311;}
h1 img { margin:0 5px 0 0;}
h2 {color:#2c4f5e; margin:0 0 15px 0; font-size:1.8em;}
h3 { font-family: Helvetica, Verdana, Arial, sans-serif; font-size:18px; color:#2c4f5e; font-weight:normal; margin:10px 0;}
h4 { font-family: Helvetica, Verdana, Arial, sans-serif; font-weight:normal; color:#F33939; font-size:20px; margin:0 0 5px 0;}
p { line-height:16px;}
a:focus {outline:none}
a {text-decoration:none; color:#333;}
a:hover {text-decoration:underline;}
img {border:none;}
hr {}
ul { margin:0;}
li { list-style:none none;}

/* Begin Typography & Colors */
.thread-alt {background-color: #f8f8f8;}
.thread-even {background-color: white;}
.depth-1 {border: 1px solid #ddd;}
.even, .alt {border-left: 1px solid #ddd;}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.entry p a:visited {color: #666;}
.sticky {background: #f7f7f7;padding: 0 10px 10px;}
.sticky h2 {padding-top: 10px;}
.postmetadata {
	font-size: .9em;
	color: #2c4f5e;
	background: #f8f8f8;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {font-size: 1em;}
.commentlist li {font-weight: bold;}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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-family: Helvetica, Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
.post hr {
	display: block;
}
.colLeft .postmetadata {
	margin: 0 0 8px;
	padding: 2px 6px;
}
.colLeft .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.colLeft .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {clear: both;}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 2px 0 2px 10px;
	padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#sidebar #searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 4px 0;
}
#commentform textarea {
	width: 99%;
	margin: 5px 0;
	padding: 2px;
}
#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	overflow: hidden;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Sidebar */
#sidebar h3 { background-color:#2B4F5F; padding:5px 5px 5px 10px; color:#FFFFBE; position:relative; margin: 0 0 5px; float:left; display:block;}
#sidebar h3 span { position:absolute; width:12px; height:38px; top:-5px; left:-1px; z-index:0}
#sidebar h2.widgettitle {
	margin: 0 0 5px;
	padding: 14px 8px 5px 12px;
	color: #FFFFBE;
	font-size: 18px;
	font-weight: normal;
	background: #2B4F5F url(images/sidebar-h3.gif) no-repeat left top;
	float: left;
	display: block;
}
#sidebar .textwidget {clear: both;}
#sidebar ul, #sidebar ol { margin:10px 0; clear: both;}
#sidebar li { list-style:none none;}
#sidebar li a { color:#333; text-decoration:none;}
#sidebar ul p, #sidebar ul select {margin: 5px 0 8px;}
#sidebar form {margin: 0;}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* CSS Lydia Cacho theme */

/* Wrapper
---------------------------------------------------*/
body { font-family:"Tahoma", sans-serif; font-size:12px;}
#wrapper {}
#wrapperMain { width:980px; margin: 0 auto 30px;}
#header {height:219px; background:url(images/bg-header.jpg) no-repeat left top; margin:0 auto; position:relative;}

div#header .lydiaC { position:absolute; width:510px; height:18px; bottom:0; left:3px; color:#F0D297; line-height:18px;}

#nav { width:597px; margin:0 0 0 157px ;}
#nav ul {}
#nav li { float:left; list-style:none none; width:auto;}

.colLeft, .colMiddle, .colRight { background:url(images/dot.jpg) repeat-y left top; padding:5px 0 5px 10px; height:100%!important;}
.colLeft { width: 525px; float:left; margin: 0 20px 0 0; padding-left: 20px;}
.colMiddle { width:150px; float:left;}
.colRight { width:245px; float:left;}

/* Post */
.post { margin:0 0 40px 0;}
.post h2 {margin-bottom:5px; font-weight:bold; color:#402311;}
.post h2 a {color:#402311;}
.imgPost, .infoPost {}
div.colLeft .imgPost { width:285px; margin:5px 0 0 0; float:left;}
div.colLeft .imgPost img { padding:4px; background-color:#333;}
div.colLeft .infoPost, div.colLeft .entry {margin-bottom: 10px; float:left;}
.post span.imgDescription { font-size:11px; margin:3px 0 0 0; display:block;}

/* Search
---------------------------------------------------*/
#header .search { position:absolute; width:223px; height:59px; top:20px; right:3px;}
#header .search label {display: none;}
#header .search #s { width:94px; height:26px; border:none; background:url(images/login.png) no-repeat 5px bottom; padding:7px 8px 5px 12px;}
/*.search label { display:block; color:#FFF; font-weight:bold; margin:0 0 10px 7px;}*/
#header .search #searchsubmit { width:92px; height:20px; text-indent: -9000px; background:url(images/login.png) no-repeat -107px -40px; border:none; cursor:pointer;}


/* Books */
.books {
	margin: 0 auto;
	width: 120px;
}
.libros-title {
	padding-left: 36px;
	background: url(images/book.jpg) no-repeat left top;
	color:#402311;
}

.books img { margin:0 0 10px 0;}

/* Boxes */
.box { margin:0 0 15px 0;}
.box h3 { background-color:#2B4F5F; padding:5px 5px 5px 10px; color:#FFFFBE; position:relative; margin:0; float:left; display:block;}
.box h3 span { position:absolute; width:12px; height:38px; top:-5px; left:-1px; z-index:0}
.box ul { margin:10px 0;}
.box li { list-style:none none;}
.box li a { color:#333; text-decoration:none;}

/* Footer */
#footer { background-color:#2B4F5F; padding:25px; color:#FFF;}
#footer a {color: #ccc;}
.contFooter { width:980px; margin:0 auto; text-align:left}
div.contFooter ul.footerList { padding:10px 15px; float:left;}
div.contFooter ul.footerList a {color:#FFF; text-decoration:none;}
div.contFooter ul.footerList a:hover {text-decoration:underline;}


/* CLEARING
---------------------------------------------------*/
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {clear: both;}

