@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------- Video Index ---------------------------------------------------------- */
img.video_screenshot {
	float: left;
	height: 112.5px;
	width: 200px;
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #77787b;
}

/* ---------------------------------------------------------- Video View ---------------------------------------------------------- */
#video_player {
	float: left;
	height: auto;
	width: 950px;
	background-color: #005085;
	padding: 4px;
	border: 1px solid #77787b;
}
#player {
	border: 1px solid #77787b;
	height: 360px;
	width: 640px;
	float: left;
	margin-right: 10px;
}

/*-------------------- Playlist -------------------- */
#playlist {
	height: 360px;
	width: 298px;
	float: left;
}
#playlist div.title {
	margin-bottom: 5px;
	height: 50px;
}
#playlist h2.category, #playlist h2.category a {
	color: #8dc9e8;
		/*-------------- Stroke --------------*/
		-webkit-text-stroke: 1px #ffffff;
		/* text-shadow: 0 0 2px #fff; *//* horizontal-offset vertical-offset 'blur' colour */
		 -moz-text-shadow: 0 0 2px #fff;
		/*-------------- /Stroke --------------*/
	margin-bottom: 5px;
	}
#playlist h2.category a:hover {
color: #d7272d;
}
#playlist p.recent {
font-family: PigpenThreePlain;
	height: 12px;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8dc9e8;
}
ul.playlist {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 304px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #77787b;
	padding-top: 3px;
}
ul.playlist li {
	background-color: #e6e6e6;
	clear: both;
	width: 100%;
	margin-bottom: 3px;
	padding: 3px;
	height: 45px;
	overflow: hidden;
	position: relative;
}
ul.playlist li:hover {
	background-color: #8dc9e8;
}
ul.playlist li.now_playing {
	background-color: #8dc9e8;
}
ul.playlist li:hover a {
color: #d7272d;
}
ul.playlist li:hover img {
	border-color: #d7272d;
}
img.video_thumb {
	float: left;
	height: 41px;
	width: 73px;
	margin-right: 5px;
	border: 2px solid #77787b;
}
img.now_playing {
	height: 39px;
	width: 41px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 18px;
	border: none;
	top: 6px;
}
h4.title {
	margin-bottom: 0px;
	line-height: 16.4px;
	}
p.publish_date {
	font-size: 10px;
	color: #77787b;
	line-height: 10px;
	margin-bottom: 0px;
	margin-top: 3px;
}

/* -------------------- Social -------------------- */
.social {
	clear: both;
	width: 100%;
	margin-bottom: 16px;
}
.social ul#social {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.social ul#social li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
.social ul#social li.facebook {
width: 400px;
}
ul#social li.fb_share {
	width: auto;
	margin-right: 10px;
	height: auto;
	float: right;
}
ul#social li.twitter_share {
	width: auto;
	height: auto;
	margin-right: 10px;
	float: right;
}
ul#social li.buzz_share {
	width: auto;
	height: auto;
	float: right;
	margin-top: -3px;
}
.social hr.social_rule {
	padding: 0px;
	height: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*-------------------- Tags -------------------- */
ul.tags_products {
	float: left;
	width: auto;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
ul.tags_people {
	float: left;
	width: auto;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
ul.tags_people li, ul.tags_products li {
	width: 130px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	position: relative;
	display: inline;
	float: left;
	margin-right: 7px;
}
ul.tags_people li img.headshot {
	height: 60px;
	width: 50px;
	margin-right: 5px;
	border: none;
	display: block;
	float: left;
}
ul.tags_products li img.product {
	height: 60px;
	width: 60px;
	margin-right: 5px;
	border: none;
	display: block;
	float: left;
}
ul.tags_people li h5.editor_name, ul.tags_products li h5.product_name {
	padding: 0px;
	margin-bottom: 3px;
	line-height: 13px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.tags_people li h6.editor_title, ul.tags_products li h6.product_manufacturer {
	padding: 0px;
	line-height: 11px;
	text-align: left;
	font-size: 11px;
	color: #77787b;
	margin: 0px;
}