@charset "utf-8";

/* CSS Document */


/* Development Styles */

.developingNote {
	color: #333333;
	border: 2px solid #FF6600;
	text-align: center;
	margin: 0.5em 0px 0.5em 0em;
	font-size: .8em;
}

#warningBox { display: none; } /* temp to hide warning message on Google calendar */

/* Layout */
/* *************************************************************************************** */

* {
	margin: 0;
	padding: 0;
} /* Reset all elements to zero margin and padding */

body, textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.75em;
}

.left {
	float: left;
	margin: 0 1em 1em 0
}

.right {
	float: right;
	margin: 0 0 1em 1em
}

#siteinfo {
	font-size: 0.8em;
	line-height: normal;
}

.vcard { border-top: 1px dotted #999999; }

.clear {
	float: none;
	clear: both;
}

/* Typography and Inline Elements */
/* *************************************************************************************** */

h1, h2, h3 {
	color: #5A5A45;
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .125em;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 .5em;
	border-bottom: .125em solid #5A5A45;
}

h2 {
	font-size: 1.2em;
	margin: 1.75em 0 .5em;
}

h3 {
	font-size: 1em;
	margin: 0 0 .5em;
}

p { margin: 0 0 1em } /* Default bottom padding for paragraphs that can't handle styles below (yes IE6)*/

a:link { color: #6C869B; }

a:visited { color: #30485E; }

a:hover, a:active { color: #99987F; }

a img { border: none }

#content a[href^="http:"], a[href^="https:"] {
	background: url(../images/external.gif) no-repeat right top;
	padding-right: 14px;
	margin-right: 4px;
}

#content a[href^="http://www.highplainsflyfishing.com"], #content a[href^="http://dev.highplainsflyfishing.com"], #content a[href^="#"] {
	background-image: none !important;
	margin-right: 0;
	padding-right: 0;
}

#content #high_country_ad a[href^="http://"], a[href^="https://"] {
	background: transparent;
	margin-right: 0;
	padding-right: 0;
}

ul, ol {
	margin: 0 0 1em;
	list-style: inside;
}

li { }

.instructions {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6C869B
}

.finePrint {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 2em;
}

/* Message Boxes - from mattvarone.com */

.message-box {
	text-align: center;
	padding: 5px;
	color: #545454;
	width: 80%;
	margin: 5px auto;
}

.clean {
	background-color: #efefef;
	border-top: 2px solid #dedede;
	border-bottom: 2px solid #dedede;
}

.info {
	background-color: #f7fafd;
	border-top: 2px solid #b5d3ff;
	border-bottom: 2px solid #b5d3ff;
}

.ok {
	background-color: #d7f7c4;
	border-top: 2px solid #82cb2f;
	border-bottom: 2px solid #82cb2f;
}

.alert {
	background-color: #fef5be;
	border-top: 2px solid #fdd425;
	border-bottom: 2px solid #fdd425;
}

.error {
	background-color: #ffcdd1;
	border-top: 2px solid #e10c0c;
	border-bottom: 2px solid #e10c0c;
}

/* Forms */
/* *************************************************************************************** */

form {
	width: auto;
	margin: 0 0 1em 0;
}

.formRow {
	clear: both;
	background-color: #F4F4F2
}

.formRow:hover { background-color: #ECEBDF; }

#content .formRow {
	margin: 0 0 .5em;
	padding: 0
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 38%;
	margin: 0 15px 0 0;
}

textarea, input, select { margin: 0 .25em 0 0; }

textarea, input { padding: 0 0 0 .5em; }

form div.buttons, #container form .counter {
	text-align: left;
	display: block;
	float: none;
	clear: both;
	margin: 0 0 0 15px;
	padding: 0 0 .5em 8px;
}

#container form div.buttons { margin: 0 0 0 39.5%; }

* > #container form div.buttons { margin: 0 0 0 39%; }

form div.buttons input {
	background: transparent url(../images/btnBg.gif) no-repeat center center;
	border-style: none;
	color: #FFFFFF;
	cursor: pointer;
	height: auto;
	letter-spacing: 0.125em;
	line-height: normal;
	text-transform: lowercase;
	width: auto;
	padding: .25em 2em;
	font-weight: bold;
}

form div.buttons input:hover, form div.buttons input:active, form div.buttons input:focus { background-position: left bottom; }

.formRow .note {
	display: block;
	padding: 0 0 0 33%
}

p.validationError {
	text-align: center;
	color: #ed8224;
}

.formRow .validationError {
	display: block;
	color: #ed8224;
	font-size: .9em;
	float: none;
	clear: both;
	margin: 0 0 0.7em;
	padding: 0 0 0 44%;
	background: url(../images/validationErrorArrow.gif) no-repeat 41.5% 5px;
}

* > .formRow .validationError {
	padding: 0 0 0 43%;
	background: url(../images/validationErrorArrow.gif) no-repeat 40.5% 5px;
}

.formRow label .note {
	display: inline;
	padding: 0
}

a.help {
	cursor: help;
	text-decoration: none
}

a.help:hover {
	overflow: visible;
	color: #333333
}

a.help span {
	display: none;
	padding: 0 2em 0 44%;
	background: url(../images/questionPointer.gif) no-repeat 41.5% 5px;
}

* > a.help span {
	padding: 0 0 0 43%;
	background: url(../images/questionPointer.gif) no-repeat 40.5% 5px;
}

a.help:hover span, .help span:hover { display: block }

.required {
	color: #FF0000;
	font-size: 1.3em;
	line-height: 0em;
	font-weight: bold;
	padding-right: 0.125em;
	padding-left: 0.125em;
}

/* Tables */
/* *************************************************************************************** */

