/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file 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.
*/

/* Category Listings */
ul.lcp_catlist {margin: -1em 0em 0em 0em; display:table; }
ul.lcp_catlist li {margin: 1em 0em -0em 0em; list-style-type: none; }
ul.lcp_catlist img {float:left; margin-right:1em;}
p.lcp_excerpt {display:table; }

/* NextGen Gallery */
.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:0px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

/* Submenu */
.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #fff; border-width:1px 1px 0; z-index:999; }
.nav li ul li  { background:#fff; border-top:1px solid #fff; border-bottom:1px solid #fff; }

/* Changes the default background color of the drop down menus */
.nav li a {border-left:1px solid white; border-right:1px solid white; }
.nav li a:hover {background:#fff; border-left:1px solid grey; border-right:1px solid grey; }
.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul { background:#fff; }
	

.nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {background:#fff; }
 
/* Changes the hover background, text and text shadow color  */
.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul:hover {background:#fff; border-right:1px solid #fff; }
