/**
 * Copyright 2009 iMarc LLC  http://www.imarc.net
 */

 
/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*
/*  1.  Browser resets
/*  2.  Main elements
/*  3.  Headers
/*  4.  Content holders
/*  5.  Links and hr
/*  6.  Images
/*  7.  Lists
/*  8.  Form elements
/*  9.  Grouping elements
/*  10. Tables
/*
/* --------------------------------------------------------------------- */   

 
 
/* --------------------------------------------------------------------- */
/* Browser resets
/* --------------------------------------------------------------------- */ 

body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
   margin: 0;
   padding: 0;
   line-height: 1.6;
}


#footer:after,
body.photos #torso ul:after,
div.details:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}



/* --------------------------------------------------------------------- */
/* Main elements
/* --------------------------------------------------------------------- */

html {
	background-color: #909aac;
	background-image: url(/sup/img/site/html.gif);
	background-repeat: repeat-x;
	font-size: 62.5%;
}

body {
	background-image: url(/sup/img/site/body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 974px;
	font-size: 1.4em;
}

body, input.text, input.password, textarea, select {
	font-family: Arial, Hevetica, sans-serif;
}



/* --------------------------------------------------------------------- */
/* Headers
/* --------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;	
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 0.8em;
	line-height: 100%;
	color: #555;
}

h1 {
	font-size: 1.9em;
	margin-top: 0.5em;
	border-bottom: 1px solid #ddd;
	margin-left: -2px;
	margin-bottom: 0.6em;
	padding-left: 2px;
	padding-bottom: 3px;
}

h2 {
	margin-top: 1.1em;
	font-size: 1.5em;
	color: #997255;
}

h3 {
	margin-top: 1.1em;
	font-size: 1.3em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;   
}

h6 {
	font-size: 1.2em;      
}



/* --------------------------------------------------------------------- */
/* Content holders
/* --------------------------------------------------------------------- */

div {

}

p, pre, blockquote {
	margin: 1.0em 0;  
}



pre, code {
	background-color: #f8f8f8;
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
}    

pre {
	white-space: pre;
	overflow: auto;
	padding: 1em;
	border: 1px solid #ccc;
	display: block;
}

code {
	padding: 0.2em;
}   

blockquote {
	background-color: #f8f8f8;
	padding: 1em;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}



/* --------------------------------------------------------------------- */
/* Links and hr
/* --------------------------------------------------------------------- */

a {
	
} 

a:link {
	color: #5e91bc;
}

a:visited {
	color: #5e91bc;
}

a:active {
	color: #5e91bc;
}

a:hover {
	color: #00417d;
}


hr {
	height: 1px;
	border: none;
	margin-top: 1em;
	color: #ccc;
	background-color: #ccc;
}



/* --------------------------------------------------------------------- */
/* Images
/* --------------------------------------------------------------------- */

img {
	border: none;
}


/* --------------------------------------------------------------------- */
/* Lists
/* --------------------------------------------------------------------- */

ul, ol {
	margin: 1em 0;
}

ul li {
	margin-left: 2em;
}

ol li {
	margin-left: 2.6em;
}



/* --------------------------------------------------------------------- */
/* Form elements
/* --------------------------------------------------------------------- */

form {
	margin: 1em 0;
}

input.text,
input.password {  
	font-size: 1em;
	border: 1px solid #999;
	color: #333;
}

input.checkbox,
input.radio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

textarea {              
	font-size: 1em;
	border: 1px solid #999;
	color: #333;
}



/* --------------------------------------------------------------------- */
/* Grouping elements
/* --------------------------------------------------------------------- */

fieldset {
	border: 1px solid #ddd;
	padding: 0 1em;
	margin: 1em 0;  
}

legend {
	padding: 0 0.5em;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 100%;
	color: #555;
}



/* --------------------------------------------------------------------- */
/* Tables
/* --------------------------------------------------------------------- */

table {
	width: 100%;
	border: 1px solid #eee;
	margin: 1.0em 0; 
	border-collapse: collapse;
}                     

	caption {
		background-color: #ededed;
		font-size: 1.2em;
		text-transform: uppercase;
		font-family: Georgia, "Times New Roman", serif;   
		margin-top: 1.0em;   
	}
	
	td, th {
		padding: 0.1em 0.4em;
		border: 1px solid #eee;
		vertical-align: top;
		text-align: left;
	}
	
	th {
		background-color: #777;
		color: #fff;
		border-left-color: #666;
		border-right-color: #666;
		border-top-color: #666;	
	}
	
	tr.odd {
		background-color: #f9f9f9;	
	}


/* --------------------------------------------------------------------- */
/* Typography
/* --------------------------------------------------------------------- */

.sm_highlight {
	color: #bc602e;
	font-size: 0.9em;	
}

.highlight {
	color: #bc602e;	
}

.footnote {
	color: #999;
	font-size: 0.9em;	
}
	

/* --------------------------------------------------------------------- */
/* Header/Footer
/* --------------------------------------------------------------------- */

#header,
#torso,
#footer {
	width: 934px;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	height: 51px;
	background-image: url(/sup/img/site/header.jpg);
	position: relative;
}
	#contact_info {
		position: absolute;
		right: 20px;
		top: 10px;
		color: #dce9e7;
	}
		#contact_info em {
			font-style: normal;
			color: #fff;	
		}
		
		#contact_info a {
			color: #fff;	
		}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
	#nav li {
		margin: 0;
		padding: 0;
		display: block;
		background-position: top left;
	}
	
	#nav li a {
		text-indent: -10000px;
		overflow: hidden;
		display: block;
		width: 194px;
		height: 38px;	
	}
		#nav li.active a {
			background-position: 0px -38px;	
		}
	
		#nav li.about a    { background-image: url(/sup/img/site/nav/about.gif); }
		#nav li.rates a    { background-image: url(/sup/img/site/nav/rates.gif); }
		#nav li.camp_map a { background-image: url(/sup/img/site/nav/camp_map.gif); }
		#nav li.photos a   { background-image: url(/sup/img/site/nav/photos.gif); }
		#nav li.faq a      { background-image: url(/sup/img/site/nav/faq.gif); }
		#nav li.reserve a  { background-image: url(/sup/img/site/nav/reserve.gif); }
		#nav li.contact a  { background-image: url(/sup/img/site/nav/contact.gif); }
		#nav li.the_area a { background-image: url(/sup/img/site/nav/the_area.gif); }

