/*--------------------------------------------
 Shared styles used across all spaces, currently regular layout, community layout, and classic pages
Namespacing
    Global classes: prefix with '_', e.g. ._button
    Reserve global classes for elements that repeat widely across the site
    (such as grid elements) or widgets that are used in many modules (such as buttons).

    Everything else should go in a dot-m namespace, e.g.  .m.show_head

*/

/*------ RESET ------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,button{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit}
legend{color:#000;}

body {
    -webkit-font-smoothing: antialiased;
}

/* Basics styling */
a, a * {
    text-decoration: none;
}
a:hover, a:hover * {
    text-decoration: underline;
}

#mantle_skin {
	padding-top: 10px;
}

/* Site message that appears at the top of the page below the header bar, used to alert users to info */
.m.site_messaging {
	width: 100%;
	height: 30px;
	background-color: #FFE9A5;
	text-align: center;
}
.m.site_messaging h1 {
	margin: 0;
	font-size: 100%;
}
.m.site_messaging a {
	color: #1483cb;
}
.m.site_messaging .messaging_close {
	position: relative;
	top: 3px;
	display: inline-block;
	cursor: pointer;
}

/*header bar*/
.m.header_bar {
	width: 100%;
	background: #018CD2 !important;
	position: fixed;
	top: 0;
	z-index: 5000000;
	min-width: 1000px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
	line-height: initial;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
	-webkit-transform: translateZ(0);
}
.m.header_bar .content {
	height: 50px;
	border-top: 1px solid #0079B6;
}

.m.tv_header_spacer {
	height: 50px;
	width: 100%;
}
.m.header_bar .header_item {
	height: 50px;
}
.m.header_bar .right_shadow {
	border-right: 1px solid #0079B6;
}
.m.header_bar .left_shadow {
	border-left: 1px solid #0079B6;
}
/* logo specific */
.m.header_bar .logo {
	float: left;
    text-decoration: none;
	padding: 0 0 0 15px;
}
.m.header_bar .logo img {
    width:155px;
    border: 0;
	padding-top: 7px;
}

/* site navaigation */
.m.header_bar .nav {
	float: left;
	position: relative;
	margin-bottom: 0;
}
.m.header_bar .site_nav {
	display: inline-block;
}
.m.header_bar .site_nav li {
	display: inline-block;
	float: left;
	height: 50px;
    padding: 0 12px;
}
.m.header_bar .site_nav li a {
	display: inline-block;
	height: 35px;
	padding-top: 15px;
    font-size: 14px;
    font-family: 'Open Sans', 'Lucida Grande', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
    color: #fff;
    text-transform: uppercase;
	opacity: .90;
}
.m.header_bar .site_nav li.on a {
	text-decoration: underline;
}
.m.header_bar .site_nav .nav_more {
	display: none;
}
.m.header_bar .more_site_nav {
	display: none;
	position: relative;
	left: 252px;
	top: -15px;
	width: 100px;
	text-align: center;
	background-color: #018cd2;
}
.m.header_bar .more_site_nav li a {
	display: block;
	padding: 10px;
    font-family: 'Open Sans', 'Lucida Grande', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	opacity: .90;
	text-transform: uppercase;
}
.m.header_bar .more_site_nav li.on a {
	text-decoration: underline;
}

/* header search */
.m.header_bar .search {
	float: left;
    font-size:20px;
}
.m.header_bar .search_box {
	display: inline-block;
	padding-top: 9px;
	margin: 0 15px 0 0;
}
.m.header_bar .search_box .search_icon {
	display: block;
	float: right;
	width: 30px;
	height: 31px;
	font-size: 16px;
	color: #fff;
	opacity: .85;
	cursor: pointer;
	border: 1px solid #018CD2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	border-left: none;
	text-align: center;
	line-height: 29px;
	background-color: #23AEF3;
}
.m.header_bar .search_box .search_form {
	display: inline-block;
	position: relative;
}
.m.header_bar .search_box input {
	display: inline-block;
    font-size: 14px;
	font-family: 'Lucida Grande';
    padding: 0 0 0 10px;
	margin: 0 0 0 10px;
    color: #676766;
	height: 31px;
    width: calc(100vw - 885px);
	min-width: 270px;
	background: #fff;
    border-top: 1px solid #018CD2;
    border-bottom: 1px solid #018CD2;
    border-left: 1px solid #018CD2;
	border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	outline: none;
}

