/*
===================
Decay CSS Styles
===================
Name: xubox
Author: Zeuder
Version: 1.0
Module: style.css
*/

/* ===== TAGS BASICAS ===== */
body {
	background: #f3f3f3 url('../images/bg.png') repeat-x;
	color: #666;
	font-size: 100%;
	font-family: Georgia,Tahoma,'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
hr {display: none;}
p { margin: .5em 0 }
img { border: none }

blockquote {
	border-left: 5px solid #bbb;
	color: #888;
	margin: 0.5em;
	padding: 0px 0px 0px 5px;
	width: 90%;
}

pre, code {
	font-family: 'Lucida Console', Monaco, monospace;
	font-size: 90%;
}

pre {
	background-color: #EDEDED;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 1em 1em;
	overflow: auto;
	padding: 5px 10px;
	width: 90%;
		
	/* fix overflow in IE */
	height: auto !important; 
	height: 40px; 
	min-height: 40px; 
	
}
ul, li, ol { margin: 0; padding: 0 }

/* === FORMS === */
form { margin: 1em 0 }
fieldset {
	border: #DDD solid 1px;
	margin: 0 0 1em 0;
	padding: .5em;
}

legend {
	color: #333;
	font-size: 80%;
	font-style: oblique
}

input, textarea, select {
	background: #fff;
	border: 1px solid #DDD;
	color: #666;
	padding: .2em;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #DDD;
}

textarea {
	font-size: 100%;
	font-family: 'Trebuchet MS', 'Lucida Grande',Arial, Helvetica, sans-serif;
	margin-top: .1em;
	margin-bottom: 1em;
	width: 99%;
}

/* ===== LINKS GENERAL ===== */
a:link,a:visited{
	color: #99CC00;
	text-decoration: none
}
a:hover {
	color: #000;
}

/* ===== HEADERS TAGS ===== */
h1{font-size:200%;}
h2{font-size:180%;}
h3{font-size: 140%;}
h4{font-size:120%;}
h5{font-size:110%;}
h6{font-size:110%;}

/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */

/* HEADER */
#header{
	height: 60px;
	margin:0px auto;
	text-align: left;
	width:760px;
}
#header h1{padding: 0px; margin: 0px;}
#header a:hover{color:#fff;}

/* CONTENEDOR - contiene todos los divs*/
#contenedor {
	background: #fff url('../images/topc.png') no-repeat top;
	border: 0px;
	margin: 0px auto;
	padding: 20px 0 0 0;
	text-align: left;
	width: 760px !important;
	width: 760px; /* fix for I.E. */
}
/* BANNER - la imagen del pasto*/
#banner {
	background: #f0f0f0 url('../images/banner.jpg') no-repeat;
	height: 120px;
	margin: 0px auto;
	width: 720px;
}

/* CONTENIDO - contiene todas las entradas*/
#contenido {
 	float:left;
	font-size: 75%;
	margin: 0px;
	padding: 20px;
	position: relative;
	text-align: justify;
	width: 528px !important;
	width: 528px;
}
#contenido p {line-height: 1.5em;margin-top: 1.2em;}
#contenido img { margin: .5em }

/* LISTAS */
#contenido ul {
	list-style-type: disc;
	padding: 0 0 0 1.6em
}
#contenido ol {
	list-style-position: inside;
	padding: 0 1.6em 0 1.6em
}

/* LISTAS EN LOS COMENTARIOS */
#commentform fieldset p { margin: 0 0 .5em 0 }
	
#comments li {
	background: #FDFDFD;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	margin: 0 0 1.5em 0;
	padding: 5px;
}
.link-comments {	padding: 5px;}
.date{font-style:oblique;}

