/*
===================
Deckay Orange CSS Styles
===================
Name: Deckay Orange
Author: zeuder
Version: 4.0
Module: style.css
-------------------
*/

@import url(globals.css);

/* ===== GENERAL ===== */
* {
	margin: 0;
	padding: 0; }
 
html { font-size: 100%; }
 
body {
	background: #bfbfbf url(../imgs/bg.jpg) repeat-x;
	color: #484848;
	font-family: Tahoma, 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 auto;
	text-align: center; }
 
hr { display: none; }
 
p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em; }
 
img { border: none; }
 
	img.alignleft { margin: .5em; }
 
	img.alignright { margin: .5em; }
 
blockquote {
	background: #ededed;
	border: 1px dashed #666;
	font-family: Georgia;
	font-style: italic;
	font-size: 90%;
	padding: 1em;
	margin: 1em 0;
	height: auto !important;
	height: 40px;
	width: 90%; }
 
	blockquote p { margin: 0; }
 
pre, code {
	color: #714629;
	font-family: monospace, monaco, 'courier new'; }
 
pre {
	background: #fffeec;
	border: 1px solid #956C50;
	border-left: 6px solid #956C50;
	font-size: 90%;
	padding: 1em;
	margin: 1em 0;
	overflow: auto;
	height: auto !important;
	height: 40px;
	width: 90%; }
 
/* ===== FORMS ===== */
form { margin: 1em 0 }
 
fieldset {
	border: #ccc solid 1px;
	margin: 0 0 1em 0;
	padding: 0.615em; }
 
legend {
	color: #888;
	font-size: 0.825em; }
 
input, textarea, select {
	background: #eee;
	border: 1px solid #666;
	margin: .2em 0;
	padding: 0.2em; }
 
input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #151515; }
 
textarea {
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	width: 99%; }
 
