@import url(http://fonts.googleapis.com/css?family=Anton|Volkhov);
@import url(reset.css);
@import url(formalize.css);
@import url(static-300px-sidebar.css);

/*
Google Web Font Style declarations.
font-family: 'Anton', sans-serif;
font-family: 'Volkhov', serif;
*/
/* -- Globals - START -- */
div.outerwrap {
    width:1024px;
    margin:0 auto;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
    background:url(../images/container-bg.png) repeat left top;
}

body {
    background:#000000 url(../images/maze-bg.png) repeat left top;
    font-family:Arial, Helvetica, sans-serif;
    color:#333333;
    margin-bottom:0;
    padding-bottom:0;
}

a,
a:link,
a:visited {
    color:#009999;
}

div.sidebar-plugin,
ul.featured-content-plugin,
a.join-the-conversation,
div.homepage-callout-plugin,
div.utility-carousel,
ul.social-action-bar,
div.grid-full-width div.schedule-plugin,
div.blog-sidebar-section,
div.blog-entry,
div.cast-member,
div.cast-individual,
body.paginated-list ul.paginated-list > li,
a.join-the-conversation,
div.text-utility-page > div.container > div.left-fluid > div.grid-full-width,
div.scoreboard-intro { /* Drop-shadow */
    -ms-box-shadow:     2px 2px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    2px 2px 5px 0 rgba(0,0,0,0.2);
    -o-box-shadow:      2px 2px 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow:         2px 2px 5px 0 rgba(0,0,0,0.2);
}

ul.featured-content-plugin,
div#footer div.footer-bottom,
div.sidebar-plugin,
div.utility-carousel,
ul.social-action-bar,
div.schedule-plugin,
div.blog-sidebar-section,
div.blog-entry,
div.cast-member,
div.cast-individual,
div.homepage-callout-plugin,
body.paginated-list ul.paginated-list > li,
div.text-utility-page > div.container > div.left-fluid > div.grid-full-width,
div.scoreboard-intro { /* Semi-transparent white background */
    background-color:#FFFFFF;
    background-color:rgba(255, 255, 255, 0.45);
}

div.utility-carousel div.slide div.info > a,
div.schedule-plugin div.buttons a,
div.cast-individual ul.nav > li > a:link,
div.cast-individual ul.nav > li > a:visited,
input[type="submit"],
body.blog-index div.pagination a { /* Square Buttons */
    display:inline-block;
    color:#FFFFFF;
    font-size:0.75em;
    font-weight:bold;
    padding:2px 6px;
    margin-top:12px;
    cursor:pointer;
    text-decoration:none;
}

div.utility-carousel div.slide div.info > a,
div.schedule-plugin div.buttons a,
input[type="submit"],
body.blog-index div.pagination a {
    background: #199b9b url('../images/submit-btn-bg.png') repeat-x;
    background-image: -ms-linear-gradient(top, #01e3e3 0%, #199b9b 100%); /* IE 10 */
    background-image: -moz-linear-gradient(top, #01e3e3 0%, #199b9b 100%); /* Firefox */
    background-image: -o-linear-gradient(top, #01e3e3 0%, #199b9b 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #01e3e3), color-stop(1, #199b9b)); /* Webkit (Safari) */
    background-image: -webkit-linear-gradient(top, #01e3e3 0%, #199b9b 100%); /* Chrome */
    background-image: linear-gradient(to bottom, #01e3e3 0%, #199b9b 100%); /* w3c Spec */
}

div.cast-individual ul.nav > li > a:link,
div.cast-individual ul.nav > li > a:visited {
    background-color:#199b9b;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    cursor: pointer;
    font-family: Arial, sans-serif;
    outline: 0;
    overflow: visible;
    margin: 0;
    text-shadow: white 0 0 0;
    vertical-align: top;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0;
}

input[type="submit"]:hover {
    background-image: -ms-linear-gradient(top, #01e3e3 0%, #199b9b 100%); /* IE 10 */
    background-image: -moz-linear-gradient(top, #01e3e3 0%, #199b9b 100%); /* Firefox */
    background-image: -o-linear-gradient(top, #01e3e3 0%, #199b9b 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #01e3e3), color-stop(1, #199b9b)); /* Webkit (Safari) */
    background-image: -webkit-linear-gradient(top, #01e3e3 0%, #199b9b 100%); /* Chrome */
    background-image: linear-gradient(to bottom, #01e3e3 0%, #199b9b 100%); /* w3c Spec */
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
div.header-main div.tagline p,
div.main-nav > ul#main-nav,
ul.social-action-bar li a.disqus-link,
div.schedule-plugin.sidebar-plugin > ul > li p.time-format,
div.cast-individual h1 > span,
div.cast-individual div.quote p,
body.blog-index div.pagination div.page-current {
    font-family:'Anton', sans-serif;
    font-weight:400;
}

div.cast-member div.info h3,
div.cast-individual h1 {
    font-family:Volkhov, Georgia, serif;
    font-weight:400;
}

h1 {
    font-size:1.375em;
}

h2 {
    font-size:1.125em;
}

h3 {
    font-size:1.1em;
}

h4 {
    font-size:1em;
}

h5 {
    font-size:.9em;
}

h6 {
    font-size:.6em;
}

p {
    margin:1.3em 0;
    line-height:1.4em;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top:0;
}

ul,
ul li {
    list-style-type:none;
}

body.meet-the-cast h1,
body.episodes-index h1,
body.schedule-index h1,
body.wins-tracker h1,
body.watch-index h1,
body.blog-index h1 {
    font-size:3em;
    border-bottom:1px solid #333333;
    margin-bottom:30px;
    text-transform:uppercase;
    line-height:1.3em;
}

/* -- Globals - END -- */
/* -- Header - START -- */
div.header {
    height:159px;
    background:url(../images/mw-header-bg.jpg) no-repeat left top;
}

div.header-main {
    padding-right:0;
}

div.header-main a#market-warriors-logo {
    text-indent:-9999em;
    width:342px;
    height:149px;
    float:left;
    margin-top:7px;
    background:url(../images/market-warriors-logo.png) no-repeat left top;
    margin-left:-8px;
}

div.header-main h2.broadcast-info,
div.header-main div.tagline p {
    text-shadow: #999999 0.1em 0.1em 0.2em
}

div.header-main h2.broadcast-info,
div.header-main div.tagline {
    margin-top:92px;
    float:left;
}

div.header-main h2.broadcast-info {
    text-transform:uppercase;
    font-size:1.25em;
    color:#27797d;
    line-height:1em;
    text-align:center;
    margin-left:20px;
    margin-right:40px;
}

div.header-main div.tagline {
    padding-left:131px;
}

div.header-main div.tagline p {
    color:#333333;
    text-align:right;
    margin:0;
    line-height:1em;
}

div.header-main div.tagline p:first-child {
    text-align:left;
    margin-bottom:3px;
    padding-right:30px;
    margin-top:1px;
}
/* --[ Old Social Header -- START ]-- */
/*
div.header-main div#social-media-header-wrapper {
    float:right;
    padding-top:95px;
    width:242px;
}

div#social-media-header-wrapper > ul {
    float:right;
}

div#social-media-header-wrapper > ul > li {
    margin-right:10px;
}

div#social-media-header-wrapper > ul,
div#social-media-header-wrapper > ul > li,
div#social-media-header-wrapper > p {
    display: inline-block;
}

div#social-media-header-wrapper > ul > li > a {
    display:block;
    width:32px;
    height:32px;
    background:url(../images/social-media/social-icons-32x32.png) left top no-repeat;
    text-indent: -9999em;
}

div#social-media-header-wrapper > ul > li > a#sm-fb {
    background-position:0px 0px;
}

div#social-media-header-wrapper > ul > li > a#sm-tw {
    background-position:0px -32px;
}

div#social-media-header-wrapper > ul > li > a#sm-pin {
    background-position:0px -64px;
}
/* --[ Old Social Header -- END ]-- */
/* --[ New Social Footer -- START ]-- */
div#social-media-header-wrapper {
    width: 207px;
    height:67px;
    overflow: hidden;
    background:url(../images/social-media/bracket-bg.png);
    margin-left:408px;
    margin-bottom:22px;
    text-align:center;
}

div#social-media-header-wrapper > a {
    font-size:12px;
    font-weight:bold;
}

div#social-media-header-wrapper > ul {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
    padding:17px 0 3px 0;
}

div#social-media-header-wrapper > ul > li {
    position: relative;
    float: left;
    display: block;
    right: 50%;
    margin-left:15px;
}

div#social-media-header-wrapper > ul > li:first-child {
    margin-left:0;
}

div#social-media-header-wrapper > ul > li > a {
    display:block;
    width:32px;
    height:32px;
    background:url(../images/social-media/social-icons-32x32.png) left top no-repeat;
    text-indent: -9999em;
}

div#social-media-header-wrapper > ul > li > a#sm-fb {
    background-position:0px 0px;
}

div#social-media-header-wrapper > ul > li > a#sm-tw {
    background-position:0px -32px;
}

div#social-media-header-wrapper > ul > li > a#sm-pin {
    background-position:0px -64px;
}
/* --[ New Social Footer -- END ]-- */
div.main-nav > ul#main-nav {
    background-image: -ms-linear-gradient(top, #B7E6E6 0%, #64ADB3 100%); /* IE 10 */
    background-image: -moz-linear-gradient(top, #B7E6E6 0%, #64ADB3 100%); /* Firefox */
    background-image: -o-linear-gradient(top, #B7E6E6 0%, #64ADB3 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B7E6E6), color-stop(1, #64ADB3)); /* Webkit (Safari) */
    background-image: -webkit-linear-gradient(top, #B7E6E6 0%, #64ADB3 100%); /* Chrome */
    background-image: linear-gradient(to bottom, #B7E6E6 0%, #64ADB3 100%); /* w3c Spec */
    background-color:#64ADB3;
    font-size:1.1em;
    margin-bottom:15px;
    -ms-box-shadow:     0 2px 5px 0 #999;
    -moz-box-shadow:    0 2px 5px 0 #999;
    -o-box-shadow:      0 2px 5px 0 #999;
    -webkit-box-shadow: 0 2px 5px 0 #999;
    box-shadow:         0 2px 5px 0 #999;
}

div.main-nav > ul#main-nav > li {
    list-style-type:none;
    text-transform:uppercase;
    float:left;
    padding:6px 23px;
    margin:0 5px;
}

div.main-nav > ul#main-nav a {
    text-decoration:none;
    font-weight:400;
}

div.main-nav > ul#main-nav a:link,
div.main-nav > ul#main-nav a:visited {
    color:#FFFFFF;
}

div.main-nav > ul#main-nav li.selected a:link,
div.main-nav > ul#main-nav li.selected a:visited,
div.main-nav > ul#main-nav a:hover {
    color:#27797d;
}
/* -- Header - END -- */
/* -- Footer - START -- */
div#footer a:link,
div#footer a:visited {
    color:#000000;
}

div#footer {
    text-align:center;
    font-size:12px;
    font-family: Arial, sans-serif;
    margin-top:15px;
}

