/*
Theme Name: Eureka
Theme URI: http://costarica.eurekared.com/
Description: Tema de Wordpress adaptado por <strong>Leonardo Minott</strong>, consta de dos columnas con base fija, manteniendo un diseño simple y mínimo que contrasta con el resto del website de Eureka.
Version: 1.0
Author: Leonardo Minott
Author URI: http://www.minott.info/

*/


/*
NOTA: La mayoría de los estilos estan tomados de las raiz principal del website, por lo tanto el tema internamente trae pocos.
*/


h4 {
	font-size: 12px;
	font-weight: bold;
}

h2.storytitle {
	margin-bottom: 5px;
}

/* 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;
	}

img.alignnone {
	padding: 0;
	margin: 0;
	display: inline;
	}

.alignright {
	float: right;
	font-size: 11px;
	color: #666;
	margin: 5px 0 0 15px;
	text-align: center;
	}

.alignleft {
	float: left
	}
	
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: normal;
	padding: 0 5px 5px 5px;
	margin: 0;
}

.alignnone {
	margin: 0;
	padding: 0 5px;
}

.wp-caption.alignnone p.wp-caption-text {
	padding: 0 10px 5px 5px;
}

.wp-caption-text {
 	color: #333;
}

/* End Images */

.columnaNoticias {
	float: left;
	width: 585px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px dotted gray;
}

.columnaNoticias h2 {
	font: 20px Arial, sans-serif;
	border-bottom: 1px dotted #000;
	color: #ee1c24;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
}

.columnaNoticias h2 a {
	text-decoration: none;
}

.columnaNoticias a {
	color: #ee1c24;
	text-decoration: underline;
}

.columnaNoticias h2 a:hover {
  color: #ed1f24;
}

.columnaNoticias p, .columnaNoticias ul li{
	line-height: 120%;
	margin: 4px 0 8px;
	text-align: justify;
	font-size: 85%;
}

.columnaNoticias ul li {
	background: url(../images/layout/bullet.gif) no-repeat 18px 3px;
	padding-left: 30px;
}

.columnaNoticias .fecha {
	margin-bottom: 0;
	margin-top: 0;
	color: #4c4c4c;
	padding-left: 18px;
	background: url(clock.gif) no-repeat left center;
	font-size: 10px;
	font-style: italic;
	height: 13px;
	padding-top: 2px;
}

.columnaNoticias .post {
	margin-bottom: 15px;
}

.columnaNoticias .meta {
	margin-top: 15px;
	text-align: right;
	font-size: 11px;
	color: #666;
	clear: both;
}

.columnaNoticias h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 0;
	padding-bottom: 5px;
}

.columnaNoticias .more-news {
	font-size: 13px;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
/* Begin Sidebar */
#sidebar {
	float: right;
	width: 169px;
	padding: 20px 10px 10px 10px;
	font-size: 12px;	
}

#sidebar a, #sidebar a:hover {
	color: #af0a17;
}

#sidebar form {
	margin: 0 0 10px 0;
	}
	
#sidebar .hidden {
	display: none;
}
	
#sidebar h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #444;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
list-style-image: none;
list-style-type: none;

}

#sidebar ul p {
	margin: 5px 0 8px 0;
	}

#sidebar ul ul {
	margin: 3px 0 10px 0;
	}
	
#sidebar ul ul li {
	padding-left: 13px;
	background: url(bullet-sidebar.png) no-repeat 0 3px;
	}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
	}
/* End Sidebar */