/* RSS CSS Document */

body {
	margin:0; padding:0;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	}
ul, li { list-style: none; margin: 0; padding: 0; }
ul li { 
	color:#1d1d1d; 
	background:#eee;
	text-align:left;
	overflow:hidden;
	width:100%;
  }
ul li li { 
	overflow:hidden;
	}
ul ul { display: none; }
.title {
	border-top:#5c1d1d solid 1px;
	}
.title a {
	color:#1d1d1d;
	text-decoration:none;
	padding:7px 10px 7px 2px;
	display:block;
	background-image: url(../images/main/Rss.gif);
	background-repeat: no-repeat;
	background-position: 95% 75%;
	}
.title a:hover {
	color:#fff;
	background:#5c1d1d;
	display:block;
	background-image: url(../images/main/RssHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 75%;
	}
.content {
	border-top:1px dashed #1d1d1d;
	padding:5px 2px 5px 2px;
	background-color:#fff;
	}
.content a {
	text-decoration:underline;
	background-image:none;
	background:none;
	color:#1d1d1d;
	}
.content a:hover {
	text-decoration:none;
	background-image:none;
	background:none;
	color:#000;
	}
.content h1, .content h2, .content h3, .content h4 {
	font-size:14px;
	}
.more {
	margin:4px 4px 10px 4px;
	border-bottom:1px dashed #444; border-top:1px dashed #444;
	background-color:#ccc;
	}
.more a { 
	color:#1d1d1d;
	text-decoration:none;
	padding:1px;
	display:block;
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	}
.more a:hover {
	color:#fff;
	background:#5c1d1d;
	text-decoration:none;
	display:block;
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	}
