/*
Theme Name: Constante y Sonante
Theme URI: http://www.constanteysonante.com
Description: Theme para Constante y Sonante, Año de Bienes
Version: 1.0
Author: Scuain
Author URI: http://www.scuain.com
*/

/*Estilos de Maquetación (Pantalla) --  www.constanteysonante.com */
/*RESETEO DE ELEMENTOS ----------------------------------------------------------*/
* {
	margin:0;
	padding:0;

}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fields et,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}
table {
   border-collapse:collapse;
   border-spacing:0;
}
fieldset,img {
   border:0;
}
address,caption,cite,code,dfn,th,var {
   font-style:normal;
   font-weight:normal;
}
ol,ul {
   list-style:none;
}
caption,th {
   text-align:left;
}
h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}
q:before,q:after {content:'';}

abbr,acronym {border:0;}

.clear{clear:both;}

hr {display: none;}

input, textarea {font-family:Arial, Helvetica, sans-serif;}
/*ENLACES-------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #960000;
}

a:hover {
	text-decoration: underline;
}

#skip {visibility: hidden;}

/*ESTRUCTURA------------------------------------------------------------------------------*/
body {
	font: x-small Georgia, "Times New Roman", Times, serif; 
	text-align: center;
	background: #6F0000 url(img/bg.jpg) repeat left top;
	}

#container {
	width: 90em;
	margin: 0 auto;
	text-align: left;
	background-color: #F3F0D1;
	color: #343018;
}

/*CABECERA--------------------------------------------------------------------------------*/
#header {
	height: 24em;
	background: #F3F0D1 url(img/bg-header.jpg) no-repeat center bottom;
	padding: 1.8em 0 0 5.5em;
}

#logo {
	color: #960000;
	width: 32em;
	text-indent: -500em;
}

#logo a{
	width: 27.1em;
	height: 3.2em;
	display: block; 
	background: url(img/logo.gif) no-repeat left top;
	overflow: hidden;	
	}

#logo a:hover {
	background: url(img/logo.gif) no-repeat left bottom;
}

/*MENÚ------------------------------------------------------------------------------------*/
#menu {
	height: 3em;
	margin: 0 2em 4.5em 3em;
	float:left;
	display: inline;/*hack margen doble en IE6*/
	}

#menu ul#tabbar li{
	font-size: 1.6em;
	font-weight: bold;
	float:left;
	background: #BFB478 url(img/bg-menu.jpg) repeat left top;
	text-transform:uppercase;
	margin: 0 1px 0 1px;
}

#menu ul#tabbar li a{
	display: block;
	padding: 0.4em 1.3em 0.4em 1.3em;
	color: #423D22;
}

#menu ul#tabbar li a:hover {
	text-decoration: none;
	color: #F3F0D1;
	background: #423D22 url(img/bg-menu.jpg) repeat left 2.1em;
	}

#menu ul#tabbar li.tabselected a{
	color: #F3F0D1;
	background: #423D22 url(img/bg-menu.jpg) repeat left 2.1em;
}

/*CONTENIDO-------------------------------------------------------------------------------*/
/*Columna principal*/
#main-col {
	width: 51em;
	margin: 0 3em 0 5.5em;
	float: left;
	display: inline; /*hack margen doble en IE6*/
}

.post {
	margin: 0 0 12em 0;
	}

.entry{
	border-bottom: 1px dotted #343018;
	margin: 0 0 1.2em 0;
	padding: 0 0 0 0;
}

.entry-data{
	float: left;
	width: 35em;
}

.filed {
	float: left;
	width: 35em;
}
.comments{
	float: right;
	text-align: right;
}

.navigation {
	margin: 12em 0 6em 0;
}
.more-old{
	float:left;
	width: 12em;
	text-align: left;
}

.more-new{
	float:right;
	width: 12em;
	text-align: right;
}

/*Columna secundaria*/
#sec-col{
	width: 22em;
	margin: -2.5em 5em 3em 3em;
	float: right;
	display: inline; /*hack margen doble en IE6*/
}

#sec-col ul li{
	margin: 3em 0 1em 0;
}

#sec-col ul li ul, #sec-col #searchform, #sec-col li#email-subs form, #sec-col li#buy p, #sec-col li#buy ul, #sec-col li#myspace p{
	background: #BFB478 url(img/bg-sec-col.jpg) repeat-y left top;
	padding: 1em 1.6em 1.5em 1.6em;
}

#sec-col li#myspace p{
	padding: 1em 0 1.5em 1.6em;
}

#sec-col ul li ul li{
	margin: 0 0 0.5em 0;
	background: url(img/bullet.gif) no-repeat left 0.5em;
	padding: 0 0 0 1em;
	}

#sec-col ul li#flickr ul li, #sec-col ul li#buy ul li{
	background-image: none;
	padding: 0;
}

/*TEXTOS-------------------------------------------------------------------------------------*/
/*Columna principal*/
#main-col h2 {
	font-size: 2.8em;
	margin: 0 0 0.2em 0;
}

#main-col h2 a {
	text-decoration: none;
}

#main-col h3 {
	font-size: 2em;
	margin: 1em 0 0.5em 0;
	font-style: italic;
	background: #423D22 url(img/bg-green.jpg) repeat left center;
	color: #F3F0D1;
	padding: 0.3em 0.3em 0.3em 0.5em;
}

.post p {
	font-size: 1.1em;
	line-height: 1.5em;
}

