/* RESET  ============*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;  border: 0;  outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
html {font-size:100.01%;}

table, td {vertical-align: top}

/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1em; color: black; background: #404a40;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
:link img {border: 0px none;}
img, a img {padding:0; margin:0; border:none; display:block;}
strong {font-weight:bold;}
em {font-style:italic;}

/* @end */

/* @group tags */

blockquote {
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin: 0 0 12px 0;
	padding: 12px 20px 0 20px;
}

blockquote p {
	color: #444;
	margin: 0 0 18px 0;
}

body {
	background: #414b42 url('/images/background.jpg');
	margin: 34px 0 100px 0;
	min-height: 1200px;
}

 
p, h1, h2, h3, li {font-family: Helvetica, Arial, sans-serif;}
 
p {
    font-size:13px;
    line-height:16px;
    margin:0 0 18px 0;
    padding: 0;
}

 
p a, p a:visited {color:#ff3300; text-decoration:underline;}
li  { font-size:12px; line-height:16px; margin:0;}

ol li {
	margin-bottom: 6px;
	list-style-position: outside;
	list-style-type: decimal;
}
 
ol {
	margin-bottom: 18px;
	width: 90%;
}
 
h1 {
    font-size:24px;
    color:#172315;
    line-height:24px;
    font-weight:normal;
    margin:0 0 12px 0;
    xwidth:300px;
}
 
h2 {
	color:rgb(30,30,30); 
	font-size: 16px; 
	line-height:18px; 
	font-weight:bold; 
	padding-top: 9px;
	margin:0px 0 9px 0;
}

h3 {
	font-size: 12px; 
	line-height: 18px; 
	color: #663b0c;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 1px;
}

h4 {font-size:0.8em; line-height:1.4em; font-weight:bold; color:#8b5c29;}

p+ol, p+ul {
	margin-top: -12px;
}

/* @end */

/* @group ids */

#banner {
	position: relative;
	z-index:0;
	min-height:100px;
	background-color: #172315;
}

#banner.news-index {
	height: 60px;
	min-height: 60px;
}

#banner-caption {
 	position: absolute;
 	top: 0;
 	right: 0px;
 	width: 430px;
}

#banner-caption dt {
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -9000px;
}

#banner-caption dt a {
	xborder: 1px solid red;
	width: 30px;
	height: 30px;
	display: block;
	background: transparent url(/images/sprite.png) -141px -286px no-repeat; 
}

#banner-caption dt a:hover {
	background: transparent url(/images/sprite.png) -141px -320px no-repeat; 
}

#banner-caption dt a.close,
#banner-caption dt a.close:hover {
	background: transparent url(/images/sprite.png) -141px -353px no-repeat; 
}


#banner-caption dd {
 	background-color: black;
 	color: white;
 	display: none;
	width:auto;
	min-height: 18px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 8px 50px 8px 12px;
}

#content {
	background-color: #172315;
	overflow: visible;
	height: auto;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}

#content.home {
	background-color: transparent;
	margin-top: 5px;
}

/* @group #feature */

#feature {
	background-color: #212722;
	margin-bottom: 5px;
	padding: 10px 20px;
	position: relative;
	width: auto;
}

#feature p {
	color: white;
}

#feature h1 {
	background: transparent url(/images/sprite.png) -21px -335px no-repeat;
	xborder: 1px solid red;
	height: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -21px;
	top: -100px;
	text-indent: -9000px;
	width: 93px;
	z-index: 2;
}

#feature h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 0px 0;
	padding: 0;
}

#feature h2 a {
	color: #fcef56;	
	text-decoration: none;
}

#feature.home h2 a:hover {
	color: yellow;
	text-decoration: underline;
}


/* @end */

#footer {
	border-top: 1px solid #172315;
	padding-top: 20px;
	margin: 0 auto;
	width: 850px;
}

#footer table {
	width: 100%;
	margin: 0 auto;
}

#footer td {
 	width: auto;
	padding: 0 10px 0 0;
}

#footer td.notes {
    width:30%;
}

#footer strong {
	color: white;
	font-weight: bold;
}

#footer p {
	color: #ccc;
	font-size: 12px;
}

#footer li {
	color: #ccc;
	font-size: 12px;
	margin-bottom: 2px;
}

#footer ul {
	margin-bottom: 20px;
}

#footer ul.notes li {
    margin-bottom: 12px;
}

#footer span.date {
	color: lightgoldenrodyellow;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer h2 a {
	color: white;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#footer h2 a:hover {
    color:yellow;
    text-decoration: underline;
}

#footer h3 {
	color: lightgoldenrodyellow;
	font-size: 10px;
	margin-top: 12px;
	line-height: 12px;
}

