/* COMBINED BASE+STYLES FILE */

/* 	Copyright 2008 Paul Hansen, Ecopixel - www.ecopixel.com */

/*  base.css ------------------------------------------------------------------
	Set general styles common to most projects.
	
	VERSION: 1.0.4

	HISTORY:
	1.0.4: Added navslide
	1.0.3:	- navbread can now be ol#navcrumbs
			- nav is now navmain
			- merged reset and base for faster loads
	1.0.2: nav is now normal "text-decoration: none"
	1.0.1: Added text-decoration to navigation list.
	1.0: 2006-12-26
--------------------------------------------------------------------------- */
/*	BEGIN RESET 
	General idea from undohtml.css (CC) 2004-2005 Tantek Celik
	Also: Concepts from YUI's reset.css
	Also: http://style.cleverchimp.com/corestyle/base.html */

html,body,
h1,h2,h3,h4,h5,h6,p,blockquote,
dl,dt,dd,
table,th,td,
form,
pre,code,kbd,address,abbr,
a img,a:link img,:visited img { 
	font-weight: normal;
	font-style: normal;
	border: 0;
	margin: 0;
	padding: 0;	
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
}

/* Setting these specifically seems to create more cross-browser 
   issues than it fixes. Noted here for reference only. */
input,select,fieldset {
}

table {
	border-collapse: collapse; /* Equivalent to cellpadding="0" */
	border-spacing: 0; /* cellpadding="0", Gecko only, CSS2 */
	font-size: inherit; /* for html4 doctype, see: http://css-discuss.incutio.com/?page=UsingEms */
}

/* Set consistent cross-browser styling to lists */
ul,ol {
	margin-left: 0;
	padding-left: 2.5em;
}
ul li {
	list-style-type: square;
}
ol li {
	list-style-type: decimal;
}

/* 	END RESET, BEGIN BASE */

/* A good starting point for most projects */
body {
	width: 100%;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* form legend: IE6 makes these blue */
legend {
	color: #000;
}


/* For our nav elements, remove padding/margin and list styles
   We cover both direct and dir-wrapped ul here */
ul#navtop, ul#navmain, ul#navsub, ul.navsub, ul#navcrumbs, ol#navcrumbs, ul#navpage, ul#navpagebot, ul#navbot, ul#navfoot,
ul#navslide, #navslide ul,
#navtop ul, #navmain ul, #navsub ul, .navsub ul, #navcrumbs ul, #navcrumbs ol, #navpage ul, #navpagebot ul, #navbot ul, #navfoot ul {
	margin: 0;
	padding: 0;
}

#navtop li, #navmain li, #navsub li, .navsub li, #navcrumbs li, #navpage li, #navpagebot li, #navbot li, #navfoot li,
#navslide li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em; /* padding control */
}

#navtop a, #navmain a, #navcrumbs a, #navsub a, .navsub a, #navpage a, #navpagebot a, #navbot a, #navfoot a,
#navslide a {
	text-decoration: none;
	line-height: 1em; /* most padding control */
}

/* Add consistent margins back to these elements */
h1 { margin: 1em 0 0.4em; font-size: 1.6em; }
h2 { margin: 1em 0 0.4em; font-size: 1.4em; }
h3 { margin: 1em 0 0.4em; font-size: 1.2em; }
h4,h5,h6 { margin: 1em 0 0.4em;	font-size: 1.0em; font-weight: bold; }

dl { margin: .5em 0; }

p,blockquote,ul,ol {
	margin: 1em 0;
}

/* We like this for line heights */
h3,h4,h5,h6,dt,dd,p,blockquote,ul,ol {
	line-height: 160%;	
}


/*  styles.css -----------------------------------------------------------------
	Copyright 2008 Paul Hansen / Ecopixel, LLC / www.ecopixel.com
	All Rights Reserved.

	Produced for the Lake Champlain Committee
	www.lakechamplaincommittee.org
	December 2008
------------------------------------------------------------------------------ */

