/* CSS Document */
/* Colors
 * green: #8cc63f
 * black: #000
 * white: #fff
 * main body bg grey: #2d2d2d
 * nav menu bg grey: #585858
 * accent borders: #383838
 */ /*
 * Main
 */
 
.green {
	color: #8CC63F;
}
.red {
	color: #CC3333;
}
body #main {
	background: #000000;
	margin: 0;
	padding: 0 0 0px 0;
	position: relative;
	overflow: visible;
	min-width: 950px;
}
body #main .content p {
	margin-bottom: 8px;
}
body #main .content h2.title {
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 2px;
}
body #main h1 {
	color: #759ecc;
	font-size: 21px;
	padding: 6px 0 10px 0;
}
body #main .content h2 {
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 10px;
	color: #fff;
}
body #main .content h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 10px;
	color: #8CC63F;
}
/* 
 * Header 
 */
body #header {
	height: 151px;
	background: url(../images/background_header.jpg) left top repeat-x #000;
	position: relative;
	z-index: 10;
}
body #header .header {
	height: 118px;
	position: relative;
	z-index: 11;
}
body #header .content, body #main .content, body #footer .content {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
body #header .content .header div {
	float: left;
}
body #header .content .header div.user-info {
	width: 212px;
}
body #header .content .header div div {
	float: none;
}
body #header .content .header div.ad_leaderboard {
	float: right;
	width: 728px;
	height: 90px;
	background-color: #2d2d2d;
	margin-top: 10px;
	overflow: visible;
	z-index: 48;
}
body #header .content .header .user {
	height: 35px;
	margin-top: 5px;
}
body #header .content .header .user a.avatar {
	display: block;
	float: left;
	padding-right: 10px;
}
body #header .content .header .user a.avatar img {
	width: 34px;
	height: 34px;
}
body #header .content .header .user h4 {
	padding: 0;
	margin: 1px 0;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
body #header .content .header .user ul {
	list-style: none;
}
body #header .content .header .user ul li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #383838;
	line-height: 11px;
}
body #header .content .header .user ul li:first-child {
	padding: 0 5px 0 0;
	border-left: none;
}
body #header .content .navigation {
	position: absolute;
	top: 120px;
	z-index: 8;
}
body #header .content .navigation ul {
	padding-top: 5px;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
body #header .content .navigation ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #383838;
	position: relative;
}
body #header .content .navigation ul li:first-child {
	padding: 0 10px 0 0;
	border-left: none;
}
body #header .content .navigation ul li.expand {
	padding: 0 17px 0 10px;
	margin-right: 6px;
	background: url(../images/nav_arrow_offB.gif) right 7px no-repeat;
}
body #header .content .navigation ul li.expand:hover {
	background: url(../images/nav_arrow_on.gif) right 7px no-repeat;
}
body #header .content .navigation ul li.expand:first-child {
	padding: 0 20px 0 0;
}
body #header .content .navigation ul li a {
	color: #fff;
	font-size: 1.2em;
}
body #header .content .navigation ul ul {
	width: 190px;
	text-transform: none;
	display: none;
	position: absolute;
	top: 18px;
	left: -10px;
	cursor: pointer;
	border-bottom: 2px solid #8cc63f;
	background-color: #585858;
	padding-bottom: 4px;
	z-index: 9;
}
body #header .content .navigation ul li.community ul, body #header .content .navigation ul li.inside ul {
	left: 0px;
	width: 180px;
}
body #header .content .navigation ul li:hover ul {
	display: block;
}
body #header .content .navigation ul ul li {
	float: none;
	margin: 0px;
	background-color: #585858;
	border: none;
	position: relative;
	height: 20px;
}
body #header .content .navigation ul ul li.break {
	border-top: 2px solid #1f1f1f;
	padding-bottom: 5px;
	height: 2px;
}
body #header .content .navigation ul ul li a {
	display: block;
	padding: 0 5px 4px 5px;
	font-size: 11px;
	height: 16px;
}
body #header .content .navigation ul li.expand ul li:first-child {
	padding: 5px 10px 0 10px;
}
.ad_mpu {
	width: 300px;
	height: 250px;
	padding: 0px;
	margin-bottom: 30px;
	overflow: visible !important;
}
/* 
 * Footer
 */
