* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	background-color: #000;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	/* margin-top:.5em; */
	margin: 1em 1em;
}

#nav {
	vertical-align: top;
	width: 11em;
	padding: .5em;
}

#content {
	vertical-align: top;
	padding-right: 1em;
}

#foot {
	font-size: 80%;
	text-align: center;
	width: 50%;
	border-top: 2px solid #CCC;
	margin: 3em auto 1em auto;
	clear: both;
}


/*******************************
		POSTS AND COMMENTS
*******************************/



p {padding: .8em .8em;}

blockquote {
	font-style: italic;
	border-left: 1px solid #FFF;
	padding-left: .5em;
	margin: 2em 3em;
}
img {border: none;}

hr {margin: 1em 0;}

h1, h2, h3, h4, h5 {color: #CCC;}

a.nav:link, a.nav:visited {color: #BBE; text-decoration: none;}
a.nav:hover, a.nav:active {color: #FFF; text-decoration: underline overline;}

a:link, a:visited {color: #99F; text-decoration: none;}
a:hover, a:active {color: #0FF; text-decoration: underline overline;}



.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.rightfloat {text-align: right; float: right;}
.leftfloat {text-align: left; float: left;}




