@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: #00a0de;
    margin: 0px;
}
.navAndAds {
    width: 100%;
    background-image: url('../images/backgrounds/top.png');
    background-repeat: repeat-x;
    background-position: bottom;
}
.mainContent {
    background-image: url("../images/backgrounds/bottom.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #00a0de;
    margin-top: -15px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: -30px;
    padding-bottom: 10px;
}

/* ads */
body.noSuperAd{
    background-position: center -110px;
}
.hasSuperAd {
    z-index: 1000;
}
.superad, .moduleBannerAd {
    background-image: url("../images/ad/10x90_adslug.gif");
    background-repeat: no-repeat;
	background-position: top left;
	text-align:right;
    height: 90px;
    padding-top: 0;
    padding-left: 10px;
	padding-right:1px;
	width:728px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
}
.moduleBannerAd {
    margin-top: 16px;
    margin-bottom: 16px;
}
.superad {
    top:10px;
    margin-bottom: 20px;
    z-index: 100000002;
}
.superad td, .rectangleAd td {
    vertical-align: top;
}
.rectangleAd {
    background-image: url("../images/ad/300x10_adslug.gif");
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    height: 260px;
    line-height: 12px;
    margin-top: 11px;
    padding-top: 10px;
    width: 300px;
}
.CSAR {
    background: none;
    padding-left: 0;
}
.pushdownAd {
    background-image: url("../images/ad/adslug-vertical.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right:10px;
    vertical-align: bottom;
    width: 970px;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 2px;
    position: relative;
    min-height: 66px;
}
#chrome {
	height:48px;
	margin-left:auto;
	margin-right:auto;
    background-color: #000000;
}

/* Home page styles --------------------------------------
----------------------------------------------------------
--------------------------------------------------------*/

/* TODO: Rewrite logic for these so it is consumable and less-hackery */
.breadcrumbs a {
	font-style: italic;
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

.breadcrumbs {
	color: #009fde;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 12px;
}

.breadcrumbs .end-crumb {
    font-size: 14px;
    margin-left: 5px;
    color: #ffffff;
}

#header-container {
    width: 972px;
    height: 182px;
    margin: 16px auto 13px;
	display: block;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.feed-group > .promo, .promo-header > .promo, .promoWrapper > .promo {
    border: #FFF solid 1px;
    width: 300px;
    height: 100px;
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 1px;
    vertical-align: top;

    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
}

.promo img {
    position: relative;
    width: 300px;
    height: 100px;
}


.FPO-content {
	height:300px;
	margin-bottom:26px;
	background-color:#dddddd;
	padding:40px;
}

.game-module-container, .video-module-container {
    margin-left:auto;
    margin-right:auto;
    width: 972px;
}
/* featured module */
.featuredModuleWrapper {
    width: 972px;
    margin-left: auto;
    margin-right: auto;
}

#featuredModule {
    font-family: Arial,Helvetica,sans-serif;
    width: 643px;
    clear: left;
    background-color: #FFFFFF;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
    display: block;
    float: left;
    height: 265px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    padding-top: 13px;
}
#featuredModule #mainFeaturedImage {
    float: left;
    width:300px;
    height: 169px;
    margin-right: 21px;
    margin-bottom: 13px;
    border: 1px solid #B6B6B6;
}
#featuredModule .featuredModuleText {
    width: 625px;
}
#featuredModule .featuredModuleText header {
    color: #8DC63F;
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}
#featuredModule .featuredModuleText h2 {
    padding-bottom: 10px;
    font-family: 'Arial Black',Helvetica,sans-serif;
    font-size: 20px;
    letter-spacing: 0.015em;
    line-height: 22px;
    display: block;
    max-height: 38px;
    overflow: hidden;
}
#featuredModule .featuredModuleText h2 a {
    color: #0066CC;
    text-decoration: none;
}
#featuredModule .featuredModuleText h2 a:hover, #featuredModule .featuredModuleText .now a:hover {
    color: #8DC63F;
}
#featuredModule .featuredModuleText p {
    color: #454545;
    font-size: 10pt;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    max-height: 6em;
    overflow: hidden;
}
#featuredModule .featuredModuleText .now a {
    text-decoration: none;
    color: #0066CC;
}