#banner {
	position: absolute;
	top: 0;
	left: 34px;
	height: 538px;
	width: 194px;	
	background-image: url(/sup/img/site/banner.jpg);
	z-index: 10;
}

#logo {
	width: 194px;
	height: 183px;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	background-image: url(/sup/img/site/logo.gif);	
}

#torso {
	min-height: 600px;
	background-image: url(/sup/img/site/torso.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 1px;
	padding-left: 255px;
	width: 682px;
	padding-right: 37px;
	padding-bottom: 21px;
}
	#torso a {
		text-decoration: none;
		font-weight: bold;
	}

#non_footer {
	margin: 0 auto;
	width: 974px;
	background-image: url(/sup/img/site/non_footer.gif);
	background-repeat: repeat-y;
}

#footer {
	background-image: url(/sup/img/site/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #909aac;
	padding: 35px 20px 20px;
	color: #e8ebf0;	
}
	#footer h2 {
		margin-top: 0;
		color: #fff;
		border-bottom: none;
		padding: 0;
	}
	#footer a {
		color: #fff;	
	}
	
	#footer .copyright {
		width: 223px;
		float: left;
		padding-top: 0.3em;
		padding-left: 12px;
		color: #cfd3db;
		font-size: 0.9em;	
	}
	#footer .about {
		width: 302px;
		float: left;
		padding-right: 47px;	
	}
	#footer .contact_us {
		width: 305px;
		float: left;
		padding-left: 10px;
		padding-right: 35px;	
	}
		#footer .contact_us dt {
			float: left;
			font-weight: bold;
			padding-right: 0.5em;	
		}
		

