/* @override 
	http://www.virt-nv-local01.newsvine.com:85/chrome/msnbcpr/style.css?v=11283 */

body {
	/*background-color: red;*/
	font-family: "NeueHaasGrotesk","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body * {font-family: inherit;}

/* mobile first and friendly overrides */
body .chrome_header .branded_header,
	body .chrome_viewport,
	body .chrome_footer .branded_footer {width:100%;}
body .chrome_viewport .viewport-layout {padding:10px;}
body .chrome_viewport .viewport-layout .layout-container {float:left;}
body .chrome_viewport .viewport-layout .layout-container.grid-3col.mainpane {width:auto;}
body .chrome_viewport .viewport-layout .layout-container.mainpane {width:100%;margin-right:0;}
body .chrome_viewport .viewport-layout .layout-container.radbar {width:100%;}

@media all and (min-width: 996px) {
	body .chrome_header .branded_header,
		body .chrome_viewport,
		body .chrome_footer .branded_footer {margin:auto;width:996px;}
	body .chrome_viewport .viewport-layout {padding:20px 32px;}
	body .chrome_viewport .viewport-layout .layout-container {float:left;display:inline;}
	body .chrome_viewport .viewport-layout .layout-container.grid-3col.mainpane {width:900px;}
	body .chrome_viewport .viewport-layout .layout-container.mainpane {width:600px;margin-right:32px;}
	body .chrome_viewport .viewport-layout .layout-container.radbar {width:300px;}
}


body article .articleText, 
body article .articleText p {
	max-width: 60em;
}




body .chrome_header {
	/*background-image: url(http://cdn.lib.newsvine.com/chrome/msnbcpr/images/header.jpg?v=14396);*/
	/*background-image: url(images/header.jpg) !important;*/
	background-position: 50%;
	background-size: 100vw;
	background-color: #fff;
}
body .chrome_header .branded_header {
	height: 20vw;
	width: 100%;
}
body .chrome_header .branded_header a.banner {
	width: 100%;
	height: 20vw;
	margin: 0;
	left: 0;
}

@media all and (min-width: 996px) {
	body .chrome_header {
		background-color: transparent;
		background-size: 996px;
	}
	body .chrome_header .branded_header {
		width: 996px;
		height: 170px;
	}
}


/* shrinks article photos on mobile */
body .articleText .inlinePhoto {
	max-width: 100%;
}

/*embeds etc*/
body .articleText iframe {
	max-width: 100%;
}

.teaser__social {
	display: none;
}

.msnbc_section_FeaturedStories .c-pane-title {
	font-size:18px;
	color:#333;
}
.msnbc_section_FeaturedStories ul.c-sidebar-items {
	margin:0;
	padding:0;
}

.viewport-layout .radbar ul {
	margin: 0;
	list-style: none;
}

.viewport-layout a:link,
.viewport-layout a:visited,
.viewport-layout .radbar ul a:link,
.viewport-layout .radbar ul a:visited {
	color: #06c;
	border:none;
	text-decoration:none;
}
.viewport-layout a:hover,
.viewport-layout a:active,
.viewport-layout .radbar ul a:hover,
.viewport-layout .radbar ul a:active {
	color: #000;
}

/* Various changes to fix additions to the sidebar for now -luke */

.chrome_viewport .vine-p.p-contentset_ContentList ul.article_list a:link,
.chrome_viewport .vine-p.p-contentset_ContentList ul.article_list a:visited {
    border: none;
    color: #06c;
    font-weight: bold;
    font-size:14px;
    line-height:1.4;
    text-decoration: none;
}
.chrome_viewport .vine-p.p-contentset_ContentList ul.article_list a:hover,
.chrome_viewport .vine-p.p-contentset_ContentList ul.article_list a:active {
    border: none;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.chrome_viewport .vine-p.p-contentset_ContentList ul.article_list {
	margin:0;
	padding:0;
}
.viewport-layout .radbar .p-contentset_layout_CustomContent ul.article_list.square li {
	list-style:none;
	margin:0 0 1em 0;
	padding:0;
}

.radbar .teaser.article {
	margin:0;
}

body .msnbc_section_FeaturedStories {
    padding:10px 0;
    margin: 10px -33px 10px 0;
}
.msnbc_section_FeaturedStories .c-sidebar-items .c-sidebar-item {
	margin-bottom: 10px;
}
body .msnbc_section_FeaturedStories .c-sidebar-items .c-sidebar-item article figure {
	margin-bottom:0;
}
body .msnbc_section_FeaturedStories .c-sidebar-items .c-sidebar-item article header {
	background:none;
	padding-left: 0;
	margin-left:0;
}
body .msnbc_section_FeaturedStories .c-sidebar-items .c-sidebar-item article header h3 {
	background-color: #eee;
}