/* blog styles */
.pagelinks {
	text-transform: lowercase;
}

.current-cat a{
	background: #000;
}

.clear {
	clear: both;
}
.post {
	margin-bottom: 10px;
}

	#content .post h2 {
		font-size: 100%;
		margin-bottom: 10px;
		margin-top: 0px;
		color: #fff;
		padding-left: 1px;
	}
	
	.post h2.single {
		text-align: left;
		color: #fff;
		padding: 0px;
		background: none;
	}
	
	.post h2 span{
		display: block;
		position: absolute;
		color: #000;
		left: -3px;
		top: -9px;
		font-size: 250%;
	}
	
		.post h2 a {
			text-decoration: none;
			color: #fff;
		}
		
		.post h2 a:hover {
			color: #f00;
		}
		
		.post h2, .post .entry {
			zoom: 1;
		}
		
.post a img {
	width: 85px;
	height: 65px;
	float: left;
	margin: 0px 5px 10px 0px;
	border: 1px solid #3F3F3F;
}

#content .main .entry .date {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #ACA9A4;
}
