* {
	
}

body {
	background: #d2d2d2; 
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	line-height: 130%;
	padding-top: 38px;
}


h1, h2, h3, h4 { 
	padding: 0;
	margin-top: 0;
}

.h1 {
	color: #333;
	font-weight: normal;
}

/*
.h1 { 
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #222;
}

.h2 { 
	margin: 0 0 10px 0;
	font-family: "Arial Narrow";
	font-size: 18px;
}*/

a { 
	color: #2b699e;
	font-weight: normal;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#container {
	/*width: 1200px;*/
	width: 100%;
	margin: 0 auto;
}

#page-wrapper { 
	max-width: 980px;
	margin: 0 auto;
	background: rgb(255, 255, 255);
}

#header { position: relative; height: 100px; }
#header #logo {
	display: inline-block;
	width: 240px;
  margin-left: 23px;
}

#header #logo img { width: 220px; margin-top: 25px; }
#header #header-ad {
	position: absolute;
	top: 5px;
	right: 0; 
}

/*
#header {
	position: relative;
	height: 180px;
	margin: 10px 0 0 0;
	background: rgb(25, 25, 25);
}

#header #header-ad {
	position: absolute;
	top: 0;
	right: 0;
}

#header #logo {
	float: left;
	width: 240px;
	height: 180px;
	z-index: 1;
	background: rgb(240, 240, 240);
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

#header #logo img {
	margin: 25px 0 0 10px;
	width: 220px;
}

#header #nav-panel {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 80px;
	z-index: 5;
	background: rgb(240, 240, 240);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.3, rgb(210, 210, 210)),
	    color-stop(0.65, rgb(240, 240, 240))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(210, 210, 210) 30%,
	    rgb(240, 240, 240) 65%
	);
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

#header #subnav {
	position: absolute;
	bottom: 40px;
	right: 15px;
}

#header #subnav #secondary-menu {
	float: right;
}

#header #subnav #secondary-menu li {
	float: left;
	margin: 0 0 0 15px;
}

#header #subnav #secondary-menu li a {
	font-size: 12px;
}

#header #search {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 159px;
	height: 19px;
	background: url('../../../../../../sites/all/themes/mrctv/images/search-bg.png') no-repeat;
}

#header #search label { display: none; }

#header #search input {
	border: 0;
}

#header #search .form-text { 
	margin: 0 0 0 5px; 
	width: 125px; 
}

#header #search .form-submit {
	position: absolute;
	right: 0;
	width: 24px; 
	height: 19px; 
	cursor: pointer;
	text-indent: -9999px;
	background: url('../../../../../../sites/all/themes/mrctv/images/search-btn.png') no-repeat;
}

#header #upload-btn {
	position: absolute;
	right: 200px;
	bottom: 10px;
}

#header #upload-btn li.button a {
	display: block;
	width: 105px; 
	height: 30px; 
	background: url('../../../../../../sites/all/themes/mrctv/images/upload-btn.png') no-repeat;
}

#header #upload-btn li.button a:hover {
	background: url('../../../../../../sites/all/themes/mrctv/images/upload-btn-over.png') no-repeat;
}

#header #upload-btn ul li ul.upload-type {
	position: absolute;
	margin-left: -99999px;
	top: 30px;
	width: 150px;
	background: rgb(245, 245, 235);
	border: solid 2px rgb(255, 255, 255);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header #upload-btn li.button:hover ul.upload-type {
	margin: 0;
}

#header #upload-btn ul li ul.upload-type li {
	padding: 6px;
	border-bottom: solid 1px rgb(175, 175, 175);
}

#header #upload-btn ul li ul.upload-type li:hover {
	background: rgb(255, 255, 255);
}

#header #upload-btn ul li ul.upload-type li a {
	background: none;
	height: auto;
	font-size: 14px;
	font-weight: bold;
}

#header #upload-btn ul li ul.upload-type li a:hover {
	background: none;
}



#header ul.primary-links {
	position: absolute;
	bottom: 0;
}

#header ul.primary-links li {
	float: left; 
	height: 30px;
	margin: 0 10px;
	padding: 0 20px;
}

#header ul.primary-links li a {
	position: relative;
	top: 6px;
	font-size: .9em;
	font-weight: bold;
}

#header ul.primary-links li.active {
	background: url('../../../../../../sites/all/themes/mrctv/images/active-tab.jpg') top left no-repeat;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.12, rgb(30,66,108)),
	    color-stop(0.56, rgb(59,100,146))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(30,66,108) 12%,
	    rgb(59,100,146) 56%
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


#header ul.primary-links li.active a {
	color: rgb(255, 255, 255);
	font-weight: normal;
}

#header-divider {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	background: rgb(59,100,146);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.12, rgb(30,66,108)),
	    color-stop(0.56, rgb(59,100,146))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(30,66,108) 12%,
	    rgb(59,100,146) 56%
	);
}
*/

.navbar-fixed-top { position: fixed; min-height: 38px; height: 38px; z-index: 99999; overflow: hidden; }
body.index .navbar.navbar-fixed-top { background: #003655; }
body.index .navbar-fixed-top .navbar-nav>li>a { color: #fff; font-size: 15px; font-weight: normal; padding: 10px 10px 2px 10px; }
.navbar-fixed-top .navbar-brand { padding: 0 0 0 5px; }
.navbar-fixed-top .navbar-brand img { height: 35px; }

body.index .navbar.navbar-default { 
	background-color: #efefef;
 	border-color: #e7e7e7; 
 	margin-bottom: 10px;
}
.navbar.navbar-default .nav > li.leaf { padding: 0; }
.navbar.navbar-default .nav > .active > a,
.navbar.navbar-default .nav > li > a:hover,
.navbar.navbar-default .nav > li > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

body.index .navbar-fixed-top .navbar-nav > li.active { color: #fff; }

.navbar .nav { float: left; } /* Influence override */
body.index .nav > li.active a { color: inherit; } /* Influence override */
.navbar .label-primary { padding: 5px 10px; font-weight: normal; }
.nav .btn .caret { border-top-color: #fff; border-bottom-color: #fff; }


body.index .nav-pills > li.active > a, 
body.index .nav-pills > li.active > a:hover, 
body.index .nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #428bca;
}

body.index .nav-pills > li > a { padding: 3px 8px; }

.menu-uploads a { color: #428bca; }

#page {
	background: rgb(255, 255, 255);
	padding: 0 10px;
}

#main { float: left; width: 640px; margin-right: 10px; }
.no-sidebars #main { width: 100%; }

/* Regions */
.region-content-top {
  
}


/* Node Teasers */
.node-teaser .media-list { margin-bottom: 25px !important; }
.node-teaser .media-object {
	width: 140px;
	height: 100px;
}

.node-teaser .media-heading { margin: 0; }

.node-teaser .media-heading, .node-teaser .media-heading a { 
	font-size: 15px;
	line-height: 20px;
}

.node-teaser .media-body .meta {
	color: #999;
	font-size: 11px;
	margin: 0;
}

.node-teaser .media-body p {
	color: #333;
	font-size: 15px;
}

.view-homepage { clear: both; margin: 10px 0 20px 0; }
.view-homepage li.views-row { display: inline; margin: 0; }
.view-homepage .thumbnail { height: 200px; margin-bottom: 20px; }
.view-homepage .thumbnail>img { max-height: 101px; }
.view-homepage .thumbnail .caption h3 { height: 35px; width: 100%; font-size: 12px; line-height: 17px; margin: 0 0 3px 0; overflow: hidden; text-overflow: ellipsis; }
.view-homepage .thumbnail .caption .meta {
	color: #999;
	font-size: 11px;
}

.view-homepage .feature { height: 250px; font-size: 14px; margin-bottom: 20px; }
.view-homepage .feature>img { max-height: 148px; }
.view-homepage .feature h3 { max-height: 2.6em; width: 100%; max-width: 360px; font-size: 1.2em; margin: 2px 0 3px 0; overflow: hidden; text-overflow: ellipsis; }


/* HOMEPAGE */
#content {
	float: left;
	width: 100%;
}

#content #content-area {
	padding: 0;
}

#home-featured {
	width: 640px;
}

#player {
	position: relative;
	padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}

