/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.
*/

/* Blockquote Element */
.entry blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #CCCCCC;
        font-size: 14px;
        font-style: italic;
        color: #666;
	}
.entry blockquote p {}
