/*
Title: Homewood Mountain Resort
Description: Snow Report Application Styles
Author: Twelve Horses
Last Updated:	08.04.2008
*/


/*****************************************************************************
SNOW REPORT STYLES
*****************************************************************************/

@media screen {

#snow_report_wrapper {
	display: inline-block;
	margin: 4px auto 20px auto;
	padding: 0;
	width: 630px;
	display: block;
	border-bottom: 1px solid #855d25;
/*	background: url('http://www.skihomewood.com/images/homewood/snow_report_bg.jpg') top left repeat-y; */
}

#snow_report_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #snow_report_wrapper {
	height: 1%;
}

#snow_report_wrapper h2 {
	padding: 2px 4px 2px 8px;
/*	background-color: #30130c; */
background-color:#CCCCCC;
	border-bottom: 1px solid #855d25;
	line-height: 20px;
	letter-spacing: .02em;
}

#snow_report_wrapper h2 img {
	margin-right: 2px;
}

#sr_leftside {
	margin: 10px 36px 0 0;
	padding: 0 0 0 10px;
	width: 630px;
	float: left;
}

#sr_leftside h3 {
	padding-bottom: 4px;
	border-bottom: 1px solid #2b200e;
	letter-spacing: .02em;
}

#sr_rightside {
	padding: 10px 0 0 0;
	width: 304px;
	float: left;
	background: url('http://www.skihomewood.com/images/homewood/main_floral.gif') top right no-repeat;
}

#sr_title {
	padding: 4px 0 0 10px;
	height: 29px;
/*	background-color: #30130c; */
background-color:#dddddd;
	border-bottom: 1px solid #855d25;
	border-top: 1px solid #855d25;
	overflow: hidden;
}

#sr_title h1 {
	margin: 0;
	padding: 0;
	letter-spacing: .03em;
	float: left;
}

#last_update {
	padding: 2px 10px 0 0;
	float: right;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
/*	color: #cfc6b3; */
color:#000000;
	font-variant: small-caps;
}

/* weather app
----------------------------------------------------------------------*/

#weather_wrapper {
	display: inline-block;
	margin: 0 0 20px 0;
}

#weather_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #weather_wrapper {
	height: 1%;
}

#weather_top {
	display: inline-block;
	margin: 0 0 20px 0;
}

#weather_top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #weather_top {
	height: 1%;
}

#weather_current {
	width: 370px;
	float: left;
	margin-right: 34px;
}

#weather_graphic_current {
	float: left;
	width: 140px;
	text-align: right;
	margin: 4px 0 0 0;
}

#weather_graphic_current_print {
	display: none;
}

#current_temp_hi {
	font: 36px/36px Georgia, "Times New Roman", Times, serif;
}

#current_temp_lo {
	font: 24px/24px Georgia, "Times New Roman", Times, serif;
}

#current_temp_desc {
	font: bold 12px/12px Georgia, "Times New Roman", Times, serif;
	margin: 6px 0 0 0;
}

#weather_details_current {
	float: left;
	margin-left: 20px;
	width: 202px;
}

#weather_tomorrow {
	width: 240px;
	float: left;
	line-height: 18px;
}

#weather_graphic_tomorrow {
	float: left;
	padding-top: 6px;
	width: 70px;
	text-align: center;
}

#weather_graphic_tomorrow img {
  padding-bottom: 6px;
}

#weather_graphic_tomorrow_print {
	display: none;
}

#weather_graphic_tomorrow_print img {
	display: none;
}

#weather_details_tomorrow {
	float: left;
	margin-left: 6px;
	width: 154px;
}

.weather_tomorrow_hi {
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
}

.weather_tomorrow_lo {
	font: 14px/14px Georgia, "Times New Roman", Times, serif;
}

#extended_weather_wrapper {
	margin-top: 10px;
}

#5days {
	display: inline-block;
	margin: 0;
}

#5days:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #5days {
	height: 1%;
}

.single_day {
	border-right: 1px solid #2b200e;
	width: 125px;
	float: left;
}

.single_day th {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #d9ae64;
}

.single_day td {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.single_day_end {
	width: 128px;
	float: left;
}

.single_day_end th {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #d9ae64;
}

.single_day_end td {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

/* View NOAA Link
----------------------------------------------------------------------*/

#noaa_forecast {
  clear: both;
}

#noaa_forecast a {
  color: #D9AE64;
  font-size: 16px;
}

/* surace and snow conditions app
----------------------------------------------------------------------*/

#current_snow_conditions {
	margin: 0 0 20px 0;
	display: block;
}

#current_snow_conditions p {
	margin: 10px 0 0 6px;
}

#current_snow_conditions th {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}

.row_dark {
/*	background-color: #3d2d18; */
background-color:#aaaaaa;
	border-bottom: 1px solid #59472e;
	border-spacing: 1px;
}

