/*
Theme Name: Peces de la Cuenca del Plata
Theme URI: http://www.proteger.org.ar/peces-cuenca-plata/
Description: Theme para el libro "Uso sostenible de peces en la Cuenca del Plata. Información aplicada a la mejora de los medios de vida de las poblaciones locales"
Version: 1.0
Author: Federico González Brizzio
Author URI: http://2x3viajo.com.ar/
Tags: 
*/

@import url('reset.css');
@import url('common.css');


/*
 * Pasar esto al widget
 */
.widget_sidebar_posts_thumnails ul {
	font-size: 0.8em;
	line-height: 1.3em;
}

.widget_sidebar_posts_thumnails img {
  float: left;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-right: 5px;
}
 

/* 
 * Definiciones del LAYOUT
 */
 
body {
	background-color: #DBE4E6;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #333333;
}

#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_bg.png);
	background-repeat: no-repeat;
}

#wrapper {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}

#header {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	height: 139px;
	position: relative;
}

#nav_menu {
	position: absolute;
	top: 113px;
	left: 20px;
	font-size: 12pt;
	color: #FFFFFF;
}

#nav_menu a {
	color:#FFFFFF;
}

#content {
	width: 680px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}

#sidebar {
	float: right;
	padding-right: 10px;
	width: 240px;
	padding-bottom: 30px;
}

#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DBE4E6;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 20px;
}

#wrapper_footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


/*
 * Definiciones CSS básico
 */

#content h1 {
	color: #990000;
	font-size: 26pt;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
	font-weight: normal;
}

#content h1 a {
	color: #990000;
}

#content h2 {
	color: #CC0000;
	font-size: 16pt;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
	font-weight: normal;
}

#content  ul {
	margin-left: 1em;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 1.2em;
}

#content  ul  li ul {
	margin-bottom: 0px;
}

p {
	margin-bottom: 1.4em;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*
 * Específicos FOOTER
 */ 
 #footer p {
  margin-bottom: 1em;
 }

/*
 * Específicos para archivo
 */
 
  #content .hentry {
    clear: both;
  }

  #content .hentry h1 {
    margin-bottom: 0.2em;
  }

  #content .hentry {
    margin-bottom: 30px;
  }

  #content .hentry p {
    margin-bottom: 0.4em;
  }

  #content .category-especies h1 {
    font-style: italic;
  }


/*
 * Fotos y pie de foto en contenidos
 */

 #content .wp-caption {
	padding-right: 10px;
	padding-bottom: 15px;
}

p.wp-caption-text    {
	font-size: 0.9em;
	color: #C00;
	line-height: 1.2em;
	margin: 0px;
}

#content .wp-caption img {
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/*
 * Definiciones para SIDEBAR
 */ 

#sidebar .widget {
	margin-top: 25px;
}

#sidebar h2 {
	color: #4B7A96;
	font-size: 16pt;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
	font-weight: normal;
}


/*
 * Detalles decorativos
 */
 
#header ul li, #footer ul li {
	margin-right: 20px;
	display: inline;
}
 
.pre-arrow a {
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}

.arrow-red a {
	background-image: url(images/arrow-red.gif);
}

.arrow-white a {
	background-image: url(images/arrow-white.gif);
}

