/*******************************************************************************
   Blog Stylesheet
*******************************************************************************/
div.blog-item {
	padding: 13px 0 13px 0;
	border-bottom: 1px dashed #C7C7C7;
	}
	
#content h1 {
	padding-bottom: 0;
	}
	
#content h2 {
	padding-top: 0;
	}

#content div.blog-item h2 span.item-date {
	color: #3C4B61;
	}

