/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ RSS READER ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.RSSReader {
}
.RSSReader .ListHolder {
}
.RSSReader .ListItem {
	position: relative;
	display: block;
	clear: both;
	margin: 1em 0em 1em 0em;
	padding: 1.7em 0em 1.7em 4.7em;
	color: #999999;
	background: url(/Templates/_images/back_chat.jpg) no-repeat;
	height: 1%;
}
#cRS .RSSReader .ListItem,
#cLS .RSSReader .ListItem {
	position: relative;
	display: block;
	clear: both;
	margin: 1em 0em 1em 0em;
	padding:0;
	color: #999999;
	background: none;
	height: 1%;
}

	/* Separators */
	.RSSReader .ListPrimarySeparator {
	}
	.RSSReader .ListSecondarySeparator {
		font-size: 100%;
		line-height: 1.2em;
		}

	/* Title */
		.RSSReader .ListTitle {		
			font-size: 12px;
			padding: 0px 0px 5px 22px;
			background: url(/Templates/_images/Twitter-1.gif) no-repeat left top;
		}
		.RSSReader .ListTitle a:link, 
		.RSSReader .ListTitle a:hover,
		.RSSReader .ListTitle a:visited {
			color: #636B75;
		}
		.RSSReader .ListTitle:first-line {
			font-weight: bold;
			color: #2878b7;
		}

	/* Date, Keywords */
		.RSSReader .ListItemDate {
			font-size: 11px;
			margin: 0 0 0.2em 0;
			font-style: italic;
			display: none;
		}

	/* Summary */
		.RSSReader .ListSummary {
		}
		.RSSReader .ListSummary a {
		}

	/* EndItem (Visual break between each list item) */
		.RSSReader .ListEndItem {
		}
		

