/*  
Theme Name: Busy Bee
Version: 2.0.8
Description: Designed by <a href="http://www.jepson.no">Magnus Jepson</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

html, body {
	font-family: arial;
	font-size: 15px;
	border: 0;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	font-family: arial;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
        color: #000099;
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	width: 307px;
	overflow: hidden;
}

#sidebar h2 {
	font-size: 15px;
	background: #9F9F9F;
	color: #F7F6F6;
	padding: 8px 14px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	color: #000000;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

#secnav a {
	display: block;
	line-height: 58px;
	padding: 0 20px 0 20px;
	line-height: 16px;
	padding: 14px 20px 11px;
	color: #212121;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: url(images/bg_cat_navi_hover.gif) repeat-x;
	cursor: pointer;
}

#secnav li:hover span, #secnav li.sfhover1 span {
	color: #fff;
}

#secnav li {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 10;
	border: 1px solid #e6e6e6;
	border-width:0px 1px 1px;
}

#secnav li li {
	font-weight: normal;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	background: #fff url(images/bg_cat_navi_item.gif) repeat-x scroll left top;
	line-height: 34px;
	color: #000000;
	font-size: 16px;
        font-weight: bold;
	width: 148px;
	padding: 0 20px;
}

/* Main Content (style) */

#main-content a {
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h2 {
	font-size: 27px;
        font-weight: bold;
}

#main-content h3 {
	font-size: 20px;
        font-weight: bold;
}

#main-content h4 {
	font-size: 12px;
}

/* Sidebar (widgetized)*/

#sidebar .widgetized h2 {
	margin-bottom: 18px;
}


/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
	background-color:#FFFFFF;
	padding:12px 42px;
	margin: 0 0 25px 0;

