﻿html {
	margin: 0;
	text-align: center;
	background: #e1f6c1;
}
body {
	margin: 10px auto;
	width: 960px;
	text-align: left;
}
#header{
	border-bottom:1px;
	margin-bottom:10px;
	border-bottom:1px solid #6e9e2c;
}
#header h1{
	font-family: 'Trebuchet MS', arial;
	font-size: 24pt;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 10px;
	color: #6e9e2c;
}
#header ul{	display:inline;list-style-type:none;margin:5px;}
#header li{display:inline;float:left;padding-bottom:10px;margin-left:10px;font-family: verdana;font-size:12px;}
#header li a{color:#069;text-decoration:none;}
#header li a:hover{color:#000;text-decoration:underline;font-weight:bold;}

#wrapper{height:100%;}
#wrapper h1 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 5px;
	background: #6e9e2c;
	color: #fff;
	margin-bottom:10px;
}
div.adunit {
	width: 300px;
	float: right;
	padding: 0 20px 20px 0;
	margin: 0;
}
div.feed {
	width: 300px;
	float: left;
	padding: 0 20px 20px 0;
	margin: 0;
}
.feed h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.feed h2 a:link, .feed h2 a:visited {
	color: #666;
	text-decoration: none;
}
.feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feed li {
	font-family: Arial;
	font-size: 8pt;
	line-height: 2em;
	border-top: 1px solid #ccc;
}

div.widefeed{zoom:1;clear:both;padding: 0 20px 20px 0;}
div.widefeed:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
div.widefeed ul{list-style:none;}
div.widefeed li{float:left;border:none;}
div.widefeed li a{display:block;padding:3px;margin:10px 0 0 18px;background-color:#369;}
div.widefeed li a:hover{background-color:#69c;}
div.widefeed h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
div.widefeed h2 a:link, div.widefeed h2 a:visited {
	color: #666;
	text-decoration: none;
}


.feeditem a:link, .feeditem a:visited {
    position: relative;
    z-index: 24;
    text-decoration: none;
    color: #000;
}

.feeditem a:hover {
	z-index: 25;
	background: #fff;
	color: #666;
}

.feeditem a span { display: none }

.feeditem a:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    color: #000;
    font-family: Arial;
    font-size: 10pt;
}
#footer {
	background:#6e9e2c;
	clear:both;
	color:#fff;
	font-family:arial;
	font-size:8pt;
	padding:6px;
	text-align:center;
}
#footer a{color: #fff;font-weight:bold;}