.m.header_bar .search_box.logged_in input {
    width: calc(100vw - 880px);
}

.m.header_bar .search_box.is_editor input {
    width: calc(100vw - 925px);
}

.m.header_bar .search_box input::-webkit-input-placeholder {
	color: #fff;
	opacity: .75;
}
.m.header_bar .search_box input:-moz-placeholder {
	color: #fff;
	opacity: .75;
}
.m.header_bar .search_box input::-moz-placeholder {
	color: #fff;
	opacity: .75;
}
.m.header_bar .search_box input:-ms-input-placeholder {
	color: #fff;
	opacity: .75;
}
.m.header_bar .search_box input:focus::-webkit-input-placeholder {
	color:transparent;
}
.m.header_bar .search_box .search_form .submit{
	display: none;
}

.m.header_bar .userland {
	float: right;
}
.m.header_bar .user_button {
	float: left;
	height: 50px;
	padding: 0 10px;
	overflow: hidden;
}
.m.header_bar .userland_button {
	height: 35px;
    font-size:20px;
	display: inline-block;
    cursor:pointer;
	color: #fff;
	padding-top: 13px;
}
.m.header_bar .userland_button.icon-edit {
	padding-top: 14px;
}
.m.header_bar .user_button:hover {
    background-color:#1483cb;
}
.m.header_bar .avatar:hover {
    background-color:#1483cb;
}
.m.header_bar .user_box {
	display: inline-block;
	color: #fff;
}
.m.header_bar .userland_button .num {
    position: relative;
	text-align: center;
    top: -30px;
    right: -10px;
    padding: 1px 2px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #cc0000;
}
.m.header_bar .userland_button.icon-list {
    padding:16px 15px 15px;
}
.m.header_bar .text_button {
	display: block;
	float: left;
	height: 50px;
	padding: 0 15px;
    cursor:pointer;
	font-size: 16px;
}
.m.header_bar .text_button a:hover {
	text-decoration: underline;
}
.m.header_bar .text_button a {
	display: inline-block;
	padding-top: 15px;
    font-size: 14px;
    font-family: 'Open Sans', 'Lucida Grande', sans-serif;
	-webkit-font-smoothing: antialiased;
    color: #fff;
	font-weight: 600;
	text-decoration: none;
    text-transform: uppercase;
	opacity: .75;
}
.m.header_bar .username {
    font-weight: 600;
    font-size: 15px;
	cursor: pointer;
}
.m.header_bar .userland .avatar {
	display: block;
	float: right;
    height:50px;
	padding: 0 10px;
	cursor: pointer;
}
.m.header_bar .userland .avatar img{
	width: 30px;
	margin-top: 10px;
}
.m.header_bar .user_menu {
    display:none;
    padding:0;
    position: absolute;
    top: 42px;
    right: 10px;
    background-color:#fff;
    border:1px solid #ccc;
	z-index: 9999999999999;
    min-width:200px;
    font-size:12px;
}
.m.header_bar #communities_module {
    width:200px;
    right:120px;
}
.m.header_bar #communities_module .icon{
    color:#999;
    float: right;
    margin:1px 0 0 0;
    text-decoration: none;
}
.m.header_bar #communities_module .icon-time{
    margin: 1px 1px 0 0;
}
.m.header_bar #lists_module {
    width:420px;
}
.m.header_bar #lists_module .icon{
    color:#999;
    float: right;
    margin:1px 5px 0 0;
    text-decoration: none;
}
.m.header_bar #lists_module .icon-time{
    margin: 1px 6px 0 0;
}
.m.header_bar .user_menu li {
    list-style: none;
}
.m.header_bar .user_menu a {
    font-weight: normal;
}
.m.header_bar .user_menu ul {
    width:190px;
    margin:0;
    padding:0;
}
.m.header_bar .box {
    padding:5px 10px;
}
.m.header_bar .section.favorites .scrollable{
    max-height:320px;
    overflow:auto;
}
.m.header_bar .item_icon {
    background-image: url('../images/lists/nav-icons4.png');
    background-repeat: no-repeat;
    background-position: -48px -67px;
    width:16px;
    height:16px;
    margin:-2px 5px 0 0;
    float:left;
}
.m.header_bar .item_icon.heart {
    background-position: -49px -6px;
}
.m.header_bar .item_icon.star {
    background-position: -48px -36px;
}
.m.header_bar .item_icon.check {
    background-position: -87px -157px;
}
.m.header_bar .user_menu li.first {
    border-top:none;
}
.m.header_bar .user_menu li.last {
    border-bottom:none;
}
.m.header_bar .user_menu .see_all_items {
    margin: 3px 0 0 0;
    border-top: 1px dotted #ccc;
    text-transform:uppercase;
}
.m.header_bar .user_menu .see_all_items a {
    color:#9a9a9a;
    font-size:9px;
    padding:5px 0px 5px 5px;
}
.m.header_bar .user_menu li {
    padding:5px 0px 5px 5px;
    color:#777;
    font-weight: 400;
}
.m.header_bar .user_menu li:hover {
    cursor:pointer;
    background-color:#efefef;
    text-decoration:none;
}
.m.header_bar .user_menu li a {
    text-decoration:none;
    color:#777;
}
.m.header_bar .user_menu .left.box li:hover {
    background-color:#fff;
    text-decoration:none;
}
.m.header_bar .user_menu .left.box li a {
    color:#777;
}
.m.header_bar .user_menu .no-results {
    padding:7px 0px 7px 5px;
    color:#9a9a9a;
}
.m.header_bar .user_menu a .count {
    float:right;
    margin:-1px 6px 0 0;
    *margin:7px 6px 0 0;
    background-color: #cc0000;
    color:#fff;
    text-decoration:none;
}
.m.header_bar .user_menu a .count.on {
    background-color:#C41616;
}
.m.header_bar .user_menu a.mods .count {
    background-color: #FF9900;
}
.m.header_bar .user_menu a.logout {
    border-bottom:none;
}
.m.header_bar .state {
    font-weight:bold;
    color:#555;
    float:right;
    margin:0 25px 0 0;
    text-decoration:none;
}
.m.header_bar .state.timeago {
    color:#ccc;
    font-size:10px;
}
.m.header_bar .state.role{
    color:#aaa;
    font-size:11px;
    font-weight:normal;
    margin:0 0 0 0;
}
.m.header_bar .user_menu .box.left {
    width:165px;
    border-right:1px solid #dedede;
    background-color: #F2F2F2;
}
.m.header_bar .user_menu .header {
    margin: 9px 0 0 0;
    padding: 0 0 8px 5px;
    border-bottom: 1px dotted #d9d9d9;
    color: #444;
    font-weight: bold;
}
.m.header_bar .user_menu .header .title {
    color:#333;
    font-weight:bold;   
}
.m.suggest .suggs{
    position:relative;
	z-index: 9999999999999;
    background:white;
    padding:0;
	margin-left: 10px;
    text-align:left;
    box-shadow:0px 4px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0px 4px 8px rgba(0, 0, 0, 0.5);
}
.m.header_bar .m.suggest .suggs{
	width: 280px;
}
.m.suggest .suggs .result {
    position: relative;
    border-bottom:1px dotted #ccc;
}
.m.suggest .suggs .result.selected,
.m.suggest .suggs .result:hover {
    border:none;
    padding-bottom:1px;
    background:#f3f3f3;
    background:-webkit-gradient(linear, left top, left 20%, from(#e6e6e6), to(#f3f3f3));
    background:-moz-linear-gradient(top, #e6e6e6, #f3f3f3);
    -ms-filter:"filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f3f3f3')";
}
.m.suggest .suggs .left_img {
    width:88px;
	height: 61px;
}
.m.suggest .suggs .showing img {
    width: 72px;
    height: 40px;
    margin: 10px 5px 5px 5px;
}
.m.suggest .suggs .person .showing img {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0 16px;
    background-color: #ddd;
}
.m.suggest .suggs .type {
    color: #999;
    text-transform: uppercase;
    font-size: 9px;
    padding-top: 8px;
    line-height: 11px;
}

.m.suggest .suggs .title {
    color: #333;
    font-weight: bold;
    font-size: 12px;
    line-height:14px;
    height: 17px;
    max-width: 176px;
    overflow: hidden;
    padding-top: 2px;
}
.m.suggest .suggs .title a {
    color: #333;
}

.m.suggest .suggs .links {
    /*
    position: absolute;
    left: 93px;
    top: 39px;
    */
}

.m.suggest .suggs .links a {
    color:#999;
    font-size:10px;
	font-weight: bold;
    line-height:11px;
    float:left;
    border-left: 1px dotted #ccc;
    margin-left:5px;
    padding-left: 5px;
}

.m.suggest .suggs .links a:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.m.suggest .suggs .links a:hover {
    text-decoration: underline;
}

.m.suggest .suggs .links a.videos {
}

.m.suggest .suggs .eps {
    margin: 0 0 10px 0;
}
.m.suggest .suggs .eps a {
    color:#333;
    font-size:11px;
}
.m.suggest .suggs .eps a:hover {
    text-decoration:underline;
}

.m.suggest .suggs .result.all_results {
    background:-webkit-gradient(linear, left top, left 20%, from(#ccc), to(#ddd));
    background:-moz-linear-gradient(top, #ccc, #ddd);
    -ms-filter:"filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000')";
    border-radius:0 0 4px 4px; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px;
    margin-top:-1px;
    height: 34px;
}

.m.suggest .suggs .result.all_results a {
    color: black;
    font-style:normal;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 10px;
    cursor:pointer;
    padding: 8px 0;
}


.m.suggest .suggs .result.all_results a:after {
    content: "\25B6";
    font-size: 8px;
    padding-left: 3px;
    position: relative;
    top: -1px;
}

.m.suggest .suggs .result:hover.all_results,
.m.suggest .suggs .result.all_results.selected {
    background:#555;
    background:-webkit-gradient(linear, left top, left 20%, from(#444), to(#555));
    background:-moz-linear-gradient(top, #444, #555);
    -ms-filter:"filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#555')";
    padding-bottom:0;
}

.m.suggest .suggs .result:hover.all_results a,
.m.suggest .suggs .result.all_results a:hover {
    color:white;
    text-decoration: none;
}

/* Responsive bits */
@media screen and (max-width: 1200px) {
	.m.header_bar .site_nav .hideable {
		display: none;
	}
	.m.header_bar .site_nav .nav_more {
		display: inline-block;
	}
	.m.header_bar .search_box input {
		width: calc(100vw - 710px);
	}
	.m.header_bar .search_box.logged_in input {
		width: calc(100vw - 705px);
	}
	.m.header_bar .search_box.is_editor input {
		width: calc(100vw - 760px);
	}
}

.avatar-user-popup
{
    padding:10px 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size:12px;
    color: #fff;
    background-color: #333;
    border: 1px solid #222;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    min-width: 180px;
}
.avatar-user-popup .popup-top {
    display: table;
    width: 100%;
}
.load-left .avatar-user-popup {
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
}
.avatar-user-popup.arrow-box {
    position: relative;
    background: #333;
    border: 1px solid #222;
}
.avatar-user-popup.arrow-box:after, .avatar-user-popup.arrow-box:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.avatar-user-popup.arrow-box:after {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #333;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}
.avatar-user-popup.arrow-box:before {
    border-color: rgba(34, 34, 34, 0);
    border-right-color: #222;
    border-width: 11px;
    top: 50%;
    margin-top: -11px;
}
.load-left .avatar-user-popup.arrow-box:after, .load-left .avatar-user-popup.arrow-box:before {
    right: 0;
    left: 100%;
}
.load-left .avatar-user-popup.arrow-box:after {
    border-right-color: transparent;;
    border-left-color: #333;
}
.load-left .avatar-user-popup.arrow-box:before {
    border-right-color: transparent;;
    border-left-color: #222;
}
.avatar-user-popup .spacer {
    display: table-cell;
    width:5px;
    vertical-align: middle;
}
.avatar-user-popup .username {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    padding-bottom: 3px;
}
.avatar-user-popup.staff .username {
    float:left;
    margin-right:3px;
}
.avatar-user-popup .username a {
    color: #fff;
}
.avatar-user-popup .follow {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
	background-color: #333 !important;
}
.avatar-user-popup hr {
    border: 0;
    height: 1px;
    background: #444;
}
.avatar-user-popup .message {
    display: inline-block;
    float: right;    
    padding: 7px 0;
}
.avatar-user-popup .message a {
    text-decoration:none;    
}
.avatar-user-popup .staff {
    padding: 2px 7px;
    background: #555;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
    text-transform: lowercase;
    display: table-cell;
    margin-right:20px;
    float: left;
    line-height: 20px;    
}
.avatar-user-popup .message .icon-envelope-alt {
    margin-right: 7px;
    margin-bottom: 1px;
}
.avatar-user-popup .follow .button {
    font-size:11px;
    text-align:right;
    text-transform: uppercase;
	color: #1483cb;
} 
.avatar-user-popup .message .button {
    background: #1483cb;
    border: 1px solid #1483cb;
    padding: 3px 8px;
    font-size: 11px;
    opacity: .8;
    color: #fff;
    border-radius:5px;
    text-transform: uppercase;
}
.avatar-user-popup .message .button:hover {
    opacity: .7;
}
.avatar-user-popup .follow .button.leave {
    color: #bbb;
}
.avatar-user-popup .stats {
    border-spacing: 0px;
    padding: 2px 0;
    width: 100%;
}
.avatar-user-popup .stats .number {
    font-weight:bold;
    text-align: right;
}

/* notifications/alerts_module */
#alerts_module .alerts_box {
    color:#333;
    font-size:11px;
    max-height:370px;
    overflow-y:auto;
    overflow-x:hidden;
    margin:0 0 35px 0;
    padding:5px 0 0 0;
}
#alerts_module .alerts_box .no_alerts{
    padding: 10px 15px;
    color:#000;
    font-size:13px;
}
#alerts_module .alerts_box .no_alerts .icon-exclamation-sign{
    margin: 0 10px 0 0;
    color:#777;
}
#alerts_module .tabs {
    color: #333;
    padding: 10px 0 5px 15px;
    border-bottom: 1px solid #eee;    
}
#alerts_module .tabs .tab{
    padding: 0 15px 0 0;
    color:#777;
    cursor: pointer;
}
#alerts_module .tabs .tab.on{
    color:#333;
    font-weight: bold;
}
#alerts_module .tabs .tab:hover {
    color:#333;
    font-weight: bold;
}
#alerts_module .alert_item {
    padding: 5px 15px;
    line-height:14px;
    border-bottom:1px dotted #ccc;
    clear:left;
    width:300px;
    cursor:pointer;
}

#alerts_module .alert_item:hover {
    background-color:#efefef;
}

#alerts_module .alert_item.unread {
    background:#f2f2f2;
}
#alerts_module .alert_item.unread:hover {
    background:#ebebeb;
}
#alerts_module a {
    text-decoration:none;
}
#alerts_module a:hover {
    text-decoration:none;
}
#alerts_module .alert_item:last-child {
    border-bottom:0;
}
#alerts_module .follow_link {
    color:#333;
    font-weight: bold;
}
#alerts_module .follow_link:hover {
    text-decoration: underline;
}
#alerts_module .alert_item .msg_link {
    color:#333;
}
#alerts_module .alert_item .ago {
    font-size:11px;
    color:#555;
}
#alerts_module .action_user_avatar {
    float:left;
    width:37px;
    height:37px;
    overflow:hidden;
    margin:3px 7px 0 0;
    border:1px dotted #ccc;
}
#alerts_module .episode_image {
    float:left;
    width:72px;
    height:40px;
    overflow:hidden;
    margin:3px 7px 0 0;
    border:1px dotted #ccc;
}
#alerts_module .ep_image img{
    height:40px;
}
#alerts_module .info_box {
    float:left;
    width:250px;
}
#alerts_module .info_box.episode {
    width:215px;
}
#alerts_module .action_user_avatar img {
    height:37px;
}
#alerts_module .detail {
    color:#555;
    line-height:15px;
    font-size:11px;
    font-style:italic;
}
#alerts_module .see_all{
    text-decoration:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:#efefef;
    border-top:1px solid #ddd;
    height: 23px;
    text-align: center;
    padding: 8px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 10px;
    text-align:center !important;
}
#alerts_module .see_all:after {
    content: "\25B6";
    font-size: 8px;
    padding-left: 3px;
    position: relative;
    top: -1px;
}
#alerts_module .see_all:hover {
    color:#fff;
    background:#666;
}

