/*
	Main Stylesheet
	NCWoodlands.org
		
*/


html {
	height: 100%;
}

body {
	background-color: #452;
	font-family: 'Helvetica', 'Verdana', sans-serif;
	font-size: 16px;
	height: 100%;
}

body, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	margin: 0;
	padding: 0;
}

#Content {
	background: url(/.style/bark.png) top left repeat-y;
	color: #fd9;
	line-height: 1.75em;
	margin: 0 auto;
	min-height: 100%;
	padding: 4em 8em;
	position: relative;
	width: 32em;
	z-index: 2;
}

#BackgroundImage {
	height: 150%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}




/*** Body Text ************************************************************************************/


h1, h2, h3 {
	color: #fb3;
	font-weight: normal;
}

h1 {
	font-size: 2.5em; /*40px; /*2.4em;*/
	line-height: 1.4em; /*48px;*/
	margin-top: 1.4em;
	margin-bottom: .4em; /*16px;*/
}

h2 {
	font-size: 1.67em; /*1.6em;*/
	line-height: 1.04em;
	margin-bottom: .52em;
}

p {
	margin-bottom: 1.75em;
}

cite {
	font-style: italic;
}




/*** Lists ****************************************************************************************/

ol,
ul {
	padding: 0 3.5em;
	margin-bottom: 1.75em;
}

p + ol,
p + ul {
	margin-top: -1.75em;
}

dt {
	color: #fb3;
	font-weight: bold;
}

dd {
	line-height: normal;
	margin-bottom: 1em;
}



	/*** Membership Categories List ***/
	dl.membership-categories dt {
		float: left;
	}
	
	dl.membership-categories dt.amount {
		float: none;
		text-align: right;
	}
	
	dl.membership-categories dd {
		clear: both;
		margin-bottom: 1em;
	}
	
	
	
	/*** Officers List ***/
	.officersList {
		float: left;
		margin-bottom: 3em;
		text-align: center;
		width: 12em;
		
		/*-moz-column-count: 3;
		-moz-column-gap: 2em;
		
		-webkit-column-count: 3;
		-webkit-column-gap: 2em;
		
		column-count: 3;
		column-gap: 2em;*/
	}
	
	.officersList + .officersList {
		margin-left: 2em;
	}
	
	.officersList .hometown {
		display: block;
		font-size: 75%;
		line-height: 20px;
	}
	
	
	
	body.people #Content {
		padding: 4em;
		width: 40em;
	}
	
	body.people #Content h1 {
		border-bottom: 1px solid #fb3;
		text-align: center;
		clear: both;
	}
	
	
	
	/*** Board of Directors List ***/
	/*.directorsEastern,
	.directorsCentral,
	.directorsWestern {
		float: right;
		margin-left: 1.6em;
		text-align: center;
		width: 9.6em;
	}
	
	.directorsWestern {
		margin-left: 0;
	}*/




/*** Links ****************************************************************************************/

a {
	color: #6af;
	text-decoration: none;
}

a:visited {
	color: #caf;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}


	/** Navigation List **/
	.navigation {
		line-height: normal;
		list-style: none;
		padding: 0;
	}
	
	.navigation a {
		color: #fd9;
	}
	
	.navigation a img {
		opacity: .75;
	}
	
	.navigation a:hover {
		color: #fb3;
		text-decoration: none;
	}
	
	.navigation a:hover img {
		opacity: 1;
	}
	
	p + .navigation {
		margin-top: 0;
	}
	
	
	/** "Learn More" links with logos **/
	.learn-more li {
		float: left;
		height: 12em;
		margin: 0 2em;
		text-align: center;
		width: 12em;
	}
	
	.learn-more li.wide {
		clear: left;
		margin: 0;
		width: 100%;
	}
	
	.learn-more li img {
		display: block;
		margin: 0 auto;
		padding-bottom: .5em;
	}




/*** Body Images **********************************************************************************/


img.figure {
	background-color: #fd9;
	border: 2px solid #fb3;
	padding: .5em;
	display: block;
	margin: 1.8em auto;
	max-width: 100%;
}


.figureRight {
	width: 66.67%;
}

.figureRight .figure {
	float: right;
	margin: 0 -50% 0 0;
	position: relative;
		right: -16.67%;
	width: 50%;
}




/*** Forms ****************************************************************************************/

form {
	line-height: normal;
}

label {
	font-size: 80%;
}

input[type='text'], textarea {
	background-color: rgba(255, 255, 255, .67);
	border: 1px solid #333;
	display: block;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
}

textarea {
	height: 8em;
}


#ContactForm {
	position: absolute;
	right: 6em;
	top: 12em;
	width: 14em;
}

#ContactForm input[type='submit']{
	float: right;
}

body.contact #Content p			{padding-right: 16em;}
body.contact #ContactForm p,
body.contact #PageFooter p		{padding-right: 0}




/*** Page Header **********************************************************************************/

#PageHeader {
	background-image: url(/.style/header.png);
	background-repeat: repeat-x;
	border-bottom: 0px solid #ccc;
	height: 56px;
	padding: 8px 0;
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 5;
}

#PageHeader img {
	float: left;
	height: 100%;
	padding: 0 8px;
}

#PageHeader h1,
#PageHeader h2 {
	color: #000;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

#PageHeader h1 {
	font-size: 38px; /*2.4em;*/
	line-height: 42px;
}

#PageHeader h2 {
	font-size: 12px; /*.75em;*/
	line-height: 14px;
}

#PageHeader .navigation {
	margin: 0;
	position: absolute;
		top: 0;
		right: .5em;
}

#PageHeader .navigation li {
	display: inline;
	height: 100%;
	line-height: 72px;
}

#PageHeader .navigation a {
	border-bottom: 8px solid transparent;
	color: #333;
	display: block;
	float: left;
	height: 64px;
	line-height: 108px;
	overflow: hidden;
	padding: 0 .6em;
	text-align: center;
	text-decoration: none;
}

#PageHeader .navigation a:hover {
	background-image: url(/.style/header_gold.png);
	/*border-bottom-color: #fff;*/
	color: #000;
}

body.about   #PageHeader .navigation a.about,
body.rights  #PageHeader .navigation a.rights,
body.people  #PageHeader .navigation a.people,
body.review  #PageHeader .navigation a.review,
body.join    #PageHeader .navigation a.join,
body.contact #PageHeader .navigation a.contact
{
	background-image: url(/.style/header_gold.png);
	color: #000;
	font-weight: bold;
}

body.about   #PageHeader .navigation:hover a.about,
body.rights  #PageHeader .navigation:hover a.rights,
body.people  #PageHeader .navigation:hover a.people,
body.review  #PageHeader .navigation:hover a.review,
body.join    #PageHeader .navigation:hover a.join,
body.contact #PageHeader .navigation:hover a.contact
{
	background-image: none;
	color: #333;
}

body.about   #PageHeader .navigation:hover a.about:hover,
body.rights  #PageHeader .navigation:hover a.rights:hover,
body.people  #PageHeader .navigation:hover a.people:hover,
body.review  #PageHeader .navigation:hover a.review:hover,
body.join    #PageHeader .navigation:hover a.join:hover,
body.contact #PageHeader .navigation:hover a.contact:hover
{
	background-image: url(/.style/header_gold.png);
	color: #000;
}




/*** Page Footer **********************************************************************************/

#PageFooter {
	clear: both;
	padding: 4em 2em 0 2em;
	text-align: center;
}

#PageFooter p {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 1em;
}