/*  
Theme Name: comermuybien
Theme URI: http://blog.comermuybien.com
Description: Adaptando el estilo de www.comermuybien.com para blog
Version: 1.0
Author: Navarraweb Marketing Publicidad - JMGL
Author URI: http://www.navarraweb.com
Tags: comermuybien, white, 2 column
*/


* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	background-color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	
	font-size:80%;

}

@font-face {
    font-family: "Bell";
    src: url('http://blog.comermuybien.com/fonts/ROCK.TTF');
}


h1 {
	margin:0px 0 0px 12px;
	padding:0px;
	float:left;
}
h2 {
	color:#d10019;
	margin:0px 0 6px;
	padding:0px;
	text-transform:uppercase;
}

h2 a{
	color:#000;
	text-decoration:none;
}

h2 span {
	color:#000000;
	font: normal 170% Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	text-transform:none;
}
h2 span em {
	color:#EA2433;
	font: normal 100% Arial, Helvetica, sans-serif;
}

h3 {
	font: normal 110% Arial, Helvetica, sans-serif;
	color:#d10019;
	padding:0px;
	margin:7px 0;
}
h4 {
	font:normal 110% Verdana, Verdana, Arial, Helvetica;
	color:#333;
	margin:5px 0px;
	padding:0px;
}
p {
	margin: 0 0 8px 0;
	padding:0px;
}
a {
	color:#C00;
	text-decoration:underline;
}

a:hover{
	color:#333;
	text-decoration:none;
}

img {
}

img.alignleft, 
div.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

img.alignright, 
div.alignright {
	float:right;
	margin:0 0 10px 10px;
}

 

.clear {
	clear: both;
	height:0px;
}


/* -------------------------------
---------- comienzo web --------- */

#contenedor_gen{
	width:950px;
	margin:0 auto 5px;
}
#contenedor{
	background: url(img/home_fondo.gif) left top repeat-y;
	padding-bottom:5px;
}


#head {
	background-color:#ffffff;
	height:95px;
	font-size:90%;
	margin-top:5px;
}

#contenido {
	background:url(img/home_sup.gif) left top no-repeat;
	padding:18px 12px 8px 15px;
	min-height:300px;
}

#bloque_derecho{
	float:left;
	background:url(img/fondo_izq.jpg) no-repeat;
	width:620px;
	padding:10px;
	border-right:1px solid #CCC;
}


#bloque_derecho h2{
	text-transform:none;
	color:#000;
	font-size:150%;
	}
	
#bloque_derecho p{
}

#bloque_derecho ul{
	margin-left:20px;
}

/*-----------Menu superior --------*/
#head_right {
	float:right;
	width:580px;
	padding-top:5px;
	text-align:right;
}
#head_right img{
	margin-right:10px;
}
#head_right .titular{
	color:#666666;
	float:left;
	font:110% "Trebuchet MS", Arial, Tahoma, Verdana;
	letter-spacing:0.05em;
}
#head_right .titular strong{
	font:170% "Trebuchet MS", Arial, Tahoma, Verdana;
	color:#000;
	letter-spacing:0.01em;
}
#head_right ul {
	margin-top:23px;
	text-align:right;
}
#head_right li{
	margin:0px;
	padding:0px 8px;
	list-style-type:none;
	display:inline;
	vertical-align:middle;
	border-left:1px solid #cccccc;
}
#head_right li img {
	vertical-align:middle;
	border-left:1px solid #fff;
}

.float_right {
	float:right;
	width:226px;
}


/* -----------------------------------------
---- sidebar --- */

#sidebar {
	float:right;
	width:250px;
	margin:0;
}

#sidebar h2, #sidebar h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#999;
	font-size:150%;
	text-transform:none;
	margin-top:30px;
	border-bottom:1px dashed #666;
	padding-bottom:5px;
}

#sidebar ul{
	margin-bottom:50px;
}

#sidebar li{
	list-style:none
}