.entry p, .page p{
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.entry p.wp-caption-text, .page p.wp-caption-text { /*aka leyenda de las imagenes*/
	font-size:1.1em;
	text-align: center;
	text-transform:lowercase;
 	font-variant: small-caps;
	font-weight: bold;
	}
	
.entry-data p{
	font-size: 1.1em;
	line-height: 1.5em;
}

.navigation p {
	font-size: 1.3em;
}

.category {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0 3em 0;
	border-bottom: 1px dotted #343018;
	border-top: 1px dotted #343018;
	padding: 0.4em 0 0.3em 0;
}

/*Columna secundaria*/
#sec-col h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #F3F0D1;
	background: #423D22 url(img/bg-green.jpg) repeat-x left center;
	padding: 0.5em 1em 0.5em 1.2em;
}

#sec-col ul li ul li, #sec-col ul li p {
	font-size: 1.1em;
	line-height: 1.5em;
}

#sec-col ul li#buy h2{
	background: #960000 url(img/bg-red.jpg) repeat-x left center;
	padding: 0.5em 1em 0.5em 1.2em;
}

#sec-col ul li#email-subs form p{
	font-size:1.1em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

#s, #email{
	border: 1px solid  #89865A;
	width: 13em;
	padding: 0.1em 0.4em; 
	font-size: 1.2em;
}

#searchsubmit, #email-subs-submit{
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	padding: 0.1em 0.4em;
	margin: 0.3em 0 0.5em 0;
}

/*IMAGENES-------------------------------------------------------------------------------------*/
div.aligncenter {
	display: block;
	margin: 2em auto 2em auto;
}

.entry img, .page img{
	border: 1px solid #BFB478;
	padding: 0.3em;
	background-color: #fff;
	}

#sec-col ul li#buy p img, #sec-col ul li#flickr ul li img{
	border: 1px solid #423D22;
	margin: 0.7em 1em 0 0;
}

/*Galeria de imagenes*/
.gallery {
	margin: auto;
	}

.gallery-item {
	float: left;
	margin-top: 1em;
	text-align: center;
	width: 32%;	
	}

.gallery img {
	border: 1px solid #BFB478;
	padding: 0.3em;
	background-color: #fff;
	}

.gallery-caption {
	margin: 0 3px;
	font-size:1.1em;
	text-align: center;
	padding: 0 3px;
	text-transform:lowercase;
 	font-variant: small-caps;
	font-weight:bold;
		}

/*COMENTARIOS-------------------------------------------------------------------------------------*/
/*Comentarios*/
#comments {
	margin: -8em 0 6em 0;
}

#comments h3{
	font-size: 2em;
	margin: 0 0 0.5em 0;
	font-style: italic;
	background: #423D22 url(img/bg-green.jpg) repeat left center;
	color: #F3F0D1;
	padding: 0.3em 0.3em 0.3em 0.5em;
}

#comments ol {
	font-size: 1.3em;
}

#comments li {
	margin: 0 0 1em 0.5em;
	padding: 0 0 1.5em 0;
	background: url(img/bg-cite.gif) no-repeat left 1.6em;
}

#comments ol li cite {
	font-weight:bold;
	font-size: 1.2em;
}

#comments small {
	font-size: 0.8em;
}

#comments p {
	margin: 0.5em 0 0 2.6em;
	line-height: 1.5em;
}
#comments br{
	margin: 0 0 2em 0;
}

/*Formulario Respuesta*/
.respond {
	margin: 0 0 5em 0;
	background: url(img/bg-sec-col.jpg) repeat left top;
}

.respond h3{
	font-size: 2em;
	margin: 0 0 0.5em 0;
	font-style: italic;
	background: #423D22 url(img/bg-green.jpg) repeat left center;
	color: #F3F0D1;
	padding: 0.3em 0.3em 0.3em 0.5em;
}

.respond form {
	padding: 0 2em 2em 1em;
}

.respond label {
	margin: 0 0 0 0.5em;
	line-height: 2.5em;
	font-size: 1.1em;
}

.respond form input#author, .respond form input#url, .respond form input#email, .respond form textarea {
	font-size: 1.2em;
	border: 1px solid  #89865A;
	padding: 0.1em 0.4em; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.respond form textarea{
	width: 35em;
	margin: 0.3em 0 0.3em 0;
}

.respond form input{
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	padding: 0.1em 0.1em;
	margin: 0.3em 0 0 0;
}

.disclaimer {
	color: #000;
	margin: 1em 0 0 0.3em;
	font-size: 0.9em;
}


/*CONTACTO-------------------------------------------------------------------------------------*/
.contactform {
	background: #BFB478 url(img/bg-sec-col.jpg) repeat left top;
	padding: 2em 0 2em 0;
	overflow: hidden;
}

.contactform label {
	font-size: 1.3em;
	font-weight: bold;
}
.contactleft {
	width: 12em;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	margin: 0.7em 0 0.5em 0;
	}

.contactright {
	width: 37.2em;
	text-align: left;
	float: right;
	display: inline;
	padding: 0.3em;
}

.contactform input#wpcf_your_name, .contactform input#wpcf_email, .contactform input#wpcf_website, .contactform textarea {
	font-size: 1.2em;
	border: 1px solid  #89865A;
	padding: 0.1em 0.4em; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.contactform textarea {
	width: 28em;
}

.contactform input {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	padding: 0.1em 0.1em;
}

.contacterror {
	background-color: #E1E1E1;
	}

.error-msg{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.3em 2em 1em 2em;
	padding: 0.5em;
	background-color: #960000;
	color: #F3F0D1;
	}
	
/*PIE-------------------------------------------------------------------------------------*/
#footer{
	margin: 0 3em 0 3em;
	background: url(img/bg-footer.gif) repeat-x center top;
	padding: 2em 2.5em 2em 2.5em;
	text-align: center;
}

#footer p{
	font-size: 1.1em;
	line-height: 1.5em;
}