#footer li a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#footer li a:hover {
	color: white;
	border-color: yellow;
}

#inset-map {
	position: relative;
	top: -10px;
	left: -25px;
	width: 560px;
	z-index: 10;
	border: 1px solid #172315;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}

#main {
	width: 510px;
	background-color: white;
	padding: 18px 60px 100px 60px;
	position: relative;
}

#main.wilderness {
	width: 410px;
	margin-top: -10px;
}

#main p a, #main li a {
	color: #2b4a09;
}

#main p a:hover, #main li a:hover {
	color: maroon;
}

#main ul {
	margin: -6px 0 12px 0;
	padding: 0;
}
#main ul li {
	font-size: 13px;
	line-height: 18px;
	list-style-type: square;
	list-style-position: inside;
	xmargin: 0;
	xpadding: 0;
}

#main ol li {
	list-style-position: inside;
}


#mapwrap {
	margin:0;
	padding: 0;
	text-align: left;
    width:554px;
    height:auto;
    position: relative;
}

#mapwrap img {
/*     margin: 20px auto 20px 157px; */
    display:block;
    margin: 0 auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;    
}


#overlay {
	background: transparent url(/images/sprite.png) -229px -122px no-repeat;
	xborder: 1px solid red;
	bottom: 0;
	height: 40px;
	left:0;
	position: absolute;
	width: 630px;
	z-index: 50;
}

#overlay.fieldnotes {
	background: transparent url(/images/sprite.png) -234px -10px no-repeat;
	height: 52px;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0px;
	text-indent: -9000px;
	width: 540px;
}

#page {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 850px;
}

/* @group #nav */

#nav {
	xborder: 1px solid red;
	margin-left: 170px;
	position: absolute;
	top: -28px;
	z-index: 98;
}

#nav li {
	xborder: 1px solid white;
 	display: inline;
 	font-size: 14px;
 	line-height: 23px;
 	padding-right: 8px;
}

#nav li a {
	xborder: 1px solid yellow;
	color: white;
	text-decoration: none;
	padding: 3px 5px;
}

#nav li a.on {
	color: lightgoldenrodyellow;
	background-color: #172315;
}

#nav li a:hover {
	color: yellow;
}

#logo {
	background: transparent url(/images/sprite.png) -28px -487px no-repeat;
	display: block;
	height: 38px;
	padding: 0;
	position: absolute;
	left: -170px;
	text-indent: -9000px;
	top: -10px;
	width: 150px;
	z-index: 100;
}

#logo a {
	display: block;
	height: 38px;
	width: 150px;
}

#logo.home {
	background: transparent url(/images/sprite.png) 0px 0px no-repeat;
	height: 280px;
	width: 189px;
	left: -196px;
	top: -7px;
	position: absolute;
	z-index: 200;
}

/* @end */


#subnav {
	background-color: lightgoldenrodyellow;
	border-left: 2px solid yellow;
	padding:12px 0 ;
	width: auto;
}

#sidebar #subnav li {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	margin-bottom: 12px;
}


#subnav a {
	color: #424d43;
	display: block;
	padding: 1px 20px;
	text-decoration: none;
}

#subnav a:hover {
	background-color: #e5e6c3;
}


#subnav li.on a {
	color: black;
	font-weight: bold;
}

#subnav h3 {
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 13px;
	margin: 12px 0 0 0;
}

#subnav ul {
	margin-bottom: 12px;
}

/* @group #news.home */

#news.home {
	padding: 10px 20px;
	width: auto;
}

h1.news-header {
	background: transparent url(/images/sprite.png) -24px -380px no-repeat;
	height: 18px;
	margin: 18px 0;
	padding: 0;
	text-indent: -9000px;
	width: 190px;
}

/* @end */


/* @group #notes */

#notes {
	padding: 20px 0px 150px 0px;
}

td.notes-home {
	background-color: #172315;	
}

#notes.home {
	background-color: #172315;
	xmin-height: 400px;
	padding: 0px 0px 150px 0px;
	width: 490px;
}

#notes.home div {
	width:90%;
	margin-left: 15px;	
}

#notes.home h2 {
	margin: 0;
	display: inline;
	line-height: 18px;
	padding: 0;
}

#notes.home h2 a {
	text-decoration: none;
}

#notes h1 {
	padding: 0;
	text-indent: -9000px;
}

#notes.home h1 {
	xborder: 1px solid red;
	background: transparent url(/images/sprite.png) -25px -413px no-repeat;
	height: 37px;
	margin: 0px 0 18px 15px;
	width: 157px;
}

