/*
Theme Name: SVH
Theme URI: http://wordpress.org/
Description: Theme for SVH
Author: Big Swing
Author URI: http://bigswing.us
Version: 1.0

License:  GPL2
*/

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html.front-page{
	width: 100%;
	height: 100%;
}

body {
	line-height: 22px;
	color: #666;
	font-size: 13px;
	font-family: Trebuchet, 'Trebuchet MS', Verdana, sans-serif;
	background: #E1DDDA;
}
ol, ul {
	padding-left: 35px;
	list-style-position: outside;
	margin-bottom: 25px;
}

ul{
	list-style: disc outside url(/web/20150327163343im_/http://mc4j.org/wp-content/themes/svh/img/bullet.png);
}

li ul,
li ol{
	margin-bottom: 0;
}

li ul{
	list-style: disc outside url(/web/20150327163343im_/http://mc4j.org/wp-content/themes/svh/img/bullet-small.png);
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

em{
	font-style: italic;
}

p{
	margin-bottom: 15px;
}

a{
	color: #0064A3;
	text-decoration: none;
}

a:hover{
	color: #ccc;
}

h1, h2, h3, h4, h5, h6{
	font-family: Myriad, Verdana, sans-serif;
}

h4{
	color: #0064A3;
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet, 'Trebuchet MS', Verdana, sans-serif;
	margin-bottom: 15px;
}

img{
	max-width: 100%;
}

img.alignleft{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright{
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

img.aligncenter{
	display: block;
	margin: 0 auto 10px;
}

strong{
	font-weight: bold;
}

/* Header
###################################################*/

.hwrap{
	width: 100%;
	height: 80px;
	background: #0064A3;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.home .hwrap{
	margin-top: 80px;
}

.hwrap header.main{
	width: 965px;
	height: 80px;
	margin: 0 auto;
	background: #0064A3;
	position: relative;
	z-index: 2;
	font-family: Myriad, Verdana, sans-serif;
}

.page header.main{
	width: 965px;
}

/*.page header.main .menu{
	padding-left: 288px;
}*/

header.main .site-title{
	width: 295px;
	background: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	top: -14px;
}

header.main .site-title a{
	width: 295px;
	display: block;
	background: #fff url(/web/20150327163343im_/http://mc4j.org/wp-content/themes/svh/img/logo.png) no-repeat center 40px;
	height: 235px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header.main .site-title:after{
	content: '';
	position: absolute;
	top: 0;
	right: -14px;
	border-color: #E1DDDA #E1DDDA #CCCCCC #CCCCCC;
    border-style: solid;
    border-width: 7px;
}

header.main .menu{
	padding-left: 294px;
	list-style: none;
	margin: 0;
	height: 80px;
	border-right: 1px solid #3983b1;
}

header.main .menu li{
	float: left;
	height: 80px;
}

header.main .menu li.current-page-ancestor,
header.main .menu li.current-menu-item{
	position: relative;
	background: #c0cc21;
	border: none;
	top: 0;
	left: 0;
}

header.main .menu li a{
	text-decoration: none;
	display: block;
	padding: 24px 34px 0 15px;
	height: 80px;
	color: #9F9286;
	font-size: 14px;
	border-right: 1px solid #3983b1;
}

header.main .menu li a:hover,
header.main .menu li a:hover span{
	color: #c0cc21;
}

.home header.main .menu li.contact a{
	width: 165px;
	border: none;
}

header.main .menu.sub-main-nav li.home a,
header.main .menu.sub-main-nav li.contact a{
	width: 86px;
	padding: 24px 0 0;
	text-align: center;
}

header.main .menu.sub-main-nav li.home,
header.main .menu.sub-main-nav li.contact{
	width: 85px;
}

header.main .menu.sub-main-nav li.home{
	width: 82px;
}

header.main .menu.sub-main-nav li.contact.current-page-ancestor,
header.main .menu.sub-main-nav li.contact.current-menu-item{
	width: 84px;
}

header.main .menu.sub-main-nav li.home a{
	border: none;
}

header.main .menu li.current-page-ancestor a,
header.main .menu li.current-menu-item a,
header.main .menu li.current-page-ancestor a:hover,
header.main .menu li.current-menu-item a:hover{
	color: #fff;
	padding-top: 65px !important;
	z-index: 10;
	border-radius: 0 0 5px 5px;
	background: #c0cc21;
	border: none;
	box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.65);
	position: relative;
	left: 0;
	top: 0;
	height: 114px;
}

header.main .menu li.current-page-ancestor.contact a,
header.main .menu li.current-menu-item.contact a,
header.main .menu li.current-page-ancestor.contact a:hover,
header.main .menu li.current-menu-item.contact a:hover,
header.main .menu li.current-page-ancestor.home a,
header.main .menu li.current-menu-item.home a,
header.main .menu li.current-page-ancestor.home a:hover,
header.main .menu li.current-menu-item.home a:hover{
	position: absolute;
}

header.main .menu li.current-page-ancestor a:hover span,
header.main .menu li.current-menu-item a:hover span{
	color: #fff;
}

header.main .menu li a span{
	display: block;
	color: #fff;
	line-height: 1;
	font-size: 18px;
}

/* Content
###################################################*/
section.content{
	width: 965px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	margin-bottom: 5px;
}

#intro .skip{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5%;
	position: absolute;
	z-index: 5;
}

.home section.content{
	padding-left: 106px;
}

section.content .subhead{
	height: 189px;
	padding-left: 189px;
	font-size: 30px;
	color: #c1cc22;
	line-height: 36px;
	width: 770px;
	padding-top: 35px;
	clear: both;
}

section.content .subhead span{
	display: block;
	text-align: right;
	padding-right: 80px;
}

.page section.content article.main-content{
	width: 669px;
	padding-right: 50px;
	float: left;
}

.home section.content article.main-content{
	width: 487px;
}

section.content article.main-content .attachment-page-thumbnail{
	float: right;
	margin: -10px -51px 10px 10px;
}

section.content article.main-content header{
	padding-top: 62px;
	margin-bottom: 10px;
}

section.content article.main-content header h1{
	font-size: 20px;
	line-height: 26px;
	color: #0064a3;
}

section.content aside.slideshow{
	width: 366px;
	height: 276px;
	position: absolute;
	right: 0;
	bottom: 0;
}

section.content aside.subnav{
	width: 295px;
	float: left;
	padding: 180px 40px 40px 0;
}

section.content aside.subnav ul{
	margin-bottom: 55px;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

section.content aside.subnav ul li{
	height: 37px;
}

section.content aside.subnav ul li a{
	display: block;
	font-size: 15px;
	line-height: 37px;
	color: #c0cc21;
	text-decoration: none;
	display: block;
	padding-left: 40px;
	height: 37px;
}

section.content aside.subnav ul li a:hover{
	color: #0064a3;
}

section.content aside.subnav ul li.current{
	border-radius: 0 3px 3px 0;
	background: #c0cc21;
	margin-left: -12px;
	position: relative;
}

section.content aside.subnav ul li.current:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	border-color: #999933 #999933 #E1DDDA #E1DDDA;
	border-style: solid;
	border-width: 6px;
}

section.content aside.subnav ul li.current a{
	color: #fff;
	padding-left: 52px;
}

section.content aside.subnav blockquote{
	padding: 10px 0 10px 40px;
	color: #9F9388;
	font-size: 15px;
	font-style: italic;
	position: relative;
	}

section.content aside.subnav blockquote:before{
	content: '\201c';
	color: #9F9388;
	font-size: 40px;
	position: absolute;
	left: 20px;
	top: 0;
}

.subnav blockquote cite:before{
	content: '\201d';
	color: #9F9388;
	font-size: 40px;
	right: 0;
	top: -20px;
	position: absolute;
}

.subnav blockquote cite {
	margin: 7px 0 7px 0;
	text-align: right;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	display: block;
	width: 100%;
	}

div.bio {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 5px;
	padding-bottom: 15px;
	width: 670px;
	min-height: 255px;
	overflow: visible;
	}

div.bio:last-child {
	border-bottom: 0;
	}

div.bio strong, div.bio em {
	color: #0064A3;
	}

div.bio img.alignright {
	margin: 25px 0px 30px 20px;
	}

div.bio + h4 {
	margin-top: 25px;
	}

/* Footer
###################################################*/
footer.main section.footer-content{
	background: #c0cc21;
	width: 965px;
	height: 50px;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
	line-height: 50px;
	padding: 0 30px;
}

footer.main section.footer-content .news{
	color: #fff;
	font-size: 20px;
	float: left;
	width: 10%;
}

footer.main section.footer-content div{
	width: 65%;
	float: left;
}

footer.main section.footer-content .phone{
	width: 25%;
	text-align: right;
	float: left;
	color: #fff;
	font-size: 20px;
}

footer.main p.copy{
	text-align: right;
	width: 965px;
	margin: 0 auto;
	font-size: 10px;
	padding: 20px 40px;
	color: #999;
}

footer.main a:hover{
	color: #fff;
}

/* IE7
###################################################*/

#ie7 header.main .menu li a{
	height: 56px;
	width: auto;
	white-space: nowrap;
}

#ie7 header.main .site-title a{
	background-position-x: 23%;
}

#ie7 .home section.content{
	width: 859px;
}

#ie7 .home section.content article.main-content{
	width: 487px;
}

#ie7 .home section.content .subhead{
	width: 581px;
}

#ie7 section.content aside.subnav{
	width: 255px;
}

#ie7 section.content article.main-content{
	width: 619px;
}

#ie7 footer.main section.footer-content{
	width: 905px;
}
/*
     FILE ARCHIVED ON 16:33:43 Mar 27, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:08:48 Jul 04, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 57.742
  exclusion.robots: 0.161
  exclusion.robots.policy: 0.154
  RedisCDXSource: 0.549
  esindex: 0.007
  LoadShardBlock: 35.808 (3)
  PetaboxLoader3.datanode: 62.367 (5)
  CDXLines.iter: 18.296 (3)
  load_resource: 203.87 (2)
  PetaboxLoader3.resolve: 87.444 (2)
*/