/* Reset */
#page-content {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
}
	#page-content .page-section-title {
		margin: 0;
		padding: 0;
	}
	#page-content .page-columns {
		padding: 15px 12px;
	}
		#page-content .page-columns .two-column {
			width: 628px;
		}

/* Header */
.page-columns .column-header .entry-date {
	color: black;
	display: inline-block;
	font: normal 12px/100% Arial, sans-serif;
	padding: 20px 0 5px;
}
.page-columns .column-header .byline {
	color: black;
	display: inline-block;
	font: bold 12px/100% Arial, sans-serif;
	padding: 20px 0 5px 5px;
}
.page-columns .column-header .post-subtitle {
	color: #2b2b2b;
	display: block;
	font-size: 1.8em;
	line-height: 120%;
	margin-top: 5px;
}
.page-columns .column-header .sponsor-text {
	color: black;
	display: inline-block;
	font: bold italic 12px/100% Arial, sans-serif;
	padding: 20px 0 5px 5px;
}
.page-columns .column-header-metadata {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}

/* Featured Media */
.page-columns .two-column #featured-media,
.page-columns .two-column #featured-media .thumbnail-wrapper {
	margin: 0;
	min-height: 350px;
	position: relative;
}
	.page-columns .two-column #featured-media .title-wrapper {
		background: transparent url(/wp-content/themes/vip/cbs-local/includes/css/../images/generic-backgrounds/black-transparent-background.png) 0 0 repeat; 
		bottom: 0;
		left: 0;
		padding: 12px 0;
		position: absolute;
		width: 100%;
	}
		.page-columns .two-column #featured-media .title-wrapper .caption,
		.page-columns .two-column #featured-media .title-wrapper .description {
			color: white;
			display: block;
			font-size: 1.2em;
			font-style: normal;
			line-height: 130%;
			margin: 0;
			padding: 0 12px;
		}

/* Article Content*/
.page-columns .two-column #main-story {
	padding: 15px 0 20px;
	position: relative; /* Used for Vertical shareThis bar */
}
	.page-columns .two-column #main-story .embed-youtube {
		margin-bottom: 15px;
	}
	.page-columns .two-column #main-story .story,
	.page-columns .two-column #personality-credits {
		margin: 0 0 0 65px;
		overflow: hidden;
		width: 555px;
	}
		.page-columns .two-column #main-story .story,
		.page-columns .two-column #main-story .story p {
			/* @TODO : untangle CSS after major CSS clenaup */
			line-height: 150%;
			margin-bottom: 0;
			padding: 0;
		}
		.page-columns .two-column #main-story .story p {
			/* This should also include other elements in the story. Ex: Anvato Player */
			margin: 0 0 25px;
		}
		.page-columns .two-column #main-story .story p:last-of-type {
			margin-bottom: 0;
		}
			.page-columns .two-column #main-story .story { font-size: 1.7em; } /* Tangled */
			.page-columns .two-column #main-story .story p { font-size: 1em; } /* Tangled */

			.desktop-display-type .page-columns .two-column #main-story .story {
				min-height: 250px;
			}

		.page-columns .two-column #personality-credits iframe {
			margin: 0;
		}
		.page-columns .two-column #personality-credits a.facebook-icon {
			background-image: url(/wp-content/themes/vip/cbs-local/includes/css/../../../../images/fb-like.png);
			background-repeat: no-repeat;
			display: block;
			float: left;
			height: 20px;
			margin: 0 10px 0 0;
			overflow: hidden;
			text-indent: -900px;
			width: 49px;
		}
		.page-columns .two-column #personality-credits .social-title {
			color: #000;
			display: block;
			font-size: 1.6em;
			margin-bottom: 5px;
		}
		.page-columns .two-column #personality-credits strong,
		.page-columns .two-column #personality-credits .read-more,
		.page-columns .two-column #personality-credits .social-description {
			font-size: 1.4em;
		}
		.page-columns .two-column #personality-credits strong,
		.page-columns .two-column #personality-credits .social-description {
			color: black;
		}
		.page-columns .two-column #personality-credits .social-description {
			clear: both;
			font-weight: normal;
			padding: 5px 0;
		}
		.page-columns .two-column #personality-credits .read-more {
			font-weight: bold;
		}
	.page-columns .two-column #main-story .social-buttons {
		padding: 15px 0 0;
		position: absolute;
		top: 0;
		width: 40px;
	}
		.page-columns .two-column #main-story .social-buttons .addthis_32x32_style.vertical a {
			margin-bottom: 10px;
		}