#player iframe,
#player object,
#player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home-featured h2 {
	background: #003655;
	/*-webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);*/
	margin: 0 auto 10px;
	padding: 0;
}

#home-featured h2 a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 32px;
	line-height: 38px;
}

#home-featured #player-container {
	text-align: center;
	/*background-image: -webkit-gradient(
	    linear,
	    left top,
	    right bottom,
	    color-stop(0.12, rgb(70,70,70)),
	    color-stop(0.56, rgb(135,135,135)),
	    color-stop(0.78, rgb(69,69,69))
	);
	background-image: -moz-linear-gradient(
	    left top,
	    rgb(70,70,70) 12%,
	    rgb(135,135,135) 56%,
	    rgb(69,69,69) 78%
	);*/
}

#content #home-featured #player {
	display: inline-block;	margin: 5px auto 0;
}


/* PLAYER */
#jwplayer {
	display: block;
	/*width:640px;
	height:360px;*/
	width: 100%;
	margin: 0;
	padding: 0;
	background: #333;
	color: #fff;
}

a.flowplayer {
	display: block;
	width:640px;
	height:360px;
	margin: 0;
	padding: 0;
}

/* player container */
div.player_body {
	width:640px;
	height:360px;
	margin: 0;
	padding: 0;
	cursor:pointer;
	text-align:center;
	position: relative;
}

/* play button */
div.player_body img {
	margin-top:150px;
}

/* info area */
div.player_body div.info {
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	/*background: #000 url(http://www.flowplayer.org/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;*/
	color:#fff;
	width: 610px;
	bottom: 0;
	text-align:left;
	padding:5px 15px;	
	font-family:"arial","trebuchet ms";
	font-size:13px;
	line-height: 20px;
	border-top:1px solid #ccc;
}

/* duration data inside info area */
div.player_body div.info span {
	color: rgb(225, 225, 225);
	display:block;
	font-weight:bold;
}

div.player_body div.title {
position: absolute;
	background: rgba(0, 0, 0, 0.7);
	background: #000 url(http://www.flowplayer.org/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	width: 610px;
	top: 0;
	text-align: left;
	padding: 5px 15px;	
	font-family: "arial narrow","arial";
	border-bottom:1px solid #ccc;
	
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}

/* Node Page */
.tab-content { 
	border: solid 1px #ddd;
	border-top: 0;
	padding: 15px 10px 5px 10px;
}




/* NEWSBUSTED PLAYER */
.newsbusted .video-nodelink {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.newsbusted .title {
	font-size: 18px;
}

.view-newsbusted .read-more {
	padding-left: 0;
	font-size: 12px;
}



/* CONTENT SLIDERS */

/*
#content .slider {

	width: 100%;
	height: 180px;
	margin: 10px 10px 20px 10px;
	border: solid 1px rgb(235, 235, 235);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.47, rgb(225,225,225)),
	    color-stop(0.74, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(225,225,225) 47%,
	    rgb(255,255,255) 74%
	);
	
	-webkit-box-shadow: 3px 5px 8px #3d3d3d;
	-moz-box-shadow: 3px 5px 8px #3d3d3d;
	box-shadow: 3px 5px 8px #3d3d3d;
}

#content .slider h2 {
	margin: 5px 0 0 10px;
	color: rgb(50, 50, 50);
	font-size: 18px;
}

#content .slider li {
	width: 160px;
	margin: 0;
	text-align: center;
}

#content .slider li img {
	width: 140px;
	height: 100px;
	margin: 0 auto;
	border: solid 3px rgba(50, 50, 50, .7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .slider li img:hover { 
	border: solid 3px rgba(50, 50, 50, .3);
}


#content .slider li a {
	padding: 4px 0;
	font-size: 11px;
}
*/

/* FIX HOMEPAGE WIDTHS FOR LEFT COLUMN ITEMS */
/*#content .node, #content .slider {
	width: 620px;
}*/


/* RIGHT COLUMN HOMEPAGE */

#right {
	width: 300px;
	float: right;
}

.sidebar { margin: 0 0 2em 0; }

/*

#right .tab-panel-header {
	width: 100%;
	height: 37px;
	background: rgb(50, 50, 50);
}

#right .tab-panel-header ul {
	margin: 0 0 0 20px;
}

#right .tab-panel-header ul li {
	display: inline;
}

#right .tab-panel-header ul li a {
	display: inline-block;
	height: 27px;
	padding: 10px 10px 5px 10px;
}

#right .tab-panel-header a {
	color: rgb(255, 255, 255);
	font-size: 14px;
	text-transform: uppercase;
}

#right .tab-panel-header a.selected {
	background: rgb(30, 66, 108);
}

#right .tab-panel-body {
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.47, rgb(59,100,146)),
	    color-stop(0.85, rgb(30,66,108))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(59,100,146) 47%,
	    rgb(30,66,108) 85%
	);
}
*/

/*
#headlines {
	height: 405px; 
	width: 315px; 
	position: relative; 
	display: inline; 
	float: right; 
	top: -5px;
	margin-bottom: 10px; 
}

#headlines .content-box {
	background: #013267 url(../../../../../../sites/all/themes/mrctv/images/headlines-sprite.png) no-repeat left bottom;
	height: 405px; 
	padding: 0 10px 0; 
	position: relative;
}

#headlines .subnav { 
	color: #C2C2C2; 
	font: normal normal 10px/17px Arial, sans-serif; 
	height: 20px; 
	margin: 0 0 7px;
}

#headlines .subnav li { 
	display: inline; 
	float: left; 
	height: 20px; 
	overflow: hidden; 
	margin-right: 1px;
}

#headlines .subnav li a { 
	color: #C2C2C2; 
	float: left; 
	height: 17px; 
	padding-bottom: 3px; 
	position: relative; 
	text-indent: 110px; 
	overflow: hidden;
}

#headlines .subnav li a span {
	background: transparent url(../../../../../../sites/all/themes/mrctv/images/headlines-sprite.png) no-repeat left top;
	position: absolute;
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 20px;
}

#headlines .subnav li a:hover { color: #FFF; text-decoration: none;}
#headlines .subnav li.subnav-news a { width: 80px;}
#headlines .subnav li.subnav-news a span { background-position: -10px -39px;}
#headlines .subnav li.subnav-news a:hover span, 
#headlines .subnav li.subnav-news a.selected span { background-position: -10px -19px;}

#headlines .subnav li.subnav-original a {width: 109px; }
#headlines .subnav li.subnav-original a span { background-position: -91px -39px;}
#headlines .subnav li.subnav-original a:hover span,
#headlines .subnav li.subnav-original a.selected span { background-position: -91px -19px;}

#headlines .subnav li.subnav-popular a {width: 65px; }
#headlines .subnav li.subnav-popular a span { background-position: -205px -39px;}
#headlines .subnav li.subnav-popular a:hover span,
#headlines .subnav li.subnav-popular a.selected span { background-position: -205px -19px;}

#headlines .item-list { font-size: 13px;}

#headlines .item-list li {
	border-bottom: 1px dotted #6B6B6B; color: #A1A1A1; 
	line-height: 18px; 
	overflow: hidden; 
	text-overflow: ellipsis;
	margin: 0 0 5px 0;
	padding: 0 4px 2px 2px;
	padding-right: 4px;
}

#headlines .item-list li a { font-size: 12px; font-family: arial; font-weight: bold; color: #FFF;}

#headlines .item-list li .views-field-view-node a, #headlines .item-list li .views-field-nothing a {
	font-size: 10px;
	color: rgb(175, 175, 175);
}


#headlines .footer { 
	bottom: 16px; 
	position: absolute; 
	left: 10px; 
	height: 19px; 
	width: 295px;
}

#headlines .footer a {
	background: transparent url(../../../../../../sites/all/themes/mrctv/images/headlines-sprite.png) no-repeat -10px 1px;
	float: left; 
	width: 0px; 
	position: relative; 
	height: 19px;
	padding-left: 72px; 
	overflow: hidden;
}

#headlines .footer a.subscribe {
	background-position: -233px 1px; float: right;
}

* html #headlines { right: -1px;}

.v-shadow {
	background: transparent url(../../../../../../sites/all/themes/mrctv/images/column-shadow-left.png) repeat-y left top;
	position: absolute; 
	top: 0; 
	width: 15px; 
	height: 405px; 
	left: -15px;
	z-index: 2; 
	display: block;
}

*/