body #footer {
	padding: 16px 0;
	background: #000;
	z-index: 3;
	margin: 0;
}
body #footer .bottom_ad {
	width: 728px;
	height: 90px;
	background-color: #2d2d2d;
	margin: 0 auto;
}
body #footer .content .copyright {
	float: right;
	margin-top: 12px;
	text-align: right;
}
body #footer .content .copyright p {
	text-align: right;
	padding-top: 8px;
	margin-top: 0px;
	font-size: 11px;
}
body #footer .content .copyright p.last {
	padding-top: 4px;
}
body #footer .content .navigation {
	float: left;
	width: 770px;
	margin-top: 20px;
}
body #footer .content .navigation .list {
	overflow: hidden;
	padding-top: 20px;
}
body #footer .content .navigation .list:first-child {
	padding-top: 10px;
}
body #footer .content .navigation h4 {
	float: left;
	width: 150px;
	font-weight: normal;
	font-size: 1.5em;
}
body #footer .content .navigation ul {
	list-style: none;
	float: left;
	padding-top: 3px;
}
body #footer .content .navigation ul li {
	float: left;
	padding: 1px 7px 0 7px;
	border-left: 1px solid #383838;
	font-size: 1.1em;
	line-height: 1em;
}
body #footer .content .navigation ul li a {
	font-size: 12px;
}
body #footer .content .navigation ul li:first-child {
	padding: 1px 7px 0 0;
	border-left: none;
}
/*
 * Global Content (breadcrumbs, other common elements)
 */
.ui-tabs .ui-tabs-nav li a {
	padding: 5px 10px 2px 10px !important;
}
body #main #breadcrumbs {
	position: relative;
	height: 17px;
	padding: 10px 0 5px 2px;
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
	border-bottom: 1px solid #3e3e3e;
}
body #main #breadcrumbs a {
	font-size: 1em;
}
body #main #breadcrumbs .crumbs {
	margin: 0px;
	font-size: 1em;
	float: left;
}
body #main #breadcrumbs .back {
	margin: 0px;
	font-size: 1em;
	float: right;
}
body #main #page-sidebar {
	width: 300px;
}
body #main .content .content-body {
	width: 770px;
	float: left;
}
body #main .content .sidebar {
	width: 180px;
	float: right;
}
body #main .ui-form-button {
	display: inline;
	padding: 3px 5px;
	font-size: 12px;
	color: #fff;
	border: none;
	background: #8cc63f;
	cursor: pointer;
	-moz-border-radius: 2px;
}
body #main .ui-form-button.cancel {
	background: #787878;
}
body #main .ui-form-button.delete {
	background: #cc3333;
}
body #main .ui-input-text, body #main .ui-input-textarea {
	border: none;
}
body #theaterBlindsTop, body #theaterBlindsBottom {
	background-color: #000;
	opacity: 0.9; /* Safari, Opera */
	-moz-opacity: 0.90; /* Firefox */
	filter: alpha(opacity = 90); /* IE */
	z-index: 500;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
body #theaterBlindsTop {
	height: 184px;
}
body #theaterBlindsBottom {
	margin-top: 589px;
	height: 100%;
	overflow: hidden;
}
body #theaterBlindsTop .closeLink {
	margin: auto 4px;
	width: 150px;
}
body #theaterBlindsTop .closeLink a {
	color: #666 !important;
	padding: 1px 5px;
	text-decoration: none !important;
}
body #theaterBlindsTop .closeLink a:hover {
	color: #fff !important;
	background-color: #3E3E3E !important;
	text-decoration: none !important;
}
/*
 * Show/Episode Pages
 */
