@charset "UTF-8";
/* CSS Document */

#newswrapper {
	height: auto;
}

#sidebar {
	width: 130px;
	height: auto;
	float: left;
	margin-top: 180px;
	margin-left: 20px;
}

#blogcontent {
	width: 510px;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 40px;
}

h2 {
	color: #99cc33;
	margin-top: 0;
}

h2 a {
	background-color: #99cc33;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

h2 a:hover {
	color: #000000;
	background-color: #99CCFF;
}

h3 {
	color: #99cc33;
	font-size: 10px;
	font-weight: normal;
}

div.entry {
	margin-left: 10px;
}

p.postmetadata {
	color: #999999;
	margin-left: 10px;
}

div.post {
	margin-bottom: 20px;
}