/* 
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.

*/

#header  {
	width: 980px;
	margin: 0 auto;
	height: 120px;
        background: url(/wp-content/themes/thestation/img/Header.jpg);
	background-repeat: no-repeat;
}
#header img  {
	float: left;
	margin: 20px 0 0 15px;
}
.topdescription {
	font-size: 24px;
        font-weight: bold;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        color: #000000;
        width:260px;
        text-align: right;
}
a.button {
    background: url(img/btn-slider-right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 46px; 
	margin-right: 6px;
	padding-right: 13px; 
	text-decoration: none;
	color: #fff;
	font-family: Georgia;
	font-size:18px;
}
a.button span {
	float:left;
	background: url(img/btn-slider.png) no-repeat; 
	display: block;
	line-height: 46px; 
	padding: 1px 5px 5px 18px;
} 
a.button:hover span{ text-decoration:underline; }
span.middle { float: left; padding: 13px 13px 13px 9px; }

#main_content #top h2  {
	margin: 0 0 20px 0;
        color:#339700;
}
#two-col h3  {
	text-transform: uppercase;
        color:#339700;
}
