/*
Theme Name: Timberline
Theme URI: http://www.timberlinelodge.com/
Description: Timberline Lodge site theme
Author: Dane Hesseldahl & JP Devries
Author URI: http://www.nemohq.com

/************************************************************************************
	GLOBAL STYLES
************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body  {
	background-color: #FFFFFF;
	
	font-family: arial, sans-serif;
	text-align: center;
}

img {
	border: 0;
}

a.more {
	display: block;
	
	margin: 2px 0 0 1px;
	
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #7A262B;
}

#homepage a.more {color: #71714C;}

#homepage a.more:hover {color: #FFFFFF;}

/************************************************************************************
	BLOCK LEVEL STYLES
************************************************************************************/
#page  {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header  {
	width: 940px;
	height: 141px;
	
	margin: 0 10px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #231e1f;
}

#content  {
	width: 940px;
}

#content.explore {float: none;}

#content:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #content {height: 1%;}

#footer  {
	clear: both;
	width: 940px;
	height: 36px;
	
	margin: 40px 0 30px 0;
	background-image: url(images/footer_bg.gif);
}

#footer_text {
	float: left;
	width: 940px;
	
	margin: 10px 10px 20px;
	
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 13px;
}

/************************************************************************************
	HEADING STYLES
************************************************************************************/
h1  {

}

h2 {

}

h3  {

}

h4  {

}

h5  {

}

/************************************************************************************
	GLOBAL HEADER STYLES
************************************************************************************/
#header img {
	float: left;
	
	margin: 0;
	padding: 0;
}

#header #flash_nav  {
	width: 583px;
	height: 131px;
	
	margin-top: 9px;
	float: left;
}

/************************************************************************************
	GLOBAL FOOTER STYLES
************************************************************************************/
#footer ul {
	display: block;
	padding: 12px 0 0 0;
}
div#footer ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#footer ul {height: 1%;}

#footer ul li {
	float: left;
	
	height: 25px;
	padding: 0 10px;
	list-style: none;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
}

#footer ul li.sep {
	padding: 0;
}

#footer ul li a {
	/*color: #333333;*/
	color: #666666;
	text-decoration: none;
}

#footer ul li a:hover {
	/*color: #666666;*/
	color: #FFFFFF;
}

/************************************************************************************
	HOMEPAGE STYLES
************************************************************************************/
#content_flash {
	width: 940px;
	height: 330px;
	
	margin: 5px 0;
}

#homepage {
	width: 940px;
}

#homepage div.left_column {
	float: left;
	
	margin-right: 2px;
	
	width: 260px;
	padding: 0;
}

div.homepageheader {
	position: relative;
	width: 100%;
	height: 23px;
	
	margin: 0;
	padding: 0;
	
	background-image: url(images/homepage_header_bg.jpg);
}

* html div.homepageheader {
	height: 19px;
}

div.homepageheader a {
	display: block;
	float: right;
}

#news {
	float: left;
	position: relative;
	
	width: 260px;
	height: 224px;
	
	margin-bottom: 2px;
	
	background-image: url(images/lined_bg.jpg);
	background-repeat: repeat;
	background-position: top left;
}

#news ul {
	margin: 0;
	padding: 0;
}

#news li {
	clear: left;
	height: 35px;
	padding: 15px 5px 14px 7px;
	
	border-bottom: 1px dashed #383A34; /* updated by jp */
	list-style: none;
	
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #7d7d7d;
	font-weight: bold;
	line-height: 14px;
}

* html #news li {
	padding: 10px;
	margin: 0;
	height: 25px;
}

#news li a {
	color: #7d7d7d;
	text-decoration: none;
}

#news li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.archive {
	position: absolute;
	top: 6px;
	right: 10px;
}

div.archive a {
	font-size: 9px;
	color: #878787;
}

div.archive a:hover {
	font-size: 9px;
	color: #561417;
}

#connect {
	float: left;
	position: relative;
	
	width: 676px;
	height: 179px;
	
	background-image: url(images/homepage_connect_bg.jpg);
}

.connect_content {
	width: 654px;
	height: 156px;
	
	margin-right: 2px;
	padding: 10px 9px 0 13px;
}
.connect_content a.more {color: #727272;}

div.quote h2 {
	width: 344px;
	
	font-family: georgia, serif;
	font-size: 18px;
	color: #7d7d7d;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: normal;
}

#tout {
	float: left;
	
	width: 259px;
	height: 223px;
	
	padding: 1px 0 0 1px;
	background-image: url(images/tout_bg.gif);
}

