/**
* two column layout
*/
.rssTwoColumn {
	float: left;
	width: 320px;
}

/**
* three column layout
*/
.rssThreeColumn {
	float: left;
	width: 212px;
}

/**
* rss list
*/
ul.rss {
	 margin: 0;
	 padding: 0;
	 line-height: 14px;
	 list-style-type: none;
}

ul.rss a {
	height: 14px;
	display: block;
	padding: 0 0 0 40px;
	margin-bottom: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(/site/default/staticimg/rss/rss.gif) no-repeat;
}

ul.rss a:hover {
	 color: yellow;
}

ul.newsReader {
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style-type: none;
}

/**
* faux columns bit
*/
div#fauxColumns { background: url(/site/default/staticimg/fauxColumns/fourColumn.gif) repeat-y; }
div#fauxColumnsBottom {	background: url(/site/default/staticimg/fauxColumns/fourColumnBottom.gif); }