h1#notes-index {
	background: #172315 url(/images/sprite.png) no-repeat -12px -415px;
	height: 35px;
	margin: 0;
	width: 157px;
	position: relative; top: 20px; left: 0; z-index: 10;
	text-indent: -9000em;
	padding: 0;
}


#notes.single h2,
#notes.index h2.firstnote a {
	position: relative;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	text-indent: 0;
}

#notes.index h2.firstnote a:hover {
	border-bottom: 1px dotted maroon;
 	color: maroon;
}

/* @end */

#home-sidebar {
	position: absolute;
	right: 0;
	width: 354px; 
	top: -80px;
}

#home-sidebar img {
	border: 3px solid white;
	margin: 0;
	padding: 0;
	position: relative;
	left: -48px;
	top: 0; 
}

#sidebar {
	position: absolute;
	top: 80px;
	right: 0;
	width: 354px; 
}

#sidebar p {
	color: #aaa;
	font-size: 12px;
	line-height: 15px;
}

#sidebar p b {
	color: white;
}

#sidebar.default { /*flush with swoop overlay. used for resources, about, bear,etc*/
	background-color: #172315; /*needed since it bleeds into the banner*/
	width: 220px;
	top: -80px;
}

#sidebar.flush {
	background-color: #172315; 	
	width: 220px;
	top: 0px;
}

#sidebar.wilderness {
	width: 320px;
	top: 0px;
}

#sidebar.news {
	position: relative;
	top: 0px;
	width: 310px; 

}

#sidebar.news p {
	margin: 0;
}

#sidebar p a,
#sidebar p a:visited {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#sidebar p a:hover {
	color: #ffce00;
	border-bottom: none;
}

#sidebar div.stuff {
	margin: 0 auto;
	padding: 10px 0 50px 0;
	width: 85%;
}

div.stuff p {
	margin-bottom: 12px;
}

div.stuff p strong {
	color: white;
}

div.stuff ol li {
	list-style-position: inside;
}

div.stuff span.intro {
	color: lightgoldenrodyellow;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0 0;
	display: block;
	line-height: 26px;
	padding: 12px 10px 10px 10px;
	font-family: Helvetica, Arial, sans-serif;
}

div.stuff h2 {
	color: white;
	font-size: 12px;
	margin: 18px 0 6px 0;
	text-transform: uppercase;
}

div.stuff li {
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
	padding: 1px 0;
}

div.stuff li a {
	border-bottom: 1px dotted #666;
	color: #aaa;
	text-decoration: none;
}

div.stuff li a:hover {
 	color: white;
 	border-bottom-color: yellow;
}

div.ticker {
	border-top: 2px solid yellow;
	background-color: lightgoldenrodyellow;
	margin: 0px;
	padding: 10px 20px 20px;
}

div.ticker h2 {
	color: #5c7f57;
	font-size: 11px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.8;
}

#sidebar div.ticker-item p {
	color: #333;
}

#sidebar div.ticker-item a {
	color: #4b6847;
}

#sidebar div.ticker-item a:hover {
	color: maroon;
}
div.ticker li {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
	color: #333;
	padding: 1px 0;
}

div.ticker li a {
	border-bottom: 1px dotted #666;
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

div.ticker li a:hover {
 	color: maroon;
 	border-bottom: none;
}


/* @end */

/* @group classes */


/* @group div.note */

p.agencylogos {
	background: transparent url(/images/sprite.png) -25px -290px;
	xborder: 1px solid white;
	display: block;
	height: 30px;
	position: absolute;
	right: 0px;
	text-indent: -9000em;
	top: -32px;
	width: 84px;
	margin: 0;
	padding: 0;
}

p.beta {
	background: transparent url(/images/sprite.png) -203px -411px;
	xborder: 1px solid white;
	display: block;
	height: 60px;
	position: absolute;
	right: 34px;
	text-indent: -9000em;
	top: -42px;
	width: 100px;
	z-index: 100
}

p.agencylogos a {
	display: block;
}

#notes p {
	color: #222;
}


#notes.news {
	padding-top: 20px;
}

div.notethumb {
	position: relative;
}

div.notethumb h2 {
	color: white;
	display: block;
	font-weight: normal;
	height: 30px;
	margin: 0;
	position: relative;
	xleft: -30px;
}

div.notethumb h2 a {
	background: lightgoldenrodyellow;
	border-left: 3px solid yellow;
	color: #172315;
	font-size: 18px;
	text-decoration: none;
	padding: 6px 20px 6px 30px;
}

div.notethumb h2 a:hover {
	background-color: yellow;
	xcolor: white;
}


div.note {
	width: 460px;
	margin:0 0 35px 35px;
}

div.note p {
	margin: 0;
}