#ep_credit {
	width: 750px;
	text-align: right;
	margin: 0 auto;
	background-color: #246E9B;
	padding-bottom: 10px;
}


body {
	background-color: #77A5BF;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#wrap-header {
	width: 854px;
	max-width: 854px !important;
	min-width: 750px !important;
	margin: 0 auto;
	position: relative;
/*	background: url(bg-wrap-header-oakledge-winter.jpg) center bottom no-repeat; */
/*	background: url(bg-wrap-header-westport-fall.jpg) center bottom no-repeat; */
	background: url(bg-wrap-header-waterfront-spring.jpg) center bottom no-repeat;

}

/* Explore */
.sec-11 #wrap-header { background-image: url(bg-wrap-header-kayaker.jpg); }

/* Learn */
.sec-21 #wrap-header { background-image: url(bg-wrap-header-ducks.jpg); }

/* Get Involved */
.sec-43 #wrap-header { background-image: url(bg-wrap-header-kayakers-enroute.jpg); }

/* About LCC */
.sec-8 #wrap-header { background-image: url(bg-wrap-header-sunset.jpg); }

/* LCC at Work */
.sec-12 #wrap-header { background-image: url(bg-wrap-header-knight-point-volunteers.jpg); }

/* Support */
.sec-92 #wrap-header { background-image: url(bg-wrap-header-kids-north-beach.jpg); }

/* Lake Shop */
.sec-24 #wrap-header { background-image: url(bg-wrap-header-mt-philo.jpg); } 



#header {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 195px;
}

#wrap-main {
	width: 854px;
	max-width: 854px !important;
	min-width: 750px !important;
	margin: 0 auto;
	position: relative;
	background: url(bg-wrap-main.png) center top repeat-y;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 750px;
}


/* --------------------------------
	Navigation
----------------------------------- */

/* Order must be :link, :visited, :hover, :active */

a {
	color: #246E9B;
}

a:visited {
	color: #77A5BF;
}

a:hover {
	color:#FF6600;
}


#logo, #logo-link {
	display: block;
	overflow: hidden;
	width: 124px;
	height: 128px;
	position: absolute;
}

#logo-link {
	top: 8px;
	left: 8px;
}

#logo-link:hover {
	background-color:transparent;
}

#logo {
	left: -1000em;
}


#sidebar {
	position: relative;
	float: left;
	width: 140px;
}

#wrap-navmain {
	position: relative;
	float: left;
	width: 140px;
	background: #246E9B url(bg-wrap-navmain.png) top left no-repeat;
	
}

#navmain {
	float: left;
	width: 140px;
	background: url(bg-navmain.png) bottom left no-repeat;
}

#navmain li,
#navtop li {
	display: block;
	float: left;  /* Required by IE */
	text-align: center;
}

#navmain li.nav-last {
	padding-bottom: 20px;
}

#navmain a,
#navtop a,
#navfoot a {
	color: #FFF;
	display: block;
	width: 130px;
	padding: 0.5em 5px;
	float: left;
	font-weight: normal;
	text-align: center;
}

#navtop a {
	color: #246E9B;
	width: 129px;
	font-weight: bold;
	font-size: 0.85em;
	border-right: 1px solid #A1C0D4;
}

#navtop {
	float: left;
 	background-color:#FAF7D7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #A1C0D4;
}


#navmain a:hover,
#navfoot a:hover {
	background-color: #246E9B;
}

/* arrows on the home page, with submenu, only */
#page-1 #navmain a:hover {
	background: #246E9B url(bg-navmain-a.png) right 50% no-repeat; 
}
/* activate home tab on home page */

#page-1 #navmain li.nav-1 a,
#navmain a.nav-act,
#navmain a.nav-act:hover {
	background: #D3E2EB url(bg-navmain-a-act.png) right 50% no-repeat !important;
	color: #246E9B;
	font-weight: bold;
}

/* final slide show */
#page-1 .slide {
	height: 370px;
	width: 610px;
	overflow:hidden;
	background-color: transparent;

}

