/*  jvhm style */

/*  Images */
#top-out {
	background: url(jvhm/bg_top.png) repeat-x 0 0;
}
#header {
	background: url(jvhm/bg_top_gradient.gif) no-repeat 60px 0;
}
#middle-out-top { /* Background - Middle Top */
	background: #d2dde0 url(jvhm/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(jvhm/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(jvhm/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(jvhm/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(jvhm/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(jvhm/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: url(jvhm/bg_footer_gradient.jpg) no-repeat 0 0;
}
#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(jvhm/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(jvhm/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(jvhm/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}
#page_navi ul.rss {
	background: url(jvhm/bg_rss.gif) no-repeat 0 4px;
}

#top-out {
	height: 200px;
}

#header {
	position: relative;
	padding-top: 0px;
	margin-top: -5px;
	height: 132px;
	top: -25px;
}

#header img.title {
	position: absolute;
	top: 25px;
}

#page_navi {
	position: relative;
	top: 133px;
}

#page_navi a {
	color: #FFF;
}

#page_navi ul.rss li {
	/* padding: -2px 10px 0 10px; */
	background: url(jvhm/bg_separator.gif) no-repeat right 2px;
}

#nav li {
	/* padding-top: -2px; */
	background: url(jvhm/bg_separator.gif) no-repeat right 8px;
}

#nav li ul li a {
	background: url(jvhm/bg_page_navi_item.gif) repeat-x;
	border-right: #F7831E 1px solid;
	border-left: #F7831E 1px solid;
	border-bottom: #F7831E 1px solid;
}

#cat_navi {
	position: relative;
	margin-left: -16px;
}

#cat_navi a {
	color: #2c6288;
}

#jvhm_hide_cat_menu #cat_navi {
	display: none;
}
#jvhm_hide_cat_menu #top-out {
	height: 159px;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: url(jvhm/bg_cat_navi_hover.gif) repeat-x;
}

/* Twitter */
#header .latest_twitter {
	display: none;
	top: 20px;
}
#header .latest_twitter img {
	margin: 10px 15px 15px 10px;
}

#header .latest_twitter ul {
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
}


/*  Colors */
a {
	color: #F7931E;
}

#main-content h1, #main-content h1 a {
	color: #2c6288 !important;
}

#main-content h2, #main-content h2 a, #main-content h3 {
	color: #F7931E !important;
}

#footer h2.widget_title {
	background: #F7931E; /* #2c6288; */ /* #616e77; */
	color: #FFF;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #cad4d6 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul.idTabs li a {
	background: #00639F; /* #616e77; */
}
#main-content .post h4.continue a {
	background: #00639F;
}
#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	background: #F7931E; /* #2c6288; */
}
.Nav .on, .Nav a:hover {
	background: #2c6288 !important;
}
#main-content .post h4.continue a:hover {
	background: #F7931E; /* #255271; */
}
#copyright-out {
	background: #00639F; /* #31393e; */
}
#copyright-out a {
	color: #a9b5bd;
}
#copyright-out a:hover {
	color: #F7931E;
}

#footer-out {
	background: #a9b5bd;
}

/* blue #00639F */


