/*  
Theme Name: Natura verdes y naranjas
Theme URI: http://www.ek10.com/
Description: Natura en verdes y naranjas para <a href="http://www.ek10.com">EK10</a>.
Version: 1
Author: Emilio Rodriguez Vila
Author URI: http://ek10.com/

*/
body{
	font-family:"Trebuchet MS", Helvetica, sans-serif, Arial, Verdana;
	background:#3a5900;
	font-size:.8em;
	color:#666;
	margin:0;
	padding:0;
}

#page{
	background:url(images/fondos/fdo_contenido.gif) repeat-y;
}
#deco{
	background:url(images/fondos/fdo_body.gif) repeat-x #76ab13;
}
#marco{

	background:url(images/fondos/fondo_logo.jpg) no-repeat;
}
a{
	color:#ff6600;
}
img.deco{
	float: right;
	border:1px solid #f2f2f2;
	padding:1em;
	margin:0 0 2em 2em;
}
img.decoiz{
	float: left;
	border:1px solid #f2f2f2;
	padding:1em;
	margin:0 2em 2em 0;
}
img.total{
	border:1px solid #f2f2f2;
	padding:1em;
	margin:2em
}
.entry a{
	color:#76AB13;
}
ul{
	list-style:none;
}
ul li{
	margin-bottom:.5em;
}
/* --------------- HEADER ----------------------*/
#header{
	position:absolute;
	left:0;
	top:0;
}
h1 span, .description{
	position:absolute;
	left:-2000px;
}
h1 a{
	height:90px;
	width:180px;
	display:block;
}
h2{
	font-size:1.8em;
	color:#76AB13;
}
#ficha h2 a{
	color:#76AB13;
	text-decoration:none;
	font-weight:normal;
	display:block;
}
#ficha h2 a:hover{
	background:#EAF682;
}
h3{
	font-size:1.6em;
	color:#3A5900;
}
#menu{
	float:left;
	width:700px;
}
#menu ul{
	padding:0;
	margin:40px 0 0 120px;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	font-size:1.2em;
	list-style-type:none;
}
#menu li{
	float:left;
	margin:0 1em;
}
#menu a{
	text-decoration:none;
	color:#ccc;
}
#menu a:hover{
	color:#ff6600;
}
#menu li.activo{
	border-bottom:6px solid #ff6600;
}
#menu li.activo a{
	color:#000;
}
.menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.menu ul a:hover{
	text-decoration:none;
}
/* --------------- CONTENT ----------------------*/
#content{
	float:left;
	width:750px;
	padding-top:200px;
	text-align:justify;
	border-color:#00FF33;
}
#content #ficha{
	padding:0 110px 0 140px;
}
p.postmetadata{
	font-size:.9em;
	margin-bottom:2em;
	padding:.5em 1em;
	border:2px dotted #ddd;
	background:#f2f2f2;
	clear:both;
}
p.postmetadata .categoria a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
/*------------- codigo -------------------------*/
.codigo{
	padding:1em;
	background:#f2f2f2;
	height:200px;
	overflow:auto;
	font-family:"Courier New", Courier, mono;
}
/* ---- post ------------------------------------*/
.navigation{
	font-family:Arial, Helvetica, sans-serif;
	overflow: hidden;
	height:1%;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	border-collapse:collapse;
}
.navigation a{
	text-decoration:none;
	color:#999;
	display:block;
}
.navigation .alignleft{
	float:left;
	width:45%;
}
.navigation .alignleft a{
	padding-left:15px;
	background:url(images/fondos/fle_anterior.gif) no-repeat left;
}
.navigation .alignleft a:hover{
	color:#000;
	background:url(images/fondos/fle_anterior.gif) no-repeat left #f2f2f2;	
}
.navigation .alignright{
text-align:right;
	float:right;
	width:45%;
}
.navigation .alignright a{
	padding-right:15px;
	background:url(images/fondos/fle_siguiente.gif) no-repeat right;	
}
.navigation .alignright a:hover{
	color:#000;
	background:url(images/fondos/fle_siguiente.gif) no-repeat right #f2f2f2;		
}
/* ----fecha ------------------------------------*/
.published{
	float: left;
	margin:0 1em 1em 0;
	background:#a8d713;
	color:#fff;
	font-weight:bold;
	font-size:.8em;
	border:2px solid #98C04E;
}
.published span{
	display:block;
	text-align:center;
}
.published .pub-date{
	background:url(images/fondos/dia.gif) no-repeat;
	font-size:1.7em;
	padding:.2em .4em;
	padding-bottom:0;
}
.published .pub-month{
	padding:.2em .4em;
	padding-top:.4em;
	background:#7da500 url(images/fondos/mes.gif) top center no-repeat;
}
/* ----------- entrada -------------------------- */
.more-link{
	display:block;
	background:url(images/fondos/puntos.gif) repeat-x left;
	clear:both;
	padding:1em 0;
}
.entry a.more-link{
	color:#ccc;
	font-weight:bold;
}