div#footer div.footer-links {
    text-transform:uppercase;
    padding-bottom:10px;
}

div#footer div.footer-links a:link,
div#footer div.footer-links a:visited {
    color:#339999
}

div#footer div.footer-links ul.footer-nav {
    margin:2px 0;
}

div#footer div.footer-links ul.footer-nav li {
    font-family:"Myriad Pro", Arial, sans-serif;
    display:inline;
    font-size:1.1em;
    padding:0 8px;
    border-left:1px solid #999999;
}

div#footer div.footer-links ul.footer-nav li:first-child {
    border-left:0;
}

div#footer p {
    font-size:9px;
    color:#666666;
    font-family:Verdana, sans-serif;
    margin-top:8px;
}

div#footer div.footer-bottom {
    padding:20px 0;
}

div#footer div.footer-bottom a:link,
div#footer div.footer-bottom a:visited {
    height:31px;
    display:inline-block;
    text-indent:-9999em;
    background-position:left center;
    background-repeat:no-repeat;
}

div#footer div.footer-bottom a.wgbh {
    background-image:url(../images/wgbh-logo.png);
    width:64px;
}

div#footer div.footer-bottom a.pbs {
    background-image:url(../images/pbs-logo.png);
    width:56px;
    margin-left:8px;
}
/* -- Footer - END -- */
/* -- Plugin Globals - START -- */
div.sidebar-plugin,
div.blog-sidebar-section {
    margin-bottom:20px;
    border-top:0;
}

div.right-static.column div.sidebar-plugin.pbs-ad-sidebar {
    text-align:center;
    background-color:rgba(102, 204, 204, 0.5);
    height:301px;
}

div.right-static.column div.sidebar-plugin.pbs-ad-sidebar h3,
div.right-static.column div.sidebar-plugin.pbs-ad-sidebar a.learn-more:link,
div.right-static.column div.sidebar-plugin.pbs-ad-sidebar a.learn-more:visited {
    font-family:Arial, sans-serif;
    color:#27797d;
    text-transform:uppercase;
    font-size:10px;
    padding:8px 0;
    font-weight:bold;
    text-decoration:none;
    margin:0;
    line-height:10px;
    display:block;
}

html body div.right-static.column div.sidebar-plugin.pbs-ad-sidebar a.learn-more:link,
html body div.right-static.column div.sidebar-plugin.pbs-ad-sidebar a.learn-more:visited {
    margin-top:;
}

div.featured-top {
    margin-bottom:24px;
}

div.featured-top div.pbs-shop-plugin {
    margin-bottom:0;
}

span.plugin_picture.align-left {
    float:left;
    margin:0 14px 14px 0;
}

span.plugin_picture.align-right {
    float:right;
    margin:0 0 14px 14px;
}

span.plugin_picture.align-center {
    display:block;
    margin:14px 0;
    text-align:center;
}
/* -- Plugin Globals - END -- */
/* ----- [ Social Media Feeds -- START ] ----- */

div.social-feeds-main {
    height:221px;
    padding:10px;
    margin-bottom:20px;
    border:1px solid #000000;
}

div.social-feeds-main {
    background-color:;
}

div.social-feeds h2,
div.social-feeds h3,
div.social-feeds h4,
div.social-feeds h5 {
    font-family:Arial, sans-serif;
    font-weight:bold;
}

div.social-feeds ul.feed-tabs {
    list-style:none;
    margin-left:-36px;
    margin-top:35px;
    position:absolute;
}

div.social-feeds ul.feed-tabs li {
    width:25px;
    height:44px;
    background:url('../images/social-media/social-tabs.png') no-repeat;
    cursor:pointer;
    border-right:1px solid #000000;
}

div.social-feeds ul.feed-tabs li.active {
    width:26px;
    border-right:0;
}

div.social-feeds ul.feed-tabs li.facebook-tab {
    background-position:top left;
}

div.social-feeds ul.feed-tabs li.twitter-tab {
    background-position:top right;
}

div.social-feeds ul.feed-tabs li.facebook-tab.active {
    background-position:bottom left;
}

div.social-feeds ul.feed-tabs li.twitter-tab.active {
    background-position:bottom right;
}

div.social-feeds div.facebook-feed {
    background:url('../images/social-media/facebook-feed-bg.png') top right no-repeat;
}

div.social-feeds div.twitter-feed {
    background:url('../images/social-media/twitter-feed-bg.png') top right no-repeat;
}

div.social-feeds ul.posts {
    height:180px;
    overflow:auto;
}

div.social-feeds ul.posts div {
    display:table-cell;
    max-width:200px;
}

div.social-feeds ul.posts li {
    border-top:1px solid #e1e6f2;
    list-style:none;
}

div.social-feeds ul.posts li {
    padding:8px 0;
}

div.social-feeds ul.posts li:first-child {
    border-top:none;
}

div.social-feeds ul.posts li > img {
    float:left;
    margin:0 10px 0 5px;
    border:1px solid #8ad8d8;
}