/* footer */
.m.tv_footer {
	background-color: #3d3d3d;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    height:160px;
    margin-top:10px;
	width: 100%;
}
.m.tv_footer .container {
	padding:10px 10px 0 10px;
	position: relative;
	width: 980px;
	margin: 0 auto;
}
body.community .m.tv_footer .container {
	width: 1164px;
}
.m.tv_footer .footer_logo {
	margin: 10px 0 10px 0;
}
.m.tv_footer .footer_logo .fa {
	position: relative;
	top: -5px;
}
.m.tv_footer .footer_logo img {
	width: 150px;
}
.m.tv_footer,
.m.tv_footer a {
    color: #efefef;
	font-size: 13px;
}
.m.tv_footer a * {
    color: #efefef;
}
.m.tv_footer a {
    padding:0 5px 0 5px;
	font-weight: 600;
}
.m.tv_footer a:hover {
    color: #fff;
	text-decoration: underline;
}
.m.tv_footer .social {
	float: right;
	position: relative;
	top: -20px;
}
.m.tv_footer .social a {
	padding: 0 0 0 5px;
}
.m.tv_footer .footer_logo a:hover, .m.tv_footer .footer_logo a:hover * {
	text-decoration: none;
}
.m.tv_footer .meta {
	padding-left: 6px;
}
.m.tv_footer #tvgdn {
    float: right;
    margin: -1px 10px 0 0;
}