#explore {
	float: right;
	
	width: 656px;
	height: 75px;
	
	background-image: url(images/tout_bg.gif);
	
	margin: 2px 0 0 0;
	padding: 9px 11px;
	
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

li.thumbnail {
	float: left;
	position: relative;
	
	width: 75px;
	height: 75px;
	
	overflow: hidden;
	
	margin: 0 4px 0 3px;
}

	li.thumbnail img {position: relative;}

	
	li.thumbnail div {
		position: absolute;
		height: 100%;
		width: 100%;
		background: transparent url('images/flickr_rollover_bg.png') no-repeat;
		top: 0;
		left: 0;
		display: none;
	}
	li.thumbnail:hover div {display: block;}
	
		li.thumbnail div a {
			text-indent: -9999em;
			background-repeat: no-repeat;
			background-position: 0 5px;
			display: block;
			height: 37px;
			width: 75px;
		}
		li.thumbnail div a:hover {background-position: -76px 5px;}

		a.flickrLink {
			background-image: url('images/viewonflickr.png');
		}
		
		a.exploreLink {
			background-image: url('images/viewonexplore.png');
			border-bottom: 1px dashed #6c7073;
		}

* html li.thumbnail {margin: 0 3px;}
* html li.thumbnail div {display: none !important;}

#events {
	float: left;
	position: relative;
	
	width: 678px;
	height: 179px;
	
	background-image: url(images/tout_bg.gif);
	background-repeat: repeat;
}

* html div#events {height: 160px;}

#events_content {
	width: 678px;
	height: 144px;
	
	margin-top: 2px;
	padding-top: 5px;
}

	* html ul#events_content {
		height: 132px;
		padding-top: 0px;
	}

li.event {
	float: left;
	
	font-size: 11px;
	color: #7d7d7d;
	line-height: 14px;
	
	width: 204px;
	
	padding:  5px 10px 10px 10px;
	border-right: 1px dashed #383A34;
}

* html li.event, * html li.event.last	 {
	width:   200px;
	margin:  0;
}

li.event.last {
	padding: 10px;
	border-right: 0;
}

li.event h2 {
	font-size: 18px;
	line-height: 18px;
}

* html li.event h2 {
	width: 150px;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

div.event_homepage_title h2 a {
	font-family: georgia, serif;
	color: #7d7d7d;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	text-decoration: none;
}

li.event h2 a:hover {
	color: #FFFFFF;
}

div.event_date {
	font-size: 10px;
	color: #7d7d7d;
	margin-bottom: 2px;
}

/************************************************************************************
	GLOBAL SUB-PAGE STYLES
************************************************************************************/
#subpage_content {
	float: left;
	/*width: 779px;*/
	width: 780px; /* - jp */
	
	background-image: url(images/single_bg.gif);
	background-repeat: repeat-x;
	background-color: #E6E6E0;
	
	margin-top: 3px;
	padding-bottom: 30px;
	
	line-height: 16px;
	
	min-height: 550px;
}

#subpage_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#subpage_content {
	height: 550px;
}

#explore_single {
	float: left;
	
	width: 780px;
	
	background-image: url('images/tout_bg.gif');
	
	margin: 2px 0 0 0;
	padding: 9px 0;
	
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

	#explore_single #explore {
		padding: 0 11px;
	}
	
	* html #explore_single #explore {padding-left: 0;}

h3.sorry {
	font-family: georgia, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

/************************************************************************************
	GLOBAL SUB-PAGE SIDEBADR STYLE
************************************************************************************/
#post_sidebar {
	float: left;
	width: 140px;
	
	margin: 40px 0 0 0;
	padding: 10px 20px 30px 0;
	
	background-image: url(images/sidebar_bg.jpg);
}

* html #post_sidebar {
	padding: 10px 5px 30px 0;
	width: 123px;
	float: left;
}

#post_sidebar ul {
	padding-left: 10px;
}

#post_sidebar li {
	display: block;
	
	margin: 0;
	padding: 5px 0;
	
	font-size: 10px;
	color: #FFFFFF;
	list-style: none;
	text-transform: uppercase;
}

#post_sidebar li a {	
	color: #666666;
	text-decoration: none;
}

#post_sidebar li a:hover {
	color: #FFFFFF;
}