div.social-feeds ul.posts li div img {
    margin-bottom:5px;
}

div.social-feeds ul.posts li h4 {
    font-size:12px;
    font-weight:bold;
    line-height:1em;
    margin-top:0;
    padding:0;
    font-family:Arial, sans-serif;
}

div.social-feeds ul.posts li h4 a:link,
div.social-feeds ul.posts li h4 a:visited {
}

div.social-feeds ul.posts li h5 {
    margin:.5em 0 .3em 0;
}

div.social-feeds ul.posts li p {
    font-size:11px;
    line-height:1.2em;
    margin:.2em 0;
    padding:0;
}

div.social-feeds div.twitter-feed ul.posts {
    margin-top:10px;
}

div.social-feeds div.twitter-feed ul.posts li p {
    font-size:13px;
    line-height:1.3em;
}

div.social-feeds ul.posts li p.timestamp,
div.social-feeds ul.posts li p.timestamp-icon {
    margin:0;
    background-position:none;
    background-repeat:no-repeat;
    min-height:14px;
    padding-top:3px;
    margin-top:3px;
    clear:left;
}

div.social-feeds ul.posts li p.timestamp-icon {
    padding-left:20px;
}

div.social-feeds div.twitter-feed ul.posts li p.timestamp-icon {
    background-image:url(../images/social-media/twitter-icon.gif);
    font-size:11px;
}

div.social-feeds div.twitter-feed ul.posts li p.timestamp-icon a,
div.social-feeds div.twitter-feed ul.posts li p.timestamp-icon a:link,
div.social-feeds div.twitter-feed ul.posts li p.timestamp-icon a:visited {
    text-decoration: none;
    color:#666;
}

/* -- [Social Media Sidebar Styles] -- */

div.right-static.column div.social-feeds-sidebar {
    padding:0;
    clear:both;
    border-top:0;
    color:#000000;
    background-color:transparent;
}

div.social-feeds-sidebar p.timestamp,
div.social-feeds-sidebar p.timestamp-icon {
    color:#666666;
}

div.social-feeds-sidebar p.visit-us,
div.social-feeds-sidebar p.error-message {
    color:#333333;
    font-size:0.75em;
    text-align:center;
    margin:4px 0;
    padding:0;
}

div.social-feeds-sidebar p.visit-us a:link,
div.social-feeds-sidebar p.visit-us a:visited,
div.social-feeds-sidebar p.error-message a:link,
div.social-feeds-sidebar p.error-message a:visited {
    font-weight:bold;
    color:#27797d;
}

div.social-feeds-sidebar a:link,
div.social-feeds-sidebar a:visited {
    color:#40b2b3;
}

div.social-feeds-sidebar div.feed-wrapper {
    background-color:#a3dbdb;
    padding:3px;
    height:268px;
}

div.social-feeds-sidebar div.facebook-feed,
div.social-feeds-sidebar div.twitter-feed {
    clear:left;    
}

div.social-feeds-sidebar ul.feed-tabs {
    list-style:none;
    margin:0;
    position:relative;
    z-index:10;
    display:block;
}

div.social-feeds-sidebar ul.feed-tabs li {
    width:149px;
    height:26px;
    background:url('../images/social-media/social-media-sidebar-tab-icons.png') no-repeat;
    float:left;
}

div.social-feeds-sidebar ul.feed-tabs li:first-child {
    margin-right:2px;
}


div.social-feeds-sidebar ul.feed-tabs li,
div.social-feeds-sidebar ul.feed-tabs li.active {
    width:149px;
    border-right:0;
}

div.social-feeds-sidebar ul.feed-tabs li.active {
    width:149px;
}

div.social-feeds-sidebar ul.posts {
    overflow-x:hidden;
    height:206px;
    padding-top:5px;
    border:1px solid #60d2d2;
    border-radius:0;
    background-color:#FFFFFF;
}

