.hide	{ display: none; }

body
{
	background: #636563;
	color: #9C9A9C;
	font-family: 'lucida sans', arial, sans-serif;
	font-size: .7em;
	margin: 0;
}

a, a:visited, p a 	{ color: #31CFFF; text-decoration: none; }
a:hover, p a:hover 	{ color: #FFF; text-decoration: underline; }


/*** @zones ***/

div#wrapper
{
	display: block;
	width: 100%;
	text-align: left;
}

div#header
{
	display: block;
	margin-top: 4%;
	text-align: center;
}

div#zoneMain
{
	float: left;
	display: block;
	width: 96%;
	margin-top: 2em;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 2em;
}

div#zone1
{
	float: left;
	width: 42%;
	margin-right: 1%;
	padding-right: 1%;
	border-right: 1px dotted #9C9A9C;
}

div#zone2
{
	float: left;
	width: 33%;
}

div#zone3
{
	float: right;
	width: 22%;
}

div#googleAds
{
	text-align: center;
	display: block;
	padding: 1em 0;
	width: 100%;
	background: #494A49;
}

div#utilities
{
	text-align: left;
	display: block;
	padding: .5em 2%;
	width: 96%;
	background: #717471;
	color: #BBBBBB;
}

div#footer
{
	display: block;
	width: 96%;
	margin: 2em 25px 1em 25px;
	text-align: right;
}


/*** @header ***/

div#header h1
{
	float: left;
	display: block;
	height: 58px;
	width: 40%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	background: url('../img/logo.gif') center center no-repeat;
}
div#header h1 a
{
	display: block;
	height: 58px;
	width: 276;
}

div#header h1 span
{
	display: none;
}

div#header h2
{
	color: #717471;
	font-size: 3em;
	font-weight: normal;
	font-style: italic;
	font-family: georgia, times, serif;
	float: right;
	display: block;
	padding: 0;
	margin: 0;
	margin-top: .4em;
	padding-right: 2%;
}


/*** @utilities ***/

div#utilities input,
div#utilities select
{
	font-size: .9em;
	padding-left: .5em;
	background: #717471;
	border: 1px solid #BBBBBB;
	color: #FFF;
}

div#utilities input.submit
{
	margin-left: .5em;
	border: 1px solid #31CFFF;
	color: #31CFFF;
}


/*** @mainFeed ***/

div#mainFeed b,
div#altFeed b
{
	display: table;
	background: #848184;
	text-transform: uppercase;
	font-weight: normal;
	color: #636563;
	margin: 0 3px;
	padding: 1px 5px 0 5px;
	border-right: 16px solid #31CFFF;
}

div#mainFeed b
{
	font-size: .8em;
	margin-bottom: 1.1em;
	border-right: 16px solid #00F729;
}

div#mainFeed p
{
	display: table;
	margin-bottom: 1em;
	padding: 0;
	font-size: 1em;
}

div#mainFeed p a
{
	display: table;
	margin-bottom: -1em;
	font-size: 1.3em;
}


/*** @altFeed ***/

div#altFeed
{
	float: left;
	font-size: .9em;
	margin-right: 4%;
	margin-bottom: 1em;
}

div#altFeed b
{
	font-size: 1em;
	background: #979597;
	margin-bottom: 1.5em;
	border-right: 16px solid #FF3018;
}

div#altFeed p
{
	display: table;
	margin-bottom: .5em;
}

div#altFeed p a
{
	display: table;
	font-weight: bold;
	margin-bottom: -1em;
	font-size: 1.1em;
}

div#altFeed p a img
{
	display: none;
}


/*** @list ***/
div#altFeed p a.listitem
{
	font-weight: normal;
}

div#altFeed div.list
{
	margin-bottom: .5em;
}

div#altFeed div.list p
{
	display: block;
	margin: 0;
}

div#altFeed div.list b
{
	border-right: 16px solid #FC00FF;
}

div#altFeed div.list table
{
	border-collapse: collapse;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

div#altFeed div.list table td
{
	vertical-align: top;
}

div#altFeed div.list table img
{
	margin-right: 5px;
	vertical-align: top;
}


/*** @weatherFeed ***/

div#weatherFeed
{
	height: auto;
	font-size: 1em;
	background: #717471;
	margin-top: 9px;
	padding: 3px 8px;
	border-right: 5px solid #FEC500;
}

div#weatherFeed a,
div#weatherFeed img,
div#weatherFeed p.hide
{
	display: none;
}

div#weatherFeed br
{
	display: block;
	margin: .2em;
}

div#weatherFeed p
{
	top: -10px;
	display: block;
	color: #AAAAAA;
	height: 3.5em;
	overflow: hidden;
}

div#weatherFeed b
{
	display: block;
	font-size: 1em;
	color: #BBBBBB;
	margin-top: .6em;
}

div#weatherFeed a.title
{
	display: block;
	color: #FFF;
	font-size: 1.1em;
	border-bottom: 1px dotted #AAAAAA;
	margin-top: 6px;
	margin-bottom: .5em;
	padding-bottom: .3em;
}


/*** @googleAds ***/


/*** @photoFeed ***/

div#photoFeed
{
	display: block;
	overflow: hidden;
	width: 98%;
	height: 180px;
	text-align: center;
	font-size: 1px;
	line-height: 0;
	clear: both;
	color: #636563;
	padding-left: 2%;
	background: #31CFFF;
}

div#photoFeed div.item
{
	float: left;
	margin-top: -3px;
	overflow: hidden;
}

div#photoFeed div.item p a img
{
	border: none;
	margin: 0 -2px;
}

div#photoFeed div.item p a,
div#photoFeed div.item p a:hover,
div#photoFeed div.item p a:visited
{
	color: #636563;
}




div#photoFeedCompact
{
	display: block;
	overflow: hidden;
	width: 98%;
	height: 90px;
	text-align: center;
	font-size: 1px;
	line-height: 0;
	clear: both;
	color: #636563;
	padding-left: 2%;
	background: #31CFFF;
}

div#photoFeedCompact div.item
{
	float: left;
	margin-top: -3px;
	overflow: hidden;
}

div#photoFeedCompact div.item p a img
{
	border: none;
	margin: 0 -2px;
	height: 90px;
	width: auto;
}

div#photoFeedCompact div.item p a,
div#photoFeedCompact div.item p a:hover,
div#photoFeedCompact div.item p a:visited
{
	color: #636563;
}



/*** @list ***/

.list p
{
	margin: 0;
	padding: 0;
}


/*** misc ***/

.more
{
	display: block;
	text-align: right;
	border-top: 1px dotted #999;
}

.clearFix
{
	font-size: 1px;
	line-height: 0;
	clear: both;
}
