/**
Client:			Battle of Cheriton Project
Date:				May/June 2008
Created by:		Gencon
**/


/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/

.clear {
	clear:both;
	margin:0;
	line-height:1%;
	padding:0;
	font-size:0.1em;
	display:block;
	height:1%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;

}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

.right {
	float:right;
}

.left {
	float:left;
}

/** **/

/** STRUCTURE **/

html { height: 100%; margin-bottom: 1px;} /* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */

body {
	margin:8px auto;
	font-family: "Trebuchet MS";
	color: #000000;
	background:#000000 url(/images/bg-body.jpg) no-repeat top center;
	font-size:100%;
  line-height:1.125em;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

* html body * { /* fix the ie5+ italics float bug */
	overflow:visible;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

* html .head, * html .prime, * html .container, * html .foot { /* for ie5.5 / 6.0 - realign the text */
	text-align:left;
}

.head, .prime, .container, .foot {
	margin:0 auto;
	width:960px;
	clear:both;
}

.container {
	position:relative;
	border:5px solid #ffffff;
}

.head {
	background:#231f20 url(/images/bg-head.gif) repeat-x top left;
	height:94px;
	position:relative;
}

.prime {
	background:#4d4d4d url(/images/bg-prime.gif) no-repeat bottom left;
	min-height:1em;
}

.content {
	position:relative;
	width:960px;
}

.content_col1 {
	width:539px;
	float:left;
	margin:0 0 0 8px;
	display:inline;
}

.content_col2 {
	width:165px;
	float:left;
	background:url(/images/bg-content_col2.jpg) no-repeat top left;
	padding:110px 0 0 0;
}

.cta_column {
	width:240px;
	float:right;
	display:inline;
	background:url(/images/bg-cta_column.jpg) no-repeat top left;
	padding:183px 0 0 0;
}

.content_col1, .content_col2, .cta_column {
	margin-bottom:6px;
}

.foot {
	margin:0 auto;
	border-style:solid;
	border-width:0px 1px 3px 1px;
	border-color:#fff;
	width:968px;
	position:relative;
}

/** **/

/** HEAD **/

.logo {
	float:left;
	display:inline;
}

.slogan {
	float:right;
	margin-right:10px;
	display:inline;
}

/** PRIMARY NAVIGATION **/

.prime ul {
	margin-left:28px;
}

.prime ul li {
	display: inline;
	float: left;
	margin:0;
	padding:0;
	font-size:0.65em;
	text-transform:uppercase;
	font-weight:bold;
	padding:0em 8px 0.2em 8px;
	border-right:1px solid #a6a6a6;
}

.prime ul li a {
	height:2em;
	color:#fff;
	padding:0.5em 2px 0 2px;
	display:block;
	float:left;
	line-height:1.4em;
}

.prime ul li a:hover, .prime ul li a.activelink {
	color:#ed1b26;
}

.prime ul li a.activelink {
	font-weight:bold;
	background:#ed1b26;
	color:#fff;
}

.prime ul li#nav1_3 a.activelink {
	background:#737567;
}

.prime ul li#nav1_4 a.activelink {
	background:#e08d17;
}

.prime ul li#nav1_5 a.activelink {
	background:#65889e;
}

/** **/

/** SECONDARY NAVIGATION **/

.content .content_col2 ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.95em;
	font-weight:bold;
}

.content .content_col2 ul li {
	margin:0;
	padding:0;
}

.content .content_col2 ul li ul li {
	font-size:1.05em;
}

* html .content .content_col2 ul li {
	height:1%;
}

.content .content_col2 ul li a {
	border-bottom:1px solid #9c9891;
	line-height:normal;
	padding:0.5em 14px;
	margin:0;
	display:block;
}

.content .content_col2 ul li ul li a {
	padding:0.5em 20px;
}

.content .content_col2 ul li a.activelink {
	background:#EC1C24;
}

.content .content_col2 ul li a:hover.activelink {
	color:#fff;
}

body#project_zone .content .content_col2 ul li a.activelink {
	background-color:#747668;
}

body#learning_zone .content_col2 ul li a.activelink {
	background-color:#E08D18;
}

body#resource_zone .content_col2 ul li a.activelink, body#downloads .content_col2 ul li a.activelink, body#gallery .content_col2 ul li a.activelink, body#links .content_col2 ul li a.activelink {
	background-color:#65889E;
}


/** CTA COLUMN NAVIGATION **/

.content .cta_column ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.95em;
	font-weight:bold;
}

.content .cta_column  ul li {
	margin:0;
	padding:0;
}

.content .cta_column  ul li a {
	border-bottom:1px solid #9c9891;
	line-height:normal;
	padding:0.5em 14px;
	margin:0;
	display:block;
}

/** **/

/** FOOTER NAVIGATION **/