.row_dark td {
/*	background-color: #3d2d18; */
background-color:#aaaaaa;
	border-bottom: 1px solid #59472e;
	padding-left: 4px;
}

.row_clear {
	border-top: 1px solid #2b200e;
	border-bottom: 1px solid #2b200e;
}

.row_clear td {
	border-top: 1px solid #2b200e;
	border-bottom: 1px solid #2b200e;
	padding-left: 4px;
}


/* lifts and bowls app
----------------------------------------------------------------------*/

#lifts_wrapper {
	margin: 0 0 20px 0;
	display: block;
} 

#lifts_wrapper h3 {
	margin-top: 10px;
	padding: 2px 4px 3px 10px;
/*	background-color: #362916; */
background-color:#dddddd;
	border-bottom: 1px solid #59472e;
	letter-spacing: .02em;
}

#lifts_wrapper th {	
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #d9ae64;
	padding-left: 10px;
}

#lifts_wrapper td {	
  padding-left: 10px;
}

#lifts_wrapper img {	
  padding-right: 4px;
}

.lift_header {
	background: url('http://www.skihomewood.com/images/homewood/sr_lift_bg.gif') top right repeat-y;
/*	background-color: #3d2d18; */
background-color:#dddddd;
	border-bottom: 1px solid #59472e;
}

.lift_header p {
  float: left;
	font-weight: bold;
	margin: 0;
	padding-left: 4px;
}

.status {
	text-align: right;
	border-right: 1px solid #2b200e;
	padding-right: 10px;
}

.lift_notes {
	padding: 10px 10px 20px 40px;
  font: italic 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

.lift_status_open {
	padding-right: 4px;
	width: 78px;
	color: #5c943e;
	text-align: right;
	float: right;
}

.lift_status_hold {
	padding-right: 4px;
	width: 78px;
	color: #caa646;
	text-align: right;
	float: right;
}

.lift_status_scheduled {
	padding-right: 4px;
	width: 78px;
	color: #caa646;
	text-align: right;
	float: right;
}

.lift_status_closed {
	padding-right: 4px;
	width: 78px;
	color: #f43232;
	text-align: right;
	float: right;
}

.beginner {
	padding: 0;
	text-indent: 12px;
	background: url('http://www.skihomewood.com/images/homewood/sr_beginner.gif') 4px 8px no-repeat;
}

.beginner img {
  display: none;
}

.intermediate {
	padding: 0;
	text-indent: 12px;
	background: url('http://www.skihomewood.com/images/homewood/sr_intermediate.gif') 4px 8px no-repeat;
}

.intermediate img {
	display: none;
}

.advanced {
	padding: 0;
	text-indent: 12px;
	background: url('http://www.skihomewood.com/images/homewood/sr_advanced.gif') 4px 8px no-repeat;
}

.advanced img {
  display: none;
}

.expert {
	padding: 0;
	text-indent: 12px;
	background: url('http://www.skihomewood.com/images/homewood/sr_expert.gif') 4px 8px no-repeat;
}

.expert img {
  display: none;
}

.single {
	padding: 0;
	background: url('http://www.skihomewood.com/images/homewood/lift_1.gif') 0 0 no-repeat;
	text-indent: 20px;
}

.triple {
	padding: 0;
	background: url('http://www.skihomewood.com/images/homewood/lift_3.gif') 0 0 no-repeat;
	text-indent: 20px;
}

.quad {
	padding: 0;
	background: url('http://www.skihomewood.com/images/homewood/lift_4.gif') 0 0 no-repeat;
	text-indent: 24px;
}



/* parks report
----------------------------------------------------------------------*/

#parks_wrapper {
	margin: 0 0 20px 0;
	display: block;
}

.snow_park_block_double {
	width: 304px;
	margin: 10px 7px;
	float: left;
}

.snow_park_block_double h5 {
/*	background-color: #3d2d18; */
background-color:#dddddd;
	border-bottom: 1px solid #59472e;
	padding: 2px 0 4px 4px;
	text-align: left;
	margin: 0 0 8px 0;
	letter-spacing: .02em;
}

.snow_park_block_triple {
	width: 202px;
	margin: 10px 7px;
	float: left;
}

.snow_park_block_triple h5 {
/*	background-color: #3d2d18; */
background-color:#dddddd;
	border-bottom: 1px solid #59472e;
	padding: 2px 0 4px 4px;
	text-align: left;
	margin: 0 0 8px 0;
	letter-spacing: .02em;
} 


/* sidebar
----------------------------------------------------------------------*/

#hw_info {
	display: none;
}

.sidebar_feature {
	margin: 0 10px 18px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #2b200e;
}

.sidebar_feature_noborder {
	margin: 0 10px 18px 0;
	padding-bottom: 10px;
}

.sidebar_feature_noborder th {
	font-weight: bold;
	padding-bottom: 4px;
}

.sidebar_feature_noborder td {
	border-bottom: 1px solid #2b200e;
}


}
