/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* Post Content Images*/

.post-content img {
	padding: 2px;
	background: #960000;
}

#sidebar h2 {
	font-size: 10px;
	color: #960000;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #960000 1px solid;
	padding-right: 5px;
	color: #960000;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #960000;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

.post-content h2 {
	font-size: 20px;
	line-height: 30px;
}

