/* 
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.

*/

.entry p  {
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
}

.entry blockquote  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:700;
	font-size:14px;
	padding: 10px 30px;
	line-height:22px;
	text-decoration:none;
	text-shadow: #FFF 0px 1px 0px;
	background-color: #F2F2F2;
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
	z-index: 100;
}

.entry blockquote  .quote {
	font-size: 150px;
	z-index: 99;
	position: absolute;
	left: -40px;
}