/* 
Theme Name: Lucido
Theme URI: http://barrabarra.es
Description: Tema de barrabarra.es
Version: 1.0
Author: Javier Romero 
Author URI: http://barrabarra.es
Tags: one-column, fixed-width, threaded-comments, black, grey, red, white, degradated, easyslider-ready

License: GNU General Public License (GPL) version 3
*/

/* Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .hlogo, .htitle, .widgettitle, .more-link  {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	outline: none;
}


/* Layout 
------------------------------------------------------------------*/
.oculto {
	display: none;
}

#fondo {
        width: 1000px;
        margin: 0 auto;
}

#header {
	width: 950px;
	height: 200px;
	margin: 0 auto;
        padding: 50px 0 0 0;
}

#blog_title h1 {
	margin-top: 18px;
	height: 35px;
}

#blog_title a {
	display: block;
	width: 270px;
	height: 35px;
}

#topnav, #blog_title, #wrapper, #archive_wrapper, #secondary_nav_content, #sidebar_content {
	width: 850px;
	margin: 0 auto;
}

#topnav {
	margin-top: -40px;
	padding-left: 555px;
	width: auto;
}

#topnav ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#topnav a {
	float: left;
}

/* oculta si hay varios niveles de páginas */
/* #topnav ul li > ul { 
	display: none;
} */

#wrapper {
	margin: -100px auto 30px auto; /* mete wrapper dentro de header */
}

#single, #home_content {
	padding: 10px;
}

#page { /* Titulo de página */
	padding-left: 12px;
	height: 30px;
}

#page h2 {
	padding-top: 5px;
}

#portada{
	margin: 0;
	padding: 0;
}

.post, .post_alone {
	padding: 30px;
	margin-bottom: 10px;
	min-height: 150px;
        -webkit-border-radius: 6px;  
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;  
        border-radius: 6px; 
}

.post_alone {
	margin: 0;
}

.post ol, .post ul {
	padding: 0 0 10px 35px;
	line-height: 1.5em;
	list-style-type: decimal;
}

.post ul {
	list-style-type: circle;
}

 /* Dentro está el slide */
/*#portfolio {
	margin: 0;
	padding: 0;
}*/

#contenido {
        margin: 0;
        padding: 0;
        -webkit-border-radius: 6px;  
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;  
        border-radius: 6px; 
}

#contenido ul{
	margin: 0;
	padding: 4px;
	list-style: none;
}

#contenido li {
	float: left;
	width: 232px;
	display: inline;
	padding: 10px 14px 0px 14px;
        margin-bottom: 4px;
}

#contenido #fin {
	height: 0px;
	clear: both;
}

#entradas_similares {
	margin-bottom: 5px;
	border-bottom:1px dotted #1C1600;
}

.extracto_similares {
	margin-left: 10px;
}

.main_meta {
	list-style-type: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.main_meta li {
	list-style-type: none;
	padding: 0 18px;
	float: left;
	display: inline;
}

.edit {
        width: auto;
        position: relative;
        top: -50px;
        float: right;
}

.edit a {
        padding-left: 18px;
}

code {
        display: block;
        margin-bottom: 20px;
        padding: 10px;
/*        width: 733px;*/
}

.icono_mail, .icono_twitter, .icono_home, .icono_movil, .icono_identica {
	padding-left: 18px;
}

.archive_nav { /* .archive_nav, .left y .right son del navegador de archivos (cuando hay + de 5 entradas en portada) */
	margin: 0;
	padding: .5em 1em 1.7em 1em;
	clear: both;
}
.right {
	float: right;
	padding-bottom: 5px;
	text-align: right;
}
.left {
	float: left;
	margin-bottom: 5px;
}

#secondary_nav, #sidebar {
	width: 950px;
	margin: 0px auto;
        padding-bottom: 15px;
}

#secondary_nav {
	height: 85px;
}

#secondary_nav ul, #sidebar ul {
	list-style-type: none;
}

#secondary_nav li, #sidebar li {
	padding: 5px;
}

#footer {
	width: 950px;
	height: 25px;
	clear: both;
	margin: 0 auto;
}

.copyright {
	width: 920px;
        height: 20px;
        overflow: hidden;
	font-size: .85em;
	text-align: right;
}

.clear {
	clear: both;
}

.more-link {
	text-align: left;
	display: block;
	padding-top: 1em;
}

