/* -standards- */

body {
	background: #000000;
	color: #6b6b6b;
	font-family: "Verdana";
	font-size: .75em;
	display: block;
	margin-top: 0px;
	}
p {
	text-align: left;
	}
h2 {
	font-size: 1em;
	text-transform: uppercase;
	}
a {
	color: #cccccc;
	text-decoration: none;
	}
a:hover {
	color: #f2025d;
	}
#navlink {
	margin: 30px 0 30px 0;
	}

/* -header- */

#banner {
	background: url("images/logo.png") no-repeat top left;
	background-color:#000000;
	height: 315px;
	width: 480px;
	margin-left: -68px;
	}

/* -content- */

#contentwrap {
	width: 550px;
	}
#content {
	float: left;
	background-color: #333333;
	margin-right: 30px;
	width: 362px;
	}

/* -navigation- */

#navigationwrap {
	float: right;
	margin-top: 300px;
	margin-bottom: 30px;
	}
#navigation {
	width: 150px;
	}
#navigation div.navtitle {
	background: #000000;
	padding: 10px;
	}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation h2.small, #navigation h2.widgettitle {
	background: #000000;
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	margin-top: 20px;
	padding: 3px;
	text-transform: uppercase;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	padding: 3px 3px 3px 10px;
	}

/* -post and entries- */

.postdate {
	color: #ffdcb0;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 60px;
	margin-left: 8px;
	text-transform: uppercase;
	}
.pagetitle {
	color: #aad4db;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.posttitle {
	color: #aad4db;
	font-size: 1em;
	font-weight: bold;
	margin-left: 8px;
	margin-bottom: 20px;
	text-transform: uppercase;
	}
.posttitle a {
	color: #aad4db;
	}
.posttitle a:hover {
	color: #7a9197;
	}
.postmetadatabottom {
	font-size: 0.8em;
	padding: 3px;
	text-transform: uppercase;
	color:#d8d8d8;
	width: 150px;
	margin-bottom:20px;
	}
.postmetadatabottom a {
	color: #d8d8d8;
	}
.postmetadatabottom a:hover {
	color: #bababa;
	}
.entry {
	border-bottom: 5px solid #000000;
	padding-bottom: 10px;
	text-align:justify;
	}

/* -footer- */

#footer {
	clear: both;
	color: #6b6b6b;
	padding: 10px 0 35px 0;
	width: 550px;
	}

/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
	text-transform:uppercase;
	margin-left: 200px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #a9a9a9;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