#right ul.social-icons { margin-bottom: 10px; }
#right ul.social-icons li { display: inline-block; margin: 0 5px; }
#right ul.social-icons li img { }

#right #panel .panel {
	float:left;
	/* min-height: 400px;*/
	padding: 10px 0 0 0;
}

#right #mask {
	width: 280px;
	overflow: hidden;
	margin: 0 auto;
}

/*
#right #panel ul li {
	display: block;
	clear: both;
	list-style: none;
	padding: 3px 0;
	margin: 0 0 5px 0;
	color: rgb(255, 255, 255);
	border-bottom: solid 1px rgb(150, 150, 150);
}

#right #panel ul li a {
	float: left;
	margin-right: 5px;
	color: rgb(255, 255, 255);
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
}
*/

#right #panel ul li a img {
	width: 15px;
	height: 15px;
}


#right #panel ul li .read-more a {
	color: rgb(185, 185, 185);
	font-size: 11px;
}

#right .ad-zone, .ad_zone_2 {
	width: 300px;
	margin: 5px auto;
}



/*
#right .channel-spotlight {
	text-align: center;
}

#right .channel-spotlight .imagefield-field_picture {
	width: 250px;
	height: 180px;
	margin: 5px 10px 0 5px;
}

#right .channel-spotlight .views-field-title {
	font-size: 18px;
	margin: 5px 0 10px 0;
}
*/

#content-area .item-list, 
.region-content-top .item-list {
	color: rgb(50, 50, 50);
	font-size: .8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#content-area .item-list ul, 
.region-content-top .item-list ul {
	margin: 0;
	padding: 0;
}

#content-area .item-list ul li.views-row , 
.region-content-top .item-list ul li.views-row  {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content-area .item-list .views-field-field-video-fid, 
.region-content-top .item-list .views-field-field-video-fid {
	float: left; 
	margin: 0 10px 0 0;
}

#content-area .item-list .views-field-title a, 
.region-content-top .item-list .views-field-title a {
	font-size: 1.2em;
}

#content-area .item-list .views-field-created, 
.region-content-top .item-list .views-field-created {
	color: rgb(175, 175, 175);}

#content-area .item-list .views-field-tid a, 
.region-content-top .item-list .views-field-tid a {
}

#content-area .item-list .views-field-body, 
#content-area .item-list .views-field-body {
}

/*
.pane-box { 
	width: 98%; 
	border: solid 1px rgb(235, 235, 235);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.47, rgb(225,225,225)),
	    color-stop(0.74, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(225,225,225) 47%,
	    rgb(255,255,255) 74%
	);
	
	-webkit-box-shadow: 3px 5px 8px #3d3d3d;
	-moz-box-shadow: 3px 5px 8px #3d3d3d;
	box-shadow: 3px 5px 8px #3d3d3d;
	
	margin: 0 0 25px 0;
}


.pane-box-header { 
	width: 100%; 
	height: 25px; 
	margin: 0 0 10px 0;
	background: url('../../../../../../sites/all/themes/mrctv/images/section-header-bg.png') repeat;
}

.pane-box-header-orange {
	background: url('../../../../../../sites/all/themes/mrctv/images/section-header-orange-bg.png') repeat;
}

.pane-box-header h2, .pane-box-header-orange h2 { 
	padding: 4px 0 0 10px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: bold;
}

.pane-box .pane-title { 
	width: 97%; 
	height: 25px; 
	margin: 0 0 10px 0;
	background: url('../../../../../../sites/all/themes/mrctv/images/section-header-bg.png') repeat;
	padding: 4px 0 0 10px;
	color: rgb(255, 255, 255);
	font-size: 16px;
}

.pane-box .item-list, .pane-box .menu { padding: 5px; }
*/

/* BLOCK - LINK LIST w/ THUMBNAILS */
/*
.pane-box .item-list li, .pane-box .menu li {
	list-style: none;
	clear: both;
	margin: 0 0 10px 0;	
}

.pane-box .item-list li img {
	float: left;
	clear: both;
	width: 80px;
	height: 60px;
	margin: 0 5px 10px 0;
}

.pane-box .item-list li a, .pane-box .menu li a {
	font-size: 13px;
	font-weight: bold;
}
*/

/* BLOCK - SOCIAL NETWORKING */
/*
.pane-box .social-networking {
	width: 250px;
	margin: 20px auto;
}

.pane-box .social-networking .fb-follow {
	margin: 0 10px 0 0;
}

.pane-box .social-networking .tw-follow {
	position: relative;
	top: 5px;
}
*/

/*
.pane-related-block .item-list li { padding-bottom: 5px; border-bottom: solid 1px rgb(215, 215, 215); }

.pane-tag-cloud-block .pane-content { padding: 10px; }
*/


/*.teaser-content, .pane-node-body {
	font-family: arial;
}*/


/* Reminder Block */
.block-reminder { 
	width: 98%; 
	border: solid 1px rgb(235, 235, 235);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.47, rgb(225,225,225)),
	    color-stop(0.74, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(225,225,225) 47%,
	    rgb(255,255,255) 74%
	);
	
	-webkit-box-shadow: 3px 5px 8px #3d3d3d;
	-moz-box-shadow: 3px 5px 8px #3d3d3d;
	box-shadow: 3px 5px 8px #3d3d3d;
	
	margin: 0 0 25px 0;
}




.block-reminder .pane-title { 
	width: 97%; 
	height: 25px; 
	margin: 0 0 10px 0;
	background: url('../../../../../../sites/all/themes/mrctv/images/section-header-bg.png') repeat;
	padding: 4px 0 0 10px;
	color: rgb(255, 255, 255);
	font-size: 16px;
}

.block-reminder .pane-content { padding: 5px; }
.block-reminder p { font-size: 14px; line-height: 150%; margin-bottom: 10px; }
.block-reminder ul li { margin-bottom: 10px; }

/* VIDEO NODE FORMAT */
#video-node-page .pane-user-picture {
	float: left; 
	display: block;
	margin: 0 10px 0 0;
}

#video-node-page .picture img, #video-node-page .avatar img {
	width: 85px;
	height: 85px;
}

#video-node-page .pane-node-title {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
}

#video-node-page .pane-node-author,
#video-node-page .pane-node-created {
	color: rgb(150, 150, 150);
	font-size: 14px;
	padding-left: 100px;
	margin: 0 0 5px 0;
}

.pane-node-player {
	margin-bottom: 10px; 
}

.node #player-container { margin: 0 0 20px 0; }

.node .node-description {
	color: #444;
	font-size: 18px;
	line-height: 130%;
	margin: 10px 0;
}


.node .node-description p {
	clear: both;
	margin: 0 0 10px 0;
}

.node .node-description b, .node .node-description strong { font-weight: bold; }
.node .node-description i, .node .node-description em { font-style: italic; }
.node .node-description u { text-decoration: underline; }
.node .node-description blockquote { margin: 0 40px; }
.node .node-description ul { list-style: disc; }
.node .node-description ol { list-style: decimal; }
.node .node-description ul li, .node .node-description ol li  { margin-left: 20px; }

.pane-node-links { float: left; font-size: 13px; margin: 10px 0; }
.pane-node-embed { float: left; margin: 10px 0; }
.pane-node-twitter { float: right; margin-top: 5px; }
.pane-node-facebook { float: right; margin-top: 5px; }
.pane-node-rating { clear: both; margin: 0 0 10px 0; }
.pane-node-rating h2.pane-title { float: left; display: inline; width: 50px; font-size: 12px; }
.pane-node-rating .pane-content { float: left; }
.fivestar-widget { width: 200px; }
.fivestar-widget .description { font-size: 11px; }

.pane-node-tags { clear: both; margin: 0 0 10px 0; }
.pane-node-tags h2.pane-title { float: left; width: 50px; font-size: 12px; }
.pane-node-tags .item-list ul { padding: 0; margin: 0; }
.pane-node-tags .item-list ul li { list-style: none; display: inline; font-size: 12px; margin: 0 5px 0 0; padding: 0; }