.foot ul {
	float:left;
	padding-right:12px;
	width:95px;
	line-height:normal;
}

.foot .section.legal ul {
	width:150px;
}


.foot ul li {
	line-height:1.3em;
	font-weight:normal;
	font-size:0.7em;
}

.foot ul li a {
	color:#c9c8c7;
}

.foot ul li a:hover {
	color:#ed1b24;
}

.foot .section h3 {
	font-size:0.7em;
	margin:0.7em 0 0.1em 0;
	border:none;
	padding:0;
	color:#ffffff;
	line-height:1em;
}

body#project_zone .foot .section.project_zone h3, body#project_zone .foot .section.project_zone li, body#project_zone .foot .section.project_zone a {
	color:#747668;
}

body#learning_zone .foot .section.learning_zone h3, body#learning_zone .foot .section.learning_zone li, body#learning_zone .foot .section.learning_zone a {
	color:#E08D18;
}

body#resource_zone .foot .section.resource_zone h3, body#resource_zone .foot .section.resource_zone li, body#resource_zone .foot .section.resource_zone a {
	color:#65889E;
}
body#downloads .foot .section.resource_zone h3, body#downloads .foot .section.resource_zone li, body#downloads .foot .section.resource_zone a {
	color:#65889E;
}
body#gallery .foot .section.resource_zone h3, body#gallery .foot .section.resource_zone li, body#gallery .foot .section.resource_zone a {
	color:#65889E;
}
body#links .foot .section.resource_zone h3, body#links .foot .section.resource_zone li, body#links .foot .section.resource_zone a {
	color:#65889E;
}

body#project_zone .foot .section a:hover, body#learning_zone .foot .section a:hover, body#resource_zone .foot .section a:hover, body#downloads .foot .section a:hover, body#gallery .foot .section a:hover, body#links .foot .section a:hover {
	color:#EC1C24;
}

.foot .section {
	float:left;
	border-right:1px solid #ffffff;
	padding:0 12px;
	min-height:13em;
	height:auto !important;
	height:13em;
	width:216px;
}

.foot .section.resource_zone {
	border:none;
	width:217px;
}

.foot .section.legal {
	width:220px;
	border:none;
	float:right;
	border-left:1px solid #ffffff;
}

.foot .section.legal h3 {
	font-size:0.6em;
}

/** **/


/** GENERIC STYLES **/

h1, h2, h3 {
	color:#000000;
	font-size:1em;
	padding:0.5em 0 0.2em 0;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
	line-height:normal;
}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:0.95em;

}

p, li, address {
	margin:0.5em 0;
	line-height:1.4em;
	font-size:0.7em;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#ed1b26;
}

.content ul {
	list-style: disc;
	padding:0.5em 0 0 1.5em;
}

.content ol {
	list-style: decimal;
	padding:0.5em 0 0 1.5em;
}

/* notes */

.note_info {
	border: 1px solid #ffffff;
	padding:0.2em;
	clear:both;
	text-align:center;
	width:18em;
	margin-left:210px;
}

.note_warning {
	background-color: #ffffff;
	border: 1px solid #ed1b26;
	color: #ed1b26;
	font-weight: bold;
	padding: 4px;
	text-align:center;
}

/* */

/* Caption images */

.caption_image {
	margin:0;
	padding:0;
	text-align: left;
}

.caption_image.right {
	margin:0 0 13px 13px;
}

.caption_image.left {
	margin:0 13px 13px 0;
}

.content_one .caption_image.left, .content_one .caption_image.right {
	float:none;
	margin:0;
}

.caption_image p {
	padding:0;
	margin:0.2em 0 0 0;
	color:#000;
	font-weight:bold;
}

/* */

/** **/

/** STYLES AND STRUCTURE FOR SPECIFIC AREAS / SECTIONS **/

/* Sub page generic stuff */

.topbar {
	background:url(/images/bg-topbar.png) no-repeat top left;
	height:8px;
	width:960px;
	position:absolute;
	top:0;
	left:0;
}

* html .topbar {
	background:url(/images/bg-topbar.gif) no-repeat top left;
}

.content_head {
	background:#747668;
	padding:10px 0;
	margin:0 0 6px 0;
}

.content_head h1 {
	font-size:1.4em;
	font-weight:bold;
	line-height:normal;
	color:#fff;
	text-transform:uppercase;
}

.content_copy {
	background:#fff;
	padding:0 8px 20px 8px;
	min-height:350px;
	height:auto !important;
	height:350px;	
}

.content_copy p {
	padding-right:20px;
	font-size:0.75em;
}

.content .cta_column  p {
	line-height:normal;
	padding:0.5em 14px;
	margin:0;
	color:#fff;
	border-bottom:1px solid #9c9891;
}

