/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.rsscontainer {
}
.rsscontainer .rsstitle { /*Style for .rsstitle DIV*/
	font-family:Trebuchet Ms;
	color: #cec8d0;
	margin-left: 0px;
	margin-bottom: 5px;
	line-height: 15px;
	border: 3px solid #313133;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform:uppercase;
	padding: 10px;
	text-shadow: #373737 1px 1px 1px;
}
.rsscontainer .rsstitle a{ /*Style for .rsstitle DIV*/
	color: #cec8d0;
}
.rsscontainer .rssdate { /*Style for .rssdate DIV*/
	font-family:Trebuchet Ms;
	color: #838383;
	margin-left: 0px;
	margin-bottom: 5px;
	line-height: 15px;
	font-style: normal;
	font-size: 9.5px;
	font-weight: bold;
	line-height: 11px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position : left;
	text-decoration: none;
	padding-left: 15px;
}
.rsspaginate { /*Style for Pagination DIV*/
	width: 650px;
	text-align: left;
	padding: 2px 0;
	margin: 10px 0;
}
.rsspaginate form { /*Style for Pagination DIV's form element*/
	margin: 0;
}
.rsspaginate .paginateselect { /*Style for Pagination DIV's drop down menu*/
	margin: 0 10px;
}
.rsspaginate a { /*Pagination links*/
	font-family: Trebuchet Ms;
	color: #9a7b64;
	font-size:9px;
	font-weight: none;
	background : #3d3d3f;
	border: 3px solid #313133;
	background-repeat: repeat-x;
	color: #cec8d0;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform:uppercase;
	padding: 5px;
	text-shadow: #373737 1px 1px 1px;
}
.rsspaginate a:hover, .rsspaginate a.selected {
	font-family: Trebuchet Ms;
	color: #9a7b64;
	font-size:9px;
	font-weight: none;
	background : #3d3d3f;
	border: 3px solid #313133;
	background-repeat: repeat-x;
	color: #cec8d0;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform:uppercase;
	padding: 5px;
	text-shadow: #373737 1px 1px 1px;
}
blockquote {
	background-color: #e5e1dc;
	font-size: 9px;
	line-height: 15px;
	color: #b1ada9;
	padding: 5px;
	margin-left: 0.7em;
	margin-right: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
		border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #dbd6cf;
	border-right-color: #dbd6cf;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.rsscontaine img{
display:none;
}