/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

 The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


 
/* HTML Elements */
 
* {
	margin:0;
	padding:0;
	}


body,html {
	min-height:101%;
	}
 	
body {
	background: #faf2f3;
	color: #333333;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #D61C38;
	text-decoration:none
	}

a:hover, a:active {
	color:#741C27;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#D61C38;
	border:0;
	}

*hr {
	display: block;
	height:1px;
	color:#D61C38;
	border:0;
	}
small {
	font-size: 0.95em;
	background:#ebebeb;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	

	


/* Structure */

#page {
	/*width:880px;
	margin:0 auto;*/
	font-size:0.8em;
	background:#FFF;
	padding: 10px 25px 35px 25px;
        border: 1px solid #D61C38;
	}
#blur{
   margin: 0 auto;
   width: 940px;
   background-color: #CCCCCC; /*shadow color*/
   color: inherit;
   
   margin-top: 2px;
}

.shadow,
#page{
   position: relative;
   bottom: 2px;
   right: 2px;
}

.shadow{
   background-color: #666666; /*shadow color*/
   color: inherit;
}


#branding {
	width:100%;
        height:90px;
	padding-bottom:15px;
        background-image:url(images/cabecera.jpg);
        background-repeat:no-repeat;
        background-position: left middle;
	}

.left {
	float:left;
        
	}

.right {
	float:right;
        
	}

#sidebar {
	width: 250px; /*250*/
	float:right
        
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}

#wp-calendar {
        width: 100%;
        text-align: right;
}
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#F9EEEF;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #F5DFE2;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#F5DFE2;
	text-decoration:none;
	color: #D61C38;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
h1 a:link, h1 a:visited {
	color: #D61C38;
	text-decoration:none
	}

h1 a:hover, h1 a:active {
	color:#8A212F;
	text-decoration:none;
	}
	
h2 {
	font: 2.3em Verdana, Arial, Helvetica, sans-serif;
        color:#FDA000;
	padding-bottom:8px;
	border-bottom:1px solid #FDA000;
	margin: 20px 0;
	}

h2 a:link, h2 a:visited {
	color: #000000;
	text-decoration:none
	}

h2:hover, h2:active {
	color:#9e6400;
	text-decoration:none;
	}

h3, #sidebar h2 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#333333;
	}
#leftcol .clearfloat h3 {
	border-top: 1px solid #D61C38;
        padding-top: 10px;
	}
	}
h3 a:link, h3 a:visited {
	color: #D61C38;
	text-decoration:none
	}

h3 a:hover, h3 a:active {
	color:#741C27;
	text-decoration:none;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #D61C38;
	border-bottom:1px solid #000000;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #d57c87;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
h4 a:link, h4 a:visited {
	color: #D61C38;
	text-decoration:none
	}

h4 a:hover, h4 a:active {
	color:#741C27;
	text-decoration:none;
	}
	
/* Content */

#content {
	width:601px; /*601*/
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
        margin-left: 310px;
	/*margin-top:-2px;*/
	}

.feature {
        background-image:url(images/fondo_lead.gif);
        background-repeat:repeat-x;	
        /*background:#eaeaea;*/
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
        border-left: 1px solid #b6b6b6;
        margin-top: 10px;
	}

.feature:hover {
	background:#f1f1f1;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #333333;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
.title:link, .title:visited {
	color: #D61C38;
	text-decoration:none
	}

.title:hover, .title:active {
	color:#741C27;
	text-decoration:none;
	}
	
.feature#lead .title {
	font:1.8em Verdana, Arial, Helvetica, sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #EDC9cb;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#F5DFE2;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #F5DFE2;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F5DFE2;
	color: #300C11;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#741C27
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#f1f1f1;
	margin:25px 0 15px 0;
	padding:12px;
        border: 1px solid #b6b6b6;
	}

#writer img {
	padding:1px;
	border:1px solid #D61C38;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #D57C87;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}




/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f1f1f1;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f1f1f1;
	}	

.post blockquote {
	color:#76767a;
	background:#f1f1f1;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #EDC9cb;
	border-bottom:1px solid EDC9cb;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #FFF0D8;
	border-top:1px solid #FFF0D8;
	}	
	
