/*  
Theme Name: chr-v3
Theme URI: 
Description: This is a custom built theme for camphighroad.org. chr-v3 Written by: Brian Pearce and licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 3.0
Author: Brian Pearce
Author email: brian.o.pearce@gmail.com
*/

/* Typography
------------------------------------ */

body {
	font-family: Helvetica, "Helvetica Neue", Arial, Georgia, Sans-serif;
	font-size: 14px;
	color: #fff;
}

.body p {
	font-family: Helvetica, "Helvetica Neue", Arial, Georgia, Sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

.headlines p + p {     
    	font-size: 70%;
	line-height: 1.2em;
}

nav {
	font-weight: lighter;
	font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
	font-size: 135%;
	color: #fff;	
}

.accessSkip {
	position: absolute;
	text-indent: -9999px;
	width: 0;
	height: 0;
}

#nav li ul li {
	font-weight: lighter;
	font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
	border-bottom:1px solid #3C78C8;
}

footer p {
	font-size: 120%;
	font-family: Helvetica, "Helvetica Neue", Arial, Georgia, Sans-serif;
}

.body h1, .body h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
	font-weight: bold;
	font-size: 200%; /* 20pt */
	color: #fff;
}

.body h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
	font-weight: bold;
	font-size: 140%; /* 14pt */
	color: #fff;
	display: inline;
}

.alignleft {float:left;}
.alignright{float:right;}

/* Links
------------------------------------ */

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #ffff66;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
	color: #fff;
}

/* Page Structure
------------------------------------ */

body {
	background: #31363A url('i/bg-woods.jpg') center bottom repeat-x;
}

header {
	position: relative;
	width: 69em;
	margin: 0 auto;
	padding: 0;
	height: 215px;
	background: url('i/bg-christianCampHighRoadNightSky.jpg') center top repeat-x;
	z-index:2;
}

nav {
	position: absolute;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 1.5em;
	width:	100%;
	padding-top: 4px;

}



.body {
	background: #12438b url('i/bg-blueTransition.jpg') center top repeat-x;
	width: 63em;
	position:  relative;
	padding: 0 3em;
	margin: 0 auto;
	z-index:1;
}

.body p {
	position: relative;
	padding: 0 0 1.2em 0;
	display: block;
}

.body h3 + p {
	display: inline;
}

.body h1, .body h2 {
	position: relative;
	padding-top: 10px;
	display: block;
}

 .body h3 {
	display: inline;
}

.body p:first-child {
	padding: 1.5em 0 0 0;
}

.body p:last-child {
	padding: 0;
}

footer {
	margin: 0 auto;
	width:  69em;
	overflow: hidden;
}

footer p {
	text-align: center;
	margin: 0;
}
img.centered, .aligncenter, div.aligncenter {
	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;
	}/* Page Elements
------------------------------------ */

header h1 {
	position: relative;
	display: block;
	width: 700px;
	height: 185px;
	text-indent: -9999%;
	background: url('i/campHighRoad-ChristianAdventureCamp.jpg');
	margin: 0 auto;
}

.headlines {
	border: 1px solid #2887d2;
	background: #0B1E2D;
	color: #fff;
	width: 98%;
	display: block;
	padding: 1%;
	margin-top: 10px;
}	

section.headlines p, section.headlines p:last-child {
    padding: 1em 0 0 0;
}

section.headlines h3, section.headlines h3 + p {
    display:block;
}

#lakeField {
	width: 100%;
	height: auto;
}

#americanCampAssociationAccredited {
	display: block;
	background: url('i/americanCampAssociationAccredited.png') no-repeat;
	width: 157px;
	height: 100px;
	text-indent: -9999px;
	float: left;
}

#unitedMethodistChurch {
	display: block;
	background: url('i/unitedMethodistChurch.png') no-repeat;
	width: 157px;
	height: 100px;
	text-indent: -9999px;
	float: right;
}

/* Navigation Bar
------------------------------------ */
#dropmenu, #dropmenu ul 
{margin:0px;padding:0px; list-style-type:none; list-style-position:outside; position:relative;
line-height:1.5em; width:100%; font-weight:bold;
font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;} 

#dropmenu a {display:block; color:#fff; text-decoration:none;} 

#dropmenu a:hover, #dropmenu a:active {background: rgb(60,120,200); vertical-align:bottom;} 

#dropmenu li {float:left; position:relative; color:#fff; border-right:1px solid #c8c8c8;
cursor:pointer;} 

#dropmenu li:hover {background: rgb(60,120,200);} 

#dropmenu li.page_item{padding-left:5px;padding-right:5px;}

#dropmenu ul.children li.page_item{padding-left:0px;padding-right:0px;}

#dropmenu ul {position:absolute; display:none; width:14em; top:1.4em; left:-1px;
	border-bottom:1px solid #3C78C8;font-weight:lighter;} 

#dropmenu li ul {border-top:1px solid #c8c8c8; width:14em;border-left:1px solid #C8C8C8;
	padding: 0px 0px 0px 0px;} 

#dropmenu li ul a {width:14em; height:auto; float:left;  border-bottom:1px solid #c8c8c8;} 

#dropmenu ul ul {top:auto;} 

#dropmenu li ul ul {left:12em; margin:0px 0 0 0px;} 

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;
	background: url('i/bg-transparentBlack.png');
	background: rgb(18,67,139);
	background: rgba(18,67,139,0.9);
	filter:alpha(opacity=90);
        -moz-opacity:0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
} 

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;
	background: url('i/bg-transparentBlack.png');
	background: rgb(18,67,139);
	background: rgba(18,67,139,0.9);
	filter:alpha(opacity=90);
        -moz-opacity:0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
} 


#dropmeu a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
}


#dropmenu {
	margin: 0px 35px;
}


/* Microformats
----------------------- */

.type {
	position: absolute;
	text-indent: -9999px;
	width: 0;
	height: 0;
}

/* Plugins
----------------------- */


.ngg-album {
display: block;
margin: 15px 0 0 0;
width: 200px;
float: left; 
}

.newsfeed_big
{
font-size:130%;
}

.newsfeed_small
{
font-size:105%;
margin-bottom:12px;
}

#wp-calendar
{
width:95%;
border:1px solid white;
border-spacing:1px;
background-color: #50729F;
float:right;
}

#wp-calendar tr td
{
background-color:#2C5197;
}

#wp-calendar tbody tr td, #wp-calendar tfoot, #wp-calendar thead
{
border:1px solid  #26466D;
}

/*Comments
---------------------*/

.nocomments{
visibility:hidden;
}

/*
Sitemap
---------------------*/
#sitemap li
{
font-weight:bold;
}
#sitemap ul.children
{
margin-left:10px;
}
#sitemap ul.children li
{
font-weight:normal;
}
