/* 
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.

*/

#sidebar #tabs {
	display:none;
}
#content .featured p.post-details {
	display:none;
}
#content #single .post p.post-details {
	display:none;
}
#header .col-right {
	padding: 40px 0 0 0;
}
#header .col-left {
	padding: 0 0 0 85px;
	width: 380px;
}
html, body {
	text-align: justify;
}
#header {
	width: 960px;
	height: 140px;
}

/* Content (featured) */

#content .featured {
	width: 590px;
	padding: 5px 20px 10px 20px;
	background: #023729;
	color: #C4C4C4;
	text-shadow: 2px 2px #151515;
}

#content .featured h2 {
	font-family: Georgia;
	font-weight: normal;
	color: #fff;
	padding: 10px 0 2px 0;
	font-size: 19px;
}

#content .featured h2 a {
	font-weight: bold;
	text-shadow: 2px 1px #151515;
	color: #01ae8b;
}

#content .featured p.post-details {
	padding: 2px 0 5px 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #787878;
	background: url(images/bg_post_details.gif) no-repeat 0 6px;
}

#content .featured p a  {
	color: #787878;
}

#content .featured img.alignleft {
	margin: 8px 15px 0 0;	
}
/* Sub Category Menu */

#subcat-menu-out {
	width: 100%;
	background: #DFDFDF;
	border-bottom: #EBEBEB 1px solid;
}

#subcat-menu {
	width: 960px;
	margin-left: 30px;
	height: 34px;
	background: #DFDFDF;
}

#subcat-menu a {
	color: #3E3E3E;
}

#subcat-menu a:hover, li.current-cat a {
	color: #00699F;
}

#subcat-menu ul {
	padding: 6px 0 0 0;
	width: 100%;
	margin-left: -7px;
	position: relative;
}

#subcat-menu li {
	display: inline;
	float:left;
	background: #DFDFDF;
}

#subcat-menu li a {
	display: inline;
	float: left;
	padding: 0 8px 0 7px;
	line-height: 28px;
	background: #DFDFDF url(images/bg_subcat_border.gif) no-repeat right bottom;
}

#subcat-menu li.current-cat a {
	color: #00699F;
	text-decoration:underline;
}
#subcat-menu ul li ul{
	padding:0px;
	width:auto;
	float:left;
	margin:0;
	background: #DFDFDF;
}

/* Main Menu */


#main-menu li ul li a {
text-align: left;
color:#555555;
font-size:11px;
line-height:25px;
width:140px;
background: #c8c8c8;
border-right: #E4E4E4 2px solid;

}



