 

/* ----- ABOUT CARROLL STYLE SHEET COLORS ------- */
/* ----- /colors.php ---*/


/* ---------- Main Content  ---------------- */
		
.forecast {float:left;width:45%;padding-bottom: 3px;}
.forecast ul, .forecast ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.forecast ul li{
	float:left;
	width:20%;
	padding:2%;
	font-size:10px;
}
.weather {padding:5px;margin:10px auto;text-align:center;background:#f4f1e0; border:1px solid #dbd6bb;width:630px;}
.weather table{text-align:left; width:45%;float:left;clear:both;}
.weather td {padding:2px;}
.weather h1 {margin:10px 0px -10px; font-size: 200%;}
.weather h2 {font-size:130%; margin: 5px 0px 5px;}
.weather h3 {font-size:110%; margin: 5px 0px 5px;}

.current {border:1px solid #dbd6bb; width:60%;padding:5px; background:#fff; margin:0px auto 10px; }
.currentleft {width:50%; float:left;}
.currentright {width:50%; float:right;}



/*for centering the webcam image*/
img#webcam-image{
	background:none;
	float:left;
	margin:0px auto;
	width:640px;
}

/*---------------CSS for Goal Meter for 100,000 Hours---------------

#progress {height:34px;margin-bottom:11px;}
.pad {margin:0pt auto;width:900px;}
#progress h3 {float:left;height:22px;margin:6px 6px 0pt 0pt;width:106px;}
.hide {float:left;margin-left:-999em;}
#progressBar {background:transparent url(sliderimages/progressBg.gif) repeat-x scroll left top;border:1px solid #000000;float:left;height:16px;margin-top:7px;width:608px;}
#progressBar #mercury {width:0%;}#progressBar #mercury {background:transparent url(sliderimages/mercuryBg.gif) repeat-x scroll left top;border-right:1px solid #AC7B00;height:16px;}
#progressBar #mercury span {display:block;float:right;font-size:10px;height:16px;line-height:16px;padding:0pt 5px 0pt 0pt;text-align:right;width:95px;}
#progress #key div {float:left;font-size:10px;width:22%;}
#progress #center {text-align:center;}
#progress #right {text-align:right;width:23.9% !important;}
#progressBar #mercury .beyond {background:transparent url(sliderimages/beyond.gif) no-repeat scroll right top;font-size:11px;font-weight:bold;}

/*-------------End CSS for Goal Meter for 100,000 Hours-------------*/