/* footer background switcher */
.tv_footer .bg_chooser .bg_default{
    background: #0079B6;
    color: #0079B6;
}
body.bg_gray{
    background: #CDD5D2;
}
.tv_footer .bg_chooser .bg_gray{
    background: #CDD5D2;
    background: #CDD5D2;
}
body.bg_black{
    background: #000;
}
.tv_footer .bg_chooser .bg_black{
    background: #000;
    color: #000;
}
.m.tv_footer .bg_chooser{
	width: 230px;
	float: right;
}

.m.tv_footer .bg_chooser ul {
    display: inline-block;
}

.m.tv_footer .bg_chooser label{
    display: block;
    color:#ccc;
    font-size:11px;
}

.m.tv_footer .bg_chooser li {
    display: inline-block;
}

.m.tv_footer .bg_chooser .choice {
    width: 21px;
    height: 20px;
    border-radius:3px;  -webkit-border-radius:3px; -moz-border-radius:3px;
    margin-left: 8px;
    cursor: pointer;
}

.m.tv_footer .bg_chooser .choice:after {
    content: "\25B2";
    position: relative;
    left: 4px;
    top: -10px;
    visibility: hidden;
}

.m.tv_footer .bg_chooser .bg_gray.choice:after {
	color: #cdd5d2;
}