.seasonal-lead-gen {
	clear: both;
	color: black;
	margin-bottom: 30px;
	max-height: 200px;
	min-height: 50px;
	overflow: hidden;
	width: 628px;
}

/* Sidebar */
.sidebar .cbs-ad-unit.big-right-ad {
	margin: 0;
	padding: 15px 0 0;
}

/* Adhesive Video */
#featured-media .video-wrapper.adhesive-on {
	bottom: 15px;
	height: 277px;
	overflow: hidden;
	padding: 0 !important;
	position: fixed;
	right: 15px;
	top: initial !important;
	width: 430px;
	z-index: 100;
}
	/* Video frame Fix */
	#featured-media .video-wrapper.adhesive-on iframe {
		height: 242px !important;
		margin-top: 35px;
		position: static !important;
		width: 430px !important;
	}
	#featured-media .video-wrapper.adhesive-on .adhesive-video-close-button {
		bottom: 257px;
		color: white;
		display: block;
		font: bold normal 15px/35px "FontAwesome", sans-serif;
		height: 35px;
		position: fixed;
		right: 15px;
		text-align: center;
		width: 35px;
	}
#featured-media .video-wrapper.anvato iframe {
	/* Anvato auto-scales into small after fullscreen */
	height: 350px;
	width: 100%;
}
#featured-media .video-wrapper.adhesive-on:before {
	background-color: black;
	color: white;
	content: "Now Playing";
	display: block;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	text-indent: 12px;
	width: 100%;
}



/* Unique Items */
.page-columns .two-column #featured-media .ndn_embedded {
	position: absolute;
	z-index: 20;
}
.page-columns .two-column #story-anchor-comments {
	border-bottom: 1px solid #333;
	color: #333;
	font: normal normal 18px/120% Arial,Helvetica;
	-webkit-font-smoothing: antialiased;
	margin: 30px 0;
	padding-bottom: 10px;
	text-align: right;
}
	.page-columns .two-column #story-anchor-comments a {
		color: #333;
		padding-left: 6px;
	}
	.page-columns .two-column #story-anchor-comments:before,
	.page-columns .two-column #vertical-anchor-comments:before {
		content: "\f075";
	}
	.page-columns .two-column #story-anchor-comments:before {
		font: normal normal 18px/120% FontAwesome;
	}
	.page-columns .two-column #vertical-anchor-comments:before {
		font: normal normal 32px/120% FontAwesome;
	}
	.page-columns .two-column  a.on-click-scroll-to {
		display: block;
		text-decoration: none;
		padding-bottom: 10px;
	}
.page-columns .two-column #story-comments .no-comments {
	font-size: 16px;
}
.page-columns .two-column #vertical-anchor-comments {
	color: #333;
	-webkit-font-smoothing: antialiased;
}

/* Scrolling Elements */
.cbs-ad-unit.in-scrolling {
	padding-top: 25px;
}

/* Ads */
.page-column .partner-container {
	margin-bottom: 25px;
}
	.page-column .partner-container .thumbnail-wrapper img {
		max-height: 140px;
	}


/* Smart Widget (in sidebar for whole site) */
.smart-widget-container,
#smart-widget-in-iframe-container {
	height: 169px !important; /* No overwrites! */
	margin: 0 0 15px;
	overflow: hidden !important; /* No overwrites! */
	width: 300px !important; /* No overwrites! */
}
	.smart-widget-container .component-article-social {
		width: 99%;
	}
	.smart-widget-container .widget-iframe {
		border: none;
		display: block;
		height: 100%;
		margin: 0;
		padding: 0;
		width: 100%;
	}

