/* nf.wh3rd.net - Copyright (C) Andrew Gerrand 2008 */

/* CSS Reset: Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.2.2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
	color: white;
	background: #333;
	font-family: Tahoma, Helvetica, sans-serif;
}

blockquote {
	padding-left: 10px;
	border-left: 1px dashed #444;
	color: #DDD;
}

.container {
	margin-left: 10px;
	width: 650px;
	background: black;
	padding-left: 10px; padding-right: 10px;
}

h1 {
	text-align: right;
	font-size: 24pt;
	border-bottom: 1px solid #444;
}

h1 a {
	text-decoration: none;
}

h2 {
	color: #aaa;
	text-align: right;
	font-size: 10pt;
	margin-bottom: 10px;
}

a {
	color: #bbb;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

.content ul {
	margin-bottom: 1em;
}

.content li {
	list-style: disc;
	margin-left: 2em;
}

.menu {
	float: right;
	width: 120px;
	padding-top: 5px;
}

.menu input {
	width: 110px;
}

.menu h2 {
	text-align: left;
	margin-top: 1em;
	color: #CCC;
}

.menu li {
	font-size: 8pt;
}

.menu a {
	text-decoration: none;
}

.menu img {
	margin: 5px;
	border: 1px solid #444;
}

.content {
	width: 510px;
}

.post, .commentlist {
	font-size: 10pt;
} 

.commentlist li {
	padding-bottom: 10px;
}

.post {
	clear: left;
	padding-top: 10px;
}

.post p {
	margin-bottom: 1em;
}

.post img {
	border: 1px solid #333;
}

h3 {
	font-size: 16pt;
	border-bottom: 1px solid #444;
}

h3 a {
	text-decoration: none;
}

.navigation {
	font-size: 10pt;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 15px;
}

