/*	Client CSS for the new Spotlight section */
/*	since this loads last, it can used to override any CSS from previous files */

#spotlightRSS .twitter-share-button{
	background: url(/images/tweet.jpg);
	width:100px;
}

#spotlightRSS h3{
	color:#00003C;
	font-size:1.1em;
}

#spotlightRSS img.hs-cta-img{
	padding:0px;
}

.newswire2{
	font-size:1.2em;
}

.orangeButton{
	margin:0px;	
	text-align:center;
}

.newOrangeButton{
	width:50%;
	background-color:#FF6017;
	padding: 10px 150px;	
	text-align:center;
	color:white;
	font-weight:bold;
}

.newOrangeButton a{
	color:white;
}

#spotlight .headline {
	color:#008BC0;
}

#spotlight h3 {
	color:#008BC0;
}

#spotlight .image400{
	max-width:400px;
}
#spotlight .image500{
	max-width:500px;
}
#spotlight .noFloat{
	float:none;
}
#spotlight .center{
	display:block;
	margin:15px auto;
	text-align:center
}

#spotlight blockquote{
	border: thin solid #AAA;
	margin:15px 100px;
	padding:15px;
	
}

#spotlight em{
	color:#00003C;
	font-size:0.85em;
}

#spotlight .seriesName{
	padding:5px 10px;
	font-size:2.5em;
	font-weight:bold;
	background-color:#008BC0;
	color:white;
	text-align:center;
	border:thin solid #008BC0;
	box-shadow: 5px 5px 3px #888;
	border-radius:5px;
	display: inline;
}

#spotlight .rssStyleImage{
	padding:5px;
	max-width:60%;
	max-height:60%;
	border:thin solid #AAA;
	box-shadow: 5px 5px 3px #888;
	border-radius:5px;
	overflow:hidden;
}

#spotlight .featuredContentImageIRIS{
	display:block;
	max-width:800px;
	margin:5px auto;
	border: thin solid #AAA;
	border-radius:5px;
	box-shadow: 5px 5px 3px #888;
}

#spotlight .bigBlueBanner{
	display:block;
	max-width:400px;
	margin:10px auto;
}