table { border-collapse: collapse; }

thead tr, thead tr:hover {
	background: #5A5A45;
	font-weight: bold;
	color: #FFFFFF;
}

tr { }

td {
	padding: .125em .25em 0;
	border-bottom: 1px solid #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

tr:hover { background: #F4F4F2; }

table.pricelist {
	width: 48.5%;
	display: table;
	float: left;
	margin: 0px 1.5% 1.5em 0;
}

* > table.pricelist { margin: 0px 0.75% 1.5em; }

.pricelist td + td { text-align: right }

/* Expand/Collapse */
/* *************************************************************************************** */
/* Default State */
/* the <div> tag is open by default unless JavaScript is on. */

h2.expand { margin-bottom: 0; }

h2.expand a:link, h2.expand a:visited {
	text-decoration: none;
	color: #5A5A45
}

h2.expand a:hover, h2.expand a:focus, h2.expand a:active {
	text-decoration: none;
	color: #99987F
}

div.expand {
	padding: 0.5em 1em .25em;
	margin-bottom: 1em;
	border: 1px dotted #999999;
}

div.expand.thumbnails {
	padding: 0;
	border: none;
	margin-top: 1em;
}

.instructions { font-size: .7em; }

h2.expand.closed, h2.expand.open { cursor: pointer; }

h2.expand.closed:hover, h2.expand.open:hover { background-position: left -98px }

/* Closed State */
/* .closed only gets applied by the JavaScript */

h2.expand.closed { margin-bottom: 1em; }

div.expand.closed { display: none; }

/* Open State */
/* .open only gets applied by the JavaScript */

h2.expand.open { margin-bottom: 0; }

div.expand.open { margin-bottom: 1em; }

/* Non-displaying Elements*/
/* *************************************************************************************** */

#branding-logo { display: none; }

#nav-main a, #branding {
	text-indent: -9999px;
	overflow: hidden
} /* moves text inside menu anchors off screen. Remove if not using graphics for menu links. */

/* Layout */
/* *************************************************************************************** */

body {
	font-size: 0.875em;
	text-align: center;
	background: url(../images/bg.png) fixed;
	padding-top: 25px;
}

#branding {
	background: url(../images/topImage.png) no-repeat;
	height: 157px;
	width: 707px;
	position: absolute;
	left: 175px;
	top: 0px;
	z-index: 5;
}

#container {
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 932px;
}

#content {
	position: absolute;
	top: 0px;
	left: 175px;
	width: 760px;
	background: url(../images/pageRight.png) no-repeat right 14px;
	padding-top: 150px;
	z-index: 1;
	height: 430px;
	padding-bottom: 2em;
}

* > #content {
	min-height: 430px;
	height: auto;
}

#content-main {
	width: 607px;
	background: url(../images/contentBg.png) repeat-y;
	height: 376px;
	padding: 2em 50px;
	float: left;
	clear: both;
	height: 376px;
}

* > #content-main {
	min-height: 376px;
	height: auto
}

#siteinfo {
	background: url(../images/siteInfo.png) repeat;
	position: relative;
	width: 607px;
	padding: 0 50px;
	height: 126px;
	clear: both;
	float: left;
}

img.left, img.right { border: 1px solid #5A5A45; }

img.right.from_edge {
	border: 0px solid white;
	margin-right: -40px
}

#high_country_ad {
	float: right;
	margin: 0px 0px 1em 1em;
	padding: 0.5em;
	border: 1px solid #5A5A45;
	background: #F2F2EE;
	width: 277px;
	font-size: 0.8em;
	line-height: 1.6em;
}

#high_country_ad img { border: 1px solid #5A5A45; }

#high_country_ad a:link, #high_country_ad a:visited {
	text-decoration: none;
	color: #000000;
}

#high_country_ad a:focus, #high_country_ad a:hover, #high_country_ad a:active {
	text-decoration: underline;
	color: #000000;
}

.addthis_toolbox {margin-top:3em}


/* Page Specific Layout */

.thumbnails {
	margin-left : -26px;
	overflow : hidden; /* expand the ul around the floated li's (kind of like self-clearing) */
}

.thumbnails img {
	float : left;
	margin : 0 0 26px 26px;
}

/* Typography and Inline Elements */
/* *************************************************************************************** */

h1 { }

h2 { }

h3 { }

p { }

.calendar {
	width: 607px;
	height: 500px;
	margin-bottom: 1em;
	border: 0px none #FFFFFF;
}

/* Navigation */
/* *************************************************************************************** */

#nav-main {
	background: url(../images/pageLeft.png) no-repeat 13px top;
	height: 540px;
	position: absolute;
	left: 0px;
	top: 32px;
	padding-top: 25px;
	margin-left: -10px;
	width: 210px;
	z-index: 10;
}

#nav-main ul { }

#nav-main ul, #nav-main li { /* fix IE6 and IE7 List bug */
display: inline; }

/* Specific Nav Button Styling */

#nav-main a {
	display: block;
	width: 210px;
	height: 40px;
	background-position: top left;
}

#nav-main a:hover, #nav-main a:active { background-position: top right }

#homeBtn { background-image: url(../images/navHome.png) }

#aboutUsBtn { background-image: url(../images/navAboutUs.png) }

#ratesBtn { background-image: url(../images/navRates.png) }

#localWatersBtn { background-image: url(../images/navLocalWaters.png) }

#hatchChartBtn { background-image: url(../images/navLodging.png) }

#reservationsBtn { background-image: url(../images/navReservations.png) }

#photoGalleryBtn { background-image: url(../images/navPhotoGallery.png) }

#contactUsBtn { background-image: url(../images/navContactUs.png); }