#featuredModule ul {
    clear: left;
}
#featuredModule li {
    float: left;
    display: block;
    background-color: #000000;
    height: 65px;
    width: 115px;
    margin-right: 11px;
    border: 1px solid #B6B6B6;
}
#featuredModule li.current {
    background-color: none;
    border: 1px solid #B6B6B6;
}
#featuredModule li img {
    width: 115px;
    height: 65px;
    cursor: pointer;
    opacity: 0.3;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#featuredModule li.current img, #featuredModule li img:hover {
    opacity: 1.0;
}
/* tilepacks */

.tilepack {
    clear: both;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding-left: 3px;
    width: 980px;
}
.tilepack .tilepackItem{
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
    float: left;
    background-color: #ffffff;
    padding-left: 15px;
    padding-top: 15px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.tilepackItem {
    width: 160px;
    font-size: 12px;
    color: #454545;
    line-height: 140%;
    height: 185px;
    position: relative;
    overflow: hidden;
}

.recommendations .title{
    right: 21px;
    width: 160px;
    display: block;
    position: absolute;
    top: 185px;
}

.recommendations {
    display: block;
    position: absolute;
    top: 8px;
    height: 550;
    right: 3px;
    top: 8px;
    width: 180px;
}

.recommendations h3{
    font-style: italic;
    color: #333333;
    font-weight: 900;
    width: 160px;
    font-size: 12px;
}

.recommendations h3 a{
    text-decoration: none;
    color: #0066CC;
    font-style: normal;
}
.recommendations h3 a:hover {
    color: #8DC63F;
}

.tilepackTextHeightLimit {
    max-height: 67px;
    overflow: hidden;
}
.tilepack h3{
    color: #0066CC;
    font-weight: 900;
    width: 160px;
    font-size: 12px;
}

.tilepack h3 a{
    text-decoration: none;
    color: #0066CC;
}
.tilepack h3 a:hover {
    color: #8DC63F;
}
.tilepackItem img {
	border: 1px solid #B6B6B6; 
    margin-bottom: 5px;
    height: 90px;
    width: 160px;
}
#footer {
	background-color: #000000;
    background-image: url("../images/footer/footer-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 2px solid #FFFFFF;
    margin: 28px 0 0;
    padding: 15px 0 0;
}

.tabButtons {
    position: absolute;
    display: inline-block;
    height: 30px;
    width: auto;
    top: 12px;
    right: 0;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white;
    z-index: 10;
}
.tabButtons .tabButton {
    float: left;
    margin-right: 1px;
    width:175px;
    background-repeat: repeat-x;
    height: 20px;
    background-image: url("../images/sprites/share-area.png");
    background-position: -10px -60px;
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.tabButton span {
    padding-left: 28px;
    background-image: url("../images/sprites/share-area.png");
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-bottom: 6px;
}
.tabButton.share span {
    background-position: -8px -106px;
}
.tabButton.share.selected span {
    background-position: -8px -156px;
}
.tabButton.comments span {
    background-position: -8px -206px;
}
.tabButton.comments.selected span {
    background-position: -8px -256px;
}
.tabButton.selected {
    background-position: -8px -10px;
}
.tabButton.first {
    border-left: #cfcfcf solid 1px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    behavior: url('http://disney.go.com/disneychannelbeta/scripts/lib/pie/PIE.htc');
}

.tabButton.last {
    border-right: #cfcfcf solid 1px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    behavior: url('http://disney.go.com/disneychannelbeta/scripts/lib/pie/PIE.htc');
}

/* removing this line keeps the tabs from shifting exactly one pixel as you tab between them. */
.tabButton.selected.last {
    /*margin-right: 0;*/
}

@charset "utf-8";
.character-nav ul, .character-nav ol, .character-nav li, .character-nav img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
div.character-nav {
	line-height: 1;
}
.character-nav ol, .character-nav ul {
	list-style: none;
}
.nav-menu-container {
    width: auto;
    float: left;
}
.character-nav {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.character-nav .logo {
    width: 160px;
    height: 132px;
    float: left;
}
.character-navigator {
    position: relative;
    height: 90px;
    width: 809px;
    background-color: #ffffff;
    overflow: hidden;

    border-left: #cfcfcf solid 1px;
    -webkit-border-radius-topright: 20px;
    -moz-border-radius-topright: 20px;
    -o-border-radius-topright: 20px;
    border-radius: 0 20px 0 0;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background-image: url('../images/iconbg.png');
}

.character-navigator .carousel {
    margin-left: 45px;
    height: 90px;
    width: 720px;
    overflow: hidden;
    background-image: url('../images/iconbg.png');
}
.character-navigator .carousel li {
    float: left;
    display: block;
    width: 90px;
    height: 90px;
    margin-left: 0px;
    margin-right: 0px;
}

.character-navigator .carousel li a {
    display: block;
    vertical-align: bottom;
    /* This is used to prevent the rollover image from repeating */
    background-repeat: no-repeat;
    background-position: 0px 15px;

    -webkit-transition: background-position 300ms ease;
    -moz-transition: background-position 300ms ease;
    -o-transition: background-position 300ms ease;
    -ms-transition: background-position 300ms ease;
    transition: background-position 300ms ease;
}

.character-navigator .carousel li a:hover {
    background-position: 0px 0px;
}

.character-navigator .carousel li a img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;

    -webkit-transition: opacity 450ms ease;
    -moz-transition: opacity 450ms ease;
   	-o-transition: opacity 450ms ease;
   	-ms-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
}

.character-navigator .carousel li a img:hover {
    opacity: 0;
    /* For IE7/8 */
    filter:alpha(opacity=0);
}
.nav-menu-container .menu {
    position: relative;
    width: 810px;
    height: 42px;
    background-color: #003567;
    background-image: url('../images/menuBg.png');

    -webkit-border-radius: 0 0 20px;
    -moz-border-radius: 0 0 20px;
    -o-border-radius: 0 0 20px;
    border-radius: 0 0 20px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    text-align: center;
}

.nav-menu-container .menu ul {
    position: absolute;
    height: 34px;
    top: 7px;
    left: 46px;
    right: 0px;
    width: auto;
    list-style-type: none;
}

.nav-menu-container .menu li {
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    height: 26px;

    padding: 0px;
    margin: 0px 8px 0px 0px;

    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;

    -pie-background: rgba(0,0,0,0);
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}

.nav-menu-container .menu li:last-child {
    margin-right: 0px;
}

.nav-menu-container .menu li:hover, .nav-menu-container .menu li.selected {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);

    background: #8DC63F; /* Old browsers */

    background: -moz-linear-gradient(top, #9cd74e 0%, #96d04a 50%, #92c949 51%, #8bc341 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cd74e), color-stop(50%,#96d04a), color-stop(51%,#92c949), color-stop(100%,#8bc341)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%); /* IE10+ */
    background: linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%); /* W3C */

   -pie-background: linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%);
}

