#sidebar {
	width: 350px;
	float: right;
	margin: 50px 0 50px 0;
	position: relative;
	z-index: 100;
	background: url(/images/sidebar-background.png) repeat;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#sidebar ul {
	margin: 0 0 15px 0;
	list-style: none;
	padding: 0;
}

#sidebar li {
	margin: 0 0 0 15px;
	list-style: square;
}

#sidebar h1 {
	margin: 0;
}

#sidebar hr {
	margin: 7px 0;
}

.alignleft {
	display: inline;
}

.alignright {
	display: inline;
}

.entry-single {
	width: 534px;
	min-height: 300px;
	float: left;
	margin: 50px 0;
	position: relative; 
	z-index: 100;
}

.postmetadata {
	font-size: 9px;
}

/*for headers*/
.entry-header {
	background: url(/images/date-format.png) bottom left no-repeat;
	height: 63px;
	margin: 20px 0 10px 0;
	color: #393b37;
}

.blog-title {
	padding: 24px 0 0 80px;
	float: left;
}

.date-wrapper {
	text-align: right;
	width: 534px;
	padding-top: 20px;
	vertical-align: bottom;
}

.date {
	text-align: right;
	height: 30px;
	background: url(/images/vertical-line.png) bottom right no-repeat;
	display: inline;
	padding: 0 7px;
	margin: 0 7px;
	font-size: 22px;
}

.year {
	height: 30px;
	text-align: right;
	float: right;
	font-size: 11px;
	padding-top: 10px;
}

.day {
	font-size: 11px;
}