/* ===== LINKS GENERAL ===== */
a { color: #ee7700; text-decoration: none }
 
	a:hover { color: #000; }

/* ===== HEADERS TAGS ===== */
h1,h2,h3,h4,h5,h6 {
	border-bottom: 1px solid #ddd;
	color: #663300;
	display: block;
	font-weight: 100;
	line-height: 1.5em;
	padding: 0.230em 0; }
 
h1 { font-size: 1.75em; }
 
h2 { font-size: 1.625em; }
 
h3 { font-size: 1.5em; }
 
h4 { font-size: 1.125em; }
 
h5 { font-size: 1.05em; }
 
h6 { font-size: 1.05em; }
 
/* ===== LIST TAGS ===== */
ol, ul, dl { margin: 1em 0 1em 2.5em; }
 
ol, ul { list-style-position: outside; }
 
ul { list-style-type: square; }
 
ol {
	list-style-type: decimal-leading-zero;
	color: #6C7127; }
 
	ol span { color: #484848; }
 
	ol p { color: #484848; }
 
li { margin: .5em 0; }
 
dt { font-weight: bold; }
 
dd { font-style: oblique; }
 
/* ===== TABLES ===== */
table {
	border: 1px solid #5F9BAA;
	border-spacing: 2px;
	margin: 1em 0;
	padding: .2em; }
 
th {
	padding: .5em;
	background: #444;
	border: 1px solid #000;
	color: #ddd; }
 
tr { background: #F6F6F6; }
 
	tr:nth-child(odd) {
		background: #f6f6f6;
		margin: 0; }
 
	tr:nth-child(even) {
		background: #e6e6e6;
		margin: 0; }
 
	tr:hover { background: #DBB99D; }
 
td {
	padding: .5em;
	text-align: right; }
 
	td:hover { background: #C18B64; }
 
/* ===== CONTAINER ===== */
#container {
	/*background: #f9f9f9 url(../imgs/deckay.jpg) repeat-y -760px 0;*/
	background: url(../imgs/deckay.jpg) repeat-y -960px 0;
	margin: 1.5em auto;
	text-align: left;
	width: 960px; }

/* ===== HEADER ===== */
#header {
	/*background: #B66314 url(../imgs/deckay.jpg) no-repeat 0 0;*/
	background: url(../imgs/deckay.jpg) no-repeat 0 0;
	height: 120px;
	width: 960px; }

	#header h1 {
		border: 0;
		padding: .714em 0 35px .857em;
		text-align: center;
		font-weight: bold;
		font-family: Helvetica, sans-serif, arial, Tahoma, 'Lucida Grande', 'Trebuchet MS' ;
		}
 
   #header h1 a { color: #B6590F; /*color: #f0f0f0;*/ }
 
   #header h1 a:hover { color: #ffffff; /*color: #fff;*/ }
 
	#header h2 {
		/*border: solid #ddd;
		border-width: 1px 0 0 0;*/
		/*color: #ddd;*/
		color: #ffffff;
		display: inline;
		font-size: .85em;
		margin: 0 0 0 2em;
      }

/* ===== MENU ===== */
#menu {
	/*background: #B66314 url(../imgs/deckay.jpg) no-repeat 0 -120px;*/
	background: url(../imgs/deckay.jpg) no-repeat 0 -120px;
	font-family: Verdana;
	height: 102px;
	text-transform: uppercase;
	width: 960px; }
 
	#menu ul {
		list-style: none;
		margin: 0; }
 
		#menu ul li { display: inline; }
 
			#menu ul li a {
				display: block !important;
				display: inline; /* fix margins ie6 */
				float: left;
				color: #fefefe;
				font-size: 0.687em; /* 11px */
				height: 11px; /* 11px */
				margin: 0 1.454em; /* 16px */
				padding: 1em; /* 11px */
				text-decoration: none;
				text-transform: uppercase; }
 
				#menu ul li a:hover {
					border-bottom: 1px solid #fffff5;
					color: #fff; }
 
/* ===== MAIN ===== */
#main {
	float: left;
	display: inline; /* fix margins ie6 */
	font-size: 0.813em; /*13px*/
	padding: .769em 1.846em; /*10px 24px*/
	position: relative;
	width: 700px; }
 
	#main div.entry {
		margin-bottom: 2.5em; }
 
	#main span.date { font-style: oblique; }
 
	#main ul.info {
	display: none;                
		clear: both;
		margin: 0;
		list-style-type: none;
		text-align: right;
		width: 100%; }
 
		#main ul.info li { margin: 0; }
 
/* ===== SIDEBAR ===== */
#sidebar {
	float: right;
	font-size: 0.813em;
	padding: 1.538em .769em; /*20px 10px*/
	width: 180px; }
 
	#sidebar div { width: 180px; }
 
	#sidebar a { color: #000; }

		#sidebar a:hover { color: #666; }
 
	#sidebar ul {
		list-style-image: url(../imgs/bullet.gif);
		list-style-type: disc;
		margin: 0 0 0 1.5em; }
 
	#sidebar li ul {
		list-style-image: none;
		list-style-type: none; }
 
	#sidebar blockquote {
		background: none;
		font-family: Georgia;
		font-style: oblique;
		line-height: 1em;
		margin: 0;
		padding: 0.615em;
		width: 90%; }
 
/* ===== FOOTER ===== */
#footer {
	background: #B66314 url(../imgs/deckay.jpg) no-repeat 0 -220px;
	clear: both;
	color: #ccc;
	font-size: 0.687em;
	height: 48px;
	padding: 10px;
	width: 940px; }
 
	#footer a { color: #e0e0e0; }
 
		#footer a:hover { text-decoration: underline; }
 
	#footer p {
	   text-align: center;
		line-height: normal;
		margin: 0; }

/* ===== COMMENTS ===== */
ol#comments li {
	border-bottom: 1px solid #ddd;
}
li.comment-admin strong { font-size: 150%;}