.pane-content ul.links li { float: left; list-style: none; padding: 0 10px; }

.links .button, .links .flag {
	margin-top: 4px;
	padding: 3px 4px 2px;
	vertical-align: top; 
	font-size: 11px; 
	font-weight: bold; 
	background: url(../../../../../../sites/all/themes/mrctv/images/buttonGradient20.png) 0 0 repeat; 
	border-width: 1px; 
	border-style: solid; 
	cursor: pointer; 
	-moz-border-radius: 3px; 
	-moz-box-shadow: #ddd 0 1px 2px; 
	-webkit-border-radius: 3px; 
	-webkit-box-shadow: #ddd 0 1px 2px;
}


.node .node-info-links li { font-size: 15px; margin: 0 0 5px 0; }
.node .links li.statistics_counter { padding: 0; }

.node #embed.tab-pane textarea { font-size: 13px; line-height: 15px; padding-top: 10px; }

/*
.links .button span {
	width: 12px; 
	height: 12px; 
	margin: 1px 2px 0 -1px; 
	background: none;
}

.links .flag-favorites span { 
	width: 12px; 
	height: 12px; 
	margin: 1px 2px 0 -1px; 
	background: url(../../../../../../sites/all/themes/mrctv/images/Actionicons.gif) -24px 0 no-repeat;
}

.links .flag-inappropriate span {
	width: 12px; 
	height: 12px; 
	margin: 1px 2px 0 -1px; 
	background: url(../../../../../../sites/all/themes/mrctv/images/Actionicons.gif) -12px 0 no-repeat;
}*/


.links .whiteButton, .links .flag {
	color: #41545f; 
	background-color: #fff; 
	border-color: #d7d7d7 #ccc #c3c3c3; 
	text-shadow: 0 1px #fafafa; 
	-moz-box-shadow: #eee 0 1px 1px; 
	-webkit-box-shadow: #eee 0 1px 1px;
}

.links .whiteButton:hover, .links .flag:hover { 
	color: #211922; 
	background-color: #e0ecf0; 
	border-color: #ccc;
}

.links .whiteButton:active, .links .flag:active { 
	color: #000; 
	background-color: #bed7e5; 
	border-color: #aaa; 
	text-shadow: 0 1px #eaeaea; 
	-moz-box-shadow: inset #8fa7b4 0 0 3px; 
	-webkit-box-shadow: inset #8fa7b4 0 0 3px;
}


.embed-window { display: none; clear: both; position: relative; width: 90%; border: solid 1px rgb(235, 235, 235); padding: 10px; margin: 10px 0; }
.embed-window h2 { }
.embed-window .close { position: absolute; top: 5px; right: 5px; width: 15px; height: 15px; cursor: pointer; border: solid 2px rgb(205, 205, 205); padding: 0; text-align: center; text-transform: uppercase; font-weight: bold; }
.embed-window textarea { width: 590px; height: 100px; border-color: rgb(225,225,225); padding: 5px; font-size: 11px; }
.embed-window .input-size { width: 40px; }
.embed-window ul li { font-size: 10px; margin: 0 10px 10px 0; }
.embed-window ul li label { width: 120px; font-weight: bold; margin: 0 10px 0 0; }


/*#channel-node-view ul.links li.statistics_counter {  }*/
/* #channel-node-view ul.links li.disqus_comments { display: none; } */
/*#channel-node-view ul.links li.nodequeue-toggle-q-1 { display: none; }*/
/*#channel-node-view ul.links li.nodequeue-toggle-q-2 { clear: both; }*/


/* Disqus Comments */
#disqus_thread { margin: 20px 0 10px 0; }


/* USER PROFILE PAGE */
#user-profile-page .picture {
	float: left; 
	display: block;
	margin: 0 10px 0 0;
}

#user-profile-page .picture img {
	width: 85px;
	height: 85px;
}

#user-profile-page .user-name {
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
}


#user-profile-page .member-for {
	color rgb(150, 150, 150);
	font-size: 13px;
}

#user-profile-page .profile-links li {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
}

#user-profile-page .profile-links li .twitter-follow-button { position: relative; top: 5px; }

#user-profile-page .bio { font-size: 14px; }

.section-users .region-content-bottom .block {
	margin-top: 20px;
}




/* CHANNEL NODE VIEW */
/*
#channel-node-view .channel-nodelink img { 
	float: left;
	display: block;
	width: 140px;
	height: 100px;
	margin: 5px 10px 0 5px;
	border: solid 5px rgba(50, 50, 50, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#channel-node-view .channel-title {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
}

#channel-node-view .channel-description {
	font-size: 18px;
	line-height: 24px;
}

#channel-node-view .panel-col-top {
	margin-bottom: 20px;
}


#channel-node-view h2.pane-title {
	font-weight: bold;
	margin-bottom: 10px;
}


#channel-node-view .featured {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 3px rgb(235, 235, 235);
}

#channel-node-view .featured h2 {
	width: 640px;
	margin: 0 0 10px;
	background: rgb(50, 50, 50);
}

#channel-node-view .featured h2 a {
	display: block;
	padding: 5px 10px;
	color: rgb(245, 245, 245);
	font-size: 22px;
	line-height: 30px;
}

#channel-node-view .item-list ul li {
	list-style: none;
}

#channel-node-view .channel-members {
	margin: 0 0 20px 0;
}

#channel-node-view .channel-members tr td {
	width: 50px;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}

#channel-node-view .channel-members .picture img {
	width: 50px;
	height: 50px;
}

.view-og-members-faces .item-list li {
	list-style: none;
	clear: both;
	margin: 0 0 20px 0;
}

.view-og-members-faces .item-list .views-field-picture {
	float: left;
	margin: 0 10px 0 0;
}

.view-og-members-faces .item-list .picture img {
	width: 50px;
	height: 50px;
}

.view-og-members-faces .item-list .views-field-name {
	font-size: 22px;
	line-height: 32px;
}

.view-og-members-faces .item-list .views-field-is-admin {
	font-size: 14px;
	font-style: italic;
}

.view-og-members-faces .item-list .views-field-created, .view-og-members-faces .item-list .views-field-created label{
	color: rgb(150, 150, 150);
	font-size: 15px;
}*/


/* CHANNEL LIST */
/*
#channel-list .node-teaser {
	width: 160px;
	display: block;
	padding: 10px 40px;
	text-align: center;
	border-bottom: 0;
}

.node-teaser .channel-nodelink { 
	display: block;
	width: 140px;
	height: 100px;
	margin: 5px 10px 0 5px;
	border: solid 5px rgba(50, 50, 50, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.node-teaser .channel-nodelink:hover { 
	border: solid 5px rgba(50, 50, 50, .6);
}

.node-teaser:hover {
	background: rgb(245, 245, 235);
}

.node-teaser:hover .channel-nodelink { 
	border: solid 5px rgba(50, 50, 50, .6);
}

.node-teaser .channel-list-content {
	padding: 0;
}

#channel-list h2.pane-title {
	font-size: 2em;
	font-weight: bold;
	padding: 10px 0 10px 10px;
}*/


/* New Channel List */
.view-channel-list table.views-view-grid {
	border-collapse: separate;
	border-spacing: 20px;
}

