/* 

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.



*/

#intro .ads, #intro .gravatar { padding: 12px; }

#header { height:160px; width: 940px; margin: 0 auto; background: url(images/btLogoText.png) no-repeat top left; background-position: 0px 15px; }

#logo { display: none; }

#header #subscribe {
	margin: 25px 25px 0 0;
	padding: 0 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

.latest_twitter { 
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	padding: 5px;
}

#bg { background: none; }

#navigation { 
	margin: 0 0 10px; 
	background: none;	
}

#nav li { 
    margin: 0 2px 0 0; 
    background: none;
    font-weight: bold;
    color: #fff;
/*	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;*/
}

#nav .current_page_item { background: none; }

#nav li:hover { text-decoration: underline; } 
#nav li ul li { background:rgba(44, 90, 160, 0.9) none repeat scroll 0 0; }


