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



/* ===== GENERAL ===== */

body {
	font-family: 'Tahoma', Lucida Grande, 'Trebuchet MS', arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px auto;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	background: #242424 url('../images/bg.jpg');
	color: #888;
	
}

hr {
display: none;
}

p { margin: .5em 0 }

img { border: none }

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

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

pre {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #222;

	overflow: auto;
	width: 90%;
	margin: 1em 1em;
	padding: 5px 10px;
	
	/* fix overflow in IE */
	min-height: 40px; 
	height: auto !important; 
	height: 40px; 
}

ul, li, ol { margin: 0; padding: 0 }

/* === Form === */
form { margin: 1em 0 }

fieldset {
	margin: 0 0 1em 0;
	padding: .5em;
	border: #666 solid 1px
}

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

input, textarea, select {
	padding: .2em;
	border: 1px solid #000;
	color: #888;
	background-color: #333;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #666;
	background-color: #555;
}

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




/* ===== LINKS GENERAL ===== */
a:link, a:visited {
	color: #AAA;
	text-decoration: none
}

a:hover {
	color: #fff;
}



/* ===== HEADERS TAGS ===== */
h1 {
	/* Title of the blog */
	font-size: 2em;
	padding: 10px;
	margin: 0px auto;
	
}

h2 { } /* see h2.date */

h3 {
	/* Titles of the entry */
	font-size: 1.5em;
	color: #333333;
	font-weight: normal;
	margin: 0
}

h4 {
	font-size: 1.2em;
}



/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
#contenedor {
	text-align: left;
	width: 760px !important;
	width: 760px; /* fix for I.E. */
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-color: #444;
}



/* ===== HEAD ===== */
#header {
	background:#444 url('../images/bghead.jpg');
	margin: 0px auto;
	width: 760px;
	height: 120px;
	color: #fff;
	text-align: center;
	
}

#header a { color: white; text-decoration: none }

	.subtitle {
		font-size: 100%;
		font-style: oblique;
		color: #666;
		margin: 0px;
		padding: 10px;
	}



/* ===== PRINCIPAL===== */
#contenido h4 {
	margin: 2em 0 0 0
}

#contenido {
	font-family: Verdana;
	float:left;
	position: relative;
	width: 528px !important;
	width: 508px;
	font-size: 75%;
	margin: 12px;
	padding: 10px 0 0 0;
	text-align: justify;
	
}

#contenido p {
	line-height: 1.5em;
	margin-top: 1.2em; 
}

#contenido img { margin: .5em }

/* === List === */
#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
}

	#commentform fieldset p { margin: 0 0 .5em 0 }
	
	#comments li {
		margin: 0 0 1.5em 0;
		padding: 5px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		background: #333;
	}
	
	/* === Class of main block === */
	h2.date {
		font-size: 0.8em;
		font-weight: normal;
		color: #aaa;
	}
	
	.date { /* date under titles of the entry */
		font-size: 80%;
		font-style: oblique;
		color: gray;
		margin: .2em 0 .8em 0
	}
	
	/* .entry class */
	.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;
		list-style: none;
		font-size: 80%;
		color: gray;
		margin: 2em 0 .5em 0;
		text-align: right;
	}
	
	.entry-footer li { 
		display: block;
	}
	
	
	.admincontrols { /* [edit] and [delete] */
		font-size: 80%;
		text-align: right;
	}
	
	.buttonbar { text-align: center }
	
	.buttonbar input {
		text-align: center;
		margin: .1em .5em;
		padding: 0 1em
	}
	
	.navigation { /* next entries & previous entries link */
		font-size: 80%;
		margin-bottom: 5em
	}


/* ===== COLUMN ===== */
#column {
	float: right;
	width: 185px !important;
	width: 180px;
	font-size: 80% !important;
	font-size: 75%;
	height:1%;
	margin-bottom: 5px;
	padding: 0px 10px !important;
	padding: 0px 10px;
	
}

#column h4 {
	/* Titles of the sections */
	margin-bottom: .5em;
	color: #AAAAAA;
	display: block;
	padding: 6px;
	background: #333;
}

#column p, #column div { margin: 10px 0 0 0; }

#column a:link, #column a:visited { color: gray }
#column a:hover{color:#fff;}
/* === 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/footer.jpg') repeat-x bottom;
	clear: both;
	font-size: 80%;
	padding: 5px;
	height: 120px;
	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 {
	color: #901d1d;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ffbbbb;
	background: #ffdddd
}

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

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

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

}

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


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

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

#widget-searchbox form {
	text-align: center;
}

/* MENU*/

#menu {
	font-family: Verdana;
	background:#000 url('../images/bgmenu.jpg') repeat-x top;
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 70%;
	text-transform: uppercase;
}
#menu ul{
	margin: 0px auto;
	height: 25px;
	padding: 10px 0 0 10px;
	list-style: none;
}
#menu li{
	padding: 0px;
	display: inline;
}
#menu a {
	padding: 4px;
}
#menu a:hover{
	border-bottom: 1px solid #99cc00;
}

