/* --------------- Featured Slider --------------- */

.featured {
	width: 980px;
	padding: 0;
	position: relative; 
   z-index: 100; }				

#top-stories { height: 395px; } 

#top-stories .photo { 
	background-repeat: no-repeat;
	height: 395px; }
	
#top-stories .photo .mask { 
	background: url(/design/img/home-mask.png) no-repeat left top; 
	height: 395px;	
	position: relative; } 

#top-stories .photo .text  {
	width: 400px;
	padding: 25px;
	position: absolute;
	top: 20px;
	right: 35px;
	font-family: "pragmatica-web", sans-serif;	
	text-shadow: 1px 1px 1.5px rgba(0, 0, 0, .4);  } 
	
.featured h1 {
	font-size: 50px;
	line-height: 44px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px; }	
.featured h1 a, .featured p a { color: #fff; }			
.featured h1 a:hover, .featured p a:hover  { color: #bbdaef; }
			
.featured p {
	font-size: 16px;
	font-weight: 400;
	color: #fff; }		

.featured a.readmore {
	background: #145676;
		background: -moz-linear-gradient(top, #bf0037, #9a002c);
		background: -webkit-gradient(linear, left top, left bottom, from(#bf0037), to(#9a002c));
		filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#bf0037', EndColorStr='#9a002c', GradientType=0 );
	border-radius: 5px;            
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35); 
	padding: 12px 38px 12px 14px;
	margin-top: 15px;	
	display: inline-block;
	position: relative;
	font-family: "pragmatica-web", sans-serif;	
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		color: #fff; 
	-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		transition: all .25s ease-out;	}	
.featured a.readmore:hover {
	background: #fff;
		background: -moz-linear-gradient(top, #ffffff, #eef5fa);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef5fa));
		filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#ffffff', EndColorStr='#eef5fa', GradientType=0 );
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55); 
	color: #78001f; }	
.featured a.readmore:active {
	background: #eef5fa;
		background: -moz-linear-gradient(top, #eef5fa, #ffffff);
		background: -webkit-gradient(linear, left top, left bottom, from(#eef5fa), to(#ffffff));
		filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#eef5fa', EndColorStr='#ffffff', GradientType=0 );
	-moz-box-shadow: inset 1.5px 1.5px 2px rgba(0, 0, 0, 0.45);
		-webkit-box-shadow: inset 1.5px 1.5px 2px rgba(0, 0, 0, 0.45);
		box-shadow: inset 1.5px 1.5px 2px rgba(0, 0, 0, 0.45); }	

.featured a.readmore span.arrow {
	background: url(/design/img/more-arrow.png) no-repeat right top; 	
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px; 
	-webkit-transition: background-position .25s ease-out;
		-moz-transition: background-position .25s ease-out;
		-o-transition: background-position .25s ease-out;
		-ms-transition: background-position .25s ease-out;
		transition: background-position .25s ease-out; }	
.featured a.readmore:hover span.arrow {background-position: left top; }	
		 	
/* Top Story Controls */

   
.featured .back, .featured .next { 
  background: url(/design/img/controls.png) no-repeat 0 0; 
  width: 62px;
  height: 62px;  
  display: block; 
  position: absolute;  
  top: 165px; }   


.featured .back { left: -31px; }
.featured .next { 
  right: -31px;
  background-position: -62px 0; }
	
.featured .back:hover { background-position: 0 -62px; }
.featured .next:hover { background-position: -62px -62px; }
	
.featured .back:active { background-position: 0 -124px; }
.featured .next:active { background-position: -62px -124px; }
	
	#controls .frame { display: none; }

#controls .selected a:link, #controls .selected a:visited { cursor: default; }
#controls a:hover, #controls a:focus, #controls a:active { cursor: pointer; }

/* Below Fold */

.news, .sidebar { float: left; }
.news { 
	width: 600px;
	padding: 20px 25px;
	text-align: left; } 
.sidebar { 
	width: 310px;
	padding: 10px; }
	
#news-center .highlight {
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 15px;
	color: #393939; }
#news-center .showthumb.highlight {
	min-height: 120px;
	padding: 4px 0 20px 160px; }
#news-center .highlight a { color: #4c4c4c; display: block; }

#news-center .highlight a.thumb { 
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	width: 150px;
	height: 120px;	
	margin: 0 15px 5px 0;
	display: block;
	float: left; 
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) inset;	
		-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) inset;	
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) inset;	
	border-radius: 8px;
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px;		
    margin: 0 15px 0 -160px; }	
#news-center .highlight:hover a.thumb {	
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5) inset;	
		-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5) inset;
		-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5) inset; }	
#news-center .highlight:active a.thumb {	
	box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.7) inset;	
		-moz-box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.7) inset;
		-webkit-box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.7) inset; }				
	
#news-center .highlight h3 {
	margin: 0;
	padding-bottom: 4px;
	font-size: 23px;
	line-height: 23px;
	color: #00599b; }	
#news-center .highlight h3 a { color: #00599b; }	
#news-center .highlight h3 a:hover, .highlight:hover h3 a { color: #9a002c; }	
	
#news-center .highlight p.date {
	font-size: 10px;
	line-height: 10px;
	color: #4c4c4c;
	text-transform: uppercase;
	padding-top: 4px; }
#news-center .highlight p.date a { color: #6e6e6e; }	
#news-center .highlight p.date a:hover {	color: #6e6e6e; }


/* -------  Photo Gallery ------- */
		
.box.photos h4 {
	font-size: 18px;
	font-weight: normal;	
	color: #920026;
	padding: 3px;
	margin-bottom: 0; }	
.box.photos h4 a { color: #a80430; }
.box.photos h4 a:hover { color: #003d70; }
