@charset "utf-8";
/* CSS Document */
/* ul.rss_hidelist{list-style-type:none;margin:0;padding:0;}*/
    /*span.rss_imgspan {float:left;padding:10px 15px 10px 0;}*/
    span.rss_titlespan {font-size: 16px; margin: 10px 0px; height:370px; overflow:hidden; /*font-weight:bold;*/display:block;}
	span.rss_titlespan:hover {font-size: 16px; margin: 10px 0px; /*font-weight:bold;*/display:block;}
    a.rss_hyperlink {text-decoration:none; color:#002147}
    a.rss_hyperlink:hover {text-decoration:underline; color:#41b6e6}
    span.rss_datespan {display:block;color:#666;font-size: 10px;margin-top:5px;}
    span.rss_shortdescript {display:block;margin-top:10px;}
    /*li.rss_listitems {clear:both;margin-top:10px;border-top:1px solid #ccc;}*/
    /*li.rss_listitems:first-child {border-top:none;}*/
    /*li.rss_listitems:first-child span.rss_imgspan {padding-top:0px;}*/
    a.rss_readmore{color:#41b6e6; text-decoration:underline; width:100%; display: block; margin-top:10px; text-align:right}
    span.taglist {display:block;margin-top: 15px;}
    span.tagwords a {text-decoration:none;}
    span.tagwords a:hover {text-decoration:underline;}
    div#newscats {height: 100px;}
    
    
    ul.paginationRow{ list-style-type : none ; }
    ul.paginationRow li{ display:inline; float;left;margin-left:0px;}


li.rss_listitems {width:215px; height:475px; float:left; list-style:none; margin:6px 0px 5px 17px; background:#FFFFFF; overflow:hidden; border: 3px solid #888B8d; position:relative;}
li.rss_listitems:nth-child(1) {width:280px;}
li.rss_listitems:nth-child(1) img {}
li.rss_listitems:nth-child(2) {width:280px;}
li.rss_listitems:nth-child(3) {width:280px;}
li.rss_listitems:nth-child(3) img {}
li.rss_listitems:nth-child(4) {width:365px}
li.rss_listitems:nth-child(4) img {}
li.rss_listitems:nth-child(5) {width:260px;}
li.rss_listitems:nth-child(5) img {}
li.rss_listitems:nth-child(6) {}
li.rss_listitems:nth-child(7) {width:235px}
li.rss_listitems:nth-child(8) {width:345px;}
li.rss_listitems:nth-child(8) img {}
li.rss_listitems:nth-child(9) {width:260px}
li.rss_listitems:nth-child(9) img {}
li.rss_listitems:nth-child(10) {width:235px}
li.rss_listitems:nth-child(10) img {}
li.rss_listitems:nth-child(11) {}
li.rss_listitems:nth-child(11) img {}
li.rss_listitems:nth-child(11) {width:345px;}
li.rss_listitems:nth-child(11) img {}
li.rss_listitems:nth-child(12) {width:260px;}
li.rss_listitems:nth-child(12) img {}
li.rss_listitems:hover {  }
.rss_imgspan img {width:100%;  transition: width 1.3s ease;}
.rss_listitems:hover img {visibility:hidden; width:0%;}
.rss_titlespan {padding:10px 10px 10px 10px; background:#FFFFFF}
.rss_titlespan:hover {padding:10px 10px 10px 10px; background:#FFFFFF}
.rss_titlespan .rss_hyperlink {padding:0px;}
.rss_hyperlink {padding-left:0px; padding-right:9px;}
.rss_datespan {padding-left:9px; padding-right:9px;}
.rss_shortdescript {padding-left:9px; padding-right:9px; height:100%; overflow:auto}
.rss_readmore {}
.taglist {padding-left:9px; padding-right:9px;}
.imgTitleDate {width:100%; float:left; }


#newsitems > ul { 
	    	list-style: none;
	    	padding: 0 10px 0 0; 
	    }
	    #newsitems li { 
			text-decoration: none; 
			padding: 0px;
			    background: #f6d652; /* Old browsers */
    background: -moz-linear-gradient(top, #f8dd5c 0%, #f4c83c 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8dd5c), color-stop(60%,#f4c83c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8dd5c 0%,#f4c83c 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8dd5c 0%,#f4c83c 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8dd5c 0%,#f4c83c 60%); /* IE10+ */
    background: linear-gradient(to bottom, #f8dd5c 0%,#f4c83c 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8dd5c', endColorstr='#f4c83c',GradientType=0 ); /* IE6-9 */
			-webkit-transition: newsitems 1s ease;
			-moz-transition: newsitems 1s ease;
			-o-transition: newsitems 1s ease;
	    }
#newsitems li:hover { 
			text-decoration: none; 
			padding: 0px;
			    background: #ffffff; 
			-webkit-transition: newsitems 1s ease;
			-moz-transition: newsitems 1s ease;
			-o-transition: newsitems 1s ease;
	    }

/*	    #newsitems:hover ul:hover li {
			opacity: 0.7; 
	    }
	    #newsitems:hover ul:hover li:hover {
			opacity: 1;
	    }*/
		
.row-top 
{
    background: #003269; /* Old browsers */
    background: -moz-linear-gradient(top, #003876 0%, #002147 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003876), color-stop(60%,#002147)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #003876 0%,#002147 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #003876 0%,#002147 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #003876 0%,#002147 60%); /* IE10+ */
    background: linear-gradient(to bottom, #003876 0%,#002147 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003876', endColorstr='#002147',GradientType=0 ); /* IE6-9 */
	padding: 2px 11px;overflow:hidden;
}