.content .cta_column h2 {
	color:#fff;
	font-size:0.8em;
	padding:0.5em 16px;
	margin:0.5em 0;
	border-top:1px solid #9c9891;
	border-bottom:1px solid #9c9891;
}

.content_copy a {
	color:#ed1b26;
}

.content_copy a:hover {
	color:#ed1b26;
	text-decoration:underline;
}

.content_copy hr {
	clear:both;
	border-style:solid none none none;
	border-width:2px;
	border-color:#333333;
	margin:0;
	padding:0;
	height:2px;
}


.content_copy h2 {
	border-bottom:2px solid #333333;
	margin-bottom:0.5em;
}

/* Home page */

#home .content {
	width:960px;
}

#home .lead_article {
	margin:0;
	width:960px;
	min-height:250px;
	height:auto !important;
	height:250px;
}

#home .lead_article_copy {
	padding:0 11px;
	float:left;
	min-height:250px;
	height:auto !important;
	height:250px;
}

#home .lead_article_copy h1, #home .lead_article_copy p  {
	margin:24px 40px 0 30px;
	width:340px;
	float:left;
	display:inline;
}

#home .lead_article_copy p {
	font-size:0.85em;
	font-weight:bold;
}

#home .lead_article div.clear {
	height:7px;
	background:url(/images/bg-botbar.png) no-repeat bottom left;
}

* html #home .lead_article div.clear {
	background:url(/images/bg-botbar.gif) no-repeat bottom left;
}

#home .content .section {
	width:316px;
	float:left;
	border-top:5px solid #fff;
	position:relative;
	min-height:175px;
	height:auto !important;
	height:175px;
}

#home .content .section div {
	position:absolute;
	bottom:0;
	left:0;
}

#home .content .section div p {
	background:#000;
	margin:0;
	padding:4px 10px;
	font-size:0.6em;
	width:210px;
}

#home .content .section.learning_zone p {
	width:210px;
}

#home .content .section.resources_zone p {
	width:160px;
}

#home .content .section.learning_zone {
	border-width:5px;
	border-style:solid solid none solid;
	border-color:#fff;
	width:318px;
}

#home .content .section.project_zone h2, #home .content .section.learning_zone h2,#home .content .section.resources_zone h2 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
}

#home .content .section h2 a {
	display: block;
	height:42px;
	width:291px;
}

#home .content .section.project_zone h2 {
	background:url(/images/bg-h1-project-zone.gif) no-repeat top left;
	width:388px;
}

#home .content .section.learning_zone h2 {
	background:url(/images/bg-h1-learning-zone.gif) no-repeat top left;
	width:291px;
}

#home .content .section.resources_zone h2 {
	background:url(/images/bg-h1-resources-zone.gif) no-repeat top left;
	width:291px;
}

/* */


/* Project Zone */

body#project_zone {
	background:#000000 url(/images/bg-body_project_zone.jpg) no-repeat top center;
}

body#project_zone .content_head h1 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
	background:url(/images/bg-h1-project-zone.gif) no-repeat top left;
}

body#project_zone .content_head {
	background:#747668;
}

body#project_zone h2, body#project_zone .content_copy hr {
	border-color:#747668;
}

/* */

/* Learning Zone */

body#learning_zone {
	background:#000000 url(/images/bg-body_learning_zone.jpg) no-repeat top center;
}

body#learning_zone .content_col2 {
	background-image:url(/images/bg-content_col2_learning_zone.jpg);
}

body#learning_zone .cta_column {
	background-image:url(/images/bg-cta_column_learning_zone.jpg);
}

body#learning_zone .content_head h1 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
	background:url(/images/bg-h1-learning-zone.gif) no-repeat top left;
}

body#learning_zone .content_head {
	background:#E08D18;
}

body#learning_zone h2,body#learning_zone .content_copy hr {
	border-color:#E08D18;
}

/* */

/* Resources Zone */

body#resource_zone {
	background:#000000 url(/images/bg-body_resources_zone.jpg) no-repeat top center;
}

body#resource_zone .content_col2, body#downloads .content_col2, body#gallery .content_col2, body#links .content_col2 {
	background-image:url(/images/bg-content_col2_resources_zone.jpg);
}

body#resource_zone .cta_column, body#downloads .cta_column, body#gallery .cta_column, body#links .cta_column  {
	background-image:url(/images/bg-cta_column_resources_zone.jpg);
}

body#resource_zone .content_head h1, body#downloads .content_head h1, body#gallery .content_head h1, body#links .content_head h1 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
	background:url(/images/bg-h1-resources-zone.gif) no-repeat top left;
}

body#resource_zone .content_head, body#downloads .content_head, body#gallery .content_head, body#links .content_head {
	background:#65889E;
}

