/* 
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
{
	background-color: #afccd7;
	background-image: url("images/bg-gradient.png");
}

#header
{
	padding: 0;
}


#logo img
{
	margin: 10px 0 5px 0;
}

.entry a.btn, input.submit
{
	background-color:#0077a6;
}

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover
{
	color: #0077a6;
}

a:link, a:visited
{
	color: #0077a6;
}

.selected
{
	font-weight: 700;
}

#credit
{
	display: none;
}

.related_post_title
{
	display: block;
	padding: 30px 0 0 0;
}

ul.related_post li
{
	list-style: disc;
}