div.social-feeds-sidebar ul.posts > li {
    background-image: -ms-linear-gradient(top, #FFF 0%, #f1f4f9 100%); /* IE 10 */
    background-image: -moz-linear-gradient(top, #FFF 0%, #f1f4f9 100%); /* Firefox */
    background-image: -o-linear-gradient(top, #FFF 0%, #f1f4f9 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #f1f4f9)); /* Webkit (Safari) */
    background-image: -webkit-linear-gradient(top, #FFF 0%, #f1f4f9 100%); /* Chrome */
    background-image: linear-gradient(to bottom, #FFF 0%, #f1f4f9 100%); /* w3c Spec */
}

div.social-feeds-sidebar div.twitter-feed ul.posts {
    margin-top:0;
}

div.social-feeds-sidebar div.like-button,
div.social-feeds-sidebar div.follow-button {
    padding:6px 0;
}

div.social-feeds div.facebook-feed {
    background-image:none;
}

div.social-feeds div.twitter-feed {
    background-image:none;
}
/* ----- [ Social Media Feeds -- END ] ----- */
/* ----- [ PBS Related Content Styles -- START ] ----- */
div.pbs-related-content ul,
div.pbs-related-content ul li {
    list-style-type:none;
}

div.sidebar-plugin h3,
div.blog-sidebar-section h3 {
    font-size:1.215em;
    color:#27797d;
    text-align:center;
    background-color:#a3dbdb;
    padding:3px 0;
}

div.right-static div.pbs-related-content a:link,
div.right-static div.pbs-related-content a:visited {
    text-decoration:none;
}

div.right-static div.pbs-related-content a p {
    margin-top:2px;
    line-height:1.2em;
    color:#333333;
}

div.right-static div.pbs-related-content ul {
    padding:10px;
    font-size:0.6875em;
    color:;
}

div.right-static div.pbs-related-content ul li {
    padding:10px 0;
    border-top:1px solid #d2d4d4;
}

div.right-static div.pbs-related-content ul li:first-child {
    border-top:0;
}

div.pbs-related-content.sidebar-plugin > ul > li > a > div {
    display:table-cell;
}

div.pbs-related-content.sidebar-plugin > ul > li > a > div.info {
    vertical-align:middle;
}

div.pbs-related-content.sidebar-plugin > ul > li > a > div.info p {
    margin-bottom:0;
}

div.pbs-related-content.sidebar-plugin > ul > li > a > div.info h4 {
    font-family:Arial, sans-serif;
    font-weight:bold;
}

div.right-static div.pbs-related-content a img {
    float:left;
    margin-right:8px;
    border:1px solid #9f9f9f;
}

/* ----- [ PBS Related Content Styles -- END ] ----- */
/* ----- [ Newsletter Plugin -- START ] ----- */

div.newsletter-plugin.sidebar-plugin {
    min-height:96px;
}

div.newsletter-plugin.sidebar-plugin a {
    cursor:pointer;
}

div.newsletter-plugin.sidebar-plugin p,
div.newsletter-plugin.sidebar-plugin div.newsletter-signup-form label {
    text-align:center;
    font-size:.75em;
    line-height:1.4em;
    margin:0;
}

div.newsletter-plugin.sidebar-plugin p {
    padding:12px;
}

div.newsletter-plugin.sidebar-plugin div.newsletter-signup-form label {
    color:#009999;
}

div.newsletter-plugin div.newsletter-signup-form {
    margin:0 12px;
    padding:12px 0;
    border-top:1px solid #009999;
    display:none;
}

div.newsletter-plugin.sidebar-plugin input {
    margin:6px 0;
}

div.newsletter-plugin.sidebar-plugin input[type='email'] {
    width:100%;
}

div.newsletter-plugin.sidebar-plugin input#zip_code {
    display:block;
    width:23%;
}

/* ----- [ Newsletter Plugin -- END ] ----- */
/* ----- [ Carousel Styles -- START ] ----- */

div.featured-top div.carousel {
    border:1px solid #CCCCCC;
}

div.featured-top div.carousel,
div.featured-top div.carousel div.slide {
    width:680px;
    height:380px;
}

div.featured-top div.carousel div.slide a:link,
div.featured-top div.carousel div.slide a:visited,
div.featured-top div.carousel div.slide a:hover {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}

div.featured-top div.carousel div.slide {
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
    width:100%;
    display:none;
}

div.featured-top div.carousel div.slide div.extra-info {
    position:absolute;
    bottom:0;
    background-color:rgba(0,0,0,0.7);
    width:100%;
}

div.featured-top div.carousel div.slide div.extra-info h3 {
    font-size:1.2em;
    color:#ffcc66;
    padding:6px 11px 3px 11px;
    margin:0;
}

div.featured-top div.carousel div.slide div.extra-info h3 a {
    text-decoration:none;
}

div.featured-top div.carousel div.slide div.extra-info p {
    font-size:0.8125em;
    color:#FFFFFF;
    padding:11px;
    padding-top:0;
    margin:0;
    line-height:1.2em;
}

div.featured-top div.carousel div.slide div.extra-info .call-to-action {
    color:#00cccc;
}

div.slide-nav {
    margin:9px 0 9px 0;
}

div.slide-nav a:link,
div.slide-nav a:visited {
    width:19px;
    height:18px;
    margin:0 3px 0 0;
    text-indent:-999em;
    text-decoration:none;
    display:block;
    float:left;
    background:url(../images/carousel/mw-carousel-slide-buttons.png) no-repeat right top;
}

div.slide-nav a.activeSlide:link,
div.slide-nav a.activeSlide:visited,
div.slide-nav a:hover {
    background-position:left top;
}

a.carousel-pause {
    width:14px;
    height:17px;
    background:url(../images/carousel/mw-carousel-pause-button.png) left top no-repeat;
    float:left;
    margin-right:4px;
    cursor:pointer;
    margin-top:9px;
}

a.carousel-pause:hover,
a.carousel-pause.resume {
    background-position:left bottom;
}

/* ----- [ Featured Content Plugin -- START ] ----- */

ul.featured-content-plugin,
ul.featured-content-plugin li {
    list-style-type:none;
}

ul.featured-content-plugin a,
ul.featured-content-plugin a:link,
ul.featured-content-plugin a:visited {
    text-decoration:none;
}

ul.featured-content-plugin {
    padding:12px;
    border-radius:0 8px 8px 0;
    margin-bottom:14px;
}

ul.featured-content-plugin li div.thumb {
    float:left;
}

ul.featured-content-plugin li div.thumb a img {
    border:1px solid #CCCCCC;
}

ul.featured-content-plugin li div.text {
    display:table-cell;
}

ul.featured-content-plugin div.thumb {
    margin-right:16px;
}

ul.featured-content-plugin li {
    margin-bottom:2px;
    border-left:0;
    border-right:0;
    padding:10px 0 10px 0;
}

ul.featured-content-plugin li:first-child {
    border-top:0;
}

ul.featured-content-plugin li:last-child {
    border-bottom:0;
}

ul.featured-content-plugin li div.text h3 {
    font-size:1.125em;
    margin-top:-6px;
    margin-bottom:2px;
}

ul.featured-content-plugin li div.text h3 a:link,
ul.featured-content-plugin li div.text h3 a:visited {
    color:#333333;
}

ul.featured-content-plugin li div.text h3 a:link,
ul.featured-content-plugin li div.text h3 a:visited {
    text-decoration:none;
}

ul.featured-content-plugin li div.text p {
    font-size:0.8125em;
    margin:0;
    line-height:1.25em;
}
/* ----- [ Featured Content Plugin -- END ] ----- */

/* ----- [ Carousel Styles -- END ] ----- */
/* ----- [ Homepage-Specific Styles -- START ] ----- */
div.homepage-bottom {
    width:518px;
    margin:0 16px 0 -12px;
    float:left;
}

div.homepage-slender {
    width:158px;
    float:left;
}

a.join-the-conversation {
    display:block;
    width:518px;
    height:215px;
    background:url(../images/placeholder/join-the-conversation.jpg) left top no-repeat;
    border-radius:0 8px 8px 0;
    text-indent:-999em;
}
/* -- [Homepage Callout Plugin Styles -- START] -- */
div.homepage-slender div.homepage-callout-plugin {
    border-radius:8px;
    margin-bottom:14px;
    background-repeat:no-repeat;
    background-position:center bottom;
    background-color:rgba(255, 255, 255, 0.45);
}

div.homepage-slender div.homepage-callout-plugin > a:link,
div.homepage-slender div.homepage-callout-plugin > a:visited {
    display:block;
    height:100%;
    width:100%;
    text-decoration:none;
}

div.homepage-slender div.homepage-callout-plugin h3,
div.homepage-slender div.homepage-callout-plugin p {
    color:#333333;
    padding-left:6px;
    padding-right:6px;
}

div.homepage-slender div.homepage-callout-plugin h3 {
    font-size:1.125em;
    line-height:1.1em;
    padding-top:19px;
    padding-bottom:2px;
}

div.homepage-slender div.homepage-callout-plugin p {
    font-size:0.8125em;
    line-height:1.2em;
}

div.homepage-slender div.homepage-callout-plugin p > span.call-to-action {
    color:#009999;
    font-weight:bold;
}
/* -- [Homepage Callout Plugin Styles -- END] -- */

div.homepage-slender > h2 {
    font-size:1.6em;
    color:#57b5b5;
    text-align:center;
    text-transform:uppercase;
    line-height:1em;
    margin-bottom:20px;
}
/* ----- [ Homepage-Specific Styles -- END ] ----- */
/* ----- [ Watch Online -- START ] ----- */

body.video-watch div.featured-bottom h1 {
    font-size:1.275em;
    margin-bottom:4px;
}

body.video-watch h1 span.details {
    font-size:0.6em;
    font-family:Arial, Helvetica, sans-serif;
    color:#333333;
}

body.video-watch h1 span.details a#show-description {
    color:#333333;
    cursor:pointer;
}

body.video-watch h1 span.details a#show-description:hover {
    text-decoration:none;
    color:009999;
}

body.video-watch div#description {
    display:none;
}

body.video-watch div#description p {
    font-size:.75em;
    margin-bottom:8px;
    margin-top:0;
}

ul.social-action-bar {
    float:left;
    height:36px;
    margin:8px 0 40px 0;
    border-radius:8px;
}

ul.social-action-bar li {
    float:left;
    list-style-type:none;
    border-left:1px solid #CCCCCC;
    padding:8px 15px;
    height:20px;
}

ul.social-action-bar li:first-child {
    border-left:0;
}

body.watch-index div.content-list {
    margin-top:16px;
}

ul.social-action-bar li a.disqus-link {
    color:#009999;
    font-size:0.875em;
    text-transform:uppercase;
}

div.content-list h2 {
    font-size:1.125em;
    color:#333333;
    text-transform:uppercase;
    border-bottom:1px solid #333333;
    margin-bottom:15px;
    padding-bottom:6px;
}

div.content-list h2 span {
    text-transform:capitalize;
}

div.content-list div.item {
    width:158px;
    float:left;
    margin:0 16px 15px 0;
}

div.content-list div.item.last {
    margin-right:0;
}

div.content-list div.item.first {
    clear:both;
}

div.content-list div.item h3 {
    font-family:Arial, sans-serif;
    font-size:.8125em;
    line-height:1.1em;
    margin:5px 0;
    font-weight:bold;
}

div.content-list div.item h3 a:link,
div.content-list div.item h3 a:visited {
    color:#009999;
    text-decoration:none;
}

div.content-list div.item p {
    font-size:.6875em;
    line-height:1.2em;
    margin:0;
    padding:0;
}

div.content-list div.item p a.show-more {
    color:#333333;
    cursor:pointer;
}

div.content-list div.item p a.show-more:hover {
    text-decoration:none;
}

div.content-list div.item div.sub-title {
    display:none;
    margin-top:4px;
}

div.utility-carousel-wrapper h1 {
    font-size:1.5em;
    margin-bottom:16px;
}

div.utility-carousel {
    border-radius:0 8px 8px 0;
    height:248px;
    overflow:hidden;
}

