/*
Theme Name: D20
Version: 1.0
*/

@charset "utf-8";



/* reset */

body, html { height: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

* { outline: none; }



/* layout */

#page { width: 840px; margin: 0 auto; }
#header { height: 30px; padding: 60px 0; clear: both; }
#content { width: 480px; margin-bottom: 60px; float: right; }
#sidebar { width: 300px; margin-bottom: 60px; margin-right: 60px; float: right; }
#footer { clear: both; padding-bottom: 60px; margin-left: 360px; }



/* formatting */

body { background-color: #000; }
body, input, textfield, textarea, select, table, td { font-family: Tahoma, Geneva, sans-serif; font-size: 11px; line-height: 15px; color: #fff; }

h2, h3 { color: #ff6633; font-size: 10px; background: transparent url(img/bg-1.gif) repeat; text-transform: uppercase; }
h1 a, h2 a, h3 a { color: #ff6633; text-decoration: none; }

ul, ol { list-style-type: none; }
ul, ol, li { margin: 0; padding: 0; }

p, ul, ol, h1, h2, h3 { margin-bottom: 15px; }

a { color: #fff; text-decoration: underline; }

form { margin-bottom: 15px; }
input, textfield, textarea, select { color: #000; height: 15px; vertical-align: middle; border: 0; padding: 0; }
label { display: block; }

.logo, .logo:hover { border: none; }

.nav { list-style-type: none; margin-top: 15px; }
.nav li { display: block; float: left; padding: 0 15px; border-left: 1px dotted #333; }
.nav li:first-child { padding-left: 0; border: none; }
.nav li a { color: #ff6633; font-size: 10px; text-decoration: none; text-transform: uppercase; }

#sidebar ul li ul { border-top: 1px dotted #333; margin-bottom: 14px; }
#sidebar ul li ul li { padding: 7px 0; padding-left: 15px; background: transparent url(img/icon-1.gif) no-repeat left center; border-bottom: 1px dotted #333; }
#sidebar ul li ul li a { text-decoration: none; }

#content img, #content object { max-width: 480px; width: expression(this.width > 480 ? 480: true); }
#content small { display: block; margin-bottom: 15px; font-size: 10px; color: #666; }
#content ul, #content ol { margin-left: 30px; }
#content ul { list-style-type: disc; }
#content ol { list-style-type: decimal; }
#content .pagetitle { background: none; color: #fff; text-transform: none; }
#content .navigation { margin-bottom: 15px; }
#content .postmetadata, #content .postmetadata a { font-size: 10px; color: #666; }

input { color: #fff; background-color: #333; }
#author, #email, #url { width: 240px; }
#comment { width: 480px; height: 150px; }
#submit { width: 120px; font-size: 10px; text-transform: uppercase; cursor: pointer; }
#s { width: 240px; float: left; }
#searchsubmit { width: 59px; border-left: 1px solid #000; font-size: 10px; text-transform: uppercase; float: left; cursor: pointer; }

.hidden { display: none; }