/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file 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.
*/
.blockquotetable {
    border-color: #505d09;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
}

.audiotable {
    border-color: #dcdcdc;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
}
.audiotable tr {
    border-color: #dcdcdc;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}
.audiotable td {
    border-color: #dcdcdc;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

.squish {
    margin-right:5px;
    margin-left:5px;
}

.customh3 {
	color: #FF4001;
	font: normal normal bold 18px/1.5em Arial, sans-serif;
}

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
	color: #59791A;
	}

.widget {
	background-color: #fdf9e9;
}



