/* 
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 blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:auto;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px 10px 15px;
        padding: 5px;
	}
.entry blockquote p {
	font-size:18px;
	padding: 5px 0px;
	margin: 10px 10px;
	line-height: 20px;
        text-align: center;
	}
.entry img {
	padding: 4px;
	border: 0px solid #dddddd;
	background-color: #FFFFFF;
	}


