/*   
Theme Name: Sing me a fandango
Theme URI: http://www.cafecalavera.net
Description: Theme created for www.cafecalavera.net
Author: Sergio Ruiz Navarro
Author URI: www.meccadolce.com
Version: 0.7
.
Use at your own risk. 
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
.
*/
body{
	background: #4d4940;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 62.5%;
}


h1, h2, h3, h4, h5 , h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; padding: 0;
	line-height: normal;
}
ul, ul li{
	margin: 0; padding: 0;
	font-size: normal;
}
		ul{ font-size: 100%;}
		ul li{ font-size: 100%;}
a img{border: 0;}

hr{
	display: block;
	height: 1px;
	color: #dedede;
	background: #dedede;
	clear: both;
	border: 0;
	width: 1px;
	}
p{margin: 0;}

#contenedora{
	background: url(images/contenedoraBg.gif) repeat-y top left #dedede;
	color: #4d4940;
	width: 926px;
	margin: 0 auto 10px auto;
	font-size: 1.1em;
}

#cabecera{
	height: 75px;
	position: relative;
	background: url(images/cabeceraBg.jpg) no-repeat top left #27605b;
}
#cabecera h1{
	position: absolute;
	top: 0;
	left: 326px;
	width: 274px;
	height: 100px;
	background: url(images/ccLogo.gif) no-repeat top left;
	overflow: hidden;
	z-index: 100;
	/*display: none;ninja mode*/
}
	#cabecera h1 a{
		display: block;
		width: 274px;
		height: 100px;
	}
		#cabecera h1 a strong{
			text-indent: -10000px;
			display: block;
		}
#cabecera p#motto{
	position: absolute;
	top: 30px;
	right: 625px;
	width: 290px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1.1em;
	text-align: right;
}
		
#cabecera #menu{
	position: absolute;
	left: 610px;
	top: 0;	
}
	 #menu li{
		display: inline;
		margin: 0; padding: 0;
	}
		 #menu li a{
			color: #fff;
			font-size: 1.0em;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-variant: small-caps;
			font-weight: bold;
			padding: 0 14px;
			text-decoration: none;
			display: block;
			height: 100px;
			line-height: 75px;
			float: left;
			
		}
			 #menu li a:hover{
				color: #db5149;
				text-decoration: underline;
			 }
			 
		#menu li a.volverInicio{
			position: absolute;
			top: 0; left: -590px;
			font-weight: normal;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-variant: normal;
		}

#contenido{}

#contenido #texto{
	width: 612px;
	background: url(images/textoBg.jpg) no-repeat top left;
	float: left;
	/*overflow: hidden;*/
}

	#texto h2.titular{
	text-align: center;
	padding: 55px 20px 40px 20px;
	line-height: 0.8;
	letter-spacing: -1px;
	font-size: 2.0em;
	background: url(images/paginacionBg.gif) no-repeat bottom center;
	}
	#texto h2.titular a{
		color: #557472;
		text-decoration: none;
	}


#contenido #columna{
	width: 314px;
	float: left;
	background: url(images/columnaBg.jpg) no-repeat top left;
	position: relative;
	z-index: 0;
	padding-top: 60px;
	}
	#breves h2.breves{ background-image: url(images/h2BrevesBg.gif);}
	
	#breves ul{
		list-style: none;
		margin:0 7px 10px 7px;
	}
		#breves ul li{
			margin-bottom: 10px;
			color: #DEDEDE;
		}
		#breves ul li h3{
			background: url(images/bullet1Columna.gif) no-repeat top left;
			padding-left: 13px;
			font-size: 0.9em;
			height: 15px;
			padding-top: 3px;
		}
			#breves ul li h3 a{
				color: #D3C89E;
				text-decoration: none;
				display: block;
			}
			#breves ul li h3 a:hover{
				color: #D9524A;
			}
		#breves ul li p{
			margin-left: 5px;
			margin-top: -3px;
		}
			#breves ul li a{
				color: #D3C89E;
				text-decoration: none;
			}
			#breves ul li a:hover{
				color: #D9524A;
			}
	
	#contenido #columna #buscador{}
		 #buscador h3{
			text-indent: -10000px;
			height: 46px;
			background: url(images/h3BuscadorBg.gif) no-repeat top left;
		 }
	#contenido #columna #enlaces{}
			 #enlaces h3{
			text-indent: -10000px;
			height: 46px;
			background: url(images/h3EnlacesBg.gif) no-repeat top left;
		 }
		 
		 #enlaces ul{
			margin: 0 20px 20px 20px;
			color: #fff;
			list-style: none;
		 }
		 
			 #enlaces ul li.linkcat{
				font-weight: bold;
				color: #fff;
				line-height: 22px;
				background: none;
				
				list-style: none;
				padding-left: 15px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-variant: small-caps;
			 }
			 #enlaces ul li.linkcat strong{
				border-bottom: 1px solid #5e5e5e;
				display: block;
				margin-right: 10px;
			 }
			 #enlaces ul li{
				margin: 0;
				padding: 0;
				display: block;
				height: 15px;
				list-style: none;
				background: url(images/bullet1Columna.gif) no-repeat top left;
				padding-left: 12px;
				}
				html > body #enlaces ul li{ height: auto;}
			
			#enlaces ul li a{
				display: block;
				text-decoration: none;
				color: #d3c89e;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
			 }
			 #enlaces ul li a:hover{
				color: #db5149;
			}
			#enlaces ul li ul{
				margin: 0 0 0 5px;
				padding: 0;
			}
			
	#sindicacion{
		padding-bottom: 15px;
		background: url(images/separadorColumna.gif) no-repeat center bottom;
		margin: 0 0 15px 0;
	}
		#sindicacion h3{
			text-indent: -10000px;
			height: 34px;
			background: url(images/h3SindicacionBg.gif) no-repeat top center;
		}
		#sindicacion ul{
				text-align: center;
				margin: 5px 0 15px 0;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			#sindicacion ul li{
				font-size: 1.0em;
				line-height: 1.1;
				font-variant: small-caps;
				display: inline;
				
			}
			
			#sindicacion ul li a{
				color: #D3C89E;
				text-decoration: none;
				font-weight: bold;
				padding: 0 5px;
			}
			#sindicacion ul li a:hover{
				color: #D9524A;
			}
			