.view-channel-list .views-view-grid td { 
	width: 200px;
	padding: 10px 5px;
	text-align: center;
	margin: 5px 10px 0 5px;
	/*border: solid 5px rgba(50, 50, 50, .1);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.view-channel-list .views-view-grid td:hover {
	background: #e2e2e2;
}

.view-channel-list .views-view-grid .views-field-filepath img {
	width: 180px;
	height: 120px;
}

.view-channel-list .views-view-grid .views-field-name a {
	font-size: 13px;
	line-height: 16px;
}


/* NODE TABS */
ul.tabs { 
	border: 0;
}

ul.tabs li { 
	display: block;
}

ul.tabs li a, ul.tabs li.active a {
	background: none;
	border: 0;
}


/* PANE BROWSE */
/*.panel-pane .pane-title {
	font-size: 22px;
	font-weight: bold; 
	margin: 10px 0;
}*/

.panel-pane .views-row {
	clear: both;
}

.panel-pane .views-row-last {
	margin-bottom: 20px;
}


/* NODE VIDEO TAB BLOCK */
/*
.view-tab-block { margin: 0 0 20px 0; }
.view-tab-block p { margin: 0; }

.view-tab-block .views-header {
	width: 100%;
	height: 20px;
	margin: 0;
} viewsdisplaytabs-group-wrapper ul

.view-tab-block .viewsdisplaytabs-wrapper {
	width: 100%;
	height: 20px;
} 

.view-tab-block .viewsdisplaytabs-wrapper ul {
	margin: 0;
	padding: 0;
	border: 0;
}

.view-tab-block .viewsdisplaytabs-wrapper ul.viewsdisplaytabs-tab-group li a {
	display: inline-block;
	height: 15px;
	padding: 10px 10px 5px 10px;
	margin: 0;
}

.view-tab-block .viewsdisplaytabs-wrapper ul.viewsdisplaytabs-tab-group a {
	background: none;
	border: 0;
	color: rgb(50, 50, 50);
	font-size: 1em;
	font-weight: bold;
}

.view-tab-block .viewsdisplaytabs-wrapper ul.viewsdisplaytabs-tab-group a.viewsdisplaytabs-active {
	background: rgb(234, 234, 218);
	border-width: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 0;
}

.view-tab-block .view-content { 
	position: relative;
	background: rgb(234, 234, 218);
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 320px;
}

.view-tab-block .view-content .item-list { 
	position: absolute;
	top: 10px;
	background: rgb(255, 255, 255);
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 95%;
	margin: 0 10px;
	height: 300px;
	overflow-y: auto;
}

.view-tab-block .view-content .item-list ul li {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 5px;
	border-bottom: dashed 1px rgb(235, 235, 235);
}

.view-tab-block .views-row {
	clear: both;
	height: 75px;
	padding: 10px;
}

.view-tab-block .views-field-title {
	font-size: 13px;
	line-height: 16px;
}

.view-tab-block .views-field-created {
	color: rgb(150, 150, 150);
	font-size: 11px;
}

.view-tab-block .views-field-field-video-fid, 
.view-tab-block .views-field-field-thumbnail-fid,
.view-tab-block .views-field-field-embed-thumbnail-fid {
	float: left;
	margin: 0 10px 0 0;
}

.view-tab-block .views-field-field-video-fid img, 
.view-tab-block .views-field-field-thumbnail-fid img,
.view-tab-block .views-field-field-embed-thumbnail-fid img {
	display: block;
	width: 80px;
	height: 60px;
	border: solid 5px rgba(50, 50, 50, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.view-tab-block .views-field-field-video-fid img:hover, 
.view-tab-block .views-field-field-thumbnail-fid img:hover,
.view-tab-block .views-field-field-embed-thumbnail-fid img:hover {
	border: solid 5px rgba(50, 50, 50, .6);
}

.view-tab-block .views-row:hover {
	background: rgb(245, 245, 235);
}
*/


/* BLOG PAGE */
/*
#blog-node-page .pane-node-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
}

#blog-node-page .pane-user-picture {
	float: left; 
	display: block;
	margin: 0 10px 0 0;
}

#blog-node-page .picture img {
	width: 45px;
	height: 45px;
}

#blog-node-page .pane-node-author,
#blog-node-page .pane-node-created {
	font-size: 14px;
	line-height: 20px;
	color: rgb(75, 75, 75);
	padding-left: 55px;
	margin: 0 0 5px 0;
}

#blog-node-page .terms {
	clear: both;
	margin: 5px 0;
	font-size: 12px;
}

#blog-node-page .pane-node-body {
	clear: both;
	font-family: Georgia, arial;
	font-size: 15px;
	line-height: 24px;
	border-bottom: solid 1px rgb(235, 235, 235);
	margin: 20px 0 40px 0;
	padding-bottom: 10px;
}

#blog-node-page .pane-node-body h1, 
#blog-node-page .pane-node-body h2, 
#blog-node-page .pane-node-body h3, 
#blog-node-page .pane-node-body h4 { font-weight: bold; margin: 0 0 5px 0; }
#blog-node-page .pane-node-body h1 { font-size: 20px; }
#blog-node-page .pane-node-body h2 { font-size: 18px; }

#blog-node-page .pane-node-body b, #blog-node-page .pane-node-body strong { font-weight: bold; }
#blog-node-page .pane-node-body i, #blog-node-page .pane-node-body em { font-style: italic; }
#blog-node-page .pane-node-body u { text-decoration: underline; }
#blog-node-page .pane-node-body blockquote { margin: 0 40px; }

#blog-node-page .pane-node-body p {
	clear: both;
	margin: 0 0 10px 0;
}
*/


/* HEADLINE PAGE */
/*
#headline-node-page .pane-node-title {
	font-size: 28px;
	line-height: 42px;
}

#headline-node-page .pane-node-created {
	font-size: 14px;
	line-height: 20px;
	color: rgb(75, 75, 75);
	padding: 0;
	margin: 0 0 5px 0;
}

#headline-node-page .terms {
	clear: both;
	margin: 5px 0;
	font-size: 12px;
}

#headline-node-page .pane-field-url {
	clear: both;
	font-size: 15px;
	line-height: 24px;
	border-bottom: solid 1px rgb(235, 235, 235);
	margin: 20px 0 40px 0;
	padding-bottom: 10px;
}

#headline-node-page .pane-node-body {
	clear: both;
	font-size: 15px;
	line-height: 24px;
}

#headline-node-page .pane-node-body h1, 
#headline-node-page .pane-node-body h2, 
#headline-node-page .pane-node-body h3, 
#headline-node-page .pane-node-body h4 { font-weight: bold; margin: 0 0 5px 0; }
#headline-node-page .pane-node-body h1 { font-size: 20px; }
#headline-node-page .pane-node-body h2 { font-size: 18px; }

#headline-node-page .pane-node-body p {
	clear: both;
	margin: 0 0 10px 0;
}
*/


/* STATIC PAGE */
#static-node-page .pane-node-title {
	font-size: 28px;
	line-height: 42px;
}

#static-node-page .pane-node-body,
#static-node-page .content {
	clear: both;
	font-size: 15px;
	line-height: 24px;
	border-bottom: solid 1px rgb(235, 235, 235);
	margin: 20px 0 40px 0;
	padding-bottom: 10px;
}

#static-node-page .pane-node-body h1
#static-node-page .pane-node-body h2
#static-node-page .pane-node-body h3
#static-node-page .pane-node-body h4 { font-weight: bold; margin: 0 0 5px 0; }
#static-node-page .pane-node-body h1 { font-size: 20px; }
#static-node-page .pane-node-body h2 { font-size: 18px; }

#static-node-page .pane-node-body p {
	clear: both;
	margin: 0 0 10px 0;
}




/* NODE LIST */
/*
.node-teaser { 
	color: rgb(100, 100, 100);
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(235, 235, 235);
}

.node-teaser h2 a {
	font-family: "Arial Narrow";
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.node-teaser .video-nodelink { 
	float: left;
	display: block;
	width: 140px;
	height: 100px;
	margin: 5px 10px 0 5px;
	border: solid 5px rgba(50, 50, 50, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.node-teaser .video-nodelink:hover { 
	border: solid 5px rgba(50, 50, 50, .6);
}

.node-teaser:hover {
	background: rgb(245, 245, 235);
}

.node-teaser:hover .video-nodelink { 
	border: solid 5px rgba(50, 50, 50, .6);
}

.node-teaser .node-list-content {
	padding-left: 170px;
}

.node-teaser .headline-teaser {
	padding: 0;
}

.node-teaser .meta {
	margin: 0 0 5px 0;
}

.node .submitted {
	color: rgb(150, 150, 150);
	font-size: 12px;
	font-weight: normal;
}

.node .submitted .author {
	margin: 0 0 5px 0;
}

.node .submitted .date {
	font-size: 90%;
}

.node-teaser .teaser-content {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 5px 0;
}



.node-teaser ul.links { display: block; }
.node-teaser ul.links li {  
	clear: none;
	float: left;
	margin: 0;
	padding: 0; 
	margin-right: 15px;
	font-size: 12px;
}

.node-teaser ul.links li.comment_add {display: none; }


.pane-category-block .pane-title {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.pane-category-block .item-list ul li {
	list-style: none;
	font-size: 12px;
	margin: 5px 0 10px 10px;
}
*/



