/*
These styles are for the mega drop menus from the top nav bar.
The styles below handle the general layout and show/hide for the drop menus.
These styles also format the two column layout with schedule data on the left and a program list on the right.
*/

/*
--------------------------------------------------------------------------------------- GENERAL FORMATTING OF DROP MENU PANEL
*/
.mega a {
	color: #7a8992;
}

.mega a:hover {
	color: #7a8992;
	background: #fff;
}

.top-navbar .nav > li.mega > a > span {
	padding-right: 12px;
	position: relative;
	cursor: pointer;
	background: transparent url(../img/mega-arrow.png) no-repeat 100% 6px;
}

.top-navbar .nav > li > ul {
	position: absolute;
	top: 46px;
	left: 0;
	width: 640px;
	z-index: 1090;
	padding-top: 7px;
	display: none; /* makes the drop down hidden until hover over the parent li as seen below */
}


/* Position the panel, values will be different based on the menu item being shown. All values are relative to the top left corner of the parent li */
.top-navbar .nav > li > .whatontv { left: -194px; }
.top-navbar .nav > li > .whatonfm { left: -186px; }

.top-navbar .nav > li > ul > li {
	background: #f5f5f5;
	border: 2px solid #e9e9e9;
	padding: 15px;
	min-height: 220px;
	position: relative;
	-webkit-box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, .6);
	box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, .6);	
	-webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    }

.vline {
	background: transparent url(../img/megadrop-vline.png) repeat-y 59% 20px;
}
.top-navbar .nav > li > ul .arrow {
	display: block;
	position: absolute;
	top: -13px;
	left: 200px;
	height: 13px;
	width: 40px;
	background: transparent url(../img/mega-drop-arrow.png) no-repeat 0 0;
}

.top-navbar .nav > li > ul > li .col {
	float: left;
}

.top-navbar .nav > li > ul > li .col-left { width: 60%; }
.top-navbar .nav > li > ul > li .col-right { width: 40%; }
.top-navbar .nav > li > ul > li .col-left > .col-inner { padding-right: 30px; }
.top-navbar .nav > li > ul > li .col-right > .col-inner { padding-left: 15px; }

.top-navbar .nav > li > ul .title {
	font-weight: normal;
}

.top-navbar .nav > li:hover > ul { /* Override the display none above when hovering over the containing li */
	display: block;
}

.page-nav .navbar-inner .social-icons {
	margin-right: 20px;
	margin-top: 9px;
	color: #cdd6dc;
}

.page-nav .navbar-inner .social-icons a {
	margin-left: 10px;
}




/*
--------------------------------------------------------------------------------------- PROGRAM LIST RIGHT COLUMN
*/

.program-list li a {
	background: #f1f5f7;
	display: block;
	float: none;
	padding: 2px 5px;
	margin-bottom: 5px;

	-webkit-border-radius: 0px;
    border-radius: 0px;
}

/*
---------------------------------------------------------------------------------- SCHEDULE DATA
*/
.schedule {
	font-size: 12px;
	line-height: 14px;
}

.schedule td {
	vertical-align: middle;
	padding: 4px 0;
}

.schedule td div {
	display: inline;
}

.schedule td div a {
	display: inline;
}

.schedule td:first-child {
	padding: 2px 0;
	padding-right: 10px;
	text-align: right;
	padding-left: 20px;
}

.schedule a {
display: block;
padding: 2px;
color: #7d8c96;
}

.schedule .btn {
margin: 20px 0 0 0;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
padding-left: 20px;
padding-right: 20px;
}

.schedule a:hover {
	background: #fff;
	text-decoration: none;
}

.btn-huge {
	line-height: 30px;
	margin: 10px;
}

.schedule h3 {
	background: #444;
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	padding: 0 4px;
}

.schedule .nav-tabs {
	margin-bottom: 0;
	float: none;
	margin-right: 0;
}

.schedule .nav-tabs > li {
	width: 50%;
	position: relative;
}

.schedule .nav-tabs > li.active > a {
	background: #fff;
	text-shadow: none;
}

.schedule .nav-tabs > li.active > i {
	display: block;
	position: absolute;
	bottom: -6px;
	right: 30px;
	height: 6px;
	width: 12px;
	background: transparent url(../img/whatsontv-arrow.png) no-repeat left top;
}

.schedule .nav-tabs > li > a {
	text-align: center;
	margin: 0;
	padding: 0;
}
