/*  
Theme Name: CH3
Theme URI: http://calvaryhanford.com
Description: this theme was originally built using the Prisa2 theme. The url for the original theme is - http://nofieiman.com/2007/09/prisa-wordpress-theme/. The vast majority of the elements, images and styles have been changed. The theme has also been made more wordpress 3.0 compatible, specifcally in regard to using custom menus. 
Version: 2.0
*/

/* Main */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding-bottom:inherit;
	background: #fff url(http://images.calvaryhanford.com/2012/header-gradient2012.png) repeat-x;
	font: 90% "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #222222;
}

h1, h2, h3 {
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:-1px;
}
h2 {
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0356e0;
}

p, ol, ul {
	line-height: 1.47em;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height: 100px;
	margin:17px auto;
}

#header-top-bar {
	width:auto;
	height:50px;
	background:#222222;
	overflow:visible;
	box-shadow:0px 3px 10px #aaaaaa; 
}

/* Logo */

.logo {
	margin: 0 0 0 20px;
	display:inline;
	overflow:hidden;
}

/* Top-Bar Icons */

.menu-map {
	width:auto;
	height:20px;
	position:absolute;
	top:3px;
	left:160px;
	margin-right:10px;
	overflow:visible;
}

.menu-webcast {
	width:auto;
	height:20px;
	position:absolute;
	top:3px;
	left:210px;
	overflow:visible;
}

.menu-sms {
	width:auto;
	height:20px;
	position:absolute;
	top:3px;
	left:260px;
	overflow:visible;	
}

.menu-podcast {
	width:auto;
	height:20px;
	position:absolute;
	top:3px;
	left:310px;
	overflow:visible;	
}

.menu-newsletter {
	width:auto;
	height:20px;
	position:absolute;
	top:3px;
	left:360px;
	overflow:visible;	
}

.menu-transcript {
	width:auto;
	height:20px;
	position:absolute;
	top:3px;
	left:410px;
	overflow:visible;	
}

/* Menu */

#menu {
	float: none;
	color:#c7c7c7;
	text-transform:uppercase;
	
}	
	
#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#menu li {
	display: inline;
	padding: 40px 26px 0px 20px;
}

#menu a {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.46em;
	color: #000;
}

#menu a:hover, .active a {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color:#3366FF;
	font-size: 1.46em;
}

/* ICON MENU 2 (FAQ, APP, RSS) */

#icon-menu2-faq a{
	position:absolute;
	right:120px;
	top:54px;
	display:inline;
	padding-bottom:2px;

}

#icon-menu2-faq a:hover {
	border-bottom:4px solid #FE9D01;
	display:inline;
}

#icon-menu2-rss a{
	position:absolute;
	right:140px;
	top:54px;
	display:inline;
	padding-bottom:2px;

}

#icon-menu2-rss a:hover {
	border-bottom:4px solid #FE9D01;
	display:inline;
}

#icon-menu2-app a{
	position:absolute;
	right:160px;
	top:54px;
	display:inline;
	padding-bottom:2px;
}

#icon-menu2-app a:hover {
	border-bottom:4px solid #FE9D01;
	display:inline;
}


/* TOP MENU */

#nav {
font-size:0.8em;
top:6px;
right:30px;
margin:0;
padding:0;
width:auto; /* was 450 */
position:absolute;
z-index:9999;
}
#nav, #nav ul {
line-height:40px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:auto;
}
#nav a, #nav a:hover {
border:medium none;
display:block;
text-decoration:none;
color:#ffffff;
}
#nav li {
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
border-right:1px solid #6E7073;
}
#nav a, #nav a:visited {
color:#FE9D01;
display:block;
padding:0 20px;
}
#nav a:hover, #nav a:active, #home .on {
text-decoration:none;
background:#000000;
color:#ffffff;
}
#nav li ul {
/* border-bottom:1px solid #6E7073; */
height:auto;
left:-999em;
line-height:30px;
margin:0;
padding:0;
position:absolute;
width:222px;
}
#nav li li {
background:#222222 none repeat scroll 0 0;
border-left:1px solid #6E7073;
border-right:1px solid #6E7073;
border-top:1px solid #6E7073;
width:220px;
color:#ffffff;
}
#nav li li a, #nav li li a:visited {
background:#222222;
color:#ffffff;
font-size:1.2em;
font-weight:normal;
}
#nav li li a:hover, #nav li li a:active {
background:#000000;
color:#FFFFFF;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left:auto;
}