div.utility-carousel div.slide div.info,
div.utility-carousel div.slide div.image {
    display:table-cell;
    vertical-align:middle;
}

div.utility-carousel div.slide div.image {
    width:444px;
    height:250px;
}

div.utility-carousel div.slide div.info {
    padding:0 12px 0 12px;
}

div.utility-carousel div.slide div.info h3 {
    font-size:1.125em;
    line-height:1.1em;
}

div.utility-carousel div.slide div.info p {
    line-height:1.2em;
    font-size:0.8125em;
    margin-top:12px;
}

div.utility-carousel div.slide div.info > a + a:link {
    margin-left:14px;
}

div.utility-carousel div.slide div.image > a.play-icon {
    background:url(../images/video/video-play-icon-lg.png) center center no-repeat;
    display:block;
    position:absolute;
    width:95px;
    height:29px;
    cursor:pointer;
    opacity:0.8;
    top:110px;
    left:174px;
    z-index:10;
}

div.utility-carousel div.slide div.image > div.video-stage {
    display:none;
    z-index:20;
    position:relative;
}

div.utility-carousel div.slide div.image > a.play-icon:hover {
    opacity:1;
}

body.watch-index h1 {
    background:url(../images/page-title-bg/h1-watch-online-index.png) right bottom no-repeat;
    padding-top:44px;
}

/* ----- [ Watch Online -- END ] ----- */
/* ----- [ Related Content Scroller -- START ] ----- */
div.special-features .scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    width:680px;
    height:135px;
}

/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a extremely large width to accomodate scrollable items.
    it's enough that you set the width and height for the root element and
    not for this element.
*/
div.special-features .scrollable .all-slides {
    /* this cannot be too large */
    width:99999em;
    position:absolute;
    clear:both;
}

div.special-features > h2,
div#disqus > h2,
div#episode-objects > h2 {
    text-transform:uppercase;
    padding-bottom:2px;
    border-bottom:1px solid #333333;
    font-size:1.125em;
    color:#333333;
}

div.special-features > h2,
div#episode-objects > h2 {
    margin-bottom:14px;
}

.all-slides div.slide {
    float:left;
    width:680px;
}

.all-slides div.slide div.item {
    display:block;
    width:158px;
    margin-left:16px;
    overflow:hidden;
    float:left;
}

.all-slides div.slide div.item h5 {
    font-size:0.8125em;
    margin-top:4px;
    font-family:Arial, sans-serif;
    font-weight:bold;
}

.all-slides div.slide div.item h5 a:link,
.all-slides div.slide div.item h5 a:visited {
    color:#009999;
    text-decoration:none;
}

.all-slides div.slide div.item:first-child {
    margin-left:0;
}

/* active item */
.scrollable .active {
    position:relative;
    cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;    
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../images/related-content-scroller-arrow.png) no-repeat;
    display:block;
    width:18px;
    height:89px;
    float:left;
    cursor:pointer;
    font-size:1px;
    z-index:15;
    position:absolute;
}

/* right */
a.right {
    background-position: left bottom;
    clear:right;
    margin-left: -14px;
    right:0;
}

a.right:hover {
    background-position:-18px bottom;
}
a.right:active {
    background-position:right bottom;
} 

/* left */
a.left {
    margin-right: -18px;
    left:0;
}

a.left:hover {
    background-position:-18px top;
}

a.left:active {
    background-position:right top;
}

/* up and down */
a.up, a.down        { 
    background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover          { background-position:-30px 0; }
a.up:active          { background-position:-60px 0; }

/* down */
a.down                 { background-position: 0 -30px; }
a.down:hover          { background-position:-30px -30px; }
a.down:active      { background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;        
}
/* ----- [ Related Content Scroller -- END ] ----- */
/* ----- [ Disqus Styles -- START ] ----- */
div#disqus {
    margin-top:28px;
}

div#disqus > div#disqus_thread {
    border-top:1px solid #333333;
    margin-top:2px;
    padding-top:14px;
}
/* ----- [ Disqus Styles -- END ] ----- */
/* ----- [ Schedule Plugin -- START ] ----- */
div.schedule-plugin {
    border-radius:8px;
    overflow:hidden;
}

div.schedule-plugin a.button_prev,
div.schedule-plugin a.button_next {
    background-repeat:no-repeat;
    cursor:pointer;
}

div.schedule-plugin a.button_prev {
    background-position:center bottom;
}

div.schedule-plugin a.button_next {
    background-position:center top;
}

div.schedule-plugin > ul > li {
    list-style-type:none;
}

div.schedule-plugin div.thumb > img {
    border:1px solid #CCCCCC;
}

div.schedule-plugin div.buttons a {
    margin:0;
}

div.schedule-plugin > ul > li div.buttons > ul > li {
    display:inline;
    margin-left:10px;
}

div.schedule-plugin > ul > li div.buttons > ul > li:first-child {
    margin-left:0;
}

div.schedule-plugin > ul > li div.buttons > ul > li a {
    display:inline-block;
}

/* - Sidebar-Specific - START - */

div.schedule-plugin.sidebar-plugin > h3 {
    font-size:0.8125em;
    font-family:Arial, sans-serif;
    font-weight:bold;
    background-color:transparent;
    border-bottom:1px solid #CCCCCC;
}

div.schedule-plugin.sidebar-plugin > h3 > a.button_prev,
div.schedule-plugin.sidebar-plugin > h3 > a.button_next {
    background-image:url(../images/mw-schedule-arrow-sidebar.png);
    display:inline-block;
    margin:0 5px;
    width:7px;
    height:13px;
    vertical-align:bottom;
    cursor:pointer;
}

div.schedule-plugin.sidebar-plugin > ul {
    padding:5px;
}

div.schedule-plugin.sidebar-plugin > ul > li {
    display:none;
}

div.schedule-plugin.sidebar-plugin > ul > li p.time-format {
    margin:0;
    text-align:center;
    font-size: 1.125em;
    background-color:#edcc6b;
    color:#009999;
}

div.schedule-plugin.sidebar-plugin > ul > li div.thumb,
div.schedule-plugin.sidebar-plugin > ul > li div.info {
    display:table-cell;
    vertical-align:top;
}

div.schedule-plugin.sidebar-plugin > ul > li div.thumb {
    width:142px;
}

div.schedule-plugin.sidebar-plugin > ul > li div.info {
    width:143px;
    padding-left:5px;
}

div.schedule-plugin.sidebar-plugin > ul > li div.info h4 {
    font-size: 1.125em;
    line-height:1.1em;
    margin-top:3px;
    color:#009999;
}

div.schedule-plugin.sidebar-plugin > ul > li div.buttons {
    padding:10px 0 7px 0;
}

div.schedule-plugin.sidebar-plugin > ul > li div.buttons > ul {
    text-align:center;
}

div.schedule-plugin.sidebar-plugin > ul > li div.buttons > ul > li {
    margin-left:8px;
}

div.schedule-plugin.sidebar-plugin > ul > li div.buttons > ul > li:first-child {
    margin-left:0;
}

/* - Sidebar-Specific - END - */
/* - Full Width-Specific - START - */

div.grid-full-width div.schedule-plugin {
    height:96px;
    margin-bottom:14px;
}

div.grid-full-width div.schedule-plugin a.button_prev,
div.grid-full-width div.schedule-plugin a.button_next,
div.grid-full-width div.schedule-plugin div.item-wrapper,
div.grid-full-width div.schedule-plugin div.thumb,
div.grid-full-width div.schedule-plugin div.info,
div.grid-full-width div.schedule-plugin div.broadcast-info,
div.grid-full-width div.schedule-plugin div.spacer {
    display:table-cell;
    vertical-align:middle;
}

div.grid-full-width div.schedule-plugin div.spacer {
    width:4px;
}

div.grid-full-width div.schedule-plugin div.item-wrapper {
    padding:7px 0 7px 3px;
}

div.grid-full-width div.schedule-plugin a.button_prev,
div.grid-full-width div.schedule-plugin a.button_next {
    width:20px;
    background-image:url(../images/mw-schedule-arrow-main.png);
    padding:7px 4px;
}

