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

/* ===== TAGS BASICAS ===== */
body {
	background:#444 url('../images/bg.jpg') repeat-x;
	color: #666;
	font-size: 100%;
	font-family: Arial,Tahoma,'Lucida Grande', 'Trebuchet MS', 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: #AAA;
	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 {
	font-size: 100%;
	font-style: oblique
}
input, textarea, select {
	background:#fff url('../images/input.png') repeat-x;
	border: 1px solid #DDD;
	padding: .2em;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background:#fff url('../images/input.png') repeat-x;
	border: 1px solid #999;
}
textarea {
	background:#fff url('../images/input.png') repeat-x;
	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: #006699;
	text-decoration: none
}
a:hover {text-decoration:underline;}

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

/* HEADER */
#header{
	background:#000 url('../images/header.png');
	height: 108px;
	margin:0px auto;
	text-align: left;
	width: 760px;
}
#header h1{
	border: 0px;
	margin: 0px;
	padding: 30px 0 0 20px;
}
#header h1 a{color:#fff;}

/* MENU*/
#menu {
	background: url('../images/bgmenu.png');
	font-size:11px;
	font-weight:bold;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 760px;
}
#menu ul{
	height: 11px;
	list-style: none;
	margin: 0px auto;
	padding: 10px 0 10px 0 !important;
	padding: 10px 0 8px 0;
}
#menu li{
	padding: 20px;
	display: inline;
}
#menu a {color: #000;}
#menu a:hover{text-decoration: underline;}

/* CONTENEDOR - contiene todos los divs */
#contenedor {
	background:#fff url('../images/bgcontenedor.png') repeat-x;
	border:0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 760px !important;
	width: 760px; /* fix for I.E. */
}

/* CONTENIDO - contiene todas las entradas*/
#contenido {
	float:left;
	font-size: 75%;
	margin: 0px;
	padding: 20px;
	position: relative;
	text-align: justify;
	width: 510px !important;
	width: 510px;
}
#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: #FAFAFA;
	border-bottom: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	margin: 0 0 1.5em 0;
	padding: 5px;
}
.date{font-style:oblique;}

/* ENTRY CLASS */
 /* color de los titulos de las entradas*/
.entry_title{margin: 0 0 .5em 0;}
.entry_title a:link,.entry_title a:visited{color:#006699;}
.entry {
	margin: 0 0 3em 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;
	padding:0px;
	margin: 2em 0 .5em 0;
	text-align: left;
}
.entry-footer li {
	padding-right:10px;
	display: inline;
}
.cal{
background:url('../images/cal.png') no-repeat left;
padding-left:20px;
}
.entry-info{
background:url('../images/author.png') no-repeat left;
padding-left:20px;
}
.link-comments {
background:url('../images/comment.png') no-repeat left;
padding-left:20px;
}
.admincontrols { /* [edit] and [delete] */
	font-size: 90%;
	text-align: right;
}
.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:3px solid #99FF33;
	color: #333;
	display: block;
	font-weight:normal;
	margin-bottom: .5em;
	padding:0;
	text-align: left;
}
/* WIDGETS*/
#column div{ 
	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:#006699}
#column a:hover{text-decoration:underline}
/* === List === */
#column ul li table { font-size: 100% }
#column ul {
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: .5em;
	padding-left: .5em
}
#column fieldset { margin: 0 5px 0 5px }
#column legend { font-size: 100% }

/* BOTTOM BAR*/
#bottombar {
	background:#333;
	clear: both;
	padding: 10px;
	text-align:left
}
#bottombar ul {
	list-style-type: none;
	padding-left: .5em
}
#bottombar h4{
	/* Titles of the sections */
	border-bottom:3px solid #99FF33;
	margin-bottom: 0.5em;
	font-weight:normal;
}
#bottombar div{
	width:175px;
	margin:2px;
	display:inline-block;
	vertical-align:top;
}
/*hack inline-blok ie6/7*/
#bottombar div{display:inline}
#bottombar>div{display:inline-block}
#bottombar a:link, #bottombar a:visited { color:#999}
#bottombar a:hover{text-decoration:underline}

/* ===== FOOTER ===== */
#footer {
	background:#333;
	clear: both;
	font-size: 60%;
	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%;}

/* WIDGETS*/
#widget-categories ul li{ 
	background:url('../images/bglist.png') no-repeat;
	padding-left: 12px;
}
#widget-searchbox form {text-align: center;}
.topw{display:inline;} /* PONE LOS WIDGETS EN EL TOP */