#wrap-navsub {
	background-color: #FAF7D7;
}

#page-1 #wrap-navsub {
	height: 370px;
	width: 610px;
	overflow:hidden;
	background-color: #FFF;
	margin-bottom: 20px;
	position: relative;
}

#page-1 .navsub {
	overflow: hidden;
	background-color: #FAF7D7;
	position: relative;
}

#page-1 .navsub-bot {
	clear: both;
	height: 30px;
	width: 610px;
	background: url(bg-navsub-bot.png) top left no-repeat;
}



#page-1 .slide {	background: url(bg-slide.jpg) top left no-repeat; }
#page-1 .navsub-2 { background-image: url(bg-slide_f2.jpg); }
#page-1 .navsub-3 { background-image: url(bg-slide_f3.jpg); }
#page-1 .navsub-4 { background-image: url(bg-slide_f4.jpg); }
#page-1 .navsub-5 { background-image: url(bg-slide_f5.jpg); }
#page-1 .navsub-6 { background-image: url(bg-slide_f6.jpg); }
#page-1 .navsub-7 { background-image: url(bg-slide_f7.jpg); }
#page-1 .navsub-8 { background-image: url(bg-slide_f8.jpg); }

.navsub {
	position: relative;
	width: 570px;
	padding: 5px 20px;
	float: left;
	overflow: hidden;
	background-color: #FAF7D7;
}


.navsub .nav-col a {
	padding-left: 15px;
	text-decoration: none;
	line-height: 1.2em; /* padding control */
	color: #246E9B;
	background: url(bg-menu-ifsub.png) 1px 0.3em no-repeat;
	padding-bottom: 0.3em;
	display: block;
}

.navsub .nav-col a.nav-ifsub {
/*	background: url(bg-menu-ifsub.png) -800px 50% no-repeat; */	
}

.navsub a:visited {
/*	background: url(bg-navsub-a.png) -700px 50% no-repeat; */
}

.navsub a:hover {
	color:#FF6600;
}

/* shop slide */
.navsub-8 a {
	overflow: hidden;
	height: 370px;
	width: 610px;
	display: block;
}

.navsub span.nav-cur a {
	font-weight: bold;
}

.navsub li li a:visited {
/*	background: url(bg-navsub-a.png) -210px 0.9em no-repeat; */
}

.navsub li li a {
/*	padding-left: 30px; */
/* background: url(bg-navsub-a.png) 10px 0.9em no-repeat; */
}

.navsub-header {
	background-color: #246E9B;
 	padding: 0.5em 20px;
}

.navsub-header a {
	color: #A1C0D4;
	padding-right: 16px;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	background: url(bg-navcrumbs-a.png) right 50% no-repeat;
	line-height: 1em;
}

.navsub-header h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}

.navsub-header h3 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF !important;
	padding-right: 0;
	font-size: 1em;
	line-height: 1em;
	background: none;
}

.navsub-header h3 a:hover {
/* background-color: #246E9B; */
}


div.nav-col {
	width: 265px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}









/* ---------------------------------------------------------------------------
	Content formatting
------------------------------------------------------------------------------ */

#wrap-content {
	float: right;
	width: 610px;
	overflow: hidden;
}

#content {
	width: 570px;
	padding: 0 20px 20px 20px;
}


div.csc-frame-invisible {
	position: relative;
	width: 610px;
	clear: both;
	overflow: hidden;
	left: -20px;
}

h1 {
	overflow: hidden;
	clear: both;
	width: 610px;
	position: relative;
	left: -20px;
	font-size: 2em;
	color: #246E9B;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	padding-left: 20px;
	padding-top: 0;
	font-style: italic;
	line-height: 110%;
	background: url(bg-h1.png) bottom left no-repeat;
}

h2 {
	color: #246E9B;
	font-size: 1.4em;
	margin-top: 1.8em;
	padding-bottom: 0.2em;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1.5em;
	padding-bottom: 0.2em;
}

h4 {
	font-weight: bold;
	color:#515151;
}

