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

@import url(globals.css);

/* ===== GENERAL ===== */
* {
	margin: 0;
	padding: 0; }
 
html { font-size: 100%; }
 
body {
	background: #242424 url(../imgs/bg.jpg) repeat-x;
	color: #999;
	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; }
 
	img.alignleft { margin: .5em; }
 
	img.alignright { margin: .5em; }
 
blockquote {
	background: #222;
	border: 1px dashed #666;
	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: #aaa;
	font-family: monospace, monaco, 'courier new'; }
 
pre {
	background: #000;
	border: 1px solid #666;
	border-left: 6px solid #666;
	font-size: 90%;
	padding: 1em;
	margin: 1em 0;
	overflow: auto;
	height: auto !important;
	height: 40px;
	width: 90%; }
 
/* ===== FORMS ===== */
form { margin: 1em 0 }
 
fieldset {
	border: #666 solid 1px;
	margin: 1em 0;
	padding: 0.5em; }
 
legend {
	color: #ededed;
	font-size: 0.825em; }
 
input, textarea, select {
	background: #333;
	border: 1px solid #000;
	color: #888;
	padding: .2em;
	margin: .2em 0; }
 
input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #151515; }
 
textarea {
	font-family: 'Trebuchet MS', arial;
	width: 99%; }
 
/* ===== LINKS GENERAL ===== */
a { color: #ddd; text-decoration: none }
 
	a:hover { color: rgb(148,178,37); }
 
/* ===== HEADERS TAGS ===== */
h1,h2,h3,h4,h5,h6 {
	border-bottom: 1px solid #333;
	color: rgb(148,178,37);
	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: rgb(148,178,37) }
 
	ol span { color: #888; }
 
	ol p { color: #888; }
 
li { margin: .5em 0; }
 
dt { font-weight: bold; }
 
dd { font-style: oblique; }
 
/* ===== TABLES ===== */
table {
	border: 1px solid #222;
	border-spacing: 2px;
	margin: 1em 0;
	padding: .2em; }
 
th {
	padding: .5em;
	background: #222;
	border: 1px solid #444; }
 
tr { background: #444; }
 
	tr:nth-child(odd) {
		background: #555;
		margin: 0; }
 
	tr:nth-child(even) {
		background: #666;
		margin: 0; }
 
	tr:hover { background: #366455; }
 
td {
	padding: .5em;
	text-align: right; }
 
	td:hover {
		background: #278162;
		color: #eee; }
 
/* ===== CONTAINER ===== */
#container {
	background: #444 url(../imgs/deckay.jpg) repeat-y -760px 0;
	margin: 1.5em auto;
	text-align: left;
	width: 760px; }
 
/* ===== HEADER ===== */
#header {
	background: #151515 url(../imgs/tilia.png) no-repeat 0 0;
	height: 120px;
	width: 760px; }
 
	#header h1 {
		border: 0;
		padding: .714em 0 0 .857em; }
 
	#header h2 {
		border: solid #444;
		border-width: 1px 0 0 0;
		color: #aaa;
		display: inline;
		font-size: .75em;
		margin: 0 0 0 2em; }
 
/* ===== MENU ===== */
#menu {
	background: #151515 url(../imgs/deckay.jpg) no-repeat 0 -120px;
	font-family: Verdana;
	height: 50px;
	text-transform: uppercase;
	width: 760px; }
 
	#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: #ccc;
				font-size: 0.687em;
				height: 11px;
				margin: 0 1.454em;
				padding: 1em;
				text-decoration: none;
				text-transform: uppercase; }
 
					#menu ul li a:hover { border-bottom: 1px solid #99cc00; }
 
/* ===== MAIN ===== */
#main {
	float: left;
	display: inline; /* fix margins ie6 */
	font-size: 0.813em; /*13px*/
	padding: .769em 1.846em; /*10px 24px*/
	position: relative;
	width: 500px; }
 
	#main div.entry {
		margin-bottom: 2.5em;}
 
	#main span.date { font-style: oblique; }
 
	#main ul.info {
		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: #808080; }
 
		#sidebar a:hover { color: #fff; }
 
	#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%; }
 
/* ===== FOOOTER ===== */
#footer {
	background: #151515 url(../imgs/deckay.jpg) no-repeat 0 -200px;
	clear: both;
	font-size: 0.687em;
	height: 48px;
	padding: 10px;
	width: 740px; }
 
	#footer p {
		line-height: normal;
		margin: 0; }

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