/* 
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.

*/

table.speaktable {
     border-width: 1px;
     border-spacing: 2px;
     border-style: solid;
     border-color: gray;
     border-collapse: separate;
     background-color: #F7F6F6;
     margin-top: 10px;
     margin-bottom: 20px;
}

table.speaktable td {
     background-color: #EDECF0;
}

table.speaktable h3 {
     margin: 4px 0px 2px 0px;
     padding: 4px 0px 2px 0px;
}

table.speaktable p {
     font-size:13px;
     line-height: 16px;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}

table.speaktable p.stuff {
     font-size:14px;
     line-height: 18px;
     margin: 10px 0px 4px 0px;
     padding: 10px 0px 4px 0px;
}

table.speaktable li {
     font-size:14px;
     line-height: 18px;
}

div.speakdiv p {
     font-size:15px;
}

div.speakdiv h2 {
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}

div.speakdiv h3 {
     color:#006666;
}

div.speakdiv blockquote.quote {
	overflow: hidden;
	clear: both;
        border-left: none;
	background: url(http://melissagalt.com/wp-content/themes/busybee/images/quote-left.jpg) no-repeat left top;
}

div.speakdiv blockquote.quote img {
	float: left;
	margin: 0 20px 0 0;
}
div.speakdiv blockquote.quote p.end {
	font-size: 15px;
        font-style: italic;
        margin: 0px 26px 0px 22px;
	padding: 0px 26px 0px 16px;
	background: url(http://melissagalt.com/wp-content/themes/busybee/images/quote-right.jpg) no-repeat right bottom;
}

div.speakdiv blockquote.quote p.by {
	text-align: right;
	margin: 0;
	font-size: 15px;
	color: #666;
}

div.speakdiv hr {
        margin: 10px;
        padding: 10px;
}
