@charset "UTF-8";
/* CSS Document */
	
#sidebar {
	float: right;
	width: 175px;
	height: auto;
	margin-top: 30px;
	padding-left: 25px;
	border: 1px #959595;
	border-style: none dotted;
}

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

h2 {
	color: #FFCC00;
	margin-top: 0;
}

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

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

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

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

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

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