/* 
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.

*/

body {
	background: black none;
}

#header
{
  height: 191px;
}

#about
{
  display: none;
}

#logo
{
  background: black;
}

#body-top-left
{
  background: none;
}

#top-nav
{
  background: black none;
  height: 50px;
}

#top-meta
{
  padding: 0px 20px 0px;
}

#categories li a {
	font:13px Arial, Helvetica, sans-serif; color:#dae9f3;
}

	#categories li:hover, #categories li.current_page_item {
		background: none;
	}
	
	#categories li:hover a, #categories li.current_page_item a {
		background: none;
	}

#search
{
display: none;
}

#main-content
{
background: #21262A;
padding: 25px 5px 0px;
}