/* 
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 h3 {
color: #ca412e;
}

.entry blockquote p {
width: 475px;
margin: 5px 10px;
font-size: 20px;
font-family: Arial Bold;
padding: 3px;
color: #000000;
padding: 0 50px;
background: transparent url("http://www.beat-this-caption.com/images/blockquote.jpg") no-repeat 0 0;
}

.entry img, img.thumbnail {
border:none;
}


.customImage img {
padding: 20px 0px 0px 0px;
border: none;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
} 

