.article {
	margin-bottom: 30px;
}

.article_title h1 {
	padding-top: 15px;
	padding-bottom: 5px;
}

.article_datestamp {
	float: left;
	border: 2px solid #DDDDDD;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
}

.datestamp_month {
	color: gray;
}

.datestamp_day {
	font-size: 16pt;
	color: #006D86;
}

.article_content, .article_comments {
	margin-left: 65px;
}

.page_tools {
	text-align: center;
}

.sidebar_spacer {
	margin-top: 0px;
	padding-bottom: 12px;
	border-top: 1px solid #DDDDDD;
}

.sidebarballoon h2 {
	margin-top: 2px;
	margin-bottom: 10px;
}

.sidebar ul {
	padding-left: 0;
}

.sidebar ul li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.sidebar ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebar ul ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	list-style-type: disc;
	margin-left: 30px;
	padding-bottom: 5px;
	font-style: normal;
}

.sidebar ul li.widget_tag_cloud div {
	text-align: center;
	padding-bottom: 10px;
}

ol#commentlist {
	padding-left: 0;
}

.comment {
	background: #EEEEEE;
	padding: 10px;
	list-style-type: none;
	margin-bottom: 10px;
}

.comment .avatar {
	float: left;
	margin-right: 10px;
}

.comment .comment_tools {
	margin-top: 5px;
}

.comment p {
	margin-top: 10px;
}

a img {
	border: none;
}