/* SEARCH RESULTS */
.section-search #search-form .form-text { width: 60%; }
.section-search #search-form #edit-keys-wrapper { display: inline; }

.section-search .tabs { display: none; }
.search-form .form-item { clear: both; }
.search-form label { margin: 0 0 5px 0; }

.search-results { margin-top: 25px; }
.search-results dd {
	margin: 0 0 30px 0;
}

.search-results .title a { 
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.search-results .search-snippet { 
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

.search-results .search-info { 
	font-size: 11px;
	margin: 0 0 5px 0;
}

#edit-type-page-wrapper,
#edit-type-user-alert-panel,
#edit-type-user-alert-wrapper { 
	display: none;
}


/* PAGER */
.item-list .pager { margin: 20px 0; text-align: left; }

.item-list .pager li { margin: 0 2px; padding: 0; }

.item-list .pager-item a, 
.item-list .pager-previous a, 
.item-list .pager-first a, 
.item-list .pager-next a, 
.item-list .pager-last a { 
	font-size: 14px;
	color: rgb(59,100,146);
	font-weight: normal;
	text-decoration: none;
}

.pager li>a, .pager li>span {
	padding: 1px 8px;
}

.pager li.pager-current { font-size: 14px; font-weight: bold; padding: 2px 8px; }




.views-table { }
.views-table tr th { 
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}

.views-table tr.even { background: rgb(225, 225, 225); }
.views-table tr.odd { background: rgb(255, 255, 255); }

.views-table tr td {
	padding: 5px 10px;
}

/* NODE EDIT FORM */
.imagefield-preview img {
	width: 140px;
	height: 100px;
}

/* Styling for Publishing Options */
#node-form fieldset legend {

}

#edit-promote-wrapper {
	display: none;
}

#edit-sticky-wrapper {
	display: none;
}

/* FOOTER */

#footer { 
	padding: 10px 25px;
	color: rgb(225, 225, 225);
	background: #003655; 
}

#footer .footer-block {
	float: left;
	width: 30%;
}

#footer .content-list {
	float: left;
	width: 48%;
}

#footer .content-list li,
#footer .division-list li {
	margin: 0;
}

#footer .division-list li a {
	font-size: 13px;
}

#footer .divider {
	display: block;
	float: left;
	height: 180px;
	width: 1px;
	margin: 10px 20px;
	background: rgb(78, 78, 78);
}

#footer h2 { font-size: 18px; color: #fff; }

#footer p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

#footer a {
	color: rgb(225, 225, 225);
	font-size: 13px;
	text-decoration: none;
}

#footer a:hover {
	color: rgb(175, 175, 175);
}

#footer .copyright {
	display: block;
	margin: 10px 0; 
	font-size: 10px;
	text-align: center;
}


.views-admin-links { display: none !important; }

.thumbs_hidden { display: none; }

/* GLOBAL STYLES */

.clearer { clear: both; }
.spacer-10 { clear: both; display: block; height: 10px; }
.spacer-25 { clear: both; display: block; height: 25px; }
.divider-10 { 
	width: 95%;
	clear: both; 
	display: block; 
	margin: 0 0 10px 0;
	padding: 10px 0 0 0; 
	border-bottom: solid 1px rgb(235, 235, 235); 
}

/* 
 * Styles for Node creation pages 
 */

/*NODE ADD GENERALS*/

/*.section-node-add #main, .section-node-edit #main { width: 100%; }*/

.node-form-has-region-right .form-region-main { width: 100%; } /* Override node form cols style */
.form-region-right { padding-top: 20px; }


#node-form .form-item {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	margin: 0 0 20px 0;
}

#node-form input[type=text] {
	padding: 2px 8px;
	font-size: 14px;
	color: #333;
}

html.js input.form-autocomplete { /* fix for throbber position */
	background-position-y: 999px;
}

#node-form label, #node-form fieldset legend {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 5px;
}

#node-form label.option { 
	font-size: 13px;
	color: #444;
	font-weight: normal;
	margin: 0;
}


#node-form .form-region-main {
    width: 640px;
    float: left;
    /*border-right: solid 3px #555;*/
	margin-right: 20px;
	padding-right: 5px;
}

.node-add-custom .description,
.node-edit-custom .description  {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin-bottom: 5px;
}

.node-edit-custom .description em { font-style: italic; }

.video-preview-processing {
	background: #3498db;
	opacity: .5;
	color: #fff;
	margin: 10px 0;
	width: 400px;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
}

#node-form #node-submit-buttons {
	background: #e2e2e2;
	padding: 10px;
	display: inline-block;
	width: 280px;
	margin-bottom: 20px;
}

/* Video Upload */
.node-add-custom #media-wrap,
.node-edit-custom #media-wrap {
	border-bottom: dashed 6px #e2e2e2;
	margin-bottom: 10px;
}

.node-edit-custom #media-wrap .widget-preview .video-uploaded-msg { display: none; }

.node-add-custom #media-wrap .widget-preview,
.node-edit-custom #media-wrap .widget-preview { font-size: 14px; max-width: none; float: left; }

#node-form #media-wrap #edit-field-video-0-wrapper .widget-preview img,
#node-form #media-wrap #edit-field-video-0-upload-wrapper .widget-preview img {
	width: 435px;
} 

.node-edit-custom .filefield-element { position: relative; }
.node-edit-custom .widget-edit {
	position: relative;
	width: 150px;
	margin-left: 10px;
}

#node-form .filefield-upload input[type=submit] { margin: 15px 0 0 0; }
#node-form .filefield-upload .progress { height: 50px; font-size: 14px; }
.node-edit-custom #edit-field-video-0-upload-wrapper,
.node-edit-custom #edit-field-audio-0-upload-wrapper,
.node-edit-custom #edit-field-embed-0-upload-wrapper { width: 350px; }


#node-form #media-wrap .widget-edit .form-radios { margin: 0; }
#node-form #media-wrap .widget-edit { padding: 0 0 40px 0; }

#node-form .filefield-element .widget-edit .video-thumbnails .form-item { margin: 0; }
#node-form .video-thumbnails .form-item { clear: both; width: 150px; margin: 0; }
#node-form .video-thumbnails .form-item img { position: relative; top: -15px; left: 20px; }
#node-form .video-thumbnails .form-item input[type=radio] { position: relative; top: 25px; }
#node-form input#edit-field-video-0-filefield-remove {
	position: absolute;
	bottom: 0;
	right: 0;
}

.node-add-custom #media-wrap label,
.node-edit-custom #media-wrap label,
.node-edit-custom #edit-og-description-wrapper label{
    clear: both;
}
.node-add-custom #media-wrap .filefield-element,
.node-edit-custom #media-wrap .filefield-element {
	margin: 5px 0;
}


#node-add-info-wrap #edit-title-wrapper label,
#node-add-info-wrap #edit-body-wrapper label,
#node-add-info-wrap #better-select-edit-taxonomy-2 label{
	clear: both;
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#node-add-info-wrap .teaser-checkbox{
	width: 530px;
}


#node-add-info-wrap #edit-title-wrapper input {
	width: 396px;
}


#node-form #edit-body_tbl, #node-form #edit-body_tbl iframe { height: 250px !important; }

.node-form .wysiwyg-toggle-wrapper { display: none; }
.node-form .wysiwyg .tips { display: none; }
.node-form .body-field-wrapper p { display: none; }
.node-form .body-field-wrapper fieldset { display: none; }

#node-add-info-wrap legend,
#node-add-info-wrap div.fieldset-wrapper {
	padding-left: 130px;	
}

/* Youtube Co-Publish Widget */
.youtube-copublish-widget { 
	font-size: 12px;
	line-height: 130%;
}

.youtube-copublish-widget img { height: 65px; }