.nav-menu-container .menu li a {
    display: block;
    height: 20px;
    text-decoration: none;

    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 0.5px;

    padding-top: 8px;
    padding-left: 35px;
    padding-bottom: 0px;

    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 0px;
    margin-right: 18px;

    background-image: url('../images/menu_sprites.png');
    background-repeat: no-repeat;
}

.nav-menu-container .menu li.home a {
    padding-left: 30px;
    background-position: 0 -4px;
}
.nav-menu-container .menu li.games a {
    background-position: 0 -47px;
}
.nav-menu-container .menu li.videos a {
    padding-left: 33px;
    background-position: 0px -91px;
}
.nav-menu-container .menu li.shows a {
    padding-left: 32px;
    background-position: 0px -135px;
}
.nav-menu-container .menu li.movies a {
    padding-left: 31px;
    background-position: 0px -180px;
}
.nav-menu-container .menu li.tvPlus a {
    padding-left: 29px;
    background-position: 0px -223px;
}
.nav-menu-container .menu li.tvListings a {
    padding-left: 27px;
    background-position: 0px -267px;
}

.jcarousel-skin-tango .jcarousel-container {
    -webkit-border-radius-topright: 20px;
    -moz-border-radius-topright: 20px;
    -o-border-radius-topright: 20px;
    border-radius: 0 20px 0 0;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 719px;
	height: 90px;
    padding: 0px 45px;
	background: transparent url('../images/iconbg.png') repeat-x;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  719px;
    height: 90px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 30px;
	right: 0px;
    width: 33px;
    height: 30px;
    cursor: pointer;
	background: transparent url('../images/menu_sprites.png');
	background-position: -7px -600px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background-position: -7px -633px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -6px -633px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
	top: 30px;
	left: 13px;
    width: 33px;
    height: 30px;
    cursor: pointer;
	background: transparent url('../images/menu_sprites.png');
	background-position: -7px -665px;
}