body #main .content ul#shows {
	margin: 20px 0;
	overflow: auto;
}
body #main .content ul#shows li {
	width: 450px;
	height: 160px;
	padding: 5px;
	margin: 5px 5px;
	float: left;
	overflow: hidden;
	background: #3e3e3e;
	position: relative;
	cursor: pointer;
}
body #main .content ul#shows li div.watchButton {
	position: absolute;
	bottom: 8px;
	left: 174px;
}
td {
	font-size: 12px;
}
body #main .host-stage .host-list {
	padding-top: 6px;
	float: right;
}
body #main .host-stage .host-list div.meet-text {
	float: left;
	margin-right: 8px;
	padding-top: 5px;
	font-size: 12px;
}
body #main .host-stage .host-list div.input {
	float: left;
	margin-right: 6px;
	padding-top: 3px;
}
body #main #host .page-content {
	background: #222;
}
body #main #host .partialShade {
	background: #3E3E3E;
	height: 74px;
	position: relative;
}
body #main #host .partialShade .bigImage {
	float: left;
	margin: 18px;
	width: 220px;
	height: 218px;
	position: relative;
}
body #main #host .topInfo {
	height: 252px;
}
body #main #host .partialShade .mainInfo {
	float: left;
	width: 680px;
	height: 235px;
	position: relative;
	overflow: visible;
}
body #main #host .partialShade .mainInfo h2 {
	color: #fff;
	font-size: 16px;
	margin-top: 14px;
	padding-bottom: 2px;
}
body #main #host .partialShade .mainInfo .latest-tweet {
	margin: 26px 0 8px 0;
	border-bottom: 1px solid #3E3E3E;
}
body #main #host .partialShade .mainInfo .latest-tweet .twitle {
	font-size: 14px;
	padding: 9px 0 5px 0;
	float: left;
}
body #main #host .partialShade .mainInfo .latest-tweet .revision-bird {
	margin-left: 10px;
	float: left;
}
body #main #host .partialShade .mainInfo .tweet-text p {
	margin-bottom: 2px;
}
body #main #host .partialShade .mainInfo .smallcaps {
	font-size: 10px;
	color: #838383;
	text-transform: uppercase;
}
body #main #host .partialShade .mainInfo .twitter-avatar {
	position: absolute;
	bottom: 1px;
}
body #main #host .partialShade .mainInfo .twitter-avatar img, body #main #host .partialShade .mainInfo .twitter-avatar div.twitter-followinfo {
	float: left;
	margin-right: 6px;
}
body #main .episode-latest {
	border: 1px solid #2c2c2c;
	background-color: #1f1f1f;
	padding: 10px;
	width: 277px;
}
body #main .episode-latest h3 {
	font-weight: bold;
	font-size: 1.6em;
	margin-top: 0px !important;
	color: #fff;
}
body #main #show-menu {
	width: 950px;
	height: 29px;
	margin: 0 auto 5px auto;
}
body #main #show-menu ul {
	list-style: none;
	font-size: 1.4em;
	font-weight: bold;
	width: 720px;
	margin: 0 auto;
	padding: 7px 0 13px 0;
	text-align: center;
}
body #main #show-menu ul li {
	display: inline;
	padding: 0 10px;
	text-transform: uppercase;
}
body #main #show-menu ul li a {
	color: #fff;
}
body #main #more-episodes {
	width: 950px;
	margin: 0 auto 20px auto;
	position: relative;
}
body #main #more-episodes ul.episode-grid {
	height: 170px !important;
}
li.episode span.daily {
	background-color: #8CC63F;
	padding: 1px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 13px;
}
body #main #more-episodes ul.episode-grid li.episode {
	padding: 20px 21px 13px 21px;
	position: relative;
}
body #main #more-episodes ul.episode-grid li.episode span.daily {
	top: 30px;
	left: 21px;
}
body #main #episode-wrapper {
	position: relative;
}
body #main #episode-wrapper .episode-list-container td.title {
	width: 710px;
}
body #main #more-episodes .episode-list-container {
	padding: 8px;
}
body #main #more-episodes .controls {
	position: absolute;
	top: 17px;
	right: 15px;
	height: 18px;
	z-index: 30;
}
body #episode-index ul.episode-grid li.episode {
	padding: 11px 13px 9px 13px !important;
	height: 154x !important;
	width: 169px !important;
}
body #episode-index ul.episode-grid li.episode span.daily {
	top: 21px;
	left: 13px;
}
body #episode-index #show-sidebar {
	margin-top: 40px;
}
body #show-wrapper #show-sidebar {
	margin-top: 2px;
}
body #tabs-shows {
	margin-top: 22px;
}
body #tabs-shows .tabs #revision3-shows {
	padding-top: 8px;
}
body #pad-tab {
	margin-top: 22px;
}
body .tabs-sidebar .tabs div ul li {
	border-bottom: 1px solid #3e3e3e;
}
body .tabs-sidebar .tabs div ul li a {
	display: block;
	line-height: 25px;
	font-size: 14px !important;
	background: url(../images/bullet_grey.gif) left center no-repeat;
	padding-left: 16px;
}
body .tabs-sidebar .tabs div ul li a:hover, body .tabs-sidebar .tabs div ul li a:active {
	color: #8cc63f;
	background-image: url(../images/bullet_green.gif);
	text-decoration: none;
}
body .tabs-sidebar .tabs div ul li a.selected {
	color: #8cc63f;
	background-image: url(../images/bullet_green.gif);
	font-weight: bold;
}
body #main #episode-sidebar, body #main #show-sidebar {
	float: right;
	width: 300px;
	padding-bottom: 20px;
}
body #main .sidebar .expandable {
	border-bottom: 1px solid #3e3e3e;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/* Show page episode lists */