p {
	margin: 0.2em 0 0.8em 0;
}

/* temp photo credit overlay */

span.img-credit {
	color: #FFF;
	display: block;
	text-align: right;
	height: 0;
	overflow: visible;
	position: relative;
	top: -20px;
	padding-right: 5px;
	font-size: x-small;
}

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

#wrap-footer {
	width: 854px;
	max-width: 854px !important;
	min-width: 750px !important;
	margin: 0 auto;
	position: relative;
	background: url(bg-wrap-footer.png) center top no-repeat;
}

#footer {
	clear: both;
	position:relative;	
	margin: 0 auto;
	width: 750px;
	padding-top: 40px;
	color: #FFF !important;
	font-size: 0.85em;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #528DB0;
}


#footer a {
	color: #FFF;
}

ul#navfoot {
	position: relative;
	float: left;
	width: 139px;
	padding-top: 10px;
}

#navfoot li {
	float: left;
}

#navfoot a {
	float: left;
	display: block;
	width: 128px;
	margin-left: 1px;
	font-weight: bold;
	padding: 0.5em 5px;
	text-align: center;
	color: #FFF;
}

#navfoot li.nav-last a {
}

#footer-content-1,
#footer-content-2 {
	position: relative;
	width: 268px;
	float: left;
	margin: 0;
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #528DB0;
}

#footer p {
	margin-top: 0;
/*	line-height: 1.2em; */
}

/* img: 120px wide, text */

#footer-content-look {
	width: auto;
	border-bottom: 1px solid #528DB0;
	color: #FFF;
	padding: 0 20px 0 10px;
}

#footer-content-look .csc-textpic-text {
	margin-left: 0;
}

#footer-content-look h2 {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

#footer-content-look .csc-textpic-imagewrap {
	width: 130px;
	text-align: center;
}

#footer-content-look .csc-textpic-image {
	margin: 0 auto !important;
	float: none;
}


/* --------------------------------
	Accessibility
----------------------------------- */
/* hide by moving out of the way */
.access-tip {
	position: absolute;
	display: block;
	left: -999em;
	margin: 0;
	padding: 0;
}

/* show these on focus only */
a.access-nav {
	position: absolute;
	left: -999em;
}

a.access-nav:focus,
a.access-nav:active {
	position: static;
	left: 0;
}

/* --------------------------------
	Misc elements
----------------------------------- */


.csc-div {
	clear: both;
	height:0;
	border-top: 1px solid #D3E2EA;
	width:100%;
	margin: 1em 0;
	padding: 0;
}

.csc-div hr,.access-tip {
	display: none;
}

.csc-textpic-caption {
	font-size: smaller;
	font-weight: bold;
	padding: 0.4em 0;
	color:#246E9B;
}

br.clearboth {
	clear:both;
	height:0;
}

br.clearleft {
	clear:left;
	height:0;
}

br.clearright {
	clear:right;
	height:0;
}





/* forms */
form label:hover {
	background-color:#FFFFCC;
}


/* existing styles Sept 2007 *******************************/

.csc-mailform label,.csc-mailform input,.csc-mailform textarea {
	display: block;
	float: left;
	margin-bottom: 0.5em;
	text-align: left;
}

.csc-mailform label {
	text-align: right;
	width: 12em;
	padding-top: 0.1em;
	padding-right: 0.5em;
}

.csc-mailform legend {
	visibility: hidden;
	display: none;
	padding: 0;
	margin: 0;
}

fieldset.csc-mailform {
	border: 0;
	padding: 0;
}

.csc-mailform-field {
	padding-top: 0.5em;
	border-top: 1px solid #CCC;
	clear: both;
}

.csc-mailform-submit {
		
}

/* overlay new styles for Mailform Feb 2008 ***********************************/

/* span around "label" and property elements. */
.csc-mailform .csc-mailform-field span.csc-mailform-label {
	font-weight: bold;
	padding-bottom: 0.5em;
	display: block;
}

.csc-mailform span.csc-mailform-check input {
	margin-right: 0.5em;
}

