/*
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.
*/

h3 {
	margin:	5px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

/* 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;
	font-size: 0.8em;
	color: #666;
	margin: 5px 0 0 15px;
	text-align: center;
	}

.alignleft {
	float: left
	}
	
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 0 4px 5px;
	margin: 0;
	color: #666;
}
.wp-caption.alignleft .wp-caption-text {
	padding-right: 10px;
}

.storytitle{
	clear: both;
}
/* End Images */