#pie{
	background: url(images/pieBg.jpg) no-repeat top left #4d4940;
	height: 10px;
	padding-top: 46px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	}
	
	#pie img{vertical-align:middle;}
	#pie a{ color: #d3c89e;}
	#pie a:hover{ color: #d9524a;}
	
	
p#navegacion{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	margin: 0;
	font-variant: small-caps;
	text-align: center;
}

/*--categorias, busqueda, 404 etc..----*/
#texto.seccion{}

#texto.seccion a{color: #557472;}
#texto.seccion a:hover{color: #db5149;}

#texto h2.seccion{
	text-align: center;
	padding: 40px 20px;
	line-height: 0.8;
	letter-spacing: -1px;
	font-size: 1.6em;
	background: url(images/h2Separador.gif) no-repeat bottom center;

}
ul.listado{list-style: none;}
h3.titularAutor{margin: 0 20px;}
ul.listado .item{
	margin: 10px 30px;
	background: url(images/separador1.gif) no-repeat bottom center;
	padding-bottom: 20px;
	}
	.item h3{
		margin-bottom: 5px !important;
		padding-left: 10px;
		background: url(images/bullet1Texto.gif) no-repeat top left;
	}
	.item p{
	margin-top: 5px;
	}

ul.listado li.centrado{
	text-align: center;
	display: block;
	width: 430px;
	margin: 0 auto 10px auto;
	}
li.centrado h3{background: none;}
li.centrado h3.cabecera{

		height: 177px;
		
	}
	
		li.centrado h3.cabecera a{
			background-repeat: no-repeat;
			background-position: top left;
			width: 430px;
			height: 177px;
			text-indent: -10000px;
			text-align: left;
			overflow: hidden;
			display: block;

		}
		li.centrado h3.cabecera span.autor{
			display: none;
		}



/*-------genéricas--------*/
p.mas{
	text-align: center;
	margin-top: 10px;
}
	p.mas a{
		padding: 0 3px;
		font-weight: bold;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1.0em;
		color: #557472;
		text-decoration: none;
		}
		p.mas a:hover{
			color: #DB5149;
			text-decoration: underline;
		}
		
		#columna p.mas{
			text-align: right;
			margin-right: 10px;
		}
			#columna p.mas a{
				color: #D3C89E;
				
			}
			#columna p.mas a:hover{
				color: #D9524A;
				
			}
	
/*---paginador y navegación entre páginas---*/	
#texto p.paginador{
	font-variant: small-caps;
	text-align: center;
	font-size: 1.2em;
	color: #4d4940;
	letter-spacing: -1px;
	margin-top: 0 !important;
	padding: 11px;
	line-height: 0.5;
	margin: 15px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#texto p.paginador strong{
	font-size: 1.8em;
	color: #000;
	letter-spacing: 0 0 0 4px;
	}
	#texto p.paginador a{
		padding: 0 2px;
	}			
			
			
/*---buscador----*/			

#texto #searchform{
margin-top: 40px;
}
#searchform{
	text-align: center;
	margin-bottom: 30px;
	}
	#searchform fieldset{ border: 0; margin: 0; padding: 0;}
	#searchform input{
		font-size: 1.1em;
		font-family: Georgia, "Times New Roman", Times, serif;
		width: 200px;
		border: 1px inset #9d9d9d;
		padding: 1px 0;
		background: #dedede;
		}
	#texto #searchform input{ background: #fff;}
	#searchform input#searchsubmit{
		width: 65px;
		border: 1px outset #9d9d9d;
		padding: 0;
		background: #d3c89e;
		color: #4d4d4d;
		font-size: 1.0em;
		font-variant: small-caps;
	}
	
/*---página de autor---*/

p#bio{
	margin: 15px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.4;
	text-align: justify;
	color: #000;
}
p#bio span.imagenAutor{
		display: block;
		float: left;
		width: 91px; height: 93px;
		padding: 18px 0 0 17px;
		background: url(images/FotoAutorBg2.gif) no-repeat top left;
		margin: 0 10px 5px 0;
}
p#bio span#timeline{
display: block;
width: 562px;
margin: 10px auto;
}