/*
===================
Deckay CSS Styles
===================
Name: Deckay Black
Author: zeuder
Version: 3.0
Module: style.css
Changes made by Helen Cossins 
-------------------
*/

/* ===== GENERAL ===== */
*{ margin: 0; padding: 0;} /* reset all tags */
html{ font-size: 100%;}
body {
	background: #776446 url(../imgs/bg_b.jpg);
	/* background: #190B07; */
	color: #2E2E2E;
	font-family: "Tahoma", 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	font-size: 1em; /* accesible fonts */
	margin: 0 auto;
	text-align: center;	/* align divs center ie6 */
}
hr { display: none;}
p { margin: 0 0 1.5em 0; line-height: 1.5em;}
img { border: none }
blockquote {
	background: #ffffff;
	color: #2E2E2E;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	padding: .615em;
	font-family: Georgia;
	font-style: oblique;
	width: 90%;
	border: 1px solid black;	
}
pre, code { font-family: 'Lucida Console', Monaco, monospace; font-size: 0.825em;}
pre {
	background: #222;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0 0 1.5em 0;
	overflow: auto;
	padding: 0.615em;
	/* fix overflow in IE */
	min-height: 40px; 
	height: auto !important; 
	height: 40px; 
	width: 90%;
}
/* === Form === */
form { margin: 1em 0 }
fieldset { 
	border: #666 solid 1px;
	margin: 0 0 1em 0;
	padding: 0.615em;
}
legend { color: #ededed; font-size: 0.825em;}
input, textarea, select {
	background: #333;
	border: 1px solid #000;
	color: #888;
	padding: 0.307em;
}
input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #151515;}
textarea {
	font-family: 'Trebuchet MS', arial;
	margin: .1em 0 1em 0;
	width: 99%;
}

/* ===== LINKS GENERAL ===== */
a:link { color: #776446; text-decoration: none;}
a:visited { color: #662f21; text-decoration: none;}
a:hover{ color: #d38916;}
a:active { color: #776446; text-decoration: none;}

/* ===== HEADERS TAGS ===== */
h1,h2,h3{
	border-bottom: 1px solid #333;
	display: block;
	font-weight: 100;
	line-height: 1.5em;
	padding: 0.230em 0;
	vertical-align: baseline;
	width:930px
}
h4,h5,h6{
	display: block;
	font-weight: 100;
	line-height: 1.5em;
	padding: 0.230em 0;
	vertical-align: baseline;
}
h1 {	font-size: 1.75em; color: rgb(148,178,37);}
h2 {	font-size: .75em; color: #3B240B;}
h3 {	font-size: 1.5em; color: #2a1f0d;}
h4 {	font-size: 1.125em; color: #1C1C1C; font-weight: bold; text-align: center;}
h5 {	font-size: 1.05em; color: #1C1C1C;}
h6 {	font-size: 1.05em; color: #1C1C1C;}
ul, ol{ margin: 0 0 1.5em 0;}

#header a:link { color: #000000; text-decoration: none}
#header a:hover { color: rgb(148,178,37);}

#container{
	background: #FFFFFF;
	margin: 1.5em auto;
	text-align: left;
	width: 960px;	
}
#header { 
	background: #999 url(../imgs/header.jpg) no-repeat;
	height: 125px;
	text-align: center;
	width: 960px;
	font-family: "Tempus sans ITC","Georgia","Arial";
}
#header h1{
	border: 0;
	color: #000000;
	padding: 0em 0 .6em 0em;
	font-size: 2.4em;
}
#header h2{
	border: solid #444;
	border-width: 0px 0 0 0;
	color: #000000;
	display: inline;
	padding: 15px 0 0 0;
	font-size: 1.5em;
}

/*== MENU ==*/
#menu {
	/*background:#151515 url (../imgs/bgh_m.jpg) no-repeat 0 0px none repeat scroll 0% 50%;*/
	background:#292929;
	font-family: Verdana;
	/* height: 71px; */
	text-transform: uppercase;
	width: 960px;
	line-height:normal;
	height:60px;
	border-top:1px solid #424242; 
	border-bottom:1px solid #424242;
}
#menu ul{margin: 0;	padding: 0;	list-style-type: none;}
#menu li{position: relative;	display: inline; float: left; font-family: Verdana;}
#menu li a{
	display: block !important;
	display: inline; /* fix margins ie6 */
	float: left;
	color: #ccc;
	font-size: 0.687em;	
	height: 13px;	
	margin: 0 0em;	
	padding: 8px 10px;	
	text-decoration: none;	
	text-transform: uppercase;
	border-right: 1px solid #424242;
	background:#292929 none repeat scroll 0% 50%;
}
#menu a:hover{ color:#d38916; background:#151515; }

/*== END MENU ==*/

#main { 
	float:left;
	display: inline; /* fix margins ie6 */
	font-size: 0.813em;
	margin: 1.846em 1.846em 0 1.846em;
	position: relative;
	width: 930px;
	background:#FFFFFF
}
#main img { margin: 0.5em 0.5em;}
#main .center {display:block; margin:auto} 
#main ul, #main ol{ list-style-position: inside;}
#main ul.info{
	clear: both;
	list-style-type: none;
	text-align: right;
}
#main .date{	font-style: oblique;}
/* .entry class */
#main .entry { 
	margin: 0 1.5em 1.5em 0;
	padding: 0;
	overflow: auto; /* floating img fix IE<7*/
}
#main>.entry { overflow: hidden; /* rest of the world :) */}
#main .date {
	font-style: oblique;
	color: gray;
	display: block;
	margin: 0 0 1.5em 0;
}
/*== END MAIN ==*/