/*  Style and Colors 
------------------------------------------------------------------*/
html {
        /*min-width: 1000px;*/
}

body {
        /*min-width: 1000px;*/
	background-color: #404040;
	color: #777;
}

#fondo {
        background: url('images/bg.png') repeat-y;
        border-bottom: 1px solid #556;
}

#header {
	background: #27282b url('images/header.png') no-repeat top center;
}

#blog_title h1 {
/* 	background: url('images/logo.png') no-repeat top left; */
	background: url('images/css.png') no-repeat -105px -102px;
}

#logo img {
	border-style: none;
	}

#wrapper {
	/*background: #000;*/
	/*border:1px solid #191919;*/
}

#single, #home_content, #page { /* fondo de los posts y las páginas sueltas */
	background: #eeeddf;
        -webkit-border-radius: 6px;  
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;  
        border-radius: 6px; 

}

#home_content img, .post_entry img, #content img, #single img {

}

#portfolio img {
	background: #090909;
	border-style: none;
	padding: 6px;
}

img#logotipo_trabajo {
        background: none;
        display: block;
        margin: 0 auto;
        padding: 0;
}

.post, .post_alone, #searchform input {
	background-color: #FFF;
	border: 1px solid #d7d6c9;
}

ul.main_meta {
	color: #211B00;
}

ul.main_meta li.fecha {
	background: url('images/css.png') no-repeat -105px -35px;
}
ul.main_meta li.categoria {
	background: url('images/css.png') no-repeat -105px -67px;
}
ul.main_meta li.etiquetas {
	background: url('images/css.png') no-repeat -105px 0px;
}
ul.main_meta li.comentarios {
	background: url('images/css.png') no-repeat -105px -51px;
}

ul.commentlist .reply {
	background: url('images/css.png') no-repeat -105px -85px;
}

#portfolio { /* Lo dejamos sin estilo para que no haya tantas capas */
/* 	background: #eeeddf; */
/* 	border: 1px solid #d7d6c9; */
/* 	border-bottom: 0px; */
}

#secondary_nav {
	background: #27282b url('images/header.png') no-repeat top center;
}

#sidebar {
	background: #fff;
}

#secondary_nav h2, #sidebar h2 {
	color: #777;
	border-bottom: 1px dotted #333;
}

#contenido { /* Lo dejamos sin estilo para que no haya tantas capas */
	background: #27282b;
}

#contenido li {
	background: url('images/bg_li.png') repeat-x 0 0;
}

#contenido h2, #contenido strong {
	color: #e0e6e6;
        text-shadow: rgba(0,0,0,.8) 0 1px 0; 
}

code {
        background-color: #404040;
        color: #DCDCCC;
}

#footer {
	background-color: #27282b;
}

.edit a {
	background: url('images/css.png') no-repeat -105px -19px;
}

.icono_mail {
	background: url('images/mail.png') no-repeat 0 0;
}

.icono_twitter {
	background: url('images/twitter.gif') no-repeat 0 0;
}

.icono_home {
	background: url('images/home.png') no-repeat 0 0;
}

.icono_movil {
	background: url('images/movil.png') no-repeat 0 0;
}

.icono_identica {
	background: url('images/identica.png') no-repeat 0 0;
}

/* Link Styles and Colors 
------------------------------------------------------------------*/
a	{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 1px solid #000;
}

#topnav a {
	padding: 5px 20px 10px 20px;
}

#topnav a:hover {
	color: #fff;
}

#topnav a:active {
	color: #bbb;
}

#portfolio a {
	color: #b00b0b;
}

.description a, .page_item a, .home a, .archive a, #content a, #comments a, .commentmetadata a, 
#response a, #content_archives a, .feeds a, #page a {
	color: #777;
}

.description a:hover, .page_item a:hover, .home a:hover, .archive a:hover, #content a:hover, #comments a:hover, .commentmetadata a:hover, 
#response a:hover, #content_archives a:hover, .feeds a:hover, #page a:hover {
	color: #fff;
}

.description a:active, .page_item a:active, .home a:active, .archive a:active, #content a:active, #comments a:active, .commentmetadata a:active, 
#response a:active, #content_archives a:active, .feeds a:active, #page a:active {
	color: #bbb;
}

#single a, #home_content a,  #sidebar a, .copyright a {
	color: #a10909;
}

#secondary_nav a {
	color: #bbb;
}

.current_page_item a, .current_page_parent a, .current a {
	color: #e0e6e6;
	border-top: 1px solid #b00b0b;
}