/* Page */

#slideshow-wrapper {
	z-index:9999;
}

#imgnext {
	z-index:9999;
}

#wrapper {
	background: url(images/bottombg.gif) repeat-x left bottom;
}

#page {
	width: 960px;
	margin: 0px auto;
	padding: 10px 0;
}

/* Content */

#content {
	float: left;
	width: 642px;
	margin-top:10px;
	margin-right:20px;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
}

h2.title {
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform:uppercase;
	color: #000000;
	padding: 10px 10px 0px 0;
}

h2.title a {
	text-decoration:none;
}

.post {
	margin: 0px 40px 20px 10px;
	text-align: justify;
}

.post ul, .post ol {
	padding: 0 0 0 20px;
}
.post p {
	line-height: 1.8em;
	margin-bottom: 14px;
}
.post li {
	padding: 0 0 0 10px;
	color:#000
}
.post .date {
	background: url(images/datebg.gif) no-repeat top left;
	width: 41px;
	height: 46px;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.post .month {
	font-size: 0px;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 10px;
}

.post .day {
	font-size: 0px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: 7px;
}

.post .title {
	margin: 0;
	padding: 0 0 5px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', helvetica neue, helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	color: #000000;
	font-size: 1.5em;
}

.post .pagetitle {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.5em;
}

.post .meta {
	background: url(images/categorybullet.gif) no-repeat left center;
	padding: 0 20px 0 20px;
}

.post .meta a {
	text-decoration:none;
	color:#999999;
	padding-right:6px;
}

.post .meta a:hover, visited {
	text-decoration:underline;
	color:#990000;
}

.post .comment {
	background: url(images/commentbullet.gif) no-repeat left center;
	padding: 0 10px 0 20px;
}

.post .editlink {
	background: url(images/icon-edit.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}
.post .commentsrss {
	background: url(images/icon-feed.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}
.post .trackback {
	background: url(images/icon-trackback.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}

.post .entry {
	padding: 10px 0 30px 0;
	text-align:justify;
}

.post .categories {
	color:#c7c7c7; /* was b8b8b8 */
	border-top: 1px solid #c7c7c7;
	font-family: 'Muli', "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Helvetica Neue, Helvetica;
	text-size:0.5em;
	text-transform:lowercase;
}

.post .categories a {
	color:#c7c7c7;
	font-family: 'Muli', "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Helvetica Neue, Helvetica;
	text-decoration:none;
	text-transform:lowercase;
}

.post .categories a:hover {
	color:#FE9D01;
	text-decoration:underline;	
	text-transform:lowercase;	
}



/* for front page */

.post .entry2 {
	padding: 0px 0 0px 0;
	text-align:left;
}

/* Forms */

.namebar {
	background: url(images/namebar.gif) no-repeat center left;
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}
.mailbar {
	background: url(images/emailbar.gif) no-repeat center left;
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}
.urlbar {
	background: url(images/urlbar.gif) no-repeat center left;
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}

/* CONTACT FORM 7 CSS */

.wpcf7-form p{
font-family:'Muli', "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Helvetica Neue, Helvetica, Arial;
font-size:1.3em;
text-align:left;

}
.wpcf7-form p input, .wpcf7-form p textarea{

font-size:1.3em;
font-family:"HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Helvetica Neue, Helvetica, Arial;
background-color:#ffffff;
color:#333333;
border-left-color:#eaeaea;
border-top-color:#eaeaea;
border-bottom-color:#eaeaea;
border-right-color:#eaeaea;
padding:4px;
}

.form7submit  {
display: block;
width: 226px;
}

.buttons_mainpage {
	background-image: url(http://images.calvaryhanford.com/buttons/submit-button.jpg);
	background-repeat: no-repeat;
	margin: 0px 190px 0px 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 226px;
	border: 0 none;
	cursor: pointer;
}

.buttons_mainpage:hover {
background-image: url(http://images.calvaryhanford.com/buttons/submit-button-over.jpg);
	background-repeat: no-repeat;
	margin: 0px 190px 0px 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 226px;
	border: 0 none;
	cursor: pointer;
}

/* MAIL CHIMP SUBSCRIBE FORM */

#mc_embed_signup {
	width:640px;
	font:Helvetica Neue, Helvetica, Arial, sans-serif;
	size:1.4em;
	font-weight:bold;
	color:#000000;
}

.mc_email {
	font:Helvetica Neue, Helvetica, Arial, sans-serif;
	size:1.0em
	color:#666666;
}

#mce-EMAIL {
	font:Helvetica Neue, Helvetica, Arial, sans-serif;
	size:1.0em
	color:#666666;
}

/* SIDEBAR */

#sidebar {
	float:right;
	margin-top:60px;
	width:260px;
	border-right:10px solid #C7C7C7;
}

#sidebar li {
	list-style:none;
}

.menu-sidebar {
	font-family:'Raleway', "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Helvetica Neue, Helvetica, Arial;
	font-size:1.8em;
	color:#000000;
	float:right;
	text-align:right;
}

.menu-sidebar a {
	text-decoration:none;
	margin-right:4px;
	margin-left:4px;
	padding-right:6px;
	padding-bottom:2px;
	padding-top:2px;
}

.menu-sidebar a:hover {
	color: #ffffff;
	background: #FE9D01;
	padding-left:40px;
	padding-top:2px;
	border-bottom:4px solid #C7C7C7;
}

/* FOOTER */

#wrapper2 {
	background: #000000;
	border-top: 4px solid #666;
}

#wrapper2 a {
	color: #cccccc;
}