.error {
	background-color: #ffece1;
	color: #8c4017;
	padding: 0.35em 0.7em 0.3em;
	margin: 1em 0;	
}
	.error p {
		margin: 0.2em 0 0.5em 0;	
	}
	.error ul {
		margin: 0.4em 0;	
	}

.success {
	background-color: #efffe1;
	color: #4d8c16;
	padding: 0.35em 0.7em 0.3em;	
}


img.justified_right {
	margin: 0 0 1em 1em;
	border: 6px solid #f3f3f3;	
}


body.homepage #torso {
	background-image: url(/sup/img/site/torso_homepage.jpg);	
}

div.spread {
	position: relative;
	margin-left: -235px;
	margin-right: -20px;
	z-index: 5;
	height: 253px;
	margin-bottom: 30px;
}
	div.spread h1 {
		position: absolute;
		color: #fff;
		padding-left: 230px;
		margin-top: 0.3em;
		font-size: 1.7em;
		border-bottom: 0;
		z-index: 20;	
	}
	
img.maine_map {
	float: right;
	margin-right: 9px;
	margin-left: 30px;	
}

p.intro {
	font-size: 1.1em;
	line-height: 1.45;	
}

body.homepage h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.3em;
}

	body.homepage div.callout {
		width: 302px;
		padding-right: 47px;
		float: left;	
	}

	body.homepage div.next_steps {
		width: 313px;
		padding: 0 0 0 10px;
		float: left;	
	}
	
	body.homepage div.next_steps ul {
		list-style-type: none;
		margin: 12px 0 0 0;
		padding: 0;	
	}
		body.homepage div.next_steps ul li {
			margin: 0 0 8px 0;
			padding: 0 0 0 48px;	
			background-position: left center;
			background-repeat: no-repeat;
		}
			body.homepage div.next_steps ul li.availability {
				background-image: url(/sup/img/site/icons/calendar.gif);	
			}
			body.homepage div.next_steps ul li.area {
				background-image: url(/sup/img/site/icons/map.gif);	
			}
			body.homepage div.next_steps ul li.contact {
				background-image: url(/sup/img/site/icons/envelope.gif);	
			}


body.photos #torso ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
	body.photos #torso ul li {
		margin: 0 0 10px 15px;
		display: block; 
		float: left;
		padding: 7px;
		background-color: #f3f3f3; 
		width: 200px;
		font-size: 0.85em;
		font-style: italic;	
	}
	
	body.photos #torso ul li.first_of_three {
		clear: left;
		margin-left: 0;	
	}
	
	body.photos #torso ul li a {
		display: block;		
	}
		body.photos #torso ul li img {
			display: block;	
		}


div.rates table {
	margin-bottom: 0.2em;	
}

	div.rates table td {
		width: 33%;	
	}

	div.rates th em,
	div.rates th i {
		color: #dd8352;	
	}


body.faq #torso ul {
	margin: 2em 0 2.5em 0;	
}

body.camp_map img {
	margin-top: 2em;	
}

body.contact form {
	float: right;
	width: 400px;
	margin: 0.2em 0 1em 1em;
	padding: 0 1em;
	background-color: #f3f3f3;	
}
	body.contact form h3 {
		margin-top: 0.75em;	
	}
	
	body.contact form label {
		display: block;	
	}
		body.contact form label em,
		body.contact form span.key em {
			color: #c00;	
		}
	
	body.contact form input.text {
		width: 99%;	
	}
	
	body.contact form textarea {
		width: 99%;	
	}
	
	body.contact form span.key {
		font-size: 0.9em;
		color: #888;	
	}
		body.contact form span.key em {
			padding-left: 1.5em;	
		}