@charset "UTF-8";
/* CSS Document */
body.home {	
	background: url('gallery/wood_bkg.png') repeat-x;
	}
	
#page {
	border: 0;
	text-align: center;
	}

#header {
	background: transparent url('images/mtn_banner.png');
	position: absolute;
	}
	

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: transparent;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 850px;
	border: 0;

	}

#header {
	background: url('images/mtn_banner.png') no-repeat;
	margin: 0 0 0 1px;
	padding: 0;
	height: 175px;
	width: 850px;
	}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	color: #584D42;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 1.5em;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */



/* NAV */
div#nav {
	font-size: 18px;
	position: absolute;
	bottom: 20px;
	left: 170px;
	width: 100%;
	overflow: visible;
	font-family: "Blackmoor LET";
	color: #1C0800;
	text-decoration: none;
}

div#nav ul {
width: 800px;    
margin: 0;
padding: 0;

line-height: 1em;
list-style: none;
}

div#nav li {
	float: left;
	display: block;
	height: 27px;
	margin: 0 7px 0 0;
	padding: 0;
	list-style: none;
}

#nav li.nav-visit a {
	background-color: transparent;
	background-image: url(images/nav_cabin.png);
	width: 70px;
}

#nav li.nav-museum a {
background-color: transparent;
background-image: url(images/nav_day.png);
width: 120px;
}

#nav li.nav-calendar a {
background-color: transparent;
background-image: url(images/nav_wolf.png);
width: 150px;
}

#nav li.nav-shop a {
background-color: transparent;
background-image: url(images/nav_contact.png);
width: 90px;
} 

#nav li.nav-volunteer a {
background-color: transparent;
background-image: url(images/nav_rental.png);
width: 135px;
}

#nav li.nav-about a {
background-color: transparent;
background-image: url(images/wood_200.png);
width: 66px;
} 


div#nav a,
div#nav a:link,
div#nav a:active,
div#nav a:visited {
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	color: 1C0800;
	text-decoration: none;
}

div#nav a.last,
div#nav a.last:link,
div#nav a.last:active,
div#nav a.last:visited {
	border: 0;
	color: #1C0800;
	text-decoration: none;
	font-family: "Blackmoor LET";
}

div#nav li a:hover {
background-position: 0 35;
height: 30px;
margin-top: -5px;
}

div#nav li#selected a,
.page-id-3 div#nav li.nav-visit a,
.category-calendar div#nav li.nav-calendar a,
.page-template-cr-museum-php div#nav li.nav-museum a,
.page-id-454 div#nav li.nav-shop a,
.page-id-456 div#nav li.nav-volunteer a,
.page-id-2 div#nav li.nav-about a,
.category-events div#nav li.nav-calendar a {
background-position: 0 -30px;
height: 35px;
margin-top: -5px;
color: #1C0800;
text-decoration: none;
font-family: "Blackmoor LET";
}
/* END NAV */

/* Begin Various Tags & Classes */




.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	}
/* End Various Tags & Classes*/


</style>