div.grid-full-width div.schedule-plugin a.button_prev {
    border-right:1px solid #CCCCCC;
}

div.grid-full-width div.schedule-plugin a.button_next {
    border-left:1px solid #CCCCCC;
}

div.grid-full-width div.schedule-plugin div.thumb {
    width:140px;
    padding:0 14px 0 7px;
}

div.grid-full-width div.schedule-plugin div.info {
    background-color:#edcc6b;
    width:86px;
}

div.grid-full-width div.schedule-plugin div.info h3 {
    text-align:center;
    color:#009999;
    font-size:1.2em;
    line-height:1.1em;
    text-transform:uppercase;
}

div.grid-full-width div.schedule-plugin div.broadcast-info {
    width:366px;
}

div.grid-full-width div.schedule-plugin div.broadcast-info h4 {
    font-size:1.125em;
    color:#009999;
}

div.grid-full-width div.schedule-plugin div.broadcast-info p {
    font-size:0.8125em;
    line-height:1.2em;
    padding-right:10px;
    margin:0;
}

div.grid-full-width div.schedule-plugin div.broadcast-info div.buttons {
    margin-top:4px;
}
/* - Full Width-Specific - END - */

/* ----- [ Schedule Plugin -- END ] ----- */
/* ----- [ Blog Styling -- START ] ----- */
div.blog-sidebar-section {
    border-radius:8px
}

div.blog-sidebar-section h3 {
    border-radius:8px 8px 0 0;
}

div.blog-sidebar-section ul {
    padding:8px;
    font-size:0.8125em;
    margin:0 6px 0 20px;
}

div.blog-sidebar-section ul li {
    color:#666666;
}

div.blog-entry {
    border-radius:8px;
    padding:16px;
    padding-bottom:0;
    margin-bottom:14px;
}

div.blog-entry div.author-image {
    float:left;
    margin-right:30px;
}

div.blog-entry div.entry-content {
    display:table-cell;
    vertical-align:top;
}

div.blog-entry div.author-image img {
    border:1px solid #00cccc;
}

div.blog-entry h2,
body.blog-detail div.blog-entry h1 {
    font-size:1.4em;
    margin-top:-6px;
    color:#009999;
    line-height:1.2em;
}

div.blog-entry p {
    font-size:0.8125em;
}

div.blog-entry p.byline {
    margin:0;
    font-size:0.7em;
}

div.blog-entry p.byline + h2,
div.blog-entry p.byline + h3,
div.blog-entry p.byline + h4,
div.blog-entry p.byline + h5 {
    margin-top:1em;
}

div.blog-entry p.author-bio {
    margin-top:6px;
    font-size:0.7em;
    font-style:italic;
}

div.blog-entry h2 a,
body.blog-detail div.blog-entry h1 a {
    text-decoration:none;
    color:inherit;
}

div.blog-entry h2 a:hover,
body.blog-detail div.blog-entry h1 a:hover {
    text-decoration:underline;
}

div.blog-entry ul.social-action-bar,
div.text-utility-page div.grid-full-width ul.social-action-bar,
body.wins-tracker div.grid-full-width ul.social-action-bar{
    margin-bottom:0;
    margin-left:-16px;
    margin-right:-16px;
    background-color:transparent;
    float:none;
    border-top:1px solid #CCCCCC;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius:0;
}

body.credits div.text-utility-page div.grid-full-width ul.social-action-bar {
    display:none;
}

body.blog-archive h1,
div.text-utility-page h1 {
    font-size:1.6em;
    margin-bottom:.5em;
}

body.blog-index h1 {
    background:url(../images/page-title-bg/h1-blog-index-elephant.png) right bottom no-repeat;
    padding-top:44px;
}

body.blog-index h1 {
    margin-bottom:0;
}

body.blog-index div.pagination div.older-entries,
body.blog-index div.pagination div.newer-entries {
    width:120px;
}

body.blog-index div.pagination div.older-entries,
body.blog-index div.pagination div.older-entries a {
    float:left;
    margin-top:0;
}

body.blog-index div.pagination div.newer-entries,
body.blog-index div.pagination div.newer-entries a {
    float:right;
    margin-top:0;
}

body.blog-index div.pagination div.page-current {
    font-size:1em;
    text-align: center;
    width:440px;
    float:left;
    margin-top:-3px;
}

body.blog-index h1 + div.pagination {
    margin:10px 0 30px 0;
}

body.blog-index h1 + div.blog-entry {
    margin-top:30px;
}
/* ----- [ Blog Styling -- END ] ----- */
/* ----- [ About Page -- START ] ----- */
div.text-utility-page div.text-column,
div.text-utility-page div.image-column {
    float:left;
}

div.text-utility-page div.text-column,
div.scoreboard-intro p {
    margin-right:16px;
    font-size:0.8125em;
}

div.text-utility-page div.text-column li {
    margin-left:32px;
}

div.text-utility-page div.image-column,
div.text-utility-page div.image-column img {
    width:158px;
}

div.text-utility-page div.image-column img {
    margin-bottom:14px;
}

div.text-utility-page div.text-column p:first-child,
div.scoreboard-intro p:first-child {
    margin-top:0;
}

div.text-utility-page > div.container > div.left-fluid > div.grid-full-width,
div.scoreboard-intro {
    padding:16px;
    padding-bottom:0;
    width:648px;
    border-radius:8px;
}
/* ----- [ About Page -- END ] ----- */
/* ----- [ Meet The Cast -- START ] ----- */
body.meet-the-cast h1 {
    background:url(../images/page-title-bg/h1-meet-the-cast.png) right bottom no-repeat;
    margin-top:13px;
}

div.cast-member,
div.scoreboard-promo {
    width:302px;
    float:left;
    margin-left:16px;
    margin-bottom:20px;
}

div.cast-member {
    border-width:3px;
    border-style:solid;
    border-radius:8px;
    border-color:transparent;
    background-position:115% -30px;
    background-repeat:no-repeat;
    overflow:hidden;
    padding:12px;
}

div.cast-member.odd {
    margin-left:0;
    clear:both;
}

div.cast-member.even + div.scoreboard-promo {
    margin-left:345px;
}

div.cast-member > a,
div.cast-member > a:link,
div.cast-member > a:visited {
    text-decoration:none;
    color:#333333;
    display:block;
}

div.cast-member div.thumb,
div.cast-member div.info {
    display:table-cell;
    vertical-align:middle;
}

div.cast-member div.thumb > div {
    width:94px;
    height:94px;
    background-repeat:no-repeat;
    background-position:center center;
    border-width:3px;
    border-style:solid;
    display:block;
}

div.cast-member:hover div.thumb > div {
    width:98px;
    height:98px;
    min-height:98px;
    max-height:98px;
    border-width:1px;
    border-color:#CCCCCC;
}

div.cast-member div.info {
    padding-left:16px;
}

div.cast-member div.info h2,
div.cast-member div.info h3,
div.cast-member div.info p {
    margin:0;
    padding:0;
    line-height:1em;
}

div.cast-member div.info p {
    margin-bottom:0
}

div.cast-member div.info h2 {
    font-size:1.375em;
}

div.cast-member div.info h3 {
    font-size:1.125em;
    margin:8px 0;
}

div.cast-member div.info a {
    text-decoration:none;
}

div.cast-member div.info a h2,
div.cast-member div.info a h3 {
    color:#333333;
}

div.cast-member div.info p {
    color:#009999;
    font-weight:bold;
    font-size:0.8125em;
    text-decoration:underline;
}

div.cast-individual {
    border-radius:8px;
    position:relative;
    padding:14px 232px 0 14px;
    margin-bottom:40px;
    background-position:50% 5px;
    background-repeat:no-repeat;
    
}
div.cast-individual h1 {
    font-size:1.125em;
    margin:8px 0;
}

div.cast-individual h1 > span {
    font-size:1.222222222em;
}

div.cast-individual ul.cast-details,
div.cast-individual p {
    font-size:0.8125em;
}

