/****************************************/
/*** Default CSS for Content in Slide ***/
/******* Trendy Front Page Slider *******/
/****************************************/
img.trendyfps-thumbnails {
	border:none;
	margin-left:0.5em;
	margin-right:0.5em;
}
.trendyfps-introtext {
	text-align: justify;
}
.trendyfps-introtitle a, .trendyfps-introtitle a:visited, .trendyfps-introtitle a:active, .trendyfps-introtitle a:link {
	font-size:120%;
	font-weight:bold;
	/*color:#333;*/
	/*text-transform:uppercase;*/
}

.trendyfps-introtitle a:hover {
	text-decoration:underline;
}

.trendyfps-date, .trendyfps-author, .trendyfps-category {
	/*color:#666;*/
	font-weight:700;
	font-style:normal;
	font-size:90%;
}
.trendyfps-full-link-wrp {
	/*border:1px solid black;*/
	border-radius: 2px;			/*css3 round corners*/
	-moz-border-radius: 2px;	/*css3 round corners*/
	-webkit-border-radius: 2px;	/*css3 round corners*/
}

a.trendyfps-full-link, a:visited.trendyfps-full-link, a:active.trendyfps-full-link, a:link.trendyfps-full-link {
	/*line-height:24px;*/
	/*font-weight:bold;*/
	font-size:90%;
	padding:2px 5px;
	letter-spacing:0px;
}

a:hover.trendyfps-full-link {
	text-decoration: none;
	background:#FF0000;
	color:#FFF;
}
.trendyfps-seperator {
	line-height:1px;}
	

/******************************/
/*** Default CSS for Slider ***/
/** Trendy Front Page Slider **/
/******************************/
div#frontpageslide ul {
	background:#135CAE;
	padding-left:0px;
	margin-top:0px;
}

div#frontpageslide li {
	background:white;
}

div#frontpageslide ul li{
	/*background:navy;
	color:white;*/
	padding:2px;
	margin-bottom:5px; /*bottom spacing between each LI*/
}
div#frontpageslide ul li .trendyfps-introtitle{
	
}

div#frontpageslide ul li .trendyfps-introtext{
	
}

.sliderfrontpage{
	width: 200px;  /*default width of scroller*/
	height:250px;
	overflow:hidden;
	position:relative;
	/*border:7px solid black;*/
	/*border-radius: 8px; *//*css3 round corners*/
	/*-moz-border-radius: 8px;*/ /*css3 round corners*/
	/*-webkit-border-radius: 8px; *//*css3 round corners*/
}

.sliderfrontpage a{
	font-weight:bold;
}

.sliderfrontpage ul{
	position:absolute;
	margin:0;
	padding:0;
	background:white;
	list-style:none;
	width: 100%;
}

.sliderfrontpage ul li{
	display:block;
}

.sliderfrontpage ul li .rsscontent{ /*div containing body of each RSS entry*/
	font-size:90%;
}

.sliderfrontpage ul li .rsslabel{ /*div containing label of each RSS entry*/
	margin-top:5px;
	background: #eee;
	font-size:12px;
	clear: both;
}