/* Social Widget */
#component-article-social {
	border: 1px solid #ededed;
	height: 167px;
	margin: 0;
	max-width: 100%;
	overflow: hidden; /* Important, because we have to control height */
	width: auto;
}
	#component-article-social .disclosure {
		background-color: #ededed;
		color: #929292;
		display: block;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 100%;
		padding: 10px 0;
		text-align: center;
		text-transform: uppercase;
	}
	#component-article-social .social-container {
		display: block;
		overflow: hidden;
		padding: 25px 0 25px;
	}
		#component-article-social .social-icons {
			display: block;
			text-align: center;
		}
			#component-article-social .social-icons a {
				background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/smart-widget/css/../../../../images/global/sprites/social-media-square-color.png);
				background-repeat: no-repeat;
				display: inline-block;
				height: 35px;
				margin: 0 10px;
				overflow: hidden;
				text-indent: -1000px;
				width: 35px;
				zoom: 1;
			}
			#component-article-social .social-icons.icon-count-6 a {
				margin: 0 6px;
			}
			#component-article-social .social-icons .facebook {
				background-position: -60px 0;
			}
			#component-article-social .social-icons .twitter {
				background-position: -60px -60px;
			}
			#component-article-social .social-icons .youtube {
				background-position: -60px -180px;
			}
			#component-article-social .social-icons .googleplus {
				background-position: -6px -120px;
			}
			#component-article-social .social-icons .tunein {
				background-position: -60px -360px;
			}
			#component-article-social .social-icons .instagram {
				background-position: -60px -420px;
			}
	#component-article-social .newsletter-signup {
		display: block;
		font-size: 1.4em;
		line-height: 100%;
		text-align: center;
	}
	#component-article-social .newsletter-signup:before {
		content: "\f0e0";
		font-family: FontAwesome;
	}
	#component-article-social .newsletter-signup a {
		color: #575757;
		font-family: Arial;
		padding-left: 5px;
		text-decoration: underline;
	}

.sidebar #component-article-social {
	max-width: 99%;
}

#smart-widget-in-iframe-container {
	height: 100%;
	margin: 0;
}
	#smart-widget-in-iframe-container .smart-widget-banner {
		height: 100%;
	}
		#smart-widget-in-iframe-container .smart-widget-banner a {
			display: block;
			height: 100%;
		}
			#smart-widget-in-iframe-container .smart-widget-banner a img {
				display: block;
				height: auto;
				margin: 0 auto;
				max-height: 100%;
				max-width: 100%;
				width: auto;
			}



/* Widget Parts - This is a copy of ItemsGrid from ThemeManager - Elements */

.content-part-wrapper-block {
	font-size: 10px; /* font-size-absolute */
	height: 100%;
	overflow: hidden;
	width: 100%;
}
	.content-part-wrapper-block .column-header {
		border-bottom: 1px solid #dfe3e6;
	}
		.content-part-wrapper-block .column-header .title {
			color: #333;
			font-weight: bold;
			font-size: 1.4em;
			line-height: 110%;
			margin: 10px;
			text-align: left;
			text-transform: uppercase;
		}
			.content-part-wrapper-block .column-header .title a {
				color: #2457a7;
				font-size: 1em;
				line-height: 110%;
			}
				.content-part-wrapper-block .column-header .title a:after {
					content: '\00a0\00a0\f105'; /* two spaces and > character */
					font-family: FontAwesome;
					-webkit-font-smoothing: antialiased;
				}

	.content-part-wrapper-block .article-buckets-list {
		padding: 0 5px;
	}
		.content-part-wrapper-block .article-buckets-list .item-wrapper {
			border-bottom: 1px solid #dfe3e6;
			overflow: hidden;
			padding: 5px;
			position: relative;
		}
		.content-part-wrapper-block .article-buckets-list .item-wrapper:last-child {
			border-bottom: none;
		}

/* Eventful Tickets Widgets */
.content-part-wrapper-block.smart-widget-sports-tickets {
	border: 1px solid #dfe3e6;
}
	.content-part-wrapper-block.smart-widget-sports-tickets .article-buckets-list .item-wrapper {
		height: 65px;
	}
		.content-part-wrapper-block.smart-widget-sports-tickets .article-buckets-list .item-wrapper .title,
		.content-part-wrapper-block.smart-widget-sports-tickets .article-buckets-list .item-wrapper .date {
			display: block;
			font-size: 12px;
		}
		.content-part-wrapper-block.smart-widget-sports-tickets .article-buckets-list .item-wrapper .title {
			font-weight: bold;
			min-height: 25px;
		}
		.content-part-wrapper-block.smart-widget-sports-tickets .article-buckets-list .item-wrapper .date,
		.content-part-wrapper-block.smart-widget-sports-tickets .article-buckets-list .item-wrapper .find-tickets-link {
			height: 20px;
			line-height: 20px;
		}
		.content-part-wrapper-block.smart-widget-sports-tickets .article-buckets-list .item-wrapper .date {
			float: left;
			width: 50%;
		}
		.content-part-wrapper-block.smart-widget-sports-tickets .article-buckets-list .item-wrapper .find-tickets-link {
			background-color: #e1701e;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			color: white;
			float: right;
			font-size: 9px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			width: 98px;
		}



/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}