.entry a.more-link:hover{
	color:#000;
}

.more-link span{
	background:#fff url(images/fondos/tijeras.gif) right no-repeat;
	padding:.2em;	
	padding-right:45px;
}
/* --------------- SIDEBAR ---------------------- */
#sidebar{
	float: left;
	width:190px;
	padding-top:80px;
	z-index:100;
	color:#F7F7BF;
}
#sidebar input{
	border:0;
	background:#e0e000;
	color:#3a5900;
	font-weight:bold;
	width:auto;
}
#search{
	margin-bottom:1em;
}
#sidebar input#s{
	font-weight:normal;
	background:#fff;
	width:120px;
}
#sidebar ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#sidebar a{
	color:#F7F7BF;
	text-decoration:none;
	padding:0 .1em;
}
#sidebar a:hover{
	background:#E0E000;
	color:#3A5900;
}
#sidebar #text-1 h2{
	background:#FF6A00;
}
#sidebar #tag_cloud h2{
	background:#9377c5;
}
#sidebar #tag_cloud a, #sidebar #links li a{
	display:inline;
	padding:0 2px;
	margin:0;
}
#sidebar h2{
	font-size:1.2em;
	padding:.2em .5em;
	margin:0;
	margin-top:1em;
	color:#fff;
	font-weight:normal;
}
#sidebar #archives h2{
	background:#ff6600;
}
#sidebar #delicious h2{
	background:#ffc800;
	color:#9377c5;
}
#sidebar #delicious h2 a, #sidebar #delicious h2 a:hover{
	color:#000000;
	background:#ffc800;	
}
#sidebar #linkcat-2 h2{
	background:#d5eb03;
	color:#3a5900;
}
#sidebar #linkcat-2 li{
	display:inline;
	margin-right:1em;
	white-space:nowrap;
}
/* --------------- GUIA ---------------*/
#pestanas ul{
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	height:1%;
}
#pestanas li{
	margin:0;
	padding:0;
	float:left;
	background:#f2f2f2;	
	overflow:hidden;
	height:1%;
}
#pestanas li a{
	border:1px solid #fff;
	margin:0;
	padding:0 4px;
	text-decoration:none;
	color:#aaa;
}
#pestanas li a.activo{
	color:#76AB13;
	font-weight:bold;
	border-bottom:none;
	background:#fff;
}
#pestanas li a:hover{
	color:#76AB13;
}
/* --------------- FORMULARIOS ---------------*/
.fila{
	overflow:hidden;
	height:1%;
	clear:left;
	margin-bottom:1em;
}
label{
	float:left;
	width:100px;
	text-align:right;
	padding-right:1em;
	font-weight:bold;
}
input, select, textarea{
	width:48%;
	border:1px solid #ccc;
	font-size:1em;
}
cite, cite a{
	font-weight:bold;
	color:#fff;
	background:#90A16F;
}
textarea{
	width:380px;
	height:200px;
	font-size:1.2em;
}
input#submit{
	background:#76AB13;
	color:#fff;
	font-weight:bold;
	border:1px solid #E0E000;
}
.botonera{
	text-align:right;
}
/* --------------- FOOT ----------------------*/
#footer{
	text-align:right;
	color:#76AB13;
	background:url(images/fondos/fondo_pie_back.gif) repeat-x bottom;
	margin:0;
	padding:0;
	clear:both;
}
#footer a{
	color:#76AB13;
}
#footer p{
	background:url(images/fondos/fondo_pie.gif) no-repeat bottom left;
	padding-top:120px;
}