.widget_tag_cloud {
border: 1px solid #D61C38;
text-align: center;
background: #eaeaea;
margin-top: 10px;
padding: 5px;
}			

.widgettitle {
        background-repeat:no-repeat;
        background-position: left 10px;
        text-indent: 15px;	
	}


/* Form Elements */

select {
	background:#f1f1f1;
	border:1px solid #EDC9CB;
	width:100%
	}
	
#searchform {
        /*padding:16px 5px 0 0; */
        padding:0px 5px 0 0;
	}

textarea {
       border-color: #D61C38;
}

input{
       border-color: #EDC9CB;
       font-size: 100%;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;
}

.button {
        
        height: 20px;
	background:#D61C38;
	color:#FFFFFF;
	border:none;
	}

.button:hover {
	background:#D57C87;
	color:#D61C38;
	text-decoration:none
	}
#nav .button {
        
        height: 20px;
	background:#FDA000;
	color:#FFFFFF;
	}

#nav .button:hover {
	background:#FECF7F;
	color:#D61C38;
	text-decoration:none
	}


#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f1f1f1;
	border-top: 1px solid #EDC9cb;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#f1f1f1
	}

.commentlist cite {
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
       
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 800px; /*900*/
	font-size:0.7em;
	padding-top:15px;
	color:#D61C38;
        text-align: center;
	}

#footer a {
	color:#D61C38;
	}



    img.alignleft, div.alignleft
    {
    float:left;
    margin:0 0.5em 0.5em 0;
    }
    img.alignright, div.alignright
    {
    float:right;
    margin:0 0 0.5em 0.5em;
    }
    img.aligncenter, div.aligncenter
    {
    text-align:center;
    margin:0 auto;
    }


    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -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;
    }






.ladillo, .destacado {
    float:right;
    clear:right;
    margin:5px 0px 10px 10px;
    width:30%;
    padding:7px 10px;
    background:#FFFFFF;
    color:#E05C73;
    font:italic 1.5em Georgia, "Times New Roman", Times, serif;
}

.destacado {
    font-style:normal;
    color:#8F8A62;
    background:#FFFFD9;
}

.izq {
    float:left;
    clear:left;
    margin:5px 10px 10px 0px;
}








.toplead {
    float:right;
    clear:right;
    margin:5px 0px 10px 10px;
    width:40%;
    padding:7px 10px;
    background:#D8F7BD;
    border:2px solid #ddd;
    color:#336633;
    font:0.87em Arial, Helvetica, sans-serif;
}





.gordo {
    float:right;
    clear:right;
    margin:5px 0px 10px 10px;
    width:55%;
    padding:7px 10px;
    background:#F3F4F5;
    border:2px solid #EAEBEC;
    color:#60717F;
    font:0.98em Arial, Helvetica, sans-serif;
}

  
.aparte {
    float:center;
    clear:left;
    margin:5px 0px 10px 10px;
    width:96%;
    padding:10px 10px;
    background:#f3fcea;
    color:#2d2d2d;
    font:0.98em Arial, Helvetica, sans-serif;
}



.aparteizquierdo {
    float:left;
    clear:left;
    margin:5px 0px 10px 10px;
    width:45%;
    padding:10px 10px;
    background:#f3fcea;
    color:#2d2d2d;
    font:0.98em Arial, Helvetica, sans-serif;
}

.apartederecho {
    float:right;
    clear:right;
    margin:5px 0px 10px 10px;
    width:45%;
    padding:10px 10px;
    background:#f3fcea;
    color:#2d2d2d;
    font:0.98em Arial, Helvetica, sans-serif;
}

#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4, #twtr-widget-1 .twtr-popular {
    background-color: #BB2D40 !important;
    color: #000000 !important;
    margin-top: 22px;
}

.twtr-tweet-text em .twtr-reply {
   display:none !important;
}
.twtr-tweet-text em .twtr-fav {
   display:none !important;
}
.twtr-tweet-text em .twtr-rt {
   display:none !important;
}
