@charset "utf-8";
@charset "UTF-8";
/*
 * Example of RSS Ticker Styling
 *
 */

.rssFeed {
	font-family: MuseoSans-300;
	font-size: 14px;line-height:16px;
	width: 660px;
	margin: 0;
}
.rssFeed a {
	color: #015391;
	text-decoration: none;
font-weight:bold;
}
.rssFeed a:hover {
	color: #9f0c03;
	text-decoration: underline;
}
.rssFeed img {width:auto;height:400px;border:none;}
.rssHeader { padding: 0; margin:0;text-transform: uppercase;font-size:14px;line-height:16px; display:none;}

.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding: 0;
}
.rssRow p, .rssRow p {padding:5px 20px!important;margin:0;}
.rssRow h4 {visibility:hidden;height:10px;}
#ticker1 .odd { background-color: #E9E9E9; }
#ticker1 .even { background-color: #E9E9E9; }
.rssFeed li {list-style-type:none;}
.rssFeed li p {clear:both;}

/*.rssBody p:nth-of-type(2) { display:none; }*/

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {


}
/* ==========================================================================
   iPad Portrait
   ========================================================================== */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
.rssFeed {
	margin: 0 0 0 40px;
}

}
/* ==========================================================================
   iPad Landscape
   ========================================================================== */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Place Your Styles Here */
.rssFeed {
	margin: 0 0 0 40px;
}
}

