/* 
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.

*/

#nav .current_page_item a, #nav a:hover  {
	background-color: #286436;
	background: rgba(40, 100, 54, 0.9);
}

#nav li ul li { width: 170px; line-height: 18px; margin: 0; border-style: solid; background-color: #444444;	background: rgba(52, 49, 49, 0.9); }

.entry img  {
	border: 0px solid #bbb;
}

.entry .wp-caption {
	padding: 1px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	text-align:center;
}

.entry blockquote  { padding: 10px 30px; margin: 0 0 18px 0; color: #006600; font-family: 16px Georgia, "Times New Roman", Times, serif; font-style: italic; line-height: 1.6;}
