/* 
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.

*/

#logo .site-title a:hover {
text-decoration: none;
}

#logo .site-description {
margin-top: 10px;
}

ul#nav li:last-child {
background: url("images/bg-nav.png") repeat-x scroll center top #527f53;
-moz-border-radius: 10px 10px 10px 10px;
-moz-box-shadow: 0 0 2px #000000;
}

ul#nav li:last-child:hover {
background: url("images/bg-nav.png") repeat-x scroll center top #628f63;
}

#nav li ul li {
background: none !important;
-moz-box-shadow: none !important;
}

#featured {
height: 390px;
}

#content {
min-height: 400px;
}