.jcarousel-skin-tango .jcarousel-prev, .jcarousel-skin-tango .jcarousel-next {
    opacity: 0;
	-webkit-transition: opacity 750ms ease;
    -moz-transition: opacity 750ms ease;
    -o-transition: opacity 750ms ease;
    -ms-transition: opacity 750ms ease;
    transition: opacity 750ms ease;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background-position: -7px -696px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -6px -696px;
}

/* CSS Overrides */

/* Touch Devices (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 1280px) {
	/* file: 'css/style_dc.css' purpose: overrides carousel mouseover event */
	.character-navigator .carousel li a img:hover {
		opacity: 1;
		/* For IE7/8 */
		filter:alpha(opacity=1);
	}

	/* file: 'css/style_dc.css' purpose: overrides highlighting on touch */
	.character-navigator .carousel li, .jcarousel-next-horizontal, .jcarousel-prev-horizontal {
		-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
		-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
		-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
	}

	/* file: 'scripts\jquery\plugins\jcarousel\skins\tango\skin.css' purpose: removes highlighting on touch */
	.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-horizontal:focus,
	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
		background-position: -6px -602px;
	}

	/* file: 'scripts\jquery\plugins\jcarousel\skins\tango\skin.css' purpose: removes highlighting on touch */
	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
		background-position: -6px -665px;
	}

	.nav-menu-container .menu li:hover {
		-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0);
		box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0);

		background: rgba(0, 0, 0, 0); /* Old browsers */
		background: -moz-linear-gradient(); /* FF3.6+ */
		background: -webkit-gradient(); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(); /* Opera11.10+ */
		background: -ms-linear-gradient(); /* IE10+ */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63a0', endColorstr='#ff0267',GradientType=0 ); IE6-9 */
		background: linear-gradient(); /* W3C */

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}

}

.feed-group, .promo-header {
    position: relative;
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    display: block;
    margin-top: 12px;
    padding-left: 2px;
}

.feed-group > hgroup, .promo-header > hgroup {
    display: block;
    float: left;
    height: 100px;
    width: 334px;
    border: 1px solid #00CCFF;
    margin-bottom: 15px;

    background-color: #FFFFFF;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
}

.feed-group > hgroup > h1, .promo-header > hgroup > h1 {
    position:absolute;
    top: 56px;
    left: 25px;
    font-size: 29px;
    font-family: "Arial Black",Arial,Helvetica,Verdana,sans-serif;
    letter-spacing: 0.035em;
    color: #454545;
}

.feed-group > hgroup > h2, .promo-header > hgroup > h2 {
	position:absolute;
    height: 24px;
	top: 15px;
	left:28px;
}

.feed-group > hgroup > h2, .feed-item > hgroup > h2, .promo-header > hgroup > h2 {
    height: 24px;
    padding-top: 5px;
    padding-left: 45px;
	font-size: 12px;
	font-style: italic;
	color: #999999;

    background-image: url('../images/sprites/filter-bar.png');
    background-position: -4px -3px;
    background-repeat: no-repeat;
}
.promoWrapper {
    height: 100px;
}
.promo-header > hgroup > h2 {
    background-position: -1px -90px;
}
.promo-header > hgroup > h2.game {
    background-position: -1px -90px;
}
.promo-header > hgroup > h2.videos {
    background-position: -1px -124px;
}
.promo-header > hgroup > h2.shows {
    background-position: -6px -214px;
}
.promo-header > hgroup > h2.movies {
    background-position: -8px -165px;
}
.feed-item > hgroup > h2 {
    margin-top: 2px;
    margin-left: 4px;
    position: relative;
    width: auto;
}

.feed-group > hgroup > h2 .category, .feed-item > hgroup > h2 .category, .promo-header > hgroup > h2 .category {
    font-weight: 800;
    color: #8DC63F;
}

.feed-group h2 .category, .feed-group h2 time, .promo-header h2 .category {
    position: relative;
    padding-right: 5px;
    margin-right: 8px;
}

