/* 
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.

*/

#menu ul li.current_page_item a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #000000;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #000000;
}

#menu ul li a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 27px 0 0;
	color: #FABC09;
	border-left: #2B404D 1px solid;
}

.post-content img {
	padding: 2px;
	background: #000000;
}

#copyright {
	width: 100%;
	clear: both;
	background: #000000 url(images/bottom.gif) no-repeat left bottom;
	border-top: #2B404D 1px solid;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}

a {
	color: #000000;
	text-decoration: none;
}

.post-meta a {
	color: #000000;
}