/* Typography
------------------------------------------------------------------*/
body { 
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
}

h2, h2 a {
	font-size: 1.2em;
	line-height: 1.2em;
}

#mainnav, .htitle, #main_feature h2, h1, .section_heading, h3, h4, h5, .post_date, .more-link, h2, 
.main_meta, .edit, .commentmetadata, .dropcaps, .authorcommentmetadata, .right, .left, cite.fn {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.description, #topnav {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#portfolio p, #contenido p {
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 18px;
}

.small {
	font-size: .9em;
}

#page h2 { /* nombre de la página en categorías y etiquetas */
	font-variant: small-caps;
	font-size: 2em;
        text-shadow: rgba(255,255,255,.8) 0 1px 0; 
}

#single .main_meta h2 {
	font-size: 1.43em;
        text-shadow: rgba(255,255,255,.8) 0 1px 0; 
}

#secondary_nav h2, #sidebar h2 {
	clear: left;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
        text-shadow: rgba(255,255,255,.6) 0 1px 0; 
}
	
h3 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 2em 0;
}
	
.post h3 {
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	line-height: .6em;
	margin: 0 0 1.5em 0;
	}

h5 {
	font-size: 1em;
	}

blockquote {
	width: 85%;
	border-left: 5px solid #a10909;
	padding: 0.1em .5em 0 .5em;
	font-style: italic;
}

.more-link  {
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
}

.search {
	text-transform: uppercase;
	font-size: .9em;
}

.single_meta {
	line-height: 1.5em;
	border-left: 3px solid #a10909;
	padding: 0 .5em 0 1em;
	margin-top: 2em;
}

strong {
	font-variant: small-caps;
}

.main_meta strong {
	color: #a10909;
}

.caption {
	font-size: .85em;
	margin: -1.5em 0 1.5em .5em;
	color: #999;
	text-align: center;
}

h2.gallerytitle {
	font-variant: small-caps;
	font-size: 1.5em;
	margin: 1em 1em .5em 0;
	padding-left: 2em;
}

.dropcaps {
	font-size: 5em;
	float: left;
	display: inline;
	margin: .35em .2em 0 0;
}



/* threadedComments 
------------------------------------------------------------------*/
h3#comments {
	font-variant: small-caps;
	margin: 15px 0 0 15px;
	color: #aaa;
}

.commentlist {
	padding: 15px;
	list-style-type: none;
}

.commentlist .commentmetadata {
	border: 0px;
	margin: 0px;
}

.commentlist .commentmetadata a {
	color: #a10909;
}

.commentlist .vcard {
	float: right;
	width: 150px;
	padding: 5px;
}

.commentlist .comment {
	padding: 30px; 
}

/* Comentario de un visitante */
.commentlist .comment .comment-author.vcard {
	background-color: #fff;
	}

/* Comentario del autor */
.commentlist .comment.bypostauthor .vcard {
	background-color: #202020;
	}

.commentlist .comment.bypostauthor {
	background-color: #202020;
}

.commentlist cite.fn {
	display: block;
	font-style: normal;
}

.commentlist li {
	margin-top: 5px;
	min-height: 150px;
	background-color: #fff;
	border-top: 1px solid #d7d6c9;
}

.says {
	display: none;
}

#respond {
	margin-top: 5px;
	padding: 0 80px;
}

.comment #respond {
	padding: 0 40px;
}

#respond h3 {
	margin: 0 0 .5em 0;
	color: #999;
}

.commentlist .reply {
	clear: both;
	width: 86px;
}

.commentlist .depth-2 .reply {
	display: none;
}

.commentlist .reply a, #commentform a, cite.fn a, .cancel-comment-reply a{
	color: #a10909;
}

.commentlist ul.children {
	margin-left: 10px;
	list-style-type: none;
}

/* Comments 
------------------------------------------------------------------*/

#comments ul {
	list-style-type: none;
}

#comments ul.children {
	margin-left: 3em;
}


#comments, #response {
	clear: both;
	margin: 0 auto;
	}

#comments h3, #response h3 {
	font-variant: small-caps;
	}
	
#response {
	padding: 2em 0 0 0;
	}

#comments {
	margin-left: 1.1em;
}
	
#response h3 {
	
}

#comments h3 {
	margin-bottom: 1em;
}

.disclaimer {
	width: 52em;
	}

.comment_container {
	border: 1px solid #000;
	}

