body{
	font-family: arial, sans-serif;
	font-size: 14px;
	color: white;
	margin: 0px;
	padding: 0px;
	background: black;
}

body > div {
	margin: 0 auto;
	width: 1000px;
}

a {
	color: white;
	text-decoration: none;
	font-weight: 900;
}

pre {
	color: yellow;
}

label {
	display: block;
	float: left;
	width: 180px;
}

input, textarea {
	border: solid #c1cc4c 1px;
	margin: 2px;
}

a > img { border: none; }

#header {
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer { margin-top: 20px;
	  font-size: 10px;
	  text-align: center;
	  width: 500px;
	  }

#footer img {
	border: none;
	vertical-align: middle;
}

#sitemap {
	font-size: 10px;
	color: white;
}

#sitemap a {
	color: white;
	text-decoration: none;
}

#sitemap a:hover {
	color: blue;
	text-decoration: none;
}

#nav {
	list-style: none;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: black;
}


.nav {
	display: block;
	text-align: center;
	float: left;
	width: 175px;
	border: solid #C1CC4C 1px;
	margin: 2px;
}

.nav:hover {
	background: white;
	color: black;
}

#content {
	margin: 40px auto;
	clear: both;
}

#content a {
	color: #C1CC4C;
}

.blogpost {
	width: 100%;
}

.blogpost h2 {
	margin: 0px;
	background: #333333;
}

.blogtime {
	margin: 0px;
	display: block;
	width: 100%;
	font-size: 10px;
}

.paging {
	clear: both;
}

.paging a {
	display: block;
	text-align: center;
	float: left;
	width: 100px;
	border: solid #C1CC4C 1px;
	margin: 2px;
}

.paging a:hover {
	background: white;
	color: black;
}

.showcommentform, .showcomments {
	display: block;
	text-align: center;
	width: 600px;
	border: solid #C1CC4C 1px;
}

.comments, .commentform{
	width: 600px;
	border: solid #C1CC4C 1px;
}

.commentform label {
	display: block;
	float: left;
	width: 150px;
	margin: 2px;
}

.commentform button {
	margin-left: 150px;
}

.commentform textarea {
	width: 400px;
	height: 50px;
}

.comments  .comment{
	margin: 5px;
	width: 590px;
	border: solid white 1px;
}

.comments .comment > .header{
	padding: 2px;
	background: white;
	color: black;
}

.comments .comment > .content{
	padding: 2px;
}