/* 
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.

*/

/* David changing font to 14px and padding */

.entry p {
font-size:14px;
line-height:20px !important;
padding:10px 0;
text-align:left;
}

/* change color widget links to light blue */

.widget ul li a {
color:#0095d3;
}

/* change size on blockquote to bigger and color to #555555 */

.entry blockquote p {
font-size:13px;
color:#555555;
}