.m.tv_footer .bg_chooser .choice.selected:after {
    visibility: inherit;
}

.m.tv_footer .bg_chooser .choice:hover,
.m.tv_footer .bg_chooser .choice:hover:after {
    opacity: 0.8;
}
#feature_banner_slot {
	width: 986px;
	display: block;
	margin: 0 auto;
	padding-top: 3px;
}
.community #feature_banner_slot {
	padding: 3px 0 15px 0;
}

/* Unsupported browser header */
.m.alert {
    position: relative;
    color:#fff;
    background-color: #cc0000;
    padding:10px;
    text-align:center;
    font-size:13px;
}
.m.alert h2 {
    color:#fff;
    font-weight:bold;
}
.m.alert a img {
    text-decoration:none;
}

/* Autoplay video controls */
.tvcom_video_extras {
	float: right;
}
.tvcom_video_extras .active {
	color: red;
}
.tvcom_video_extras .on, .tvcom_video_extras .off {
	cursor: pointer;
}
/* CAN player */
.CAN_player_container{
	width: 100%;
	height: 432px;
	background-color: black;
}

/* Video box */
.m.ep_clip {
    width: 100%;
}

.m.ep_clip .ep_clip_embed object, .m.ep_clip .ep_clip_embed embed {
    display: block;
    margin: 0 auto;
}

