h2.rss { text-indent: 0px; }

h3.rss { text-indent: 0px !important; }

#wikitext { max-width: 900px; }

.rightfloat
{
	width: 240px;
	padding-top: 20px;
	padding-left: 10px !important;
	letter-spacing: .17em;
	text-transform: uppercase;
	text-shadow: none;
	font-family: Helvetica, Sans-Serif;
	font-size: .7em;
	line-height: 1.5em;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px #ccc solid;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);	
}

.rightfloat a:link
{
	padding: 2px 6px 1px 6px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.rightfloat a:hover,
.rightfloat a:focus
{
	color: #F00;
	background: #f8fbf8;
	background: rgba(255,255,255,.4);
	border: 1px #ccc solid;			
}

.rightfloat a:active
{
	border: 1px #ccc solid;	
	background: #96c496;
	background: rgba(42, 132, 42,.4)
}

.rss
{
	letter-spacing: .05em;
	text-transform: none;
	text-shadow: none;
	font-family: Helvetica, Sans-Serif;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: normal;
}

.weather
{
	line-height: 1.3em;
	border-width: 1px;
	border-style: solid;
	position: relative;
	width: 230px;
	height: auto;
	display: block;
	float: right;
	clear: left;
	border-color: gray;
	margin: 0 0 12px 12px;
	padding: 8px;
	font-size: x-small;
}

.forecast
{
	line-height: 1.6em;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
}

.forecasticonbox
{
	display: block;
	text-align: center;
	overflow: hidden;
	width: 728px;
	margin: 0 auto 30px auto;
	padding-top: 10px;
	background-color: #ffffff;
	border: 1px #ccc solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);		
}

.forecasticon
{
	width: 76px;
	text-align: center;
	display: block;		
	float: left;
}

.weatherclipping
{
	display: block;
	position: relative;
	width: 73%;
	height: auto;
	float: right;
	border: 1px gray solid;
	padding: 8px 8px 8px 20px;
}
