@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End browser reset */

/* Global Styles */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #FFFFFF;
    background-image: url('../images/backgrounds/mainBackgroundWhite.jpg');
    background-repeat: no-repeat;
    background-position: top;
    width:100%;
    margin: 0px;
}
.header{

}

.mainWrapper {
    margin: 0 auto;
    padding: 10px;
    width: 978px;

    background: -moz-linear-gradient(top, rgba(227,227,227,0.9) 0%, rgba(241,241,241,0.7) 50%, rgba(241,241,241,0.7) 51%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,0.9)), color-stop(50%,rgba(241,241,241,0.7)), color-stop(51%,rgba(241,241,241,0.7)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(227,227,227,0.9) 0%,rgba(241,241,241,0.7) 50%,rgba(241,241,241,0.7) 51%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(227,227,227,0.9) 0%,rgba(241,241,241,0.7) 50%,rgba(241,241,241,0.7) 51%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(227,227,227,0.9) 0%,rgba(241,241,241,0.7) 50%,rgba(241,241,241,0.7) 51%,rgba(255,255,255,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(227,227,227,0.9) 0%,rgba(241,241,241,0.7) 50%,rgba(241,241,241,0.7) 51%,rgba(255,255,255,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3e3e3', endColorstr='#4dffffff',GradientType=0 ); /* IE6-8 */

    border-left: 2px #ffffff solid;
    border-right: 2px #ffffff solid;

    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}


.mainContent {
    margin: 0 auto;
    width: 978px;
}

/* ads */
.topPageAds {
    width: 100%;
    /* WHY A HEIGHT HERE height: 600px; */
}

.noTopPageAds {
    background-position: -110px;
    /* WHY A HEIGHT HERE height: 600px; */
}

#chrome {
	background-color: #000000;
}

.homePage{
    clear: both;
    float: left;
    margin-bottom: 20px;
}

/* Home page styles --------------------------------------
----------------------------------------------------------
--------------------------------------------------------*/

/* TODO: Rewrite logic for these so it is consumable and less-hackery */
.breadcrumbs a {
	font-style: italic;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

.breadcrumbs {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px 6px 25px;
}

.breadcrumbs .end-crumb {
    font-size: 14px;
    margin-left: 5px;
    color: #666666;
    font-weight: normal;
}

#header-container {
    width: 972px;
    margin: 2px auto;
	display: block;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

#footer {
	background-color: #000000;
    background-image: url("../images/footer/footer-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 15px 0 0;
    clear:both;
}

.rdSubNav {
    color: #AC3A3A;
    text-align: center;
    font-size: 15px;
}

#homeModuleWrapper {
    width: 49%;
    float: left;
    margin:2px;
}

.homeModule {
    font-family: Arial,Helvetica,sans-serif;
    display: block;

    width: 452px;
    float: left;
    position: relative;
    padding: 12px 14px 14px;
    margin: 3px;
    background-color:#F6F6F6;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: #FFFFFF;

    background: -moz-linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#FFFFFF), color-stop(70%,#f1f1f1), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* IE10+ */
    background: linear-gradient(top, #FFFFFF 40%, #f1f1f1 70%, #e3e3e3 100%); /* W3C */
}

.promo-header > .promo, .promoWrapper > .promo {
    border: #FFF solid 1px;
    width: 300px;
    height: 100px;
    display: block;
    float: left;
    margin: 4px 1px 15px 14px;
    vertical-align: top;

    -moz-box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px #000000;
}

.promo-header > hgroup {
    display: block;
    float: left;
    height: 102px;
    width: 336px;
    margin: 4px 0 0 2px;
    background-image: url('../images/skins/rd_promo_header_bg.png');
}

img.promo {
    border: 1px solid #707070;
    float: left;
    width: 300px;
    height: 170px;
    margin: 15px 21px 15px 5px;
}

.promo img{
    z-index: 10;
    position: relative;
    width: 300px;
    height: 100px;
}

.promo-header {
    position: relative;
    width: 972px;
    margin: 0px auto;
    display: block;
}

.promo-header > hgroup > h1 {
    position:absolute;
    top: 59px;
    left: 25px;
    font-size: 30px;
    color: #D62631;
    font-weight: bold;
}

.promo-header > hgroup > h2 {
    position:absolute;
    height: 24px;
    top: 23px;
    left:22px;
}

.promo-header hgroup > h2 {
    height: 20px;
    padding-top: 7px;
    padding-left: 45px;
    background-image: url('../images/skins/sprites/rd-filter-bar.png');
    background-position: 0 -25px;
    background-repeat: no-repeat;
}

.promo-header > hgroup > h2.videos {
    background-position: 0 -25px;
}
.fullepisodes-tile-overlay {
    background-image: url('../images/video/dct_fullepisode_sm_tag.png');
    width: 160px;
    height: 18px;
    z-index: 1;
    position: absolute;
    margin: 70px 0 0 1px;
}

.fullepisodes-overlay {
    background-image: url('../images/video/rad_fullepisode_tag.png');
    width: 264px;
    height: 24px;
    z-index: 1;
    position: absolute;
    margin: 152px 0 0 82px;
}

.fullepisodes-overlay.active {
    cursor: pointer;
}

.fullepisodes-tile-overlay.recommended {
    margin: 70px 0 0 1px;
}


.videoOverlay {
    width: 300px;
    height: 170px;
    background-image: url('../images/video/ico_300x169_video_ctr_big.png');
    background-repeat: no-repeat;
    position:absolute;
    top:16px;
    left:82px;
    z-index: 1;
}

.videoOverlay.fullepisode {
    background-image: url('../images/video/ico_300x169_video_fullepisode_ctr_big.png');
}

.videoOverlay.active {
    cursor: pointer;
}
.rectangleAd {
    background-image: url("../images/ad/300x10_adslug.gif");
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    height: 250px;
    line-height: 12px;
    margin-top: 10px;
    padding-top: 10px;
    width: 300px;
}
.recommendations {
    display: block;
    position: absolute;
    top: 8px;
    height: 550;
    right: 3px;
    top: 0px;
    width: 180px;
}

.activity-confirm {
    /*display: none;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000042;

    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE7 */
    zoom: 1; /* IE7 */

    background-color: rgba(0, 0, 0, 0.8);
}
.activity-confirm {
    display: none;
}
.activity-confirm.active {
    display: block;
}
.activity-confirm .modal {
    width: 635px;
    height: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -117px 0px 0px -347px;
    padding: 30px;

    text-align: center;

    background-color: white;
    border: solid 2px;
    border-color: white;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.activity-confirm h1 {
    font-family: 'Arial Black', Helvetica;
    font-size: 24pt;
    color: #E82C2E;
}
.activity-confirm h2  {
    margin: 14px;
    font-family: 'Arial Black', Helvetica;
    font-size: 13pt;
    line-height: 15pt;
    color: black;
}
.activity-confirm p, .activity-confirm button  {
    margin-top: 17px;
    margin-bottom: 12px;
    font-family: 'Arial', Helvetica;
    font-size: 11pt;
    color: black;
}
.activity-confirm button {
    position:relative;

    margin: 12px 5px 12px 5px;
    padding: 3px 15px;
    color: white;

    font-size: 14px;
    font-weight: bold;
    height: 27px;

    border: solid 1px;
    border-color: #E82C2E;
    background-color: #E82C2E;

    cursor: pointer;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.activity-confirm button:hover {
    background-color: #E82C2E;
    border-color: #E82C2E;
}
.rd_footer
{
    text-align: center;
    color: #E82C2E;
    margin-bottom: 20px;
}
.rd_footer a
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #E82C2E;
}