.commentpost {
	border-top:1px dotted #1C1600;
	float: left;
	margin: 1.5em 2em 1em .5em;
	padding: 1em 2em 0 0;
	min-height: 11em;
	width: 60em;
	}

.commentmetadata, .authorcommentmetadata {
	float: right;
	width: 12em;
	margin: 1.5em 0 1em 0;
	clear: both;
	color: #2F2B23;
	padding: .5em 1em 0 1em;
	line-height: 1.5em;
	}
	
.commentmetadata li, .authorcommentmetadata li {
	list-style-type: none;
	padding: .3em;
	border-bottom: 1px solid #999;
	margin: 0 .5em 0 0;
	}
	
.commentmetadata {
	border-bottom: 3px solid #666;
	border-top: 3px solid #666;
}

.authorcommentmetadata {
	background: #EEE;
	border-top: 3px solid #00B9E4;
	border-bottom: 3px solid #00B9E4;
}

.warning {
	width: 65em;
	padding: 1em;
	background: #FF8F8F;
	border: 1px solid #DF0D0D;
}

ul #recentcomments {
	list-style-type: disc;
}


/*  Widget Styles
------------------------------------------------------------------*/	

.widget {
	color: #9b9390;
}

.widget ul {
	line-height: 1.5em;
}

.widget ul li {
	list-style-type: none;
	text-align: left;
	margin-left: 5px;
	
}

#recent-comments, #tag_cloud, #search, #categories-429926562 {
	width: 410px;
	display: inline;
	float: left;
}

#categories-429926562 {
	 width: 180px;
}

#search {
	width: 220px;
}

#meta-2 li {
	display: inline;
	float: left;
}

#tag_cloud a {
	line-height: 1.5em;
	padding-left: 20px;
}

li#tag_cloud > a {
	padding-left: 6em;
}
	
.textwidget {
	padding-left: 6em;
	line-height: 1.2em;
}

#calendar_wrap td {
	width: 10em;
	padding: 1em;
	border-bottom: 1px solid #333;
}

#calendar_wrap td:hover {
	color: #555;
}

#calendar_wrap th {
	display: none;
}


/* =Better image scaling in IE
------------------------------------------------------------------*/

img { -ms-interpolation-mode:bicubic; }


/* =Required + WP Default Styling
------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
        margin-right: 20px;
}

.alignright {
	float: right;
        margin-left: 20px;
}

.wp-caption, .gallery-caption {
	text-align: center;
	font-size: .9em;
	color: #999;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* EasySlider
--------------------------------------------------------------------------*/
#slider {
	margin: 0 auto;
}

#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style:none;
	}

#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:670px;
	height:250px;
	padding: 0 30px;
	}

#slider h1 {
	color: #a10909;
}

#slider li p {
	width: 330px;
	float: left;
}

#slider li img {
	float: right;
}

#prevBtn, #nextBtn{ 
	clear: both;
        display:block;
        width:17px;
        height:250px;
        position:relative;
        top:-250px; 
/*	border: 1px solid #d7d6c9;
	background: #eeeddf;*/
	margin-bottom: -250px;
        }       
#nextBtn{ 
	top: -254px;
        left: 769px;
        }                                                                                                               
#prevBtn a, #nextBtn a{  
        display:block;
        width:17px;
        height:250px;
	background:url("images/css.png") no-repeat 0px 0px;
        }       
#nextBtn a{
	background:url("images/css.png") no-repeat -50px 0px;
        }  
#prevBtn a:hover{ 
	background: url("images/css.png") no-repeat -17px 0px;
}
#nextBtn a:hover{ 
	background: url("images/css.png") no-repeat -67px 0px;
}
#prevBtn a:active{
	background: url("images/css.png") no-repeat -34px 0px;
}
#nextBtn a:active{
	background: url("images/css.png") no-repeat -84px 0px;
}

/* Forms */

#contacto {
	margin-left: 133px;
}

input, textarea {
	background-color: #eeeddf;
        border: 1px solid #d7d6c9;
}

.wpcf7-form input, .wpcf7-form textarea {
	font-size: 1.6em;
        width: 500px;
	height: 25px;
}

.wpcf7-form .wpcf7-acceptance {
        font-size: 100%;
        width: auto;
        height: auto;
}

.wpcf7-form .no_width {
	width: auto;
        height: auto;
}

.wpcf7-form textarea {
	height: 150px;
}