/*
-----------------------------------------------------------------------------------
DEFAULT SCREEN STYLESHEET FOR: Two Rivers Lodge - Telkwa, BC
-----------------------------------------------------------------------------------
CSS Document Author: Terry Evans - BC DESIGNWORKS
XHTML Document Author: Terry Evans - WWW.BCDESIGNWORKS.COM
DESIGN BY: Taylor Bachrach - BC DESIGNWORKS
-----------------------------------------------------------------------------------
#F9F6EC = pale yellow
#E3CA77 = yellow
#C5A53C = dark yellow
#355684 = blue
#7286A2 = lighter blue

*/

@import url("../css/forms.css");

/*  Globals
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

body {
    text-align: center;
    font: 12px/1 Georgia, "Times New Roman", Times, Serif;
    background: #E3CA77;
    color:#355684;
    margin:0; padding:0;
} 
dt, dd {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
}
hr {
	display: none;
}
ul {
	margin:0; padding: 0; 
	list-style: none;
}
.center { text-align: center; }
.clear { clear: left; }
.underline {
	border-bottom: 1px solid #355684;
	padding: 0 0 5px 0;
}
.dark {
	color:#333;
}

a {
	color:#C5A53C;
	text-decoration: underline;
}
a:hover {
	color:#355684;
}

#footer a {
	color:#355684;
	text-decoration: underline;
}
#footer a:hover {
	color:#C5A53C;
}
#footer p.credit a {
	color:#F9F6EC;
	text-decoration: none;
}
#footer p.credit a:hover {
	color:#fff;
	text-decoration: underline;
}
/* Helpers 
--------------------------------------------------------------------------------------------------- */

.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 */


/* Layout
--------------------------------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	text-align: left;
	width: 750px;
}
#header {
	height: 208px;
}
#logo {
	text-indent: -9999px;
}
#contentarea {
	position: relative;
	padding: 0;
	background: url(../gfx/bg-mid.gif) repeat-y 0 0;
}
#content {
	float: right;
	width: 500px;
	padding: 30px 0 0 0;
}
#primary {
	float: left;
	width: 282px;
}
#secondary {
	float: right;
	width: 205px;
	padding: 50px 0 0 0;
}
#navmenu {
	margin: 0;
}
#ticket {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 233px;
	height: 137px;
	line-height: 137px;
	text-indent: -9999px;
	background: url(../gfx/bg-ticket.gif) no-repeat 0 0;
}
#sidebar {
	float: left;
	width: 233px;
	background: url(../gfx/bg-nav-top.gif) no-repeat 0 75px;
}
#footer {
	clear: both;
	background: url(../gfx/bg-foot.gif) no-repeat 0 0;
	font-size: 11px;
}
/* Header
--------------------------------------------------------------------------------------------------- */
body#home #header,
body#test #header,
body#reservations #header,
body#default #header {
	background: url(../gfx/header/home.jpg) no-repeat 0 0;
}
body#fishing #header {
	background: url(../gfx/header/fishing.jpg) no-repeat 0 0;
}
body#holiday-packages #header {
	background: url(../gfx/header/holiday-packages.jpg) no-repeat 0 0;
}
body#activities-attractions #header {
	background: url(../gfx/header/activities.jpg) no-repeat 0 0;
}
body#amenities-services #header {
	background: url(../gfx/header/amenities.jpg) no-repeat 0 0;
}
body#accommodations-rates #header {
	background: url(../gfx/header/accommodations.jpg) no-repeat 0 0;
}
body#photo-album #header {
	background: url(../gfx/header/photo-album.jpg) no-repeat 0 0;
}
body#the-bulkley-valley #header {
	background: url(../gfx/header/bv.jpg) no-repeat 0 0;
}
body#how-to-get-here #header {
	background: url(../gfx/header/howto.jpg) no-repeat 0 0;
}
body#links #header {
	background: url(../gfx/header/links.jpg) no-repeat 0 0;
}
body#contact #header {
	background: url(../gfx/header/home.jpg) no-repeat 0 0;
}

/* Navigation
--------------------------------------------------------------------------------------------------- */
#navmenu {
	padding: 0 0 200px 0;
}
#navmenu dt {
	display: block;
	width: 233px;
	height: 75px;
	line-height: 75px;
	background: url(../gfx/logo.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#navmenu dt a {
	display: block;
}
#navmenu dd {
	text-align: right;
	margin: 0 15px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-transform: lowercase;
}
#navmenu dd.home {
	margin-top: 20px;
}
#navmenu dd a {
	display: block;
	padding: 5px 0;
	color:#E3CA77;
	text-decoration: none;
}
#navmenu dd a:hover {
	color:#fff;
}
body#home #navmenu dd.home a {
	color:#fff;
}
#navmenu dd.active a {
	color:#fff;
}
#navmenu dd.active a:hover {
	color:#C5A53C;
}
/* ------------------------| Sub Nav | ------------------------ */
#navmenu dd ul {
	font-size: 12px;
	margin:0; padding: 0;
}
#navmenu dd ul li {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
#navmenu dd ul li a {
	margin: 0;
	padding: 0;
	display: block;
}
html>body #navmenu dd ul li a {
	padding: 3px 0;
}
#navmenu dd.active ul li.active a {
	color:#BDCEE5;
}
/* Content
--------------------------------------------------------------------------------------------------- */

/* ------------------------| Headings | ------------------------ */
h1 {
	text-align: center;
	margin: 48px 0 15px 0;
}
h2 {
	margin: 5px 0 10px 0;
}
h3, h4, h5, h6 {
	margin: 0 0 8px 0;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

/* ------------------------| Paragraphs, Lists & Images | ------------------------ */
#content p,
#content ul,
#content ol {
	line-height: 1.6em;
	margin: 0 0 15px 0;
}
#content p {
	line-height: 1.8em;
	font-size:12px;
}
#content p.special {
	border: 1px dashed #E3CA77;
	background:#F8EDC9;
	padding: 12px;
}
#content ul {
	list-style: disc;
	margin-left: 25px;
}
#content blockquote {
	margin: 25px 0 15px 25px;
}
#content ol {
	margin-left: 25px;
}
#content p.signature {
	display: block;
	margin: 0;
	line-height: 1;
	width: 100%;
	height: 80px;
	padding: 66px 0 0 0;
	text-align: center;
	background: url(../gfx/jane-matthews.gif) no-repeat 50% 0;
}
#content img {
	border: 2px solid #355684;
}
#content .slide {
	margin: 0 0 65px 0;
}
#content .space {
	padding: 191px 0 0 0;
}
#content .slide .caption {
	padding: 5px 0 0 10px;
	font-style: italic;
	line-height: 1.3em;
	color:#7286A2;
}

/* ------------------------| Photo Gallery | ------------------------ */

.rssThumbs { padding: 15px 0; }
.rssThumbLabel { display: none; }
.rssThumbFloat { float: left; width: 160px; padding: 0 0 15px 0; }


/* Footer
--------------------------------------------------------------------------------------------------- */
#footer p.copyright {
	padding:55px 0 0 15px;
}
#footlinks {
	margin: 15px 55px;
	padding: 8px 0;
	border: 1px dashed #F8EABC;
	background:#ECD78F;
}
#footer ul {
	text-align: center;
}
#footer ul li {
	display: inline;
	line-height: 1.6em;
	padding: 0 10px 0 0;
}
#footer p.credit {
	float: right;
	width: 220px;
	padding: 55px 15px 0 0;
	text-align: right;
}
#footer address {
	text-align: center;
	padding: 0 0 15px 0;
	line-height: 1.3em;
}