/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file 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.
*/

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}


.post-meta
{
	margin: 5px 20px 10px;
}

.post-date
{
	font: italic normal normal 15px/1.2em Palatino, 'Palatino Linotype', serif;
	color: blue;
	text-transform: none;
}

.post .title, .page .title
{
	margin: 0px 0px 5px;
}

.entry img, img.thumbnail
{
	padding: 0px;
}

.widget h3
{
	margin: 0px 0px 10px;
	padding: 0px 0px 0px;
}



.entry h3
{
	font-family: 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', Times, serif;
	border-bottom: 1px solid black;
	color: #061107;
	line-height: 1.222em;
	margin: 1.333em 0px 0.611em;
	padding-bottom: 0px;
	margin-left: 5px;
}

#header
{
     padding: 0px 0px 0px;
     padding-bottom: 0px;
     padding-top: 0px;
} 