.csc-mailform span.csc-mailform-check label {
	text-align: left;
	display: block;
	width: auto;
	float: left;
}

.csc-mailform span.csc-mailform-radio {
	display: block;
	margin: 0;
}

.csc-mailform span.csc-mailform-radio br {
	clear: both;
}

.csc-mailform span.csc-mailform-radio input {
}

.csc-mailform span.csc-mailform-radio label {
	width: auto;
	float: none;
	padding-left: 0.4em;
	text-align: left;
	display: inline;
}

/* inside fieldsets for checkbox groups */
.csc-mailform fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/* ----------- end of mailform */







/* NEWS */

.news-latest-img,
.news-list-img {
	float: left;
	text-align: left;
/*	width: 170px; */
}

/*.news-list-img {
	float: right;
	text-align: left;
	width: 170px;
}
*/
.news-latest-img a {
}

.news-latest-img a,
.news-list-img a {
	overflow: hidden;
	display: block;
}

.news-latest-img img,
.news-list-img img {
	margin: 5px 20px 10px 0 !important;
	display: block;
}

.news-latest-text,
.news-list-text {
	padding-left: 175px;
}

/* change april 2010 */
.news-latest-text {
	padding-left: 0;
}


.news-single-item 
.news-single-img {
	float: right;
	padding: 5px 0 10px 20px;
/* note: doesn't work well with very small images */
	width: 250px;
}

.news-single-imgcaption {
	font-size: smaller;
	font-weight: bold;
	padding: 0.4em 0;
	color:#246E9B;
}

.news-single-backlink {
margin-top: 1em;
}

.news-latest-text h3,
.news-list-text h3 {
	padding-top: 0;
	margin-top: 0;
}

.news-list-timedata {
	float: right;
	font-size: small;
	padding-right:5px;
	padding-left:5px;
}
.news-single-timedata {
	font-size: small;
}

.csc-frame-frame1 {
	margin: 1em 0;
	padding: 0 1.6em;
	border-top: 1px solid #D3E2EB;
	border-bottom: 1px solid #D3E2EB;

	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #246E9B;
	font-style: italic;
}

.csc-frame-frame1 h2 {
	font-weight: bold;
	font-size: 1em;
	position: relative;
	left: -1.6em;
	text-transform: uppercase;
	margin: 0.5em 0 1em 0;
	padding: 0;
	color: #77A5BF;
}


.csc-frame-frame2 {
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #D3E2EB;
	font-size: smaller;
	color: #246E9B;
}

.csc-menu-3 {
	border-bottom: 1px solid #D3E2EB;
	float: left;
}

.csc-menu-3 ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
}

.csc-menu-3 li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.csc-menu-3 a {
	padding-left: 15px;
	text-decoration: none;
	display: block;
	line-height: 1.2em; /* padding control */
	background: url(bg-menu-updown.png) left 0.4em no-repeat;
	padding-bottom: 0.3em;
}

.csc-menu-3 {
	margin: 1em 0;
}

.csc-linkToTop a {
	padding-left: 15px;
	background: url(bg-menu-updown.png) -800px 50% no-repeat;
}


/* table class="contenttable contenttable-0" summary="Algae Monitoring Summary" */
/* tr-even, tr-odd */

table.contenttable {
	width: 100%;
}

table.contenttable tr {
	border-bottom: 1px solid #A1C0D4;
}

table.contenttable .tr-0 {
	border-top: 1px solid #A1C0D4;
}

table.contenttable .tr-even {
	background-color: #D3E2EB;
}

table.contenttable .tr-odd {
	background-color: #E9F1F5;
}


table.contenttable td,
table.contenttable th {
	padding: 0.2em 1em;
	text-align: right;
}

table.contenttable th {
	font-weight: bold;
}

.epp_req {
	color: #FF0000;
	font-weight: bold;
}

/* lake shop form */

.pp_error {
	background-color: #FFC;
	padding: 0 1em;
	border: 1px solid #FC0;
}
