﻿/* LEVEL THE PLAYING FIELD! */

div.rsschannel div, div.rsschannel h2, div.rsschannel p, div.rsschannel a, div.rsschannel ul, div.rsschannel li
{
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	width: auto;
	height: auto;
	position: static;
	min-width: 0;
}

div.rsschannel
{
	border: solid 1px black;
	background-color: #ffffff;
	margin: 1em;
	font-size: 0.9em;
}

div.rsschannel .textonly
{
	display: none;
}

div.rsschannel a
{
	text-decoration: none;
}

div.rsschannel a:hover
{
	text-decoration: underline;
}

div.rsschannel div.header
{
	background-color: black;
	padding: 0.4em;
	text-align: left;
	border-bottom: solid 1px black;
	min-height: 0;
}

div.rsschannel div.header h2
{
	font-size: 1em;
	font-weight: bold;
}

div.rsschannel div.header h2 a
{
	color: #ffcc33;
}

div.rsschannel ul li
{
	border-bottom: dashed 1px #696969;
	list-style-type: none;
	padding: 0.4em;
}

div.rsschannel ul li span.publisher
{
	display: block;
	text-align: right;
	margin-top: 0.4em;
	color: #ffcc33;
}

div.rsschannel div.footer
{
	padding: 0.4em;
}

div.rsschannel div.footer div.subscribe p
{
	text-align: right;
}

div.rsschannel div.footer div.subscribe p a
{
	padding-right: 18px;
	background-image: url(../media/rss.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
}

div.rsschannel div.footer div.builddate p
{
	color: #696969;
	text-align: right;
	margin-top: 1em;
}

