/*
Theme Name: Esteban
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: Modificación del tema Mimbo 3 para adaptarlo a Estebanibarra.com
Version: 3.0
Author: Genera
Author URI: http://www.generagroup.com
Template: mimbo
*/
@import url("../mimbo/style.css");
/* Estilos para el child-theme de Esteban */
.post ul li {line-height:1.5em; margin:0 0 5px 42px;}
/* Enlaces */
#sidebar a, #sidebar a:visited, #home #content a, #home #content a:visited, .archive-list h4 a, .archive-list h4 a:visited, .commentcount a, .commentcount a:visited, .fullarchive a, .fullarchive a:visited {color:#690; text-decoration: none;}
#sidebar a:hover, #sidebar a:active, #home #content a:hover, #home #content a:active, .archive-list h4 a:hover, h4 .archive-list a:active, .commentcount a:hover, .commentcount a:active, .fullarchive a:hover, .fullarchive a:active {	color:#333;	text-decoration: underline;	}
/* Menú principal*/
#nav-cat {background:#689b33;}
#nav-cat li { margin-right: 5px;}
#nav-cat a, #nav-cat a:visited {color:#fff;}
/* Sidebar */
div#sidebar { margin-top:20px; }
	div#sidebar h2 {margin:0; padding:5px; background:#99cc33; font-family:Georgia, serif; font-style:italic; color:#333; font-size:16px;font-weight:bold;}
	div#sidebar div.inner {margin:8px;}
	/* Presentación*/
	div#presentacion {background:#ededed; padding-bottom:1px; margin-bottom:5px;}
		div#presentacion hr {margin:10px 20px;}
		p.enlacesSuscribete {line-height:28px;}
		.btn_facebook {background:#FFF url(img/facebook_32.png) 2px 5px no-repeat; padding:2px 2px 2px 40px; line-height:36px; display:block; border:1px solid #ccc; font-weight:bold;}
	/*Afiliados */
	div#afiliados a {display:block; margin:5px 0; border:1px solid #eee;}
	div#afiliados a:hover {border:1px solid #689b33;}	
	/* Libros */
	div#libros {margin-top:10px;}
	div#libros div.inner {margin:8px 0;}
	div#libros a {padding-right:15px;}
		div#libros a img {border:1px solid #ccc;}
		div#libros a:hover img {border:1px solid #689b33;}
		/*Portada*/
#more-posts h3 {background:#689b33;}
/* Noticia permanente (stiky post)*/
#lead { border:1px solid #ccc; background:#fcfcfc; padding:5px;}
#lead:hover {background:none;}
#lead img {border:1px solid #eee; width:100px;}
#lead-text {float:left; padding:0px 15px 5px 0; width: 460px; text-align: justify;}
/* About */
#foto-about {float:left; margin:-5px 10px 0 0;}

/* Nuevos estilos para los archivos de posts a dos columnas */
.thumbnail-wrapper img {
	max-width: 100%;
	height: auto;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.category-post-list .row {			
		box-sizing: border-box;
		overflow: auto;
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 1.5em;
	}		
	.category-post-list .col {
		box-sizing: border-box;
		float: left;
		width: 50%;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.col-post .thumbnail-wrapper img {				
		float: left;
		max-width: 100px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.col-post .postmetadata {
		border: 0;
		margin-top: 1em;				
	}

	.col-post a {
		color: #690;
	}

	.col-post a:hover {
		text-decoration: underline;
	}
}