/* CALENDAR CLASS */
.cal{ 
	background:#fff url('../images/cal.png');
	border: 0px;
	float:left;
	font-family: Verdana,Arial;
	height: 49px;
	margin: .2em 0 .8em 0;
	padding: 0px;
	text-align:center;
	text-transform: uppercase;
	width: 50px;	
}
.year{color:#fff;}
.month,.year{font-size:10px; paddin:0;}
.day{
	padding:0;
	color: #000;
	font: oblique bold 16px georgia;
}


/* ENTRY CLASS */
 /* color de los titulos de las entradas*/
.entry_title{margin: 0 0 2.5em 0;}
.entry_title a:link,.entry_title a:visited{color:#333; padding-left: 10px; }
.entry {
	margin: 0 0 1.5em 0;
	padding: 0;
	overflow: auto; /* floating images fix IE<7*/
}
	
#contenido>.entry {
		overflow: hidden; /* rest of the world :) */
}
	/* end of .entry */
	
#contenido ul.entry-footer { /*  entry footer */
	clear: both;
	font-size: 90%;
	list-style: none;
	margin: 2em 0 .5em 0;
	text-align: right;
}
.entry-footer li { 
	display: block;
}
.admincontrols { /* [edit] and [delete] */
	font-size: 90%;
	text-align: left;
}
.buttonbar { text-align: center }
.buttonbar input {
	margin: .1em .5em;
	padding: 0 1em;
	text-align: center;
}
.navigation { /* next entries & previous entries link */
	font-size: 80%;
	margin-bottom: 5em
}


/* ===== COLUMNAS ===== */
#column {
	float: right;
	font-size: 80% !important;
	font-size: 80%;
	height:1%;
	margin: 0px auto;
	padding: 10px 10px 0 0 !important;
	padding: 10px 10px 0 0;
	width: 175px !important;
	width: 175px;	
}

#column h4{
	/* Titles of the sections */
	border-bottom: 1px solid #DDD;
	color: #000;
	display: block;
	margin-bottom: .5em;
	padding: 0px;
	
}

#column div{ 
	background: #fff;
	margin: 10px 0 0 0 !important;
	margin: 30px 0 0 0;
 }
 
#column p{margin: 10px 0 0 0}
#column a:link, #column a:visited { color: gray }
#column a:hover{color:#000;}

/* === List === */
#column ul li table { font-size: 100% }
#column ul {
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: .5em;
	padding-left: 1em
}
#column fieldset { margin: 0 5px 0 5px }
#column legend { font-size: 100% }
	
	
/* ===== FOOTER ===== */
#footer {
	background:url('../images/foot.png') bottom no-repeat;
	clear: both;
	font-size: 60%;
	height: 60px;
	padding: 10px;
	text-align: center;
	
}
.alignleft { float: left }
.alignright { float: right }

/* ===== NOTIFICATION ===== */
#main ul.msgs, ul.msgs {
	margin-top: 1em;
	margin-left: 0em;
	padding: 1em 2em
}

.errors {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ffbbbb;
	background: #ffdddd;
	color: #901d1d;
}

.errors a {
	color: #901d1d;
	font-weight: normal;
	text-decoration: underline;
}

.notifications,.enabled {
	border-top: 1px solid #bbffbb;
	border-bottom: 1px solid #bbffbb;
	background: #ddffdd;
	color : #1d901d;
}

.warnings {
	border-top: 1px solid;
    border-bottom: 1px solid;
	border-color: #f8e674;
	background: #fffdd5;
	color : #8a7802;
}

.field-error {
	background: #fdd;
	border: red 1px solid;
}


#comments li.comment-admin {
	padding:1em;
}

#comments li.comment-admin strong.comment-name { font-size: 130%;}

/* MENU*/

#menu {
	font-size: 70%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	width: 760px;
}

#menu ul{
	height: 25px;
	list-style: none;
	margin: 0px auto;
	padding: 10px 0 0 10px;
}

#menu li{
	padding: 0px;
	display: inline;
}

#menu a {
	background: url('../images/bgm.gif') top left no-repeat;
	color: #fff;
	padding: 4px 4px 4px 15px;
}

#menu a:hover{
	color:#fff;
	text-decoration: underline;
}

/* WIDGETS*/
#widget-categories ul li{ 
}
#widget-searchbox form {
	text-align: center;
}