a.visit {color: #597355 !important;}

a.visit:hover {color: #FFFFFF !important;}

a.play {color: #5d7977 !important;}

a.play:hover {color: #FFFFFF !important;}

.learn {color: #93936c !important;}

a.learn:hover {
	color: #FFFFFF !important;
}

ul.sidebar_subpost {
	margin-top: 0;
	margin-left: 10px;
}

div.external_links {
	margin-top: 55px;
}

div.external_links li {
	padding: 3px 0 !important;
}

ul.visit_links {
	width: 140px;
	
	background-image: url(images/visit_div.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	margin: 20px 0 0 0;
	padding: 10px 0 5px;
}

ul.play_links {
	width: 140px;
	
	background-image: url(images/play_div.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	margin: 20px 0 0 0;
	padding: 10px 0 5px;
}

ul.learn_links {
	width: 140px;
	
	background-image: url(images/learn_div.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	margin: 20px 0 0 0;
	padding: 10px 0 5px;
}

/************************************************************************************
	ARCHIVE PAGE STYLES
************************************************************************************/
div.grid_post {
	float: left;
	display: table-cell;
	width: 350px;
	
	padding-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #d9d9cf;
}

div.grid_post.odd {margin-left: 50px;}
div.grid_post.even {clear: left;}
div.grid_post.top {
	border-top: 0px;
	padding-top: 0px;
}


div.grid_post img {
	float: left;
	
	width: 75px;
	height: 75px;
	overflow: hidden;
	
	margin: 0 10px 3px 0;
}

div.grid_post div.toutWrapper {
	margin: auto !important;
	height: 223px !important;
	width: 350px !important;
}

div.grid_post div.toutWrapper #tout_images {
	margin: auto !important;
	height: 223px !important;
	width: 259px !important;
	text-align: center;
}

div.grid_post div#tout_images img {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
}

div.title, div.title a {
	display: block;
	margin-bottom: 3px;
	
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div.title a:hover {
	color: #561417;
}

div.grid_post div.grid_content {
	width: 265px;
	float: right;
	
	line-height: 16px;
}

/************************************************************************************
	SINGLE PAGE STYLES
************************************************************************************/
#job_list {
	list-style: none;
	margin-left: 3px;
	
	font-size: 12px;
	line-height: 17px;
}

#job_list li {margin: 8px 0;}

li.department {clear: both;}

#job_list li a {
	font-weight: bold;
	color: #7a262b;
}

#job_list li a:hover {color: #FFFFFF;}

#job_list li.job {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px solid #e0e0d8;
}

#job_list li.job:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#job_list li.job {height: 1%;}

#job_list li.job h6 {
	font-weight: bold;
	font-size: 13px;
	clear: both;
	
}


#job_list li.job dt {
	font-weight: bold;
	float: left;
	text-align: right;
	clear: both;
	display: inline;
} 

#job_list li.job dd {
	float: left;
	display: inline;
	padding-left: 8px;
} 

ul.department_list {
	margin-bottom: 1em;
}

#job_list li div.job_description {
	margin: 10px 0;
}

ul.jop_list li div.job_application {
	margin: 10px 0;
}

li.department h5 {
	font-size: 14px;
	letter-spacing: .35px;
	text-transform: uppercase;
	color: #7A262B;
	cursor: pointer;
}


/************************************************************************************
	THE POST STYLES
************************************************************************************/
.post  {
	padding: 10px;
}

.post h2 a:hover, h2 a:visited, h2 a  {
}

.post div.pullquote {
	display: block;
	
	margin: 10px 0 15px 0;
	padding: 0 0 10px 0;
	
	font-family: Georgia, serif;
	font-size: 24px;
	color: #232222;
	text-decoration: none;
	font-weight: normal;
	line-height: 28px;
	
	border-bottom: 1px solid #d9d9cf;
}

.post .entry  {
	font-size: 12px;
	line-height: 14px;
	color: #232222;
}

.wp-caption {
	float: left;
}

.post p  {

}

.post a  {

}

.post ul  {

}

.post li  {

}

.entry  {

}

.entrytext .postmetadata  {

}

.postmetadata alt  {

}

.postmetadata a  {

}

.navigation  {

}

.alignleft  {

}

.alignright  {

}

.center  {

}

.pagetitle  {

}

blockquote  {

}

cite  {

}

a img  {

}

acronym, abbr  {

}

