﻿html {
	margin: 0;
	text-align: center;
}
body {
	margin: 10px auto;
	width: 960px;
	text-align: left;
	line-height: 125%;
}
#header{
	border-bottom:1px;
	margin-bottom:10px;
	border-bottom:1px solid #069;
}
#header h1{
	font-family: 'Trebuchet MS', arial;
	font-size: 24pt;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 10px;
	color: #069;
}
#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: #069;
	color: #fff;
	margin-bottom:10px;
}
div.adunit {
	width: 300px;
	float: right;
	padding: 0 20px 20px 0;
	margin: 0;
}
div.feed {
	float:left;
	margin:0 0 40px;
	padding: 0 20px 20px 0;
	padding:0;
	width:316px;
	height:320px;
	overflow:hidden;
}
.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 {
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:300px;
}
.feed li {
	font-family: Arial;
	font-size: 8pt;
	border-top:1px solid #DCDCDC;
	line-height:16px;
}

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;
}


.feed li a:link, .feed li a:visited {
	width: 300px;
	padding: 2px 0 2px 0;
    z-index: 24;
    text-decoration: none;
    color: #000;
}

.feeditem a:hover {
	z-index: 25;
	background: #eee;
	color: #666;
	height:auto;
}

.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: #eee;
    color: #000;
    font-family: Arial;
    font-size: 8pt;
	z-index:130000;
}
*/
#footer {
	background:#069;
	clear:both;
	color:#fff;
	font-family:arial;
	font-size:8pt;
	padding:6px;
	text-align:center;
}
#footer a{color: #fff;font-weight:bold;}
#tooltip{
	z-index: 13000;
	margin:0;
	position:absolute;
	padding:2px 5px;
	display:none;
    width: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #eee;
    color: #000;
    font-family: Arial;
	font-size: 9pt;
}