﻿/*	
File:		skihillweather.css
Supports:	ski_hill_weather.php
Date:		September 20, 2011
*/

/* network camera */
div#microcam {position:relative;margin:0;padding:0; float:right;}
img#wcam2 {width:308px;height:230px;margin:0;border:none;}
div#hbmcam {position:relative;margin:0;padding:0; float:left;}
img#wcam1 {width:308px;height:230px;margin:0;border:none; /*position:relative;top:0;left:3px;*/}
div#offline {position:relative;}
img#wcam3 {width:618px;height:230px;margin:0;border:none;}

/* network camera timestamp */
.location {position:absolute;bottom:5px;left:7px;color:#ffffff;}
.time {position:absolute;right:7px;bottom:5px;color:#ffffff;}

/* local weather station data */
table#pwsticker {width:100%;margin:0 auto;background:none;}
table#pwsticker td {width:25%;padding:2px 5px;text-align:left;}
/* display of lunar phase icon */
.moonphase {width:64px; height:64px;margin:0 auto;background-image: url(images/moon_phases.png);}
.New_Moon {background-position: 0 0;}
.Waxing_Cresent {background-position: -64px 0;}
.First_Quarter {background-position: -128px 0;}
.Waxing_Gibbous {background-position: -192px 0;}
.Full_Moon {background-position: -256px 0;}
.Waning_Gibbous {background-position: -320px 0;}
.Last_Quarter {background-position: -384px 0;}
.Waning_Cresent {background-position: -448px 0;}

/* areas container notes on site */
.boxedarea {padding:5px;border:1px solid #fcd3a1;background:#fbf8ee;}

/* Features, a small selection of my current listings */
div.forsale img.cabin {width:120px; height:96px; margin:0 15px 10px 0; border:1px solid #a97;}

/* counter status located in page menu sidebar */
#counter { 
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif; 
	color: #333;
	width: 90%;
	border: 1px solid #DADADA;
	vertical-align: top;
	text-align: right;
	margin: 1px 0 1px 0;
}
#int-counter {
	margin:2px;
	background: #ececec;		
	padding: 3px 10px 3px 5px;
}

