/* 
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.
*/

#navigation {

font:14px/14px Helvetica, Arial, sans-serif;
padding:5px 0; 
margin-bottom:30px;
background: #dbdbdb;
border: 0;

}

.nav a:hover, .nav li.current_page_item, .nav li.current_page_parent { background:#fff; }

.entry img {
border: 0;
}

.widget h3  { margin: 0 0 10px 0; padding:5px; text-transform:uppercase; color:#555; background-color: #dbdbdb; font-weight: normal; font-size: 10px; border: 0; letter-spacing: 1px; }

#logo {
padding: 0;
margin: 0;
margin-top: -50px;
margin-bottom: -20px;
	
	}
body {
border-top: 0;
}

#byline p {
display: block;
float: right;
font-family: "Trebuchet MS";
font-size: 1em;
margin-top: 80px;
font-style: italic;
}

.tag {
text-align: right;
font-size: .8em;
}

#wrapper {
padding-left: 40px;
padding-right: 40px;

}

.related_cate {
padding-bottom: 20px;
font-size: 12px;

}

.border {
border: 1px solid gray;
}

.nav li ul li a:hover  { background:#ddd;}