﻿/* ************************************************************************************ */
/* CSS settings for RSSReader Control - Site Specific                                  */
/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 30-04-2010  - Richard Chapman - Deltasoft - Create CSS file                          */
/* ************************************************************************************ */

.rss-widget {
	position: relative;
	font-size: 12px!important;
	font-family: "lucida grande", lucida, tahoma, helvetica, arial, sans-serif!important;
	zoom: 1;
	color: White !important;
}
.rss-fullscreen {
	font-size: 220%!important;
}
.rss-fullscreen .rss-new-results {
	_display: none!important;
}
.rss-widget .rss-spinner {
	width: 14px;
	height: 14px;
	position: absolute;
	background: url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;
	top: 3px;
	right: 3px;
}
.rss-inactive {
	display: none;
}
.rss-widget a img {
	border: 0!important;
}
.rss-doc {
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-weight: normal;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: none repeat scroll 0 0 #333333 !important;
}
.rss-bd {
	padding: 0 1px;
}
.rss-widget .rss-item-wrap {
	padding: 6px 8px;
	overflow: hidden;
	zoom: 1;
}
.rss-fullscreen .rss-item-wrap {
	padding: 20px;
}
.rss-widget .rss-item {
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	zoom: 1;
}
.rss-widget .rss-item a.rss-reply {
	visibility: hidden;
}
* html .rss-widget .rss-item a.rss-reply {
	visibility: visible;
}
.rss-widget .rss-item:hover a.rss-reply {
	visibility: visible;
}
.rss-widget-profile img.rss-profile-img {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	border: 0!important;
}
.rss-widget h3, .rss-widget h4, .rss-widget p {
	margin: 0!important;
	padding: 0!important;
	line-height: 1.2!important;
	width: auto!important;
}
.rss-widget-profile h3, .rss-widget-profile h4 {
	margin: 0 0 0 40px!important;
}
.rss-widget h3 {
	font-size: 11px!important;
	font-weight: normal!important;
}
.rss-widget h4 {
	font-size: 16px!important;
}
.rss-widget i, .rss-widget .rss-new-results {
	font-size: 9px;
	font-style: normal;
	display: block;
	margin-top: 2px;
	zoom: 1;
}
.rss-widget .rss-new-results {
	text-align: center;
	padding: 3px;
	margin: 0 auto -10px auto;
	display: block;
	position: relative;
	bottom: 5px;
}
.rss-results-inner {
	line-height: 1;
	font-size: 100%;
	padding: 4px 0;
	position: relative;
	bottom: -2px;
	width: 40%;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
}
.rss-results-hr {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 1px;
	border-bottom: 1px dotted #ddd;
	bottom: 7px;
	background: none;
	overflow: hidden;
}
.rss-new-results span {
	position: relative;
	z-index: 3;
	top: -14px;
	display: block;
	font-size: 9px!important;
}
.rss-fullscreen .rss-new-results span {
	font-size: 24px!important;
}
.rss-hd {
	padding: 10px;
	position: relative;
	zoom: 1;
	overflow: hidden;
}

.rss-hd a
{
    color: White !important;
}

.rss-fullscreen .rss-hd {
	height: 0;
	padding: 0;
}
.rss-timeline {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	background: none repeat scroll 0 0 #000000 !important;
}
.rss-scroll .rss-timeline {
	overflow-x: hidden;
	overflow-y: auto;
}
.rss-widget .rss-item:last-child {
	border-bottom-width: 0;
}
.rss-ft {
	position: relative;
}
.rss-ft div {
	overflow: hidden;
	padding: 10px;
	zoom: 1;
}
.rss-ft span {
	float: right;
	text-align: right;
}
.rss-ft a {
	float: left;
	display: block;
}
.rss-ft span a {
	float: none;
}
.rss-avatar {
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	display: block;
}
.rss-fullscreen .rss-avatar {
	width: 80px;
	height: 80px;
}
.rss-img {
	height: 25px;
	width: 25px;
}
.rss-img img {
	width: 30px;
	height: 30px;
}
.rss-fullscreen .rss-img img {
	width: 72px;
	height: 72px;
}
.rss-fullscreen a.rss-join-conv {
	display: none;
}
.rss-item-text {
	margin-left: 40px;
}
.rss-fullscreen .rss-item-text {
	margin-left: 90px;
}
.rss-doc a {
	text-decoration: none!important;
	color: White !important;
}
.rss-doc a:hover {
	text-decoration: underline!important;
}