div.left_column, div.right_column {
	float: left;
	width: 369px;
	margin-right: 10px;
	padding: 8px 0;
}

div.left_column {clear: left;}

div.left_column:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div.left_column {height: 1%;}


	* html div.right_column {margin-right: 0;}
	* html div.left_column {width: 359px;}

div.left_column_wide {
	width: 535px; 
	padding-left: 5px; 
	padding-right: 5px; 
	float: left;
}

div.left_column_narrow {
	width: 200px; 
	padding-left: 10px; 
	float: left;
}

div.right_column_wide {
	width: 535px; 
	padding-left: 5px; 
	padding-right: 5px; 
	float: left;
}

div.right_column_narrow {
	width: 200px; 
	padding-left: 10px; 
	float: left;
}

/************************************************************************************
	HEADER STYLES
************************************************************************************/

#headerWrapper  {
	/*background-image: url(../images/header/header.png);*/
	height: 145px;
	width: 940px;
	text-align: center;
	border-bottom: 1px solid #141112;
}

#logo{
	background-image: url('images/header/logo.gif');
	width: 119px;
	height: 140px;
	float: left;
	text-indent: -9999em;
	
}

	#logo a {
		display: block;
		height: 100%;
		width: 100%;
		outline: none;
	}

#mainNav {
	height: 75px;
	width: 575px;
	float: left;
	overflow: none;
	background:#000000 url('images/header/nav_bg.jpg') no-repeat;
	padding: 65px 0 0 5px;
	overflow: hidden;
}
	
	#mainNav li {
		height: 75px;
		overflow: hidden;
		width: 127px;
		position: relative;
		float: left;
		text-align: left;
		background: transparent url('images/nav_dividers.png') no-repeat 0 -25px;
		cursor: pointer;
	}
			
	#mainNav li.navClosed {padding: 32px 7px 0 7px;}
	#mainNav li.navOpen {padding: 0 7px 0 7px;}
	
	ul#mainNav li.fixIE.navClosed {
		height: 43px;
		padding: 32px 7px 0 7px;
	}
	
	ul#mainNav li.fixIE.navOpen {
		height: 43px;
		padding: 0 7px 0 7px;
	}
		
	
	
	#mainNav li#navPlay {background-position: 0 -125px;}
	
	#mainNav li#navLearn {background-position: 0 -225px;}
	
	#mainNav li#navExplore {background-position: 0 -325px;}
	
		#mainNav li h2 {
			font: 19px/19px Archer,Times,'Times New Roman',Georgia,serif;
			color: #818282;
		}
		
			#mainNav li h2 a {color: #818282;}
			
		#mainNav li p {
			font: 10px/12px Arial,Verdana,sans-serif;
			text-transform: uppercase;
		}
	
		* html ul#mainNav li p {display: none;}
		* + html ul#mainNav li p {display: none;}
		* html ul#mainNav li {height: 68px;}
		* + html ul#mainNav li {height: 68px;}
	
		#mainNav li a {cursor: pointer;}

		#mainNav li a.navLink {
			position: absolute;
			height: 100%;
			width: 100%;
			text-indent: -9999em;
			z-index: 1;
			top: 0;
			left: 0;
			cursor: pointer;
		}
		
		#mainNav li#navVisit p a {color: #597355;}

		#mainNav li#navPlay p a {color: #5d7977;}

		#mainNav li#navLearn p a {color: #878555;}

		#mainNav li#navExplore p a {color: #556a80;}


#headerWidgetWrapper {
	width: 240px;
	height: 140px;
	/*background-image: url(../images/header/widget.png);*/
	float: left;
}

/*#headerLine {
	width: 936px;
	margin-top: 4px;
	height: 1px;
	float: left;
	background-color: #141112;
	line-height: 1px;
	overflow: none;
	font-size: 0px;
}*/

#headerLine {
	border-bottom:1px solid #141112;
	width:936px;
	font-size:0px;
	float:left;
	margin-top:4px;

}

#searchform {
	height: 33px;
	width: 100%;
	background-color: #1D2026;
}

	#searchform fieldset {
		border: 0;
	}
	
	#searchform #s {
		float: left;
		margin: 6px 0 0 6px;
	}

	#searchsubmit {
		width: 58px;
		height: 33px;
		float: right;
/*		background-image: url(images/header/widget/search.gif);
*/		cursor: pointer;
	}