body#resource_zone h2, body#resource_zone .content_copy hr, body#downloads h2, body#downloads.content_copy hr, body#gallery h2, body#gallery .content_copy hr, body#links h2, body#links .content_copy hr {
	border-color:#65889E;
}

/* */

/* Contact Us */

body#contact_us .content_head h1 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
	background:url(/images/bg-h1-contact_us.gif) no-repeat top left;
}

/* */

/* Terms & Conditions */

body#terms_and_conditions .content_head h1 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
	background:url(/images/bg-h1-terms.gif) no-repeat top left;
}

/* */

/* Privacy Policy */

body#privacy_policy .content_head h1 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
	background:url(/images/bg-h1-privacy.gif) no-repeat top left;
}

/* */

/* Site Credits */

body#site_credits .content_head h1 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
	background:url(/images/bg-h1-site-credits.gif) no-repeat top left;
}

/* */

/* Login */

body#login .content_head h1 {
	height:42px;
	font-size:0%;
	line-height:300px;
	overflow:hidden;
	padding:0;
	background:url(/images/bg-h1-login.gif) no-repeat top left;
}

/* */

 /* Gallery */

#gallery h1 {
	background:#000 url(/images/bg-h1-gallery.jpg) no-repeat top left;
	height:135px;
	font-size:0;
	line-height:600px;
	overflow:hidden;
	border:none;
}

#gallery #gallery_main_image  {
	width:418px;
	height:390px;
	padding:0;
	float:left;
}

#gallery #gallery_image_set, #gallery .thumb_holder {
	float:left;
	width:85px;
	text-align:center;
	margin:0 0 0 8px;
	padding:0;
}

#gallery p.nextImageId  {
	float:right;
}

#gallery p.previousImageId  {
	float:left;
}

#gallery .thumb {
	margin-bottom:4px;
}

#gallery_image_set p, #gallery_main_image p {
	margin:0;
	padding:0;
	font-size:0.7em;
}


/* large image */

* html #surround { /* as ie6 won't play ball and position the gallery image centered to the page, we'll stuff it into the content area and be done with it - ie6, please die soon */
	position:relative;
	z-index:3;
}

#gallery_large_image a:hover {
	text-decoration:none;
}

#gallery_large_image .holder {
	width:740px;
	margin:90px auto;
	background:url(/images/gallery_large_background.png);
	position:relative;
}

#gallery_large_image .holder .large_image {
	margin:20px 0;
	border:10px solid #fff;
}

#gallery_large_image .nav {
	background:url(/images/gallery_large_background.png);
	width:30px;
	position:absolute;
	top:0;
	height:100%;
	font-size:0.6em;
	font-weight:bold;
}

#gallery_large_image .nav.left {
	border-right:1px solid #666;
	left:0;
}

#gallery_large_image .nav.right {
	border-left:1px solid #666;
	right:0;
}

#gallery_large_image .nav p {
	position:absolute;
	top:40%;
	color:#666;
}

* html #gallery_large_image .nav p {
	top:210px;
}

#gallery_large_image .nav.right p {
	right:5px;
}

#gallery_large_image .nav.left p {
	left:5px;
}

/* */

/** **/

/** FORMS **/

/* forms */

label {
	width:10em;
	float:left;
	font-size: 0.8em;	
}

fieldset.buttons {
	padding-left:8em;
}

.contactform label {
	float:none;
}

input {
	float:left;
}

label.radiolabel {
	width:auto;
	margin-right:10px;
}

.contactform label,.contactform  input {
	display:block;
	font-size: 0.8em;
}

input, textarea {
	margin:0 0 0.5em 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;

}

fieldset div {
	clear:both;
	margin:5px 0;
}

p.adminerror {
	padding:5px 0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#989898;
	margin-top:0;
	font-weight:bold;
}

form p.adminerror {
	font-weight:normal;
	border:none;
	margin-top:-0.5em;
}

/* */

/** **/


/** ADMIN **/

body#admin_-_call_to_action_editor .content, body#admin_-_content_editor .content, body#admin_-_gallery_editor .content, body#admin_-_gallery_image_editor .content, body#admin_-_postboard_editor .content, body#login .content {
	background:#fff;
}

.admin a {
	color:#cc0000;
	text-decoration:none;
	background:#ddd;
	padding:0.4em;
	border:1px #fff solid;
	line-height: 2em;
	font-weight:bold;
	display: inline;
}

.content_one li div.admin a {
	color:#cc0000;
	padding:0.0em;
}

.content_one li div.admin a:hover {
	color:#cc0000;
}

.admin a:hover {
	background:#ccc;
}

.caption_image .admin {
	text-align: left;
	position:absolute;
	font-size:0.85em;
}

.caption_image .admin a {
	margin:0 2px 0 0;
}

#buttons input {
	display:inline;
}

/** **/