#wrapper2 a:hover {
	color: #333333;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	color: #000;
	text-color: #000;
	background: #000000;
}

#footer a {
	color: #eee;
	text-decoration: none;
	background: #000;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
}

#footer li {
	display: block;
	float: left;
	width: 800px;
	padding-left: 0px;
	bakground: #000;
}

#footer li.first {
	padding-left: 0;
	background: #000;
}

#footer li ul {
	margin: 0;
	background: #000;
	
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	background: #0000000 url(images/img10.gif) repeat-x left bottom;
}

#footer li li a {
	padding-left: 22px;
	background: #000000 url(images/img09.gif) no-repeat 6px 50%;
}

#footer h2 {
	margin-top: 0;
	padding: 0 0 3px 20px;
	background: #000000 url(images/img08.gif) no-repeat left center;
	color: #fff;
}

#wrapper3 {
    background: url(images/bottombg2.gif) repeat-x left bottom;
}


/* SEARCH FORM */


.search {
	width: 100%;
	border: 2px solid #ddd;
	height: 28px;
}
.searchbar {
	width: 80%;
	margin: 4px;
	font-weight: normal;
	font-family: 'Muli', "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border: none;
	background: #fff;
	float: right;
}
.searchbut {
	border: none;
	background: url(images/searchbut.gif) no-repeat top left;
	width: 15px;
	height: 14px;
	margin: 5px 5px;
	float: left;
	padding: 5px;
	cursor: pointer;
}


.search-footer {
	width: 600px;
	border: 2px solid #222222;
	height: 65px;
}
.searchbar-footer {
	width: 500px;
	padding: 10px;
	font-weight: lighter;
	font-family: 'Muli', "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #eee;
	border: none;
	background: #000;
	text-align:center;
}
.searchbut-footer {
	border: none;
	background: url(images/footer-search.png) no-repeat left 12px, 0, 0, 0px;
	width: 48px;
	height: 48px;
	float: left;
	padding: 10px;
	margin:0px;
	cursor: pointer;
}


acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 30px 28px 10px;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 10px solid #f1f1f1;
	/* border-right: 1px solid #eee; */
	/* border-bottom:1px solid #eee; */
	}

.center {
	text-align: center;
	}

code {
	font: 1.1em 'Courier New', Courier, monospace;
	}

p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will align the image to
	the right. And using 'class="centered', will of course center
	the image. This is much better than using align="center", being
	much more futureproof and valid. */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	}

#navigation {
	margin: 0;
	padding: 0;
	}

img#wpstats{display:none}