#sidebar li ul li{
	list-style:circle;
}


/*-- busquedas frecuentes en pie --*/

#buscar-frecuente {	
	background:#efefef url(img/fondo-pie.gif) left top repeat-y;
	padding:10px 0px 0px 25px;
}
#buscar-frecuente h3{
	color:#000;
}
.busquedas-pie {
	float:left;
	margin-right:50px;
	width:180px;
}
.busquedas-pie2 {
	float:left;
	margin:0 0px 0 30px;
	width:160px;
	color:#666;
	clear:right;
}
.busquedas-pie ul{
	color:#666;
	margin:5px 0 10px 20px;
	padding:0px;
}
.busquedas-pie li{
	color:#666;
	margin:0px;
	padding:3px 0;
	list-style-image:url(img/flecha-ico.gif);
}
.busquedas-pie li a{
	color:#666;
}
.busquedas-pie li a:hover{
	color: #EA2433;
}


/* -- Pie de pagina -- */

#foooter{
	background:url(img/fondo-pie-inf.gif) left bottom no-repeat;
	/*height:8px;*/
	font-size:90%;
}

.creditos {
	width:97%;
	margin:10px 0 0;
	padding-top:10px;
	border-top:1px dotted #ccc;
	clear:both;
}
.creditos p{
	width:50%;
	float:left;
	margin:0px;
	padding:0px;
}
.creditos ul{
	margin:8px 0 0px;
	padding:0px;
	float:right;
}
.creditos li{
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
	color:#666;
}
.creditos li img{
	vertical-align:middle;
}
.creditos li a{
	color:#666;
}
.creditos li a:hover{
	color:#EA2433;
}
.suscribase{
	text-align:right;
	color:#999;
}
.suscribase a{
	color:#999;
	background:url(img/rss.gif) right bottom no-repeat;padding:0px 20px 5px 0;
}
.suscribase a:hover{
	background:url(img/rss.gif) right top no-repeat;
}


/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*---------------     estilos wp      --------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
div.post{
	margin:10px;
}

/*- Fecha, titulo, etiquetas, categorias, autor --*/
div.post_meta{
	margin:10px;
}

.post_meta .fecha{
	display:block;
	float:left;
	padding:5px 5px 5px 0;
	text-align:center;
}

.post_meta .fecha span.dia{
	font-size:200%;
	color:#C00;
	display:block;
}

.post_meta .fecha span.mes{
	text-transform:uppercase;
	color:#999;
	display:block;
}

div.post_meta .titulo{
	display:block;
	float:left;
	padding:5px;
	width:90%;
	border-left:4px solid #C00;
	
}

div.post_meta .titulo h2{
	font-weight:normal;
	font-family:Bell;
}

div.post_meta .titulo small{
	color:#666;
}

div.post_content{
	clear:both;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:20px;
}

div.post_content img{
	padding:2px;
	border:1px solid #CCC;
}


div.post_pie{
	background:url(img/comenta.gif) top left no-repeat #eaeaea;
	margin:0 10px 10px 10px;
	text-align:right;
	border:1px dashed #CCC;
	padding:10px;
	clear:both;
}

div.post_pie li{
	list-style:none;
	padding:5px 0;
}

div.separator{
	border-top:1px dashed #CCC;
	height:50px;
}


/*---------------*/
.post_pie a.twitter {
width:30px;
height:36px;
/*display:block;
float:left;*/
background:url(images/twitter.png) no-repeat;
}

.post_pie a.facebook {
width:31px;
height:36px;
/*display:block;
float:left;*/
background:url(images/facebook.png) no-repeat;
}

.post_pie a.delicious {
width:35px;
height:36px;
/*display:block;
float:left;*/
background-image:url(images/deliciousicon.png);
}

.post_pie a.google {
width:35px;
height:36px;
/*display:block;
float:left;*/
background-image:url(images/googleicon.png);
}



#pie{
	background:url(../img/fondo-pie-inf.gif) left bottom no-repeat;
	height:8px;
}