div.cast-individual ul,
div.cast-individual ul li {
    list-style-type:none;
}

div.cast-individual ul.nav > li {
    display:inline-block;
}

div.cast-individual ul.nav > li > a:link,
div.cast-individual ul.nav > li > a:visited {
    margin-top:0;
}

div.cast-individual ul.social-action-bar {
    float:none;
    -ms-box-shadow:     none;
    -moz-box-shadow:    none;
    -o-box-shadow:      none;
    -webkit-box-shadow: none;
    box-shadow:         none;
    background-color:transparent;
    margin-bottom:0;
    border-top:1px solid #CCCCCC;
    border-radius:0;
    margin-right:-232px;
    margin-left:-14px;
}

div.cast-individual img#full-body-shot {
    position:absolute;
    right:0;
    bottom:0;
    z-index:50;
    float:right;
}

div.cast-individual div.quote {
    margin-left:-14px;
    padding-left:174px;
    background:url(../images/cast-detail-star-stripe.png) left top no-repeat;
    position:relative;
    min-height:92px;
}

div.cast-individual div.quote p {
    line-height:1.2em;
    color:#27797d;
    font-size:1.3em;
    text-indent:-.45em;
}

div.cast-individual div.quote img.star {
    margin-left:-38px;
    position:absolute;
}
/* ----- [ Meet The Cast -- END ] ----- */
/* ----- [ Episode Detail -- START ] ----- */
body.episode-detail div.fancybox-skin {
    background-color:#000000;
}

body.episode-detail div.fancybox-outer {
    width:600px;
    max-width:600px;
    min-width:600px;
}

body.episode-detail div.object-pop-up {
    color:#FFFFFF;
}

body.episode-detail div.object-pop-up div.top {
    text-align:center;
}

body.episode-detail div.object-pop-up div.bottom {
    margin-top:16px;
}

body.episode-detail div.object-pop-up div.bottom > div,
body.episode-detail div.utility-carousel div.picker-headshot,
body.episode-detail div.utility-carousel div.picker {
    display:table-cell;
    vertical-align:middle;
}

body.episode-detail div.object-pop-up div.bottom > div.info {
    width:400px;
}

body.episode-detail div.utility-carousel div.info > h3 {
    margin-bottom:12px;
}

body.episode-detail div.utility-carousel div.info > ul {
    margin-top:12px;
}

body.episode-detail div.utility-carousel div.slide a.fancybox {
    display:block;
    text-decoration:none;
    color:#333333;
}

body.episode-detail div.utility-carousel div.slide a.fancybox span.enlarge {
    font-weight:bold;
    color:#099;
    text-decoration:underline;
}

body.episode-detail div.utility-carousel div.slide a.fancybox span.enlarge:hover {
    text-underline:none;
}

body.episode-detail ul.social-action-bar {
    margin-bottom:20px;
}

body.episode-detail div.grid-full-width ul,
body.episode-detail div.grid-full-width ul li {
    list-style-type:none;
}

body.episode-detail div.object-pop-up div.bottom > div.info ul,
body.episode-detail div.object-pop-up div.bottom > div.picker p,
body.episode-detail div.utility-carousel div.info ul,
body.episode-detail div.grid-full-width p,
body.episode-detail div.grid-full-width ul.episode-details {
    font-size:0.81em;
}

body.episode-detail div.object-pop-up div.bottom > div.picker-headshot {
    width:74px;
}

body.episode-detail div.picker-headshot img {
    border:1px solid #CCCCCC;
}

body.episode-detail div.picker {
    padding-left:16px;
    width:110px;
}

body.episode-detail div#episode-objects,
body.episode-detail div.special-features,
body.episode-detail div#disqus {
    margin-top:40px;
}

body.episode-detail .fancybox-next {
    right: -67px;
}

body.episode-detail .fancybox-prev {
    left: -67px;
}

body.episode-detail .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

body.episode-detail .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 81px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
    opacity:.5;
    margin-top:-50px;
}

body.episode-detail .fancybox-prev span,
body.episode-detail .fancybox-next span {
    background-image:url(../images/object-carousel-nav.png);
    background-repeat:no-repeat;
}

body.episode-detail .fancybox-prev span {
    background-position: 0 top;
}

body.episode-detail .fancybox-next span {
    background-position: 0 bottom;
}

body.episode-detail .fancybox-nav:hover span {
    visibility: visible;
    opacity:1;
}
/* ----- [ Episode Detail -- END ] ----- */

/* ----- [ Paginated List Pages -- START ] ----- */

body.paginated-list ul.paginated-list > li > div {
    display:table-cell;
    margin:0;
    vertical-align:middle;
}

body.paginated-list ul.paginated-list > li:first-child {
    border-top:0;
}

body.paginated-list ul.paginated-list > li:last-child {
    border-bottom:0;
}

body.paginated-list ul.paginated-list > li {
    border-radius:0 8px 8px 0;
    margin-top:28px;
}

body.paginated-list ul.paginated-list > li:first-child {
    margin-top:0;
}

body.paginated-list ul.paginated-list > li div.info {
    padding:10px 0 10px 16px;
}

body.paginated-list ul.paginated-list > li div.info > ul {
    font-size:.75em;
}

body.paginated-list ul.paginated-list > li div.info > ul > li > a {
    font-weight:bold;
}

body.paginated-list ul.paginated-list > li div.info > h3 > a:link,
body.paginated-list ul.paginated-list > li div.info > h3 > a:visited {
    color:#333333;
    text-decoration:none;
}

body.paginated-list div.pagination {
    border-top:1px solid #333333;
    margin-top:30px;
    padding-top:8px;
    font-size:.81em;
}

body.paginated-list div.pagination a,
body.paginated-list.schedule-index ul.paginated-list > li > div.info p a {
    font-weight:bold;
    text-decoration:none;
}

body.paginated-list ul.paginated-list > li div.thumb img,
body.paginated-list ul.paginated-list > li div.thumb a img {
    border:1px solid #CCCCCC;
}

/* ----- [ Paginated List -- END ] ----- */
/* ----- [ Episode Index -- START ] ----- */
body.episodes-index h1 {
    background:url(../images/page-title-bg/h1-episodes-index.png) right bottom no-repeat;
    padding-top:44px;
}

body.paginated-list.episodes-index div.episode-list ul.paginated-list > li div.info {
    vertical-align:top;
}
/* ----- [ Episode Index -- END ] ----- */
/* ----- [ Schedule Index -- START ] ----- */
body.schedule-index h1 {
    background:url(../images/page-title-bg/h1-schedule-index.png) right bottom no-repeat;
    padding-top:39px;
}

body.paginated-list.schedule-index ul.paginated-list > li {
    border-radius:8px;
}

body.paginated-list.schedule-index ul.paginated-list > li > div {
    display:table-cell;
    margin:0;
    vertical-align:middle;
}

body.paginated-list.schedule-index ul.paginated-list > li > div.info {
    vertical-align:top;
}

body.paginated-list.schedule-index ul.paginated-list > li > div.airing {
    width:116px;
    text-align:center;
}

body.paginated-list.schedule-index ul.paginated-list > li > div.airing h4 {
    font-size:1.375em;
    text-transform:uppercase;
    line-height:1.1em;
}

body.paginated-list.schedule-index ul.paginated-list > li:first-child > div.airing h4 {
    color:#099;
}

body.paginated-list.schedule-index ul.paginated-list > li > div.info p {
    font-size:.8125em;
    margin:0;
}
/* ----- [ Schedule Index -- END ] ----- */
/* ----- [ Feedback -- START ] ----- */
body.feedback-form p > label,
body.feedback-form p > input[type='text'] {
    display:block;
}

body.feedback-form p > label {
    font-weight:bold;
    color:#099;
    margin-bottom:4px;
}

body.feedback-form p > input[type='text']{
    width:448px;
    font-size:1.125em;
}

body.feedback-form div.text-utility-page > div.container > div.left-fluid > div.grid-full-width {
    padding-bottom:16px;
}
/* ----- [ Feedback -- END ] ----- */
/* ----- [ Wins Tracker -- START ] ----- */
body.wins-tracker h1 {
    background:url(../images/page-title-bg/h1-scoreboard-index.png) right bottom no-repeat;
    padding-top:18px;
}