.feed-group h2 time:before {
    content: '/';
    position: absolute;
    left: -9px;
}
.feed-group > hgroup > h2 time:after {
    content: '/';
    position: absolute;
    right: -5px;
}
.feed-item {
    margin: 15px 0px 15px 0px;
    clear: both;
    display: block;
    background-color: #FFF;

    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
}
article.show-module {
    width: 970px;
    position: relative;
    overflow: hidden;
}
.show-module > hgroup {
    float: left;
    width: 500px;
    height: 73px;
    clear: right;
    position: relative;
    margin-top: 15px;
}
.show-module img.property {
    float: left;
    width: 70px;
    height: 70px;
    padding-top: 16px;
    padding-left: 10px;
}
.show-module img.promo {
    border: 1px solid #b6b6b6;
    float: left;
    width: 300px;
    height: 170px;
    margin: 15px 21px 15px 5px;
}
.show-module h1 {
    position: absolute;
    bottom: 0;
    font-family: 'Arial Black', Helvetica;
    font-size: 14pt;
    color: #0066CC;
    letter-spacing: 0.015em;
    line-height: 1.1em;
}
.show-module h1:hover {
	color: #8DC63F;
}
.show-module p {
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */

    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #454545;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    width: 478px;

    overflow: hidden;
    max-height: 4.9em;
}
.video-module .content {
    clear: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 680px;

    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    -ms-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
}

.game-module .content {
    clear: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 808px;

	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}
.game-module.mobile .content {
	overflow: visible;
	height: 300px;
}
.show-module {
	padding-bottom: 25px;
}
.show-module.collapse {
	padding-bottom: 0px;
}
.show-module.collapse .content {
    height: 0px;
    border:none;

	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}
.show-module .close, .show-module .open {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 9pt;
    color: white;

	border: solid 1px;
	border-color: #A1C7EC #A1C7EC #0057AE #0057AE;
	background-color: #0066CC;

	margin: 0px;
	padding: 0px 15px 2px 15px;

	height: 21px;
	overflow: hidden;

	position: absolute;
	bottom: 0px;
	left: 435px;
	width: 85px;
	z-index: 1000;

	cursor: pointer;

    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}
