*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #E1E1E1;
    font-family:sans-serif; 
    width: 800px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ddd;

}

p
{
	margin-bottom: 15px;
	text-align: justify;

}

img
{
	margin: 0;
	padding: 0;
	border: solid 1px #ddd;
}

#content img
{
	xborder: solid 5px #fff;
	xborder-bottom: solid 35px #fff;
	xbackground-color: #fff;
}

a
{
	color: #DCAD25;	
	xtext-decoration: none;

}

a:hover
{
	color: #ffbc00;	
	xtext-decoration: underline;

}

a.heading
{
	text-decoration: none;
}

#header img
{
	border: none;
}

#whole_page
{
	background-color: #444; 
	background-image: url(/images/background2.gif); 
	background-repeat: repeat-x;
	background-position: 0 120px;

	width: 800px;

	xborder: solid 1px blue;
}

#page_content
{
	xborder: solid 1px red;
}

#content 
{
	xposition: relative;
	
	xtop: 0;
	xleft: 0;
	
	xfloat: right;
	
	xheight: 100%;
	
	margin-left: 180px;
	padding-right: 15px;
	xpadding-left: 10px;
	
	xborder: solid 1px green;
}

#content h1
{
	color: #ffbc00;
	font-size: 150%;
	margin-bottom: 10px;
}

#content h2
{
	color: #ffbc00;
	font-size: 120%;
	margin-bottom: 3px;
	margin-top: 5px;
}

#content ul.mtn_stats
{
	margin-bottom: 20px;
}

#content ul
{
	margin: 0;
	padding: 0;
}

#content ul li
{
	xlist-style: none;
	margin-left: 25px;
	margin-bottom: 5px;
}

#nav
{
	text-align: center;
	marign: 0;
	padding: 0;
	padding-top: 10px;
}

#nav .image_band
{
	margin-bottom: 8px;
}

.image_band a
{
	border: none;
}

.image_band a img
{
	border: none;
}

#nav ul 
{
	list-style: none;
	padding-top: 9px;
	padding-bottom: 7px;
}

#nav #top_left
{
	background: #ffbc00;
	background-image: url(/images/yellow_top_left.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	
	margin-top: 15px;
	margin-bottom:15px;
	
	margin-left: 11px;
	margin-right: 11px;
}

#nav #top_right
{
	background-image: url(/images/yellow_top_right.gif); 
	background-repeat: no-repeat;
	background-position: top right;	
}

#nav #bottom_left
{
	background-image: url(/images/yellow_bottom_left.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#nav #bottom_right
{
	background-image: url(/images/yellow_bottom_right.gif); 
	background-repeat: no-repeat;
	background-position: bottom right;	
}

#nav ul li
{
	padding: 0;
	margin: 0;
	
	display: inline;
}

#nav ul li a
{
	padding: 4px 6px 2px 6px;
	margin-left: 5px;

	text-decoration: none;
	font-weight: bold;
	font-size: 15px;

	letter-spacing: 1px;
	color: #0a0a0a;
	border: solid 2px #ffbc00;
}

#nav ul li a.first
{
	margin-left: 0;
}

#nav ul li a:hover
{
	border: solid 2px #0a0a0a;
}

#bottom_nav
{
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

#bottom_nav ul
{
	list-style: none;
}

#bottom_nav ul li
{
	display: inline;
}

#bottom_nav ul li a
{
	font-size: 80%;
	color: #ffbc00;
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 2px;
	
	text-decoration: none;
	xfont-weight: bold;
	letter-spacing: 1px;
}

#bottom_nav ul li a:hover
{
	text-decoration: underline;
}

#bottom_nav ul li a.first	
{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

#mountains
{
	float: left;
	
	xposition: absolute;
		
	xtop: 265px;
	
	width: 160px;
	color: #ffbc00;
	font-size: 80%;
		
	margin-left: 10px;
	margin-bottom: 15px;
	padding-top: 3px;
	
	xborder: solid 1px blue;
	background-color: #333;

	background-image: url(/images/list_top.gif); 
	background-repeat: no-repeat;
}

#mountains .bottom
{
	height: 10px;
	
	background-image: url(/images/list_bottom.gif); 
	background-repeat: no-repeat;
}

#mountains h2
{
	margin: 5px 0;
	padding: 0;
	font-size: 130%;
	
	margin-left: 8px;
}

#mountains ul
{
	list-style: none;
	margin: 0 8px;
	padding: 0;
}

#mountains ul li
{
}

#mountains ul li a
{
	color: #ffbc00;
	text-decoration: none;
	border: solid 1px #333;

	padding: 0px;

	display: block;
	text-indent: -18px;
	padding-left: 20px;
}

#mountains ul li a:hover
{
	border: solid 1px #ffbc00;
}

#mountains ul li a img
{
	border: none;
	display: inline;
	margin-right: 2px;
}


#footer
{
	background-color: #444; 
	background-image: url(/images/footer2.gif); 
	background-repeat: no-repeat;
	background-position: bottom;
	
	color: #777;
	width: 800px;
	text-align: center;
	font-size: 75%;
	clear: both;
	
	padding-top: 10px;
	padding-bottom: 10px;
	xborder: solid 1px yellow;
	
	position: relative;

}

#footer a
{
	text-decoration: none;
	color: #999;
}


.news
{
	float: right;
	padding: 8px;
	margin-left: 12px;
	margin-bottom: 8px;
	
	width: 34%;
	color: #eee;
	border: solid 1px;
	background-color: #333;

	font-size: 90%;
}

.news .heading
{
	color: #ffbc00;
	font-size: 110%;
	border-bottom: solid 1px #eee;
	padding-bottom: 1px;
	margin-bottom: 3px;
}

.news .item
{
	margin-bottom: 5px;
}

.news .item a
{
	color: #eee;
	text-decoration: none;
}

.news .item .date
{
	color: #ffbc00;
}

.news_item
{
	margin-bottom: 15px;
	border-bottom: solid 2px;
	
	float: left;
	width: 100%;
}

.joinmailinglist
{
	padding: 8px;
	padding-bottom: 12px;
	margin: auto;
	margin-bottom: 8px;
	
	width: 80%;
	color: #eee;
	border: solid 1px;
	background-color: #333;

	font-size: 90%;
	text-align: center;
}

.mailinglist
{
	xborder: solid 1px red;
}

.mailinglist input
{
	margin-bottom: 5px;
	margin-right: 5px;
}

.mailinglist .need_left_margin
{
	margin-left: 10px;
}

.right
{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.left
{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

p.align_right
{
	text-align: right;
	xalign: right;
}

p.align_center
{
	text-align: center;
}

.orange
{
	color: #ffbc00;
}

.white
{
	color: #ddd;
}

.link_style1
{
	 text-decoration: none;
	 color: #666;
}

.link_style2
{
	 text-decoration:none;
	 color:#ffbc00;
}

.email_link
{
	text-decoration:none;
}

.hack
{
	clear:both;
	margin:0;
	padding:0;
	xborder: solid 1px red;
}

#login 
{
	position: absolute;
	xheight: 10px;
	xwidth: 10px;
	top: 0;
	right: 0;
	xborder: solid 1px white;
	text-align: right;
	text-decoration: none;
}

#login i
{ 
	visibility: hidden;
}

#login i.logout
{ 
	visibility: visible;
	margin-right: 5px;
}

#blocks
{
}

#blocks div, #blocks span
{
}

#blocks div
{
}

.pageindex
{
	margin-bottom: 20px;
}

.photos
{
	xtext-align: center;
	margin-bottom: 10px;
	xborder: solid 1px orange;
	float: right;
	width: 584px;
	margin-left: 18px;
}

.photos img
{
	margin: 5px;
}

.after_photos
{
	clear: right;
	xborder: solid 1px red;
}

.cursive {
	font-family: Comic Sans MS, Monotype Corsiva, Lucida Handwriting, cursive, san-serif;
}

.polaroid
{
	float: left;

	margin: 10px;
	margin-bottom: 10px;
}

.polaroid div
{
	float: left;
	xborder: solid 1px purple;

	padding: 0;
	margin: 0;
	background: #fff;
	
	border: solid 1px #333;
}

.big_polaroid
{
	float: right;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	xborder: soild 1px blue;
}

.polaroid .comment
{
	text-align: center;
	font-size: 80%;
	margin-bottom: 5px;
	border: none;
	width: 100%;
	xborder: solid 1px red;
}

.polaroid .comment div
{
	border: none;
}

.polaroid a
{
	text-decoration: none;
	color: #000;
}

.polaroid img
{
	xdisplay: block;
	margin: 5px;
	margin-bottom: 1px;
	padding: 0;
	border-color: #ccc;
}

.news_item .polaroid
{
	float: right;
}

.contact
{
	width: 480px;
	margin-left: 120px;
	text-align: center;
	margin-bottom: 20px;
	xborder: solid 1px red;
	float: left;
}

.contact .name
{
	font-size: 200%;
	text-align: left;
	margin-left: 5px;
}

.contact .email
{
	font-size: 120%;
	text-align: right;
	float: right;
	margin-right: 5px;
	margin-top: 0.6em;
}

.contact .emails
{
	font-size: 110%;
	margin: auto;
	text-align: center;
	width: 100%;
}


.image_band
{
	text-align: center;
	clear: both;
}

.safety_note
{
	color: #ddd;
	border: solid 1px #ffbc00;
	background-color: #333;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.block_left, div.block_default
{
	text-align: left;
	margin-right: 10px;
}

span.block_left, span.block_default
{
	float: left;
}

span.block_left img,  span.block_default img
{
	margin-right: 10px;
}

div.block_right
{
	text-align: right;
}

span.block_right
{
	float: right;
}

span.block_right img
{
	margin-left: 10px;
}

div.block_center
{
	text-align: center;
}

span.block_center
{
	float: center;
}

.mtn_auth_links
{
	clear: right;
}

.auth_links
{
	padding: 10px;
	text-align: center;
	background: #333;
	border: solid 1px;
	margin: auto;
	margin-bottom: 10px;
	
	float: left;
	width: 584px;
}

.auth_links a
{
	color: #000;
	background-color: #ffbc00;
	padding: 2px 12px 0 12px;
	margin: 3px;
	border: solid 1px;
	text-decoration: none;
}

.auth_links a:hover
{
	background-color: #C40202;
}


.block_admin
{
	position: relative;
	xz-index: 2;
	xborder: solid 1px red;

}

.block_admin:hover
{
	background: #333;
	xz-index: 1;
}

span.block_admin
{
	xz-index: 1;
}


.block_admin .auth_links
{
	position: absolute;
	
	top: 10px;
	left: 10px;
	width: 12em;
	height: 1.2em;

	z-index: 20;
	
	visibility: hidden;
}

.block_admin:hover .auth_links
{
	visibility: visible;
}

.block_admin .auth_links div
{
	xborder: solid 1px;
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
}

.pagepreview .page
{
	border: solid 1px #666;
	background: #222;
	padding: 8px;
	padding-top: 4px;
	float: left;
	width: 584px;
	margin-bottom: 15px;
}

.pagepreview .page h2
{
	font-size: 110%;
}

.pagelist
{
	margin-bottom: 20px;
}

.pagelist .page
{
	background: #222;
	padding: 3px;
	float: left;
	width: 599px;
}

.pagelist .one
{
	background: #222;
}

.pagelist .two
{
	background: #333;
}

.pagelist .page .name
{
	float: left;
	width: 49%;
}

.pagelist .page .date
{
	float: right;
	width: 50%;
	text-align: right;
}


#map
{
	border: solid 1px;
	height: 275px;
	width: 350px;
	
	float: right;
	
	margin-bottom: 5px;
}

.big_image
{
	float: right;
	display: inline;

	margin-bottom: 10px;
	xborder:solid 1px blue;
}

.big_image, #map
{
	margin-left: 10px;
}

#links .section
{
	margin-bottom: 20px;
	margin-left: 20px;
}

#links .section ul
{
	margin-top: 5px;
	float: none;
	width: 100%;
}

#links a
{
	color: #ddd;
}

.sponsor
{
	float: left;
	margin: 10px;
}

.sponsor img
{
	xborder: none;
}

#breadcrumbs
{
	padding: 0;
	margin: 0;
	xborder:solid 1px red;
	margin-bottom: 1px;
	font-size: 90%;
}

#breadcrumbs ul 
{
	padding: 0;
	margin: 0;
	display: inline;
} 

#breadcrumbs ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
	
#breadcrumbs ul li a
{
	text-decoration: none;
}