/*== SIDEBAR ==*/
#sidebar {
	float: right;
	font-size: 0.813em;
	margin: 1.846em 0 0 0;
	width: 180px;
}
#sidebar div { width: 180px;}
#sidebar a { color: #776446;}
#sidebar a:hover{ color: #d38916;}
#sidebar ul { list-style-type: none;}
#sidebar ul li {
	background:	url(../imgs/bullet_pink.gif) no-repeat top left;
	padding: .23em 0 .23em 1.54em;
}
#sidebar ul li ul { margin: 0;}
#sidebar ul li ul li {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 0 0 0.615em;
}
#sidebar p{margin-bottom: .2em;}
#sidebar blockquote{
	background: none;
	font-family: Georgia;
	font-style: oblique;
	line-height: 1em;
	margin: 0;
	padding: 0.615em;
	width: 90%;
}
/*== END SIDEBAR ==*/

/*== FOOTER ==*/
#footer {
	background: #c9c9c9 /* #151515 */ url(../imgs/bgh_b.jpg) no-repeat 0 -174px;
	clear: both;
	font-size: 0.687em;
	height: 60px;
	width: 960px;
	color: #848484;
}
#footer p{ padding: 6px 0 0 24px; margin: 0;}
#footer a:link { color: #776446; text-decoration: none;}
#footer a:hover { color: #d39a41;}

/*== END FOOTER ==*/

/*== NOTIFICATION ==*/
#main ul.msgs, ul.msgs { margin-top: 1em; margin-left: 0em; padding: 1em 2em}
.errors { background: #ffdddd; border-top: 1px solid; border-bottom: 1px solid; border-color: #ffbbbb; color: #901d1d;}
.errors a { color: #901d1d; font-weight: normal; text-decoration: underline;}
.notifications,.enabled { background: #ddffdd; border-top: 1px solid #bbffbb; border-bottom: 1px solid #bbffbb; color : #1d901d;}
.warnings { background: #fffdd5; border-top: 1px solid; border-bottom: 1px solid; border-color: #f8e674; color : #8a7802;}
.field-error { background: #fdd;	border: red 1px solid;}
/* MISC */
#widget-searchbox input{width: 80%;}
.admincontrols { font-size: 75%; text-align: left;}
.buttonbar { text-align: left; clear: both; }
.buttonbar input { margin: 0 1em 0 0; padding: 0.2em 1.2em; text-align: center;}
.navigation { font-size: 90%; margin-bottom: 5em}
.alignleft { float: left }
.alignright { float: right }
.clearl{ clear: left;}
.clearr{ clear: right;}
.clear{ clear: both;}

/*== COMMENTS ==*/
#commentform fieldset p { margin: 0 0 .5em 0 }
ul#comments{ list-style: none; margin:0;}
ul#comments li{ background: #333; border: 1px solid #222; list-style-type: none; margin: 0 0 1em 0;}
#comments li.comment-admin .comment-name a{color: rgb(148,178,37);} /* Admin comment */
img.avatar { border: solid #000 1px; margin: 0;}
.gravatar{
	width: 70px;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block; /* ALL BROWSERS */
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	padding: 10px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
}
.comments{
	width: 380px;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block; /* ALL BROWSERS */
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	padding: 10px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
}
/*== END COMMENTS ==*/