.youtube-copublish-widget .provider-status { 
	margin: 5px 0;
	font-size: 12px;
}
.youtube-copublish-widget .provider-status .enabled { color: green; }
.youtube-copublish-widget .provider-status .disabled { color: #cc0000; }


#edit-status-wrapper label {
	display: block;
	width: 95%;
	padding: 8px 15px 8px 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

#edit-status-wrapper label.published {
	background: green;	
}

#edit-status-wrapper label.unpublished {
	background: #cc0000;
}

#edit-status-wrapper input[type=checkbox] {
	visibility: hidden;
}

/* Node redirects */
#node-form .redirects-table, #node-form .redirects-table a { font-size: 12px; }
#node-form .redirects-table td { padding: 2px 3px; }

/* Move publishing options and save buttons to top-right */
#node-form .publishing-options {

}

#node-form .form-submit { 
	cursor: pointer;
	display: inline-block;
	background: #555;
	color: #fff;
	font-size: 16px;
	padding: 6px 20px;
	text-align: center;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*terms*/

#node-form .better-select div.form-checkboxes .form-item {
	width: 200px;
	float: left;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
}

.node-add-custom #better-select-edit-taxonomy-2 .form-item,
.node-edit-custom #better-select-edit-taxonomy-2 .form-item {
	margin-bottom: 0;
}
.node-add-custom #better-select-edit-taxonomy-2 label,
.node-edit-custom #better-select-edit-taxonomy-2 label  {
	text-align: left;
	float: none;
}
.node-add-custom #better-select-edit-taxonomy-2 .form-checkboxes,
.node-edit-custom #better-select-edit-taxonomy-2 .form-checkboxes {
	border: none;
	padding: 4px 0;
	margin: 6px 0;
}

.better-select div.form-checkboxes-scroll {
	border: 0;
	overflow: visible;
}

.node-add-custom #edit-taxonomy-tags-1-wrapper,
.node-edit-custom #edit-taxonomy-tags-1-wrapper {
	clear: both;
	width: 100%;
	padding: 10px 0;
}
.node-add-custom #edit-taxonomy-tags-1-wrapper label,
.node-edit-custom #edit-taxonomy-tags-1-wrapper label {
	clear:both;
}
.node-add-custom #edit-taxonomy-tags-1-wrapper input,
.node-edit-custom #edit-taxonomy-tags-1-wrapper input {
	margin: 5px 0;
}
/*queues class .select-feature-queue added by module alters*/
.select-feature-queue fieldset {
  background: none repeat scroll 0 0 #FAFAE3;
  border: 1px solid #999999;
  margin: 0 10px 0 0;
  padding: 0 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 width: 393px;
}
.select-feature-queue .form-item {
	margin: 5px 0;
}
.select-feature-queue .form-checkboxes {
	margin: 5px 0;
}


/*save button*/
#node-add-submit-but {
	margin: 10px 0 0 0;
	clear: both;
	background: #3B6492;
	height: 35px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
#node-add-submit-but input#edit-submit {    
	margin: 5px 0 0 800px;
  width: 150px;
}
/*NODE EDIT only*/
.node-edit-custom.section-node-edit #node-add-submit-but {
	margin: 10px 0 -30px 0;
	clear: both;
	background: #3B6492;
	height: 35px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.node-edit-custom .filefield-file-info {
	min-height: 0;
	margin-bottom: 10px;
}

/* VIDEO only*/


/* EMBED only */
/*
.page-node-add-embed #edit-field-embed-0-embed-wrapper,
.node-type-embed.section-node-edit #edit-field-embed-0-embed-wrapper {
	margin: 0;
  height: 50px;	
}
.page-node-add-embed #edit-field-embed-0-embed-wrapper input,
.node-type-embed.section-node-edit #edit-field-embed-0-embed-wrapper input {
		width: 800px;
		float: left;
}
.page-node-add-embed #edit-field-embed-0-embed-wrapper .description,
.node-type-embed.section-node-edit #edit-field-embed-0-embed-wrapper .description {
		width: 800px;
		float: left;
		margin-left: 130px;
}
.page-node-add-embed #edit-field-embed-thumbnail-0-ahah-wrapper,
.node-type-embed.section-node-edit #edit-field-embed-thumbnail-0-ahah-wrapper {
	clear: both;
	padding: 10px 0;
}
.page-node-add-embed .widget-edit #edit-field-embed-thumbnail-0-upload-wrapper,
.node-type-embed.section-node-edit .widget-edit #edit-field-embed-thumbnail-0-upload-wrapper {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #7BA4D1;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    padding: 10px;
  }
.page-node-add-embed #edit-field-embed-thumbnail-0-upload-wrapper,
.page-node-add-embed #edit-field-embed-thumbnail-0-upload-wrapper .filefield-element,
.node-type-embed.section-node-edit #edit-field-embed-thumbnail-0-upload-wrapper,
.node-type-embed.section-node-edit #edit-field-embed-thumbnail-0-upload-wrapper .filefield-element {
	margin:0;
}
.page-node-add-embed span.select-feature-queue,
.node-type-embed.section-node-edit span.select-feature-queue {
	float: left;
}
.node-type-embed.section-node-edit #edit-field-embed-0-emvideo-delete-wrapper {
	margin-left: 130px;
}
.node-type-embed.section-node-edit #edit-field-embed-0-emvideo-delete-wrapper label {
	float: none;
	text-align: left;
	padding:0;
}
.node-type-embed.section-node-edit #media-wrap .form-item {
	margin: 7px 0 0 130px;
}
.node-type-embed.section-node-edit #media-wrap #edit-field-embed-0-embed-wrapper.form-item,
.node-type-embed.section-node-edit #media-wrap #edit-field-embed-thumbnail-0-upload-wrapper.form-item {
	margin: .5em 0;
} */


/* AUDIO */
/*
.page-node-add-audio #edit-field-audio-0-upload-wrapper,
.node-type-audio.section-node-edit #edit-field-audio-0-upload-wrapper {
	margin: 0;
}
.page-node-add-audio .widget-edit #edit-field-audio-thumbnail-0-upload-wrapper,
.page-node-add-audio .widget-edit #edit-field-audio-0-upload-wrapper{
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #7BA4D1;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    padding: 10px;
}
*/

/* CHANNEL */
/*
.page-node-add-channel #media-wrap #edit-og-description-wrapper .description,
.node-type-channel.section-node-edit #media-wrap #edit-og-description-wrapper .description {
	margin-left: 130px;
}
.page-node-add-channel #media-wrap input#edit-title,
.node-type-channel.section-node-edit #media-wrap input#edit-title,
.page-node-add-channel #media-wrap input#edit-og-description,
.node-type-channel.section-node-edit #media-wrap input#edit-og-description {
	width: 800px; 
}
#edit-field-channel-thumbnail-0-ahah-wrapper,
#edit-field-thumbnail-0-ahah-wrapper,
#og_selective {
	float: left;
	width: 430px;
}
*/

/*#edit-field-channel-thumbnail-0-upload-wrapper,
#edit-field-thumbnail-0-upload-wrapper {
	margin: 1em 0 0 0;
}
#edit-field-channel-thumbnail-0-ahah-wrapper .filefield-element,
#edit-field-thumbnail-0-ahah-wrapper .filefield-element,
#edit-field-channel-thumbnail-0-ahah-wrapper .filefield-element .form-item,
#edit-field-thumbnail-0-ahah-wrapper .filefield-element .form-item{
	margin: 5px 0 0 0;
}*/
/* BLOG */
.page-node-add-blog #media-wrap input#edit-title,
.node-type-blog.section-node-edit #media-wrap input#edit-title {
	width: 800px; 
}
.page-node-add-blog #edit-field-thumbnail-0-ahah-wrapper,
.node-type-blog.section-node-edit #edit-field-thumbnail-0-ahah-wrapper {
	float: none;
	width: 800px;
}

.node-add-custom #node-add-info-wrap, .node-edit-custom #node-add-info-wrap {
	margin-bottom: 100px;
}

