/* Twitter Module */

#twitter {
	padding-bottom:10px;
	}

#latest_tweet .twitter_col1 { 
	display: none; 
	}
	
#tweet {
	font-size:16px; 
	line-height:24px;
	color:#656565;
	margin-bottom:10px;
	}
	
#tweet .twitter_user {
	font-weight:bold; 
	}	
	
#tweet .twitter_user a,
#tweet .twitter_user a:link { 
	color:#115278;
	}
	
#tweet .twitter_tweet a,
#tweet .twitter_tweet a:link {
	color:#a53327;
	}
	
#tweet .twitter_tweet a:hover {
	color:#000;
	text-decoration:none;
	}
	
#tweet span {
	font-size:10px;
	font-weight:normal;
	line-height:24px;
	text-transform:uppercase;
	display:inline-block;
	padding:0 10px;
	}

#latest_tweet ul {
	margin:0;
	padding:0;
	}

#latest_tweet ul.transition li { 
	margin:0;
	padding:0;
	display:none;
	height:100px;
	}
	
#latest_tweet ul.transition li:first-child { 
	display:block; 
	}

.citylink {
	float:right;
	width:300px;
	margin: 8px 350px 0 0;
	font-weight: bold;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	}

#maplinks {
	margin: 8px 0 8px 3px;
	}

#iconlegend li {
	display:block;
	float:left;
	align: right;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding-left:20px;
	font-weight: bold;
	height:25px;
	}

#iconlegend li a {
	display: block;
	color: #075C8C;
	padding:2px;
	background-color: #FFF;
	text-decoration: none;
	}

#iconlegend li a:hover {
	background-color: #EBE8E8;
	padding:2px;
	color: #075C8C;
	}

#iconlegend li img {
	float:left;
	}
	
#legend {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	padding: 5px;
	background-color: White;
	border: 1px solid #999;
	position: relative;
	width: 120px;
	float:left;
	left:230px;
	top:20px;
	}
	
.wide-frame {
	width: 976px;
	margin: 0 -8px 0 -8px;
	}