/* typography */
body {
	font-size: 75%;
	background-image: url(http://www.sovereignlake.com/images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}
html > body {font-size: 12px;}

p {margin-bottom:18px;}

p + p {
	margin-top:0em;
	text-indent:0em;
}

a:link, a:hover, a:visited, a:active {text-decoration:none; color:#333333; font-weight:bold;}
a:hover {color:#ef4300;}

#facebook {
	margin-bottom:50px;
	margin-left:40px;
	margin-top:-150px;
}

#main {
	padding-top: 15px;
}

h1 {font-size: 2.2em; line-height: 1; margin-bottom: .5em; color: #A81B2B; font-weight:bold;}
h2 {font-size: 1.9em; line-height: 25px; margin-bottom: .75em; font-weight:bold;}
h3 {font-size: 1.5em; line-height: 1;margin-bottom: 1em;}

table, th, td {
    vertical-align: top;
}

.newstitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03605D;
	padding-bottom: 3px;
}
.newsdate {
	font-style: italic;
	margin-bottom: 10px;
}
ul, ol {
	margin-bottom: 10px;
	list-style-position:inside;
	list-style-type:disc;
	margin-left: 10px;
}

#subnav h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:-5px;
}
#subnav  ul, ol {
	margin-bottom:18px;
	list-style-position:inside;
	list-style-type:disc;
	margin-left: 0px;
}
#subnav li {margin-bottom:5px;}
a.no:link, a.no:visited, a.no:hover {
	text-decoration: none;
	border: 0 none;
}
#breadcrumbs {
	padding-bottom: 20px;
}

tbody tr:nth-child(2n) td, tbody tr.even td {
	background-attachment: scroll;
	background-color: #E9E9E9;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

div.section div.column {border-left:1px solid #D2D885; }
div.section div.column:last-child {border-right:1px solid #D2D885;}
div.section div.column_content {padding:10px 5px 0px 5px; margin:0 5px; line-height:1.5em; }

div#header {
	padding-left: 15px;
}
div#header div.section {margin:0 5%; width:90%;}
div#header div.section div.column {background:none; border:none;}
div#header div.section div.column_content {margin:0; padding:0;}
div#header div.section div.column_content h1 {color: #fff;margin: 0 0 .5em 0;}
div#header div.section div.column_content h2 {
	color: #bdbdbd;
	font-size: 1.25em;
	font-style: italic;
	margin-top: -10px;
}
div#nav div.section {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}
#nav-wrapper {
	background:#A81B2B;
	width: 100%;
}
#nav ul {
	padding-left: 0px;
	margin-left: 0px;
}



/* - - - - - - - - - CONTENT  - - - - - - - - - - */

#content {
	padding-left: 20px;
}

#gallery_wrapper {
	width: 475px;
}

.photo_wrapper {
	float: left;
	width: 150px;
	height: 125px;
}

.photo {
	text-align: center;
		width: 140px;
}
.caption {
	text-align: center;
		width: 140px;
}

.underlined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03605D;
	padding-bottom: 3px;
}

/* - - - - - - - - - HEADER  - - - - - - - - - - */

#header h1 {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
	padding-left:40px;
	color: #231F20;
	margin-top: 10px;
}
#header h2 {
	font-size: 65px;
	line-height: 18px;
	margin-bottom: 0.4em;
	color: #991927;
	margin-left: 18px;
	padding-left:40px;
}
#header h3 {
	text-transform: uppercase;
	color: #991927;
	margin-left: 21px;
	font-size:20px;
	margin-bottom: 0.1em;
	padding-left:40px;
}
#header h4 {
	font-size: 20px;
	font-style: italic;
	color: #231F20;
	margin-left: 20px;
	margin-bottom: 0.4em;
}

#header a {
	text-decoration: none;
	border: 0px;
}
#header.three {
	height: 60px;
}

/* - - - - - - - - - ADS  - - - - - - - - - - */

#adspace img {
	padding-top: 4px;
	padding-left: 4px;
}

/* - - - - - - - - - CONTACT LINKS  - - - - - - - - - - */

#contactlinks {
	height: 20px;
	margin-top: -10px;
}

#contactlinks ul {}

#contactlinks li {
	list-style-type: none;
	float: right;
}

#contactlinks a {
	padding-left: 10px;
}

#topphoto {
	width: 582px;
	height: 140px;
	overflow: hidden;	
}

/* - - - - - - - - - INFO BAR  - - - - - - - - - - */

#hours {
	font-size: 16px;
	font-style: italic;
	color: #666666;
	text-align: center;
	padding-top: 10px;
}

#weather {
	font-style: italic;
	color: #FFFFFF;
	background-image: url(http://www.sovereignlake.com/images/webcam.png);
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 12px;
	font-size: 14px;
}

#weather a:link, #weather a:visited {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 10px;
}

#weather a:hover {
	color: #CCCCCC;
	padding-right: 20px;
	padding-left: 10px;
}

/* - - - - - - - - - FOOTER  - - - - - - - - - - */

#footer-wrapper {
	width:100%;
	background-color: #231F20;
	background-image: url(http://www.sovereignlake.com/images/footer_trees.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 390px; 
	margin-top: -175px;
}
div#footer {
	color: #FFFFFF;	
}
#footer h1 {
	color: #DFDFDF;
}
#footer ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

#footer li {
	float: left;
	margin-right: 25px;
	list-style-type: none;
}

#footer a:link, #footer a:visited {
	color: #D8D8D8;
}

#footer a:hover {
	color: #9B1D24;
}

/* --------------- XC SKI CAMPS --------------- */

#sponsorspace {
    margin: 0 0 50px 0;
}

#campsponsors div {
    float: left;
    padding: 10px 0;
    width: 135px;
}

#campsponsors h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.75em;
	color: #666666;
}

#campsponsors .clear {
    width: 270px;
	clear: both;
	padding: 5px;
}

#campsponsors img {
    vertical-align: middle;
	display: block;
	margin: 0 auto;
}

#campnav ul {
	margin: 0 0 20px 0px;
	padding-left: 0px;
}

#bondbox {
	width: 330px;
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #E8E8E8;
}

#bondbox img {
	float: right;
	margin-left: 10px;
}

#sub-nav li {
    background-color: #A81B2B;
    display: block;
    margin: 1px 0 0;
    padding: 5px 5px 5px 10px;
}

#sub-nav li:hover {
	background-color: #574C51;
	display: block;
	margin: 1px 0 0;
	padding: 5px 5px 5px 13px;
}

#sub-nav li.here {
	background-color: #574C51;
	display: block;
	margin: 1px 0 0;
	padding: 5px 5px 5px 10px;
}

#sub-nav li a:link, #sub-nav li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#sub-nav li a:hover {
	text-decoration: underline;
	display: block;
}

#coaches {

}

#coaches img {
	float: right;
	margin: 0 0 0 10px;
}

#coaches h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.coach {
	
}

.question {
	color: #CC0000;
	font-weight: bold;
}

.video {
	margin: 0 0 20px 0;
}

#videos h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}


/* --------------- DCUMENT ICONS --------------- */
    a[href^="mailto:"] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/email_link.png) center right no-repeat;
    }

    a[href$='.pdf'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_acrobat.png) center right no-repeat;
    }

    a[href$='.swf'], a[href$='.fla'], a[href$='.swd'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_flash.png) center right no-repeat;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_excel.png) center right no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-rightt:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_powerpoint.png) center right no-repeat;
    }

    a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_word.png) centerright no-repeat;
    }

    a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_zip.png) centerright no-repeat;
    }
