#blog {
	float: left;
	width: 700px;
}

#blog #content {
	width: 700px;
	margin-top: 0;
}

#blogsidebar {
	float: right;
	width: 230px;
}

h1 {
	color: #001870;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-weight: normal;
	margin-top: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
}

h2 p {
	padding: 12px;
}

h3 {
	font-weight: normal;
	color: #001870;
	font-size: 1em;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding-top: 3px;
	padding-bottom: 3px;
}

.postmetadata {

}

.nofloat {
	float: none;
	clear: both;
}

.caldate {
	float: left;
	width: 45px;
	text-align: center;
	background-color: #001870;
	color: white;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 8px #888;
	-webkit-box-shadow: 1px 1px 8px #888;
	-moz-box-shadow: 1px 1px 8px #888;
	text-transform: uppercase;
}

.dayer {
	font-size: 1.6em;
	font-weight: bold;
}

.artikel {
	float: right;
	width: 620px;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background-image: url(images/cite.png);
	background-position: 650px bottom;
	background-repeat: no-repeat;
	padding-bottom: 18px;
}

.comment-body {
	background-color: #f3f3f3;
	padding: 10px;
	margin-top: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
}

.comment-body p {
	background-color: white;
	padding: 10px;
	margin: 0;
	margin-top: 5px;
}
