@charset "utf-8";
/*
 * Elders
 * Weather Page Content Screen CSS
 * Copyright 2008 Plastyk Studios <joseph@plastyk.com.au>
 */

/* breadcrumb */
/* weather nav */
#weather-nav {
	font-family: Arial, Helvetica, sans-serif;
	width: 184px;
	background: URL('/assets/template_2009/images/backgrounds/ws_bg.jpg') repeat-x bottom left;
	padding: 3px 3px 9px 3px;
	position: relative;
}

 #weather-nav h3,  #weather-nav h2 {
	background: #d52b1e URL('/assets/template_2009/images/backgrounds/nav_bg.jpg') repeat-x;
	margin: 0;
	padding: 3px 5px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 5px;
}

.nav-box {
	border: 1px solid #8B8275;
	padding: 3px;
	width: 178px !important;
	margin-bottom: 7px;
}

#weather-nav p {
	margin: 5px;
	line-height: 1.4em;
}

#weather-nav a {
	color: #000;
}

#weather-nav a:hover,
#weather-nav a:active {
	text-decoration: none;
}

#weather-crumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#weather-crumbs ul li {
	display: inline;
	font-size:0.85em;
	color: #000;
	vertical-align:middle;
}

#weather-crumbs ul li a {
	text-decoration: none;
	padding-right: 5px;
}

#weather-crumbs ul li a:hover,
#weather-crumbs ul li a:active,
#weather-crumbs ul li span {
	text-decoration: underline;
}

/* content */

#weather-content h3 span.weather-date {
	color: #ABABAA;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}

#weather-content p a {
	color: #5C5C5C;
}

#weather-content p a:hover,
#weather-content p a:active {
	text-decoration: none;
}

#weather-content table {
	background: URL('/assets/template_2009/images/backgrounds/table_bg.jpg') repeat-x bottom left;
	border: 1px solid #8B8275;
	font-size: 0.8em;
	color:#000;
	/*width: 638px;*/
}

#weather-content th {
	background: #d52b1e URL('/assets/template_2009/images/backgrounds/th_bg.jpg') repeat-x top left;
	color: #FFF;
	padding: 5px;
	text-align: left;
	font-weight: normal;
}


#weather-content td {
	border-bottom: 1px solid #8B8275;
	padding: 5px;
}

#weather-content td span.min {
	font-weight: bold;
	color: #1F1F8D;
}

#weather-content td span.max {
	font-weight: bold;
	color: #D52B1E;
}

/* lists */
#weather-content ul {
	padding: 0;
	text-indent: 0;
	margin: 15px 0 15px 25px;
}

#weather-content ul li {
	list-style: disc URL('/assets/template_2009/images/backgrounds/weather-bullet.gif') outside;
	margin: 0 0 3px 0;
}

#weather-content ol {
	padding-left: 0;
	text-indent: 0;
	margin: 15px 0 15px 25px;
}

#weather-content ol li {
	list-style-position: outside;
	margin: 0 0 3px 0;
}