ul.listdisc {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

ul.listdisc li.listdisc2 {
	list-style: circle;
	margin-left: 20px;
}

/* Page Overrides */
.page-user-login .tabs { display: none; }


/* Blocks */

.block ul { padding: 0; }

.panel-title { color: #fff; font-weight: 200; padding: 0; }
.panel-body { 5px; }

.panel { border-color: #003655; border: none; }
.panel>.panel-heading { background-color: #003655; border-color: #003655; opacity: .8; }

/*Fix orange color on panel warning */
.panel-warning { border-color: #fb6f00; }
.panel-warning>.panel-heading { color: #fff; background-color: #fb6f00; border-color: #fb6f00; }


.block.no-border { background: none; border: none; }
.block.no-border.panel, .block.no-border .panel-heading, .block.no-border .panel-body { 
	background: none; 
	border: none; 
	box-shadow: none; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;	
	padding: 0;
}

/*
.social-links-list { }
.social-links-list li { display: inline-block; padding: 10px 15px; }
.social-links-list li i { font-size: 58px; color: #003655; }
.social-links-list li span { display: none; }
*/

.block .featured-channel { font-size: 13px; text-align: center; }
.block .featured-channel img { width: 240px; height: 160px; margin: 5px auto; }
.block .featured-channel .views-field-description { font-size: 12px; text-align: left; margin: 10px 0; }

#block-views-categories-block_1 .panel-body { padding: 5px 0 0 0; }
.block .view-categories ul { margin: 0; padding: 0; }
.block .view-categories li { 
	list-style: none; 
	margin: 0 0 5px 0; 
	padding: 0 0 5px 10px; 
	border-bottom: solid 1px #ddd; 
	font-size: 14px; 
}
.block .view-categories li.views-row-last { border: none; }
.block .view-categories li a { display: block; }
.block .view-categories li a.active { font-weight: 600; }

/* Node Author Block */
.view-node-author { }
.view-node-author .author-bio img { width: 45px; height: 45px; margin: 0 5px 5px 0; }
.view-node-author .author-bio h3 { font-size: 18px; line-height: 22px; margin: 0; padding: 0; }
.view-node-author .author-bio .profile-links li {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
}
.view-node-author .author-bio .profile-links li .twitter-follow-button { position: relative; top: 5px; }

.view-node-author .author-bio .bio { font-size: 14px; line-height: 17px; }
.view-node-author .author-bio .bio.closed {	height: 100px; overflow: hidden; }
.view-node-author .author-bio .bio.open { height: 100%; }

.view-node-author .author-bio a.show-more {
	display: block;
	width: 100%;
	border-top: solid 1px rgb(200,200,200);
	margin-top: .5em;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

.view-node-author .media-list { margin-bottom: 25px !important; }
.view-node-author .media img {
	width: 80px;
	height: 45px;
}

.view-node-author .media-heading, .view-node-author h4 { margin: 0; padding: 0; }

.view-node-author .media-heading, .view-node-author .media-heading a { 
	font-size: 14px;
	line-height: 18px;
}

.view-node-author .media-body .meta {
	color: #999;
	font-size: 11px;
	margin: 0;
}

.view-node-author ul.rss-links { padding-left: 25px; }
.view-node-author ul.rss-links li { list-style: disc; margin-bottom: 10px; line-height: 15px; }
.view-node-author ul.rss-links li a { font-size: 12px;  }

/* Solr */

.item-list .apachesolr-facet-list li,
.item-list .apachesolr-sort-list li,
.block-apachesolr_search ul li,
.item-list .facetapi-facetapi_checkbox_links li { 
	list-style: none; 
	margin: 0 0 5px 0; 
}

.item-list .apachesolr-facet-list li,
.item-list .apachesolr-sort-list li,
.block-apachesolr_search ul li,
.item-list .facetapi-facetapi_checkbox_links li,
.apachesolr-showhide {
	font-size: 13px;
	line-height: 15px;
}

.apachesolr-facet-list li .facet-checkbox,
.facetapi-facetapi_checkbox_links li .facetapi-checkbox { margin-right: 3px; }


/* Hidden Pannels */
#panel-menu-search { 
	display: none;
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	z-index: 9997;
	background: rgb(235,235,235); 
	padding: 50px 1em 1em 1em;
	border-bottom: solid 2px rgb(235,235,235);
	font-size: 14px;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
} 

.panel-menu .close-panel { 
	position: absolute;
	bottom: 10px;
	right: 10px;	
	padding: 5px 8px;
	font-size: 1em;
	text-align: right;
	color: #fff;
	background: rgb(150,150,150);
	border: solid 1px rgb(225,225,225);
	cursor: pointer;
}


/* Global Styles */
.icon-orange { color: #fb6f00; }

.addthis_floating_style.addthis_counter_style { width: auto; }
.addthis_32x32_style .addthis_counter.addthis_bubble_style { width: 62px !important; }


/* Admin Styles */
div#admin-toolbar.vertical { top: 38px; }
div#admin-toolbar.vertical div.admin-tab { height: 25px !important; }
#admin-toolbar ul.menu li a { height: auto !important; }

div#admin-toolbar.horizontal div.admin-tabs { height: auto; }
div#admin-toolbar.horizontal div.admin-tab {
	float: none;
	display: inline-block;
	height: 25px;
	margin-bottom: 4px;
	padding: 3px 5px;
}
div#admin-toolbar div.admin-tab-active { 
	padding-bottom: 0; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
}
div#admin-toolbar .admin-menu { vertical-align: top; }

@media screen and (max-width: 980px) {
	#header-ad { display: none; }
	
	#main,
	#right { float: none; width: 90%; margin: 0 auto; }
	
	#home-featured { width: 100%; }
	
	body.index .nav-pills > li > a { padding: 2px 5px; }
	
	#node-form .form-region-main,
	.node-form .form-region-right {
	    width: 100%;
	    float: none;
    }
	
	#footer .footer-middle,
	#footer .divider { display: none; }
}

@media screen and (max-width: 768px) {
	/* Dropdown search form */
	#search-theme-form { margin-top: 5px; }
	#search-theme-form .search-box input[type=text] { width: 60%; display: inline; }
	#search-form-submit span { display: none; }
	.panel-menu .close-panel {
		right: 5px;	
		bottom: 5px;
		padding: 2px 3px;
		background: none;
		border: none;
		color: #555;
	}
	.panel-menu .close-panel span { display: none; }
	
	/* Node Teasers */
	.node-teaser .media-list .media-object { 
		width: 100%;
		max-width: 360px;
		height: auto;
		max-height: 202px;
	}
	
	.node-teaser .media-list .media-body { float: none; clear: both; }
	
	/* Node Info Tab Block */
	#node-content-tabs > li > a { border: solid 1px #ddd; }
	#node-content-tabs > li.active > a { background: #efefef; }
	
	/* Node Edit Form */
    #node-form .better-select div.form-checkboxes .form-item { width: 45%; }
    
    /* Channel List */
    .view-channel-list .views-view-grid { width: 100%; }
    .view-channel-list .views-view-grid td { 
    	display: block; 
    	clear: both; 
    	width: 100%; 
    	height: 90px;
    	border-bottom: solid 1px #ddd;
    	-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: left; 
    }
    .view-channel-list .views-view-grid td:hover {
		background: none;
	}
    .view-channel-list .views-view-grid td .views-field-filepath { float: left; margin-right: 10px; }
    .view-channel-list .views-view-grid td .views-field-filepath img { width: 100px; height: 70px; }
    .view-channel-list .views-view-grid td .views-field-name a { font-size: 14px; }
    
	/* Footer */
	#footer .footer-block { float: none; width: 100%; clear: both; margin-bottom: 25px; }
}

@media screen and (max-width: 480px) {
	/* Header and Navivation */
		.navbar-brand,
	#divisions-menu { display: none; }

	#secondary-menu.navbar-right { position: absolute; right: 0; height: 38px; margin: 0; }
	#secondary-menu li { display: inline-block; height: 100%; border-left: solid 1px #072d43; }
	#secondary-menu li span { display: none; }
	#secondary-menu li a { font-size: 16px; }
	
	body.index .navbar .navbar-toggle {
		float: left;
		display: block;
		-webkit-appearance: button;
		color: #fff;
	}
	
	body.index .navbar.navbar-default {
		position: fixed;
		top: -8px;
		width: 100%;
		margin-bottom: 0;
		-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
		box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	}	
	body.index .navbar.navbar-default .navbar-nav { float: none; }	
	#nav-upload { display: none; }
}