/*
Theme Name: CERATI.COM v7
Author: Germán Saez
Author URI: http://germansaez.com
Version: 1.0
*/

/* ENLACES */
a {text-decoration: none}
a:link {color: #b47758; text-decoration: none; padding-bottom: 2px}
a:visited {color: #ccc; text-decoration: none}
a:active, a:hover {color: #999; text-decoration: underline}

body {background-color: #fff; margin:0px}

.content, .lateral, .pie {font-family: Verdana, Arial, Helvetica, sans-serif}
.content p, cite, label, legend {color: #666; font-size: 0.65em; line-height: 150%; margin-top: 0px; margin-bottom: 15px; text-align: justify}
.content h2 {color: #000; font-weight: normal; font-size: 1.1em; margin-top: 0px; margin-bottom: 10px; margin-left: 160px}
.content h3 {background-color: #000; color: #fff; font-weight: normal; font-size: 0.6em; margin-top: 0px; display: block; padding: 5px}
.content h4 {color: #b47758; font-weight: bold; font-size: 1em; margin-top: 0px; margin-bottom: 15px}
.content h5 {color: #666; background-color: #f4f4f4; padding: 5px; font-weight: normal; font-size: 0.7em; margin-top: 0px; margin-bottom: 15px}
.content li {color: #666; border-bottom: 1px solid #ccc; font-size: 0.65em; padding-bottom: 2px; line-height: 160%; margin-top: 0px}
.content img {border: none; margin-bottom: 4px}

.randomlyric {padding-left: 200px; *margin-bottom: 0px; *margin-top: 0px; padding-top: 5px; padding-bottom: 5px}
.randomlyric a, cite {font-size: 0.6em; font-family: Verdana, Arial, Helvetica, sans-serif}

.men {padding-top: 5px}
.bajar {padding-left: 20px; background-image: url(http://cerati.com/compartido/bajar_av.gif); background-repeat: no-repeat; background-position: left}

.lateral h1 {color: #e1e1d4; font-weight: normal; font-size: 1.1em; margin-top: 0px; margin-bottom: 10px; margin-left: 5px}
.item {padding-left: 20px; color: #666; font-size: 0.6em; line-height: 160%; margin-top: 0px; margin-left: 5px; list-style-type: none; background-image: url(http://cerati.com/compartido/li_lateral.gif); background-repeat: no-repeat; background-position: left top}
.nuevo {font-size: 11px; background-color: #f4f4f4; padding-left: 15px; padding-top: 2px; padding-bottom: 2px; padding-right: 4px; color: #666; line-height: 250%; margin-top: 0px; margin-left: 0px; list-style-type: none; background-image: url(http://cerati.com/compartido/av_nuevo.gif); background-repeat: no-repeat; background-position: left}
.hl {font-size: 11px; background-color: #f4f4f4; line-height: 250%; padding: 2px 4px; color: #666}

#pie {padding: 0px; margin-top: 5px; margin-bottom: 0px; height: 50px; background-image: url(http://cerati.com/compartido/pie_av.gif); background-repeat: no-repeat; background-position: left top}
.pie {padding-left: 100px; padding-top: 5px; color: #999; font-size: 0.55em; line-height: 150%; margin: 5px; width: 620px}

img {border: none}

.descripcion {background-color: #f4f4f4; font-size: 0.6em; padding: 5px; color: #999; display: block}
.epigrafe {background-color: #e9f1be; font-size: 0.6em; padding: 5px; color: #666; display: block; width: 310px}

/* FOTOS */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	}
#lightbox img{ border: none;	}

#imageContainer{
	position: relative;
	padding: 10px;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://cerati.com/compartido/blank.gif) no-repeat; 
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(http://cerati.com/compartido/anterior.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://cerati.com/compartido/siguiente.gif) right 53% no-repeat; }


#imageData{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 10px 0 10px;
	line-height: 1.4em;
	height: 38px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}