/*  
Theme Name: RHA Canvas Child
Theme URI: http://www.royallhouse.org/
Version: 1.0
Description: Royall House Association Child Theme for Canvas
Author: Al Stevens
Author URI: http://www.alstevens.org/
Template: canvas
Tags: canvas, alstevens
	
	Copyright: (c) 2009-2012 Albert L. Stevens
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../canvas/style.css");

/* drop the font size of the rss label */
#navigation ul.rss a {
font: bold 12px/1em Georgia, serif;
color: #555;
}

/* remove the quote.png from the quote box and adjust the margins accordingly. */
.woo-sc-quote p {
margin: 1em 20px;
/*padding: 0 0 0 55px;*/
padding: 0 0 0 0 !important;
/*background: url(../images/quote.png) no-repeat 0 3px;*/
background: none !important;
font-family: serif;
font-size: 1.2em;
font-style: italic;
color: #777;
min-height: 32px;
}

/* tighten up the widget headers */
.widget h3 {
	margin: 0 0 5px;
	padding: 0;
}