ul.note-meta li {
	color: #434e44;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding-right: 6px;
	text-transform: uppercase;
}

#sidebar ul.note-meta li {
	color: white;
	display: block;
}

#main img,
div.note img {
	margin: 0 0 18px 0;
}

img.notethumb {
	position: relative;
	left: -35px;
	padding-top: 0px;
}

/* Overrides for home field note exerpts */
#notes.home h2 a { color: white;}
#notes.home h2 a:hover { color: yellow;}
#notes.home p { color: #ccc;}
#notes.home ul.note-meta li { 
	color: #fdfcac;
	display: inline;
}

/* @end */

/* @group divs.news-item */

div.news-item {
	margin: 0px 0 18px 0 ;
}

div.news-item p {
	color: #ccc;
	margin: 0;
}

div.news-item span.date {
	font-family: Helvetica, Arial, san-serif;
	font-size: 10px;
	color: lightgoldenrodyellow;
	line-height: 18px;
	text-transform: uppercase;
}

div.news-item a {
	color: white;
	border-bottom: 1px dotted #999;
	xfont-weight: bold;
	text-decoration: none;
}

div.news-item a:hover {
	color: yellow;
	border: none;
}

/* @end */

/* @group p.continued */

p.continued {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -12px;
}

p.continued a {
	color: #ccc;
	padding: 5px 5px 5px 0;
	text-decoration: none;
}

p.continued a:hover {
	color: yellow;
	text-decoration: underline;
}

div.note p.continued a,
div.note p.continued a:hover,
div.note p.continued a:visited {color: maroon;}


/* @end */

p.caption {
	border-bottom: 1px solid #ccc;
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin: -18px 0px 18px 0px;
	line-height: 12px;
	padding: 4px 0 6px 0;
}


p.bear-slogan {
	background: transparent url(/images/sprite.png) -26px -550px no-repeat;
	height: 96px;
	left: 0px;
	position: absolute;
	text-indent: -9000em;
	bottom:-8px;
	width: 112px;
}

ul.wilderness-areas {
	margin-top: 12px;
}

h1.wilderness-area-name {
	background: transparent url(/images/sprite.png) right -310px no-repeat;
	xborder: 1px solid red;
	bottom: 5px;
	color: white;
	display: block;
	font-size: 32px;
	font-weight: normal;
	left: 5px;
	line-height: 28px;
	padding: 8px 40px 8px 10px;
	position: absolute;
	z-index:100;
	width: auto;
}

a.contact {
	xborder: 1px solid red;
	display: block;
	height: 36px;
	width: 105px;
	background: transparent url(/images/sprite.png) -200px -500px no-repeat;
	text-indent: -9000px;
}

/* @end */


td.main {
	background-color: white;
	width: 540px;
	margin-top: 0;
	padding-top: 0px;
}

div.news-archive {
	margin:20px auto 50px auto;
	width: 85%;
}

div.news-archive p {
 	color: black;
}

div.news-archive p a {
	color: #2b4a09;
}

div.news-archive p a:hover {
	color: maroon;
}

div.news-archive span.date {
	color: #777;
	font-weight: bold;
}

ul.fieldnote-archive-list li {
	margin: 0;
	padding: 0;
}


ul.fieldnote-archive-list li.date {
	font-size: 10px;
	color: lightgoldenrodyellow;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
}

ul.fieldnote-archive-list li.thumb img {
	border: 1px solid #666;
}

ul.fieldnote-archive-list li.title {
	margin: 8px 0 2px 0;	
	line-height: 20px;
}

ul.fieldnote-archive-list li.title a {
	font-size: 15px;
	font-weight: bold;
	color: white;
	margin-bottom: 12px;	
}

ul.fieldnote-archive-list li.excerpt {
	margin: 2px 0 24px 0;	
	line-height: 18px;
}

div.archive-years {
	background-color: #59675b;
	width: 5em;
	padding: 10px 10px 18px 18px;
	border-top: 1px solid yellow;
}

div.archive-years h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: lightgoldenrodyellow;
}
ul.archive-years li {
	font-size: 15px;
	line-height: 20px;
	xdisplay: inline;
	padding-right: 8px;
}

ul.archive-years li a {
	color: white;
	text-decoration:none;
	border-bottom: 1px dotted #ccc;
}

ul.archive-years li a:hover {
	color: yellow;
	border-bottom:none;
}


div.friendly-helper {
	border-top: 1px solid #ccc;
	padding: 15px 30px 0 30px;
}

div.friendly-helper p {
	color: #666;
	font-style: italic;
}

#zoomify-food-storage-map {
    margin-top:0;
    margin-left:-60px;
}