ul.overall_rankings {
    clear: both;
    padding-left:100px;
}

ul.overall_rankings > li {
    position:relative;
    margin-top:20px;
}

ul.overall_rankings > li:first-child {
    margin-top:0;
}

ul.overall_rankings li div.overall_ranking_badge {
    background-image:url("../images/wins_tracker/gold-rank-tab.png");
    width: 108px;
    height: 80px;
    vertical-align: middle;
    color: #333;
    text-transform: uppercase;
    z-index:2;
    float: left;
    font-family: 'Anton', Impact, sans-serif;
    position: absolute;
    margin:15px 0 0 -112px;
    padding-left:20px;
}
ul.overall_rankings li div.overall_ranking_badge div.ranking_large,
ul.overall_rankings li div.overall_ranking_badge div.ranking_small {
    float:left;
}
ul.overall_rankings li div.overall_ranking_badge div.ranking_large {
    font-size: 50px;
}
ul.overall_rankings li div.overall_ranking_badge div.ranking_small {
    font-size: 32px;
    padding-top:8px;
}
ul.overall_rankings li div.overall_ranking_info {
    width: 680px;
}

div.content a.show_hide {
    display: block;
    color: #333;
}

ul.overall_rankings li ul.ranking_main_line {
    float: left;
    /* width: 579px; */
    z-index: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

ul.overall_rankings li ul.ranking_main_line li {
    float: left;
    text-align: center;
    color: #333;
    cursor: pointer;

}
ul.overall_rankings li ul.ranking_main_line li.ranking_cast_picture {
    background-image:url("../images/wins_tracker/picker-unit-bg-dark.jpg");
    width: 137px;
    height: 108px;
    border-right: 1px solid #ccc;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
ul.overall_rankings li ul.ranking_main_line li.ranking_cast_picture > img {
    margin-top:13px;
}
ul.overall_rankings li ul.ranking_main_line li.ranking_cast_name {
    font-size: 28px;
    font-family: 'Anton', Impact, sans-serif;
    background-image:url("../images/wins_tracker/picker-unit-bg-light.jpg");
    text-transform: uppercase;
    width: 201px;
    height: 108px;
    border-right: 1px solid #ccc;
    /* padding-top: 15px; */
}
 ul.overall_rankings li ul.ranking_main_line li.ranking_cast_name div.content {
     height: 96px;
     margin-top: 12px;
 }

ul.overall_rankings li ul.ranking_main_line li.ranking_cast_wins {
    background-image:url("../images/wins_tracker/picker-unit-bg-dark.jpg");
    width: 120px;
    height: 108px;
    font-size: 60px;
    font-family: 'Anton', Impact, sans-serif;
    border-right: 1px solid #ccc;
}

ul.overall_rankings li ul.ranking_main_line li.ranking_cast_wins div.wins_count {
    margin-top: -7px;
    padding-bottom: 5px;
}

ul.overall_rankings li ul.ranking_main_line li.ranking_cast_wins div.wins {
    font-family: 'Oleo Script', Georgia, cursive;
    margin-top: -15px;
    margin-left: 15px;
    font-size: 24px;
    width: 70%;
    border-top: 2px solid #999;
}

ul.overall_rankings li ul.ranking_main_line li.ranking_cast_button {
    display: block;
    background-image:url("../images/wins_tracker/picker-unit-bg-dark.jpg");
    width: 117px;
    height: 108px;
    font-family: 'Anton', Impact, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

ul.overall_rankings li ul.ranking_main_line li.ranking_cast_button div.content {
    margin-top: 12px;
    color: #333;
}

ul.overall_rankings li div.dropdown {
    display: none;
    background-color: #eee;
    width: 548px;
    margin-left: 14px;
    padding-left: 2px;
    border-top: 10px solid #000;
}

ul.overall_rankings li div.bumper {
    display: block;
    width: 550px;
    margin-left: 14px;
    height: 10px;
    border-bottom: 10px solid #000;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

div.bumper a {
    display: block;
    height: 20px;
    cursor: pointer;
}

ul.overall_rankings li div.historical_rankings_line {
    float: left;
    height: 77px;
}

ul.historical_rankings_section {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.ranking_by_week > li {
    display:block;
    float: left;
}
ul.ranking_by_week > li > div.background_bumper {
    width:15px;
    height:57px;
    float:left;
}

.arrow {
    width: 22px;
    float: left;
}

.center_label,
.center_label > div {
    width: 59px;
    float: left;
}

.center_label {
    padding-left: 0px;
    margin-left: 4px;
    height:57px;

}

.center_label > div {
    font-family: 'Oleo Script', Georgia, cursive;
    font-size: 18px;
    color: #666;
    padding-top: 6px;
    height: 51px;
}

.center_label span.episode_text {
    position: relative;
    bottom: 4px;
    left: 3px;
}

.center_label span.rank_text {
    position: relative;
    bottom: -1px;
    left: 3px;
}

li.center_stuff {
    float: left;
    margin-right: 4px;
}

li.center_stuff .rank_button {

}
li.center_stuff .top_part {
    border:1px solid transparent;
    float:left;
    height:55px;
}
li.center_stuff .top_part:hover {
    border:1px solid #999999;
}
li.center_stuff .down_arrow {
    height: 9px;
    width:57px;
    float:right;
    clear:both;
    display:block;
}
li.center_stuff .down_arrow img {
    margin-top: -24px;
}
a.pop_up_episode {
    color: #666;
    text-decoration: none;
    display: block;
}
div.ranking_window {
    width: 432px;
    height: 72px;
    overflow: hidden;
}
div.ranking_window_list {
    height: 72px;
    width: 2000px;
}
.center_stuff ul li {
    float: left;
    text-align: center;
    font-family: 'Anton', Impact, sans-serif;
    font-size: 20px;
    color: #666;
}

.this_week_rank {
    /* width: 55px; height: 55px; */
}
.center_stuff ul li span.counter { 
    position: relative; bottom: 4px;
    font-size: 16px;
}
.center_stuff ul li span.rank { 
    position: relative; bottom: 2px;
}

.episode_line {
    width: 492px;
    /* height: 57px; */
    margin: 5px 0 10px 26px;
}

.episode_line ul li {
    float: left;
    background: #fff;
}
.episode_line ul li.episode_premiere {
    width: 108px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Anton', Impact, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    color: #666;
    padding-top: 8px;
    border: 1px solid #999;
    border-top-left-radius: 10px;
    -moz-top-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.episode_line ul li.episode_image {
    text-align: center;
    width: 108px;
    height: 58px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.episode_line ul li.episode_watch_now {
    width: 263px;
    height: 48px;
    padding-left: 8px;
    padding-top: 10px;
    color: #333;
    line-height: 1.2em;
    border: 1px solid #999;
    border-top-right-radius: 10px;
    -moz-top-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}
.episode_line ul li.episode_watch_now a {
    display: block;
    text-decoration: none;
    color: #666;
}
.episode_line ul li.episode_watch_now span.title {
    font-family: 'Anton', Impact, sans-serif;
    font-size: 18px;
}
.episode_line ul li.episode_watch_now span.link {
    font-family: arial, sans-serif;
    font-style: bold;
    font-size: 13px;
    color: #666;
}
.shadow {
	-moz-box-shadow: 1px 1px 6px #666;
	-webkit-box-shadow: 1px 1px 6px #666;
	box-shadow: 1px 1px 6px #666; 
}

div.top_part.episode_selected {
    background: #fff!important;
    border: 1px solid #999999;
    /* width: 55px; height: 55px; */
}

div.scoreboard-intro {
    margin-bottom: 40px;
}

body.wins-tracker div.clear + ul.social-action-bar {
    width:680px;
    margin-top:30px;
}

ul.overall_rankings li.this_picker div.top_part {
    width:55px;
    height:55px;
}
/* ----- [ Wins Tracker -- END ] ----- */