/* 
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.

*/



#logo .site-title a { color:#fff; font-size:42px; line-height:42px; text-transform:inherit; letter-spacing:1px;  }
#logo .site-description { color:#bbb; text-transform:inherit; font-size:14px;}
#featured.home .featured-content { width:450px; padding:20px 0 0; }
/*
#featured.home h2 { font-size:32px; line-height:42px; padding:0 0 10px 0;}
*/
#featured.home h3 { color:#fff; font-size:28px; line-height:32px; padding:0 0 10px 0; text-shadow:2px 2px 0 #000000;}
#featured.home h4 { color:#fff; font-size:24px; line-height:28px; padding:0 0 0 0; text-shadow:2px 2px 0 #000000;}
#featured.home ul {
text-shadow:0 1px 0 #000000;
}

#featured.home ul {
list-style:disc;
margin:0 0 20px 60px;
color:#FFFFFF;
font-size:18px;
line-height:28px;
}

/* Read More Button */
a.btn { margin: 15px 0 0 0; background:#f0f0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#333; font-size:12px; text-transform:uppercase; border:none; padding:4px 20px 4px 12px; }
a.btn:hover { background:#06a0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#fff; text-decoration:none; }