/* 
    Document   : news-center.css
    Author     : david.rosser
    Description:
        Define News Center specific styles here.
*/

/* =News Center
-------------------------------------------------------------- */  


/* =A Feature
-------------------------------------------------------------- */  


/* =A Feature News Center Primary Featured Story
-------------------------------------------------------------- */
div.container div.a-feature.news-center.primary-featured-story{
	background-color: #f2f2f2;
	padding: 30px 10px 20px 10px;
	position: relative;
	width: 964px;
	min-height: 338px;
	position: relative;
}

div.container div.a-feature.news-center.primary-featured-story h2{
	margin-top: 0;
}

div.container div.a-feature.news-center.primary-featured-story p{
	clear: left;
	line-height: 18px;
	margin-top: 0;
	padding-top: 20px;
	width: 284px;
	
}
div.container div.a-feature.news-center.primary-featured-story p img{
	position: absolute;
	right: 15px;
	top: 58px;
}

div.container div.a-feature.news-center.primary-featured-story div.media{
	background-color: #d0d0d0;
	position: absolute;
	top: 80px;
	right: 20px;
	width: 620px;
	height: 288px;
}

div.container div.a-feature.news-center.primary-featured-story ul.meta{
	margin-top: 0;
}

/* =B Feature News Center
-------------------------------------------------------------- */  


/* =C Feature News Center Secondary Featured Story
-------------------------------------------------------------- */  
div.container div.c-feature.news-center.secondary-featured-story h3{
	color: #EC008C;
	font-family: Verdana;
	font-weight: normal;
	font-size: 18px;
	margin-top: 0;
}

div.container div.c-feature.news-center.secondary-featured-story p{
	clear: left;
}


/* =C Feature News Center Story
-------------------------------------------------------------- */  
div.container div.c-feature.news-center.story p strong{
	font-weight: normal;
}

div.container div.c-feature.news-center.story{
	margin-bottom: 0;
	height: 250px;
	position: relative;
}

div.container div.c-feature.news-center.story h4{
	color: #EC008C;
	font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	
}

div.container div.c-feature.news-center.story p{
	clear: left;
	line-height: 18px;
	margin-top: 0;
	width: 284px;
}



div.container div.c-feature.news-center.story .hr{
	position: absolute;
	bottom: 0;
	width: 290px;
}

div.container div.c-feature.news-center.story div.vr{
	height: 169px;
}

div.container div.c-feature.news-center.story.right div.vr{
    display: none;
}


/* =C Feature News Center Notice Video Center
-------------------------------------------------------------- */  
div.container div.c-feature.news-center.notice.video-center{
	background-color: #f2f2f2;
    padding: 10px;
    width: 278px;
}

div.container div.c-feature.news-center.notice.video-center h3{
	margin-top: 5px;
}

div.container div.c-feature.news-center.notice.video-center div.carousel ul.slides{
	list-style: none;
	margin: 10px 0;
	padding-left: 0;
}

div.container div.c-feature.news-center.notice.video-center div.carousel ul.slides li span.title{
	font-family: 'Frutiger LT W01 65 Bold';
	font-size: 16px;
}

div.container div.c-feature.news-center.notice.video-center div.carousel ul.slides li.seperator{
	background: url(../../images/global/hr.jpg) repeat-x center;
    padding: 20px 0;
}

div.container div.c-feature.news-center.notice.video-center div.carousel ul.slides li div.video{
	margin: 10px 0;
}

div.container div.c-feature.news-center.notice.video-center div.carousel div.controls{
	float: left;
	left: 50%;
}

div.container div.c-feature.news-center.notice.video-center div.carousel div.controls ul{
	left: -50%;
	margin-top: 10px;
	position: relative;
}


/* =C Feature News Center Pagination
-------------------------------------------------------------- */  
div.container div.news-center.pagination{
	margin-top: 40px;
}


div.container div.c-feature.news-center.story.left {
    margin-left: 15px;
}

div.container div.c-feature.news-center.story.right {
    margin-left: 15px;
}



