/* 
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.

*/

#top-nav {font-size: 14px;}
#top-nav a {font-size: 14px;}
#nav li ul li a {font-size: 14px;}
#main h3 {font-size: 14px;}
#main .col1 h2, #main .col2 h2 {font-size:14px;}
.post p, .post li {font-size: 14px;}
#footer {font-size: 14px;}
#bio_content p, .info-text p {font-size: 16px;}
.featured-tracks-holder .featured-track-left{font-size:14px;}
span.styled-heading { font-size: 14px;}

#main blockquote {
	border-left: 4px solid #aaa;
	color: #aaa;
	font-style: italic;
        font-weight: bold;
	margin:10px 0 5px 15px;
	padding:0px 20px;
	width:85%;
        font-size: 16px;
}