/************************************************************************ 
fawn mobile website - global
************************************************************************/

a img { border: none; }

body
{
	background-image: url(mobile_bg.gif);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: small;
	margin: 0;
	padding:0;
}

#header {
	height: 62px;
	margin: 8px 10px 0 10px; 
}

#wrapper{
	padding: 10px;
}
/************************************************************************ 
typography
************************************************************************/

p { padding-bottom: 10px; }

#navigation{
	height: 35px;
	width: 100%;
	margin:0 0 5px 5px;
	padding:0;
}

#navigation p{
	padding: 0;
	margin: 0;
}

#navigation a
{
	font-size: .8em;
	font-weight: 700;
	height: 15px;
	margin: 9px 5px 0 5px;
	border: none;
	display: block;
	float: left;
	padding: 4px 3px 3px 3px;
	line-height: 1.5em;
	text-decoration: none;
	background-color: #f9f9f9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9 url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNGRkYiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjZjlmOWY5IiByeD0iNCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==);
}

#twtr-widget-1{
	margin-top: 15px;
}

h1
{
	margin: 0;
	font-size: 1.2em;
}

h2
{
	margin: 15px 5px 5px 0;
	font-size: 1.2em;
}

h3
{
	margin: 0;
	font-size: 1.1em;
}

h2 span
{
	color: #ccc;
	margin: 0 5px;
}

a
{
	text-decoration: none;
	color: #3D75AC;
}

a:hover
{
	color: #CA0002;
	text-decoration: underline;
}

a:active
{
	color: #CA0002;
	text-decoration: underline;
}

.Alert { color: red; }

/************************************************************************ 
news 
************************************************************************/

ul#navTools, ul.pane-list {
	padding: 0;
	margin: 0;
}
ul#navTools li, ul.pane-list li {
	border-bottom:1px solid #E1E1E1;
}

ul#navTools li h2 {
	font-size:140%;
	font-weight:bold;
}

ul.pane-list li {
	font-size:80%;
	font-weight:bold;
	padding-bottom: 10px;
	background:url("images/arrow.png") no-repeat scroll right center transparent;
	padding: 10px 40px 10px 10px;
}

ul#navTools li h2 a {
	background:url("arrow.png") no-repeat scroll right center transparent;
	display:block;
	padding:12px 40px 10px 12px;
}

#nav ul li h2 span{
	font-size: .55em;
	font-weight: 100;
	margin:-10px 0 0 0;
	float:left;
}


/************************************************************************ 
news 
************************************************************************/

#indexNewsBox
{
	margin-left:0;
	padding: 0;
	width: 100%;
}

#indexNewsBox p
{
	border: 1px #ccc solid;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin:5px 0;
	-webkit-text-size-adjust: 125%;
	background-color: #e4e4e4;
}

/************************************************************************ 
Current temps data tables
************************************************************************/

.currTemps
{
	border: 1px #ccc solid;
	-webkit-border-radius: 5px;
	padding: 5px;
	-webkit-text-size-adjust: 125%;
	width: 100%;
	background-color: #e4e4e4;
	border-collapse: collapse;
}

.currTemps td
{
	padding: 3px 5px 2px;
	border-bottom: 1px #ccc solid;
}

/************************************************************************ 
station data tables
************************************************************************/

.resultTable
{
	padding: 5px;
	border: 1px #ccc solid;
	-webkit-border-radius: 5px;
	-webkit-text-size-adjust: 125%;
	width: 100%;
	background-color: #e4e4e4;
}

.resultTable td, .resultTable th { padding: .5em .5em;	border-bottom: 1px #ccc solid;	border-collapse: collapse;}

.resultTable th
{
	text-align: right;
	background: #666;
	color: #fff;
}

#nearby { margin: 1em 0 0; }