dl {
}
body {
	margin: 0;
	background-color: #849BC9;
	color: #363636;

	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.2em;
}
#wrapper {
	background: url(../gfx/shadow_left.gif) repeat-y 0px 0px;
	padding-left: 40px;
}
#container {
	width: 95%;
	text-align: left;
	border: 0;

	background: transparent url(../gfx/shadow_right.gif) repeat-y right;
	background-color: #E8E8E8;
	padding-right: 5px;
}
#banner {
	margin: 0;
	padding: 0;
	background: url(../gfx/bgbanner.jpg) 0px 0px;
}
h1 {
	background: transparent url(../gfx/logo.jpg) no-repeat 0px 0px;
	width: 244px;
	height: 94px;
	margin: 0;
	color: white;
}
h1 span {
	visibility: hidden;
}
div.sponsor {
	float: right;
	color: #fff;
	padding: 5px;
	margin: 0;
	font-size: 70%;
}
.sponsor a, .sponsor a:visited {
	color: #fff;
}
div.menu {
	margin: 0;
	padding: 0;
	width: 100%;

	background-color: #D8D8D8;

	font-size: 82%;

	border-bottom: solid 1px #7a7a7a;
	border-top: solid 1px #d8d8d8;
}
div.toread	{
	background-color: #f2f2f2;
	width: 100%;
	margin: 0;
	text-align: left;
}

div.toread span {
	position: relative;
	top: 10px;
	padding: 3px 10px 3px 10px;
	background: #f5c555;
	color: #666;
	font-weight: bold;
	font-size: 12px;

	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
div.toread span a{
	color: #666;
}

div.menu ul {
	margin: 0;
	padding: 0;
}
div.menu li {
	display: inline;
	list-style: none;
}
div.menu a {
	margin: 0 1px 1px 1px;
	padding: 4px 10px 4px 10px;

	color: #222;
	text-decoration: none;

	border: solid #D8D8D8 1px;
}
div.menu a:link, div.menu a:visited {
	color: #222;
}
div.menu .active {
	background-color: #c7c7c7;
	border: solid #666 1px;
}
div.menu a:hover {
	background-color: #c7c7c7;
	border: dotted #666 1px;
	text-decoration: none;
}
.menu, .menu * {
	float: left;
}
div.menu span {
	float: right;
}

a {
	color: #363636;
    text-decoration: none;
}
a:visited {
	color: #777;
}
a:hover {
    text-decoration: underline;
}

#sites {
	clear: both;
	text-align: left;
	padding: 10px;
	background-color: #f2f2f2;
}
#sites dt, h2 {		/* site name */
	margin-bottom: 6px;
	border-bottom: solid #cfcfcf 2px;
}
h2 {
	font-size: 100%;
}
#sites dt a {
	font-weight: bold;
	color: #535A72;
	letter-spacing: 2px;
	text-decoration: none;
}
#sites dd {
	margin-bottom: 20px;
}
#sites dd ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	margin-left: -1.6em;
	padding: 0;
	padding-left: 0;
}
#sites dd li {	/* rss item */
	padding: 0;
	padding-bottom: 2px;
	line-height: 130%;
	margin: 0;
	font-size: 12px;
	list-style-image: url(../gfx/bullet.gif);
}
dd ul li a:visited {	/* visited rss item */
	color: #aaa;
}
#footer {
	width: 100%;

	text-align: center;

	background-color: #22325a;
	padding: 20px 0px 20px 0px;
}
#footer p, #footer a {
	font-size: 12px; 
	color: white;
}

#sidebar {
	margin: 25px 0;
	float: right;
	width: 20%;
	padding: 10px;
}

#sidebar h3 {
	font-size: 90%;
	font-weight: bold;
	color: white;

	background: transparent url(../gfx/bgbanner.jpg);
	border-bottom: solid 2px #7a7a7a;
	border: solid 1px #7a7a7a;

	padding: 4px 10px 4px 10px;
}
.hide {
	display: none;
}