body #main #show-content {
	float: left;
	width: 633px;
	padding-bottom: 20px;
}
body #main #show-episodes .head {
	background: #1f1f1f;
	padding: 14px 52px 3px 54px;
}
body #main #show-episodes .list-head {
	padding: 10px 0 0 10px;
}
body #main #show-episodes .head h4 {
	float: left;
	font-size: 1.35em;
	font-weight: bold;
}
body #main .show-box-widget {
	float: left;
	width: 309px;
}
body #main #recommended-shows {
	margin-right: 15px;
}
body #main #show-contact div.boxContent {
	font-size: 11px;
}
body #main .show-box-widget h3 {
	font-weight: normal;
	font-size: 1.6em;
	margin: 0 0 5px 0;
	padding: 0px;
	line-height: auto !important;
	color: #FFFFFF !important;
}
body #main .show-box-widget div.boxContent {
	background: #1f1f1f;
	padding: 12px;
	margin: 4px 0 0 0;
}
body #main .show-box-widget div.title {
	width: 310px;
	margin: 0 0 8px 0;
	padding: 0px;
	border-bottom: 2px solid #3e3e3e;
}
body #main #recommended-shows h4 {
	font-size: 1.4em;
	font-weight: bold
}
body #main #recommended-shows a {
	color: #fff;
}
body #main #recommended-shows div:hover a {
	text-decoration: underline;
}
body #main #recommended-shows p {
	float: left;
	width: 199px;
	padding: 0px;
	margin: 3px 10px 0 1px;
}
body #main #recommended-shows img {
	width: 75px;
	height: 75px;
}
/* Episode Discussion tab */
body #discussion #threadIntro {
	margin-bottom: 8px;
	width: 608px;
}
body #discussion #posterIcon {
	float: left;
}
body #discussion #posterIcon img, body #discussion .comment img {
	border: 1px solid #8CC63F;
	margin-right: 10px;
	float: left;
}
body #discussion .comment img {
	width: 40px;
	height: 40px;
}
body #discussion #posterIcon img {
	width: 60px;
	height: 60px;
}
body #discussion #posterIcon img.defaultAvatar, body #discussion .comment img.defaultAvatar {
	border: none;
}
body #discussion #posterInfo {
	float: left;
}
body #discussion #posterInfo a {
	font-weight: bold;
	font-size: 12px;
}
body #discussion #posterInfo p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
body #discussion #threadInfo {
	clear: both;
	float: left;
	padding-top: 4px;
	width: 605px;
}
body #discussion #commentCountContainer {
	float: right;
}
/* Pages */
body #main .content #page-content {
	float: left;
	width: 633px;
	padding-bottom: 20px;
}
body #main .content #page-content .page-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #3e3e3e;
	margin-bottom: 20px;
}
body #main .content #page-content #jobs li {
	padding-bottom: 20px;
	border-bottom: 1px solid #3e3e3e;
}
body #main .content #page-content #jobs h3 {
	font-size: 1.6em;
	padding: 20px 0 0 0;
}
body #main .content #page-content #jobs .job-description p {
	padding: 10px 0 0 0;
}
body #main .content form input {
	border: none;
	height: auto;
}
body #main .content form p {
	font-size: 11px;
	padding-bottom: 7px;
}
body #main .content form label, body #main .content form input {
	font-size: 1.4em;
}
body #main .content form div.button {
	background: #8cc63f;
	padding: 0px;
	float: left;
	text-align: center;
}
body #main .content form div.button button {
	background: none;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	text-align: center;
}
div#profile-tabs {
	width: 652px;
}
div#profile-tabs div.tabs div {
	padding: 0px;
	border: 0px;
}
div#profile-tabs div.content {
	width: 620px;
}
#advertise-tabs .tabs div div.advertise-info {
	float: left;
	width: 620px;
}
#advertise-tabs .darkInfo .intro-text {
	width: 605px;
	margin-right: 50px;
	float: left;
}
#advertise-tabs .darkInfo .sampler-video {
	width: 250px;
	margin: 5px auto;
	float: left;
}
#advertise-tabs .tabs div div.show-sidebar {
	float: right;
	width: 260px;
}
#advertise-tabs .tabs div div.show-sidebar ul {
	margin: 2px 2px 8px 0px;
}
#advertise-tabs .tabs div div.show-sidebar ul li {
	border-bottom: 1px solid #383838;
}
#advertise-tabs .tabs div div.show-sidebar ul li a {
	display: block;
	color: #8cc63f;
	line-height: 26px;
	font-weight: bold;
	font-size: 12px !important;
	background: url(../images/bullet_grey.gif) left center no-repeat;
	padding-left: 16px;
}
#advertise-tabs .tabs div div.show-sidebar ul li a:hover {
	color: #fff;
	background-image: url(../images/bullet_green.gif);
	text-decoration: none;
}
div#profile-tabs legend {
	font-weight: bold;
	font-size: 14px;
}
div#profile-tabs label {
	display: block;
	float: left;
	text-align: right;
	width: 120px;
	margin-right: 12px;
}
div#profile-tabs div.fieldDetail {
	margin-left: 132px;
	margin-bottom: 12px;
	font-weight: bold;
}
div#profile-tabs div#profile-edit div.avatarContainer {
	margin-bottom: 18px;
}
div#profile-tabs div#profile-edit div.avatarContainer img {
	margin-top: 4px;
	width: 80px;
	height: 80px;
}
div#profile-tabs div#profile-edit div.avatarContainer p {
	margin: 20px 0 2px 0;
}
div#profile-tabs div#change-preferences label {
	width: 456px;
	float: right;
	text-align: left;
	margin: 0 32px 6px 0;
}
div#profile-tabs input.save {
	margin-left: 133px;
	margin-top: 5px;
}
div#profile-tabs div#change-preferences div.select {
	overflow: hidden;
}
div#profile-tabs div#change-preferences div.select select {
	width: 110px;
}
div#profile-tabs div#manage-account input[type="text"] {
	width: 350px;
}
div#profile-tabs div.input {
	margin-bottom: 10px;
}
div#profile-tabs input[type=text], div#profile-tabs textarea {
	width: 450px;
}
div#tagcloud {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 4em;
}
div.tabs div.content {
	padding: 12px !important;
}
div.tabs div.ez-body {
	height: 600px;
	padding-right: 8px;
	overflow-y: auto;
}
div.tabs div.darkInfo {
	background-color: #000;
	padding: 12px 18px !important;
}
div.darkInfo h2 {
	font-size: 18px !important;
	color: #fff !important;
	margin: 0 0 4px 0 !important;
	padding: 0px !important;
}
#widget-topics-content {
	text-align: center;
	overflow: hidden;
}
.cloudItem {
	float: left;
	padding: 0px;
	margin: 0px 4px;
	vertical-align: middle;
	line-height: auto;
	height: 26px;
	overflow: visible;
}
.cloudItem a {
	overflow: visible;
}
.greyBox {
	margin-top: 24px;
	border: 1px solid #383838;
	background-color: #191919;
	padding: 10px 12px;
	font-size: 1.1em;
}
.greyBox .title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.greyBox ul {
	margin-top: 5px;
}
.greyBox ul li {
	margin: 6px 0 4px 18px;
	padding-left: 5px;
	list-style-type: disc;
}
.adminPreview {
	background-color: red !important;
}
.staged {
	background-color: blue !important;
}
.grey {
	color: #383838;
}
.subtext {
	font-weight: bold;
	color: #585858;
}
body #main .content p {
	margin-bottom: 8px;
}
body #main .sidebar p {
	font-size: 1em;
	line-height: 2em;
}
body #main .sidebar .ad-box p {
	color: #787878;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body #pad { padding-top:20px;
 
}

/* Tabs
----------------------------------*/
.ui-tabs {padding: .2em;}
.ui-tabs .ui-tabs-nav { padding: 0 0;  position: relative; }
.ui-tabs .ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; font-size: 16px; font-weight: normal; }
.ui-tabs .ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; font-size: 1em; font-weight: normal; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {  padding-bottom: 1px; border-bottom: 0; }
.ui-tabs .ui-tabs-panel { background: #1f1f1f; padding: 1em 1.4em;  display: block; }
body #main .sidebar .ui-tabs .ui-tabs-panel a { font-size: 11px; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