/**** buscador sidebar *******/
form input, form textarea{
	border:1px solid #999;
	
}

form#searchform input.cajetin{
	width:250px;
	height:24px;
	margin-bottom:10px;
}

/***** comentarios ***/

h2.comentarios-h2{
	margin:20px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#eaeaea;
	padding:5px;
	font-style:oblique;
	font-weight:normal;
}

ol#coments{
	margin-left:40px;
	border:1px solid #000;
	background-color:#CCC;
}

ol#comments li{
	border:1px dashed #CCC;
	padding:20px;
	margin:10px 0;
	list-style-position:inside;
	font-size:250%;
	color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ol#comments li h4, ol#comments li div{
	font-family:Verdana, Geneva, sans-serif;
	font-size:40%;
	color:#333;
}

/*alternador de comentarios*/
ol#comments li.alt{
	border:1px dashed #900;
}


/*Yet Another Related Posts*/
div.posts_relacionados{
	margin:20px 10px 10px 10px;
	border:1px dashed #CCC;
	padding:10px;
	background:url(img/tenedor-comentarios.jpg) bottom right no-repeat;
	clear:both;
}

div.posts_relacionados h3{
	margin:0 10px 10px 10px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:100%;
}

div.posts_relacionados li{
	margin-left:25px;
}

div.posts_relacionados a{
	color:#666;
}



/*avatar del autor About The Author Box*/
.avatar{
	float:left;
	padding: 4px;
	margin: 0 7px 2px 5px;
	display: inline;
	}
.atab_box{
	color: #666;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 12px;
	margin:0 10px 10px 10px;
	clear:both;
	height:100px;
}

.auth_descr{
	padding:0 20px;
	float:right;
	width:450px;
}


/*-- featured posts 30-08-2010 ----*/



div#featuredposts{
	clear:both;
	/*border-bottom:2px solid #eaeaea;
	min-height:120px;*/
	background:url(img/fondo-featured.jpg) top center no-repeat;
	overflow:hidden;
	height:200px;
}



div#featuredposts h3{
	font-size:170%;
	color:#000;
	font-family: Bell;
	padding-left:30px;
}

div#featuredposts li{
	
	list-style:none;
	text-align:center;
}

div#featuredposts li a, div#featuredposts li{
	display:block;
}


div#featuredposts li a{
	width:29%;
	float:right;
	margin-left:1%;	
	/*border-left:4px solid #900;*/
	text-decoration:none;
	color:#000;
	padding:10px;
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;*/
	font-family: Bell;	
	font-size:150%;
	height:80px;
	text-shadow: 2px 2px 2px #fff;
}

div#featuredposts li a:hover{
	/*background-color:#FFF;
	background-color:#eaeaea;*/
	color:#900;
	text-shadow: 1px 1px 1px #000;
}

/*----------         Comentarios recientes          -------------*/

li.widget_recent_comments ul#recentcomments li {
	/*border-left:1px solid #ebe6e6;
	border-right:1px solid #ebe6e6;
	border-top:1px solid #ebe6e6;*/
	padding:10px 10px 25px 10px;	
	list-style:none;
	margin-bottom:15px;
	background:url(img/bg-comment.gif) bottom no-repeat #FFF;
}

#sidebar li.widget_recent_comments ul#recentcomments li.recentcomments a{
	display:block;
	color:#C60;
}

/*----------        Categorķas          -------------*/

#sidebar li.widget_categories ul li.cat-item  {
	list-style:none;
	color:#999;
	font-size:80%;
	line-height:20px;
	
	padding-left:17px;
	background:url(img/cubiertos_peq.jpg) left no-repeat;
}

#sidebar li.widget_categories ul li.cat-item a {
	font-size:130%;
}


/*----------        blogroll          -------------*/
#sidebar ul.blogroll li{
	list-style:none;
	padding-left:15px;
	background:url(img/flecha-ico.gif) left no-repeat;
}





 