.show-module .close:hover, .show-module .open:hover {
	background-color: #8DC63F;
	border-color: #8DC63F;
}
.show-module .close:first-letter {
	font-size: 11.5pt;
}
.show-module.collapse .close, .show-module .open.hidden, .show-module .sharegroup .hidden {
	display: none;
}
.show-module .open, .show-module .close.persistent {
	display: block;
}
.show-module .close.persistent {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 880px; /* IE7 */
	width: 90px;

    -moz-border-radius: 0px 20px 0px 20px;
    -webkit-border-radius: 0px 20px 0px 20px;
    border-radius: 0px 20px 0px 20px;
}
.show-module.collapse .close.persistent, .show-module.collapse .close.persistent:hover {
	color: #CDCDCD;
	border-color: #CDCDCD;
	background-color: #F8F8F8;

	cursor: auto;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.show-module .cta {
	color: #0066CC;
}
.show-module .cta:hover {
	color: #8DC63F;
}
.show-module .cta {
	cursor: pointer;
}
.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: black;
	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: #0066CC;
}
.activity-confirm h2  {
	margin: 14px;
	font-family: 'Arial Black', Helvetica;
	font-size: 13pt;
	line-height: 15pt;
	color: white;
}
.activity-confirm p, .activity-confirm button  {
	margin-top: 17px;
	margin-bottom: 12px;
	font-family: 'Arial', Helvetica;
	font-size: 11pt;
	color: white;
}
.activity-confirm button {
	position:relative;

	margin: 12px 5px 12px 5px;
	padding: 3px 15px;
	font-size: 8pt;
	font-weight: bold;
    color: white;

	border: solid 1px;
	border-color: #A1C7EC #0057AE #0057AE #0057AE;
	background-color: #0066CC;
	
	cursor: pointer;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.activity-confirm button:hover {
	background-color: #8DC63F;
	border-color: #8DC63F;
}

.notAvailableOverlay {
    border: solid 1px black;
    background-image: url("../images/sprites/noAvailabilityBackground.png");
    background-repeat: repeat;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 150px;
    left: 85px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: -187px;
    width: 300px;
}
.notAvailableOverlay p {
	color:#ffffff;
	width:280px;
	margin-left:10px;
}
.notAvailableOverlay p.main {
	font-size:28px;
	font-weight:900;
	color:#56aaff;
}
.notAvailableOverlay p.sub {
	font-size:18px;
	font-weight:900;
	line-height:120%;
}
.notAvailableOverlay a {
	color:#56aaff;
	text-decoration:none;
}

.show-module .sharegroup {
	color:#0066CC;
	font-style:italic;
}
.show-module .sharegroup .share {
    background-image: url('../images/sprites/share-buttons.png');
    color:#0066CC;
    background-repeat: no-repeat;
    background-position: -4px -65px;
	padding-left:32px;
}

.show-module.collapse .sharegroup .share:hover {
	color: #8DC63F;
    background-position: -4px -155px;
	cursor:pointer;
}
.shareEntryArea {
    width: 755px;
    height: 290px;
    margin-left: 15px;
    margin-top: 6px;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
	display:block;
	overflow:hidden;
    clear:both;
    position: relative;
}
.show-module.collapse .shareEntryArea {
	height:0px;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}

.sendWrapper {
    padding-top: 20px;
	position:relative;
    width:753px;
}

.shareEntryArea h2{
    font-family: "Arial Black",Arial,Helvetica,Verdana,sans-serif;
	display: block;
	color:#454545;
	font-weight:bold;
	font-size:18px;
}
.show-module.collapse .shareEntryArea.mobile h2 {
	display: none;
}
.sendButtons {
    height: 30px;
    margin-top: 17px;
}
.sendButtons span {
    display: inline-block;
    font-size: 14px;
    height: 22px;
    padding-top: 7px;
    text-align: center;
    vertical-align: middle;
    width: 99px;
}
.sendButtons span:hover {
	cursor:pointer;
    background-color: #888888;
    color: white;
}
.sendButton {
	border-top:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
.sendButtonOn {
    background-color: #888888;
    color: white;
}
.sendButtonFirst {
    border: 1px solid #cdcdcd;
	border-bottom:none;
	-moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
.sendButtonLast {
	-moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
.sendButtonSolo {
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.sendButtons span.sendButtonSolo:hover {
	cursor:default;
}
.sendFields {
    border: 1px solid #cdcdcd;
    height: 175px;
    width: 750px;
	-moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	padding-top:20px;
	position:relative;

}
.sendFields input {
	color:#666666;
	display:block;
	font-size:14px;
	font-style:italic;
	padding-left:7px;
	height:25px;
	width:500px;
    border: 1px solid #cccccc;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	margin-bottom:30px;
	margin-left:20px;
	background-color:#f8f8f8;
}
.sendWrapper button {
    background-color: #0066CC;
    border: 1px solid #0066CC;
    border-radius: 4px 4px 4px 4px;
    top: 225px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    left: 586px;
    position: absolute;
    width: 94px;
}
.successLayer {
    text-align: center;
    cursor: pointer;
    background-color:#ffffff;
    background-image:url('../images/stafSuccess.jpg');
    display:none;
    position:absolute;
    width:752px;
    height: 227px;
    z-index:10000;
}
.successLayer h2 {
    color: #0362CE;
    font-size: 28px;
    font-weight: 900;
    padding-top: 64px;
}
.successLayer h3 {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.ad {
	background-color:#ffffff;
    border: 1px solid #CDCDCD;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
}
.DisneyChannel-Vertical-ad, .Vertical-ad, .vertical-ad, .skyscraper-ad {
    float: right;
    position: absolute;
    right: 17px;
    top: 212px;
    width: 162px;
	padding-left:2px;
	padding-top:2px;
}
.DisneyChannel-Rectangle-ad, .Rectangle-ad {
    float: right;
    position: absolute;
    right: 10px;
    top: 212px;
    width: 182px;
	height: 150px;
	padding-left:2px;
	padding-top:2px;
	overflow:hidden;
}
.moduleCompanionAd {
    width: 180px;
    height: 150px;
    margin-left: -9px;
    padding-top: 10px;
    background-image: url("../images/ad/180x10_adslug.gif");
    background-repeat: no-repeat;
    background-position: top left;

}

.tab
{
    display: none;
}

.tab.selected
{
    display: block;
}

/* Styles specific to the GameModule template */

.game-module > hgroup > h2 {
    background-position: -1px -87px;
}

.game-module.mobile .game-container {
    visibility: hidden;
    height: 0px;
}

.game-module .game-container {
    clear: left;
    display: block;
    width: 750px;
    height: 500px;
    margin-left: 15px;
    border: 1px solid #b6b6b6;
    background-color: #000000;
}

.game-container > .teaser {
    display: block;
    position: absolute;
    width: 750px;
    height: 500px;
    cursor: pointer;
    background-image: url('../images/game/teaserBackground.jpg');
}

.game-container > .teaser.hidden {
    display: none;
    background-image: none;
}

.game-container > .teaser img {
    display: block;
    position: relative;
    width: 128px;
    height: 128px;
    top: 186px;
    margin-left: auto;
    margin-right: auto;

    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    transition: all 100ms ease;
}

.game-container > .teaser:hover img {
    width: 140px;
    height: 140px;
    top: 180px;
}

.game-container > .teaser:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.game-container > .teaser:hover:before {
    opacity: 0;
}


.game-module > img, .game-module > hgroup > h1 {
	cursor: pointer;
}

.active .game-player {
    display: block;
}

.inactive .game-player {
    display: none;
}
/* Styles specific to the VideoModule template*/

.video-module > hgroup > h2 {
    background-position: 0px -126px;
}

.video-module .video-container {
    clear: left;
    display: block;
    position: relative;
    width: 640px;
    height: 360px;
    margin-left: 85px;
    background-color: #000000;
    border: 1px solid #b6b6b6;
}

.video-container > .teaser {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url('../images/video/teaserBackground.jpg');
}

.video-container > .teaser.hidden {
    display: none;
    background-image: none;
}

.video-container > .teaser img {
    display: block;
    position: relative;
    width: 128px;
    height: 128px;
    top: 121px;
    margin-left: auto;
    margin-right: auto;

    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    transition: all 100ms ease;
}
.video-container.active > .teaser {
    display: none;
}
.video-container > .teaser:hover img {
    width: 140px;
    height: 140px;
    top: 115px;
}

.video-container > .teaser:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.video-container > .teaser:hover:before {
    opacity: 0;
}

.video-module > img, .video-module > hgroup > h1 {
    cursor: pointer;
}

.active .video-player {
    display: block;
    background-color: #000000;
}

.inactive .video-player {
    display: none;
}
@charset "utf-8";
/* CSS Overrides */

/* Touch Devices (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 1280px) {
	/* file: 'css/style_dc.css' purpose: overrides carousel mouseover event */
	#mycarousel li a img:hover {
		opacity: 1;
		/* For IE7/8 */
		filter:alpha(opacity=1);
	}
	
	/* file: 'css/style_dc.css' purpose: overrides highlighting on touch */
	#mycarousel li, .jcarousel-next-horizontal, .jcarousel-prev-horizontal {
		-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
		-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
		-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
	}
	
	/* file: 'scripts\jquery\plugins\jcarousel\skins\tango\skin.css' purpose: removes highlighting on touch */
	.jcarousel-skin-tango .jcarousel-next-horizontal:hover, 
	.jcarousel-skin-tango .jcarousel-next-horizontal:focus,	
	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
		background-position: -6px -602px;
	}
	
	/* file: 'scripts\jquery\plugins\jcarousel\skins\tango\skin.css' purpose: removes highlighting on touch */
	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
	.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,	
	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
		background-position: -6px -665px;
	}
	
	/* file: 'css\character-navigation.css' purpose: removes highlighting on touch for menu*/
	#menu li:hover {
		-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0);
		box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0);

		background: rgba(0, 0, 0, 0); /* Old browsers */
		background: -moz-linear-gradient(); /* FF3.6+ */
		background: -webkit-gradient(); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(); /* Opera11.10+ */
		background: -ms-linear-gradient(); /* IE10+ */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63a0', endColorstr='#ff0267',GradientType=0 ); IE6-9 */
		background: linear-gradient(); /* W3C */

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}

    .tilepack {
        padding-left: 0;
    }


    .nav-menu-container .menu li:hover, .nav-menu-container .menu li.selected {
        -webkit-box-shadow: none;
    }


}
