/* CSS Document */

/*
Adjustment CSS for WooThemes "Busy Bee" theme

Version: 1.0.1
Author: Jeff Lambert, JVHM, Inc.
Author URI: http://www.jvhm.com
*/

#header #jvhm_blog_title {
	display: none;
}

#nav li ul li a {
	width: 140px;
}

#secnav li li {
	width: 200px;
	font-size: 8px;
	background-color: white;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {
	font-family: Arial, sans-serif;
}

#main-content h1 {
	color: #2A2A2A;
	font-size: 24px;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

#main-content .post-title h1 {
	padding-right: 50px;
}

#main-content h1 a {
	text-decoration: none;
}

#main-content h1 a:hover {
	text-decoration: underline;
}


#middle-content #main-content h2 {
	padding: 10px 30px 10px 0;
	font-size: 20px;
}

#middle-content #main-content h3 {
	font-size: 18px;
}

#middle-content #main-content h4 {
	font-size: 14px;
}
#middle-content #main-content h5 {
	font-size: 12px;
}

#main-content .featured h2 a {
	font-size: 24px;
}

div#breadcrumbs {
	padding-top: 2px;
	margin-left: -7px;
	margin-top: -30px;
}

div#breadcrumbs a:hover {
	text-decoration: underline;
}

li div.hidemenu {
	display: none;
}

li span.hidemenu {
	display: none;
}

div.primarysitepage div.col-right {
	/*width: 0;*/
	float: none;
	display: none;
}
div.primarysitepage #main-content {
	width: 870px;
}

div.primarysitepage #middle-content {
	background: url(images/bg_primarysite_middle_content.gif) repeat-y;
}
div.primarysitepage #content {
	background: url(images/bg_primarysite_middle_top.gif) no-repeat 0 0;
}
div.primarysitepage #middle-out-bottom .single {
	background: url(images/bg_primarysite_middle_content_single.gif) repeat-y;
}
div.primarysitepage #middle-content-bottom {
	background: url(images/bg_primarysite_middle_content_bottom.gif) no-repeat 0 bottom;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 1px 5px 1px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-top: 15px;
	margin-left: 255px;
	width: 100px;
}

#nav li a {
	line-height: 25px;
	font-size: 12px;
}

#sidebar #search_main input.field {
	color: #999;
}

a {
	outline: none;
}

#sidebar .widgetized .widget_links ul {
	background: none;
	margin-left: 0px;
	width: 260px;
	border-top: #CECFC6 1px solid; 
}
#sidebar .widgetized .widget_links ul li {
	width: 240px;
	float: left;
	display: block;
	margin-left: 0px;
}

/*
#middle-content.single #main-content h2 {
	padding: 10px 0;
	font-size: 20px;
}

#middle-content.single #main-content h3 {
	font-size: 18px;
}

#middle-content.single #main-content h4 {
	font-size: 14px;
}
#middle-content.single #main-content h5 {
	font-size: 12px;
}
*/