#weatherWidgetDisplay {
	height: 80px;
	background-color: #181C22;
	font: 9px/12px Arial, "Helvetica Neue",Helvetica, Geneva, sans-serif;
	color: #cccccc;
	text-align: left;
	position: relative;
	z-index: 95;
}

p.weatherDate {
	font-size: 11px;
	line-height: 13px;
	padding-left: 6px;
	padding-top: 4px;
	border-bottom: 1px dashed #383A34;
}

	p.weatherDate span {text-transform: uppercase;}

#weatherWidgetDisplay img {
	float: left;
	margin: 0 6px 0 5px;
}

p.weatherData {
	height: 36px;
	width: 174px;
	color: #B3B3B3;
	position: absolute;
	right: 4px;
	top: 23px;
	z-index: 96;
}

p#weatherSnow {display: none;}

#weatherWidgetDisplay a {
	display: block;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 3px;
	text-transform: uppercase;
	width: 244px;
	height: 66px;
	line-height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 101;
}

	#weatherWidgetDisplay a span {
		position: absolute;
		z-index: 100;
		bottom: 2px;
		right: 4px;
		display: block;
		width: 174px;
	}

ul.weatherWidgetToggle {
	height: 27px;
	background: transparent url('images/weather_widget_toggle_bg.png') repeat-x;
	font-weight: bold;
	font-size: 10px;
	color: #a7aaad;
	letter-spacing: .5px;
	text-transform: uppercase;
}

	ul.weatherWidgetToggle li {
		text-align: center;
		width: 50%;
		display: block;
		float: left;
		padding: 8px 0;
		line-height: 11px;
	}
	
	ul.weatherWidgetToggle li.active {
		background: #101518;
	}
	
	ul.weatherWidgetToggle li.inactive {cursor: pointer;}
	ul.weatherWidgetToggle li.inactive:hover {color: #7A262B;}
	
	li#weatherSummaryButton {
		
	}
	
	li#weatherSnowButton {
		
	}

#weatherWidgetDisplayStageSnow {
	display: none;
	float: left;
	color: #b3b3b3;
	padding-top: 6px;
	padding-left: 6px;
	font-size: 9px;
	line-height: 12px;
	width: 180px;
}

#weatherWidgetDisplayStageSnow strong {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#weatherWidgetDisplayStageCopyHolder  {
	float: left;
	color: #b3b3b3;
	padding-top: 6px;
	padding-left: 6px;
	font-size: 9px;
	line-height: 12px;
	width: 180px;
}

#weatherWidgetDisplayStageCopyHolder a, #weatherWidgetDisplayStageSnow a {
	display: block;
	padding-top:3px;
	
	font-size: 9px;
	letter-spacing:1px;
	font-weight: bold;
}

#weatherWidgetToggleWrapper {
	width: 240px;
	height: 27px;
	background-color: #181C22;
}

#weatherWidgetWeatherReportBtn  {
	height: 27px;
	width: 120px;
	float: left;
}

#weatherWidgetWeatherConditionsBtn  {
	height: 27px;
	width: 120px;
	float: right;
}

.clr {
	clear: both;
}

#instructorSort {
	font: bold 12px Helvetica,Arial,sans-serif;
	padding: 0 0 10px 8px;
	border-bottom: 1px solid #D9D9CF;
	margin-bottom: 1em;
}

	#instructorSort a {
		padding: 2px 6px;
		cursor: pointer;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin: 0 6px;
	}

	#instructorSort a:hover, #instructorSort a.current {
		background-color: black;
		color: white;
	}

/*--------------Sidebar------------*/

#sidebar ul  {

}

#sidebar ul h2  {

}

#sidebar ul li  {

}

#sidebar ul ul  {

}

#sidebar ul ul li {

}

#sidebar ul ul ul  {

}

#sidebar p  {

}

#sidebar a  {

}
#sidebar a:hover  {

}

#sidebar a:visited  {

}


/*--------------Comments--------------*/

ol.commentlist  {

}

ol.commentlist li  {

}

ol.commentlist li.alt  {

}

ol.commentlist a  {

}

small.commentmetadata  {

}

/*--------------Search Form-------------*/

#searchform  {

}

#searchform input  {

}

#searchform #s  {

}


/*-------------Calendar-----------------*/

#wp-calendar  {

}

#wp-calendar th  {

}

#wp-calendar a  {

}

#prev a, #next a  {

}

#wp-calendar caption  {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr  {
	/*display: none;*/
}
