
/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing:0.03em;
}

/* Links */

a:link, a:visited {
  color: #00aeef;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 2.2em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 {font-size:1.8em;font-weight:300;margin-bottom:0.75em;}
h3 {font-size:1.4em;margin-bottom:1em;}
h4 {font-size:1.2em;margin-bottom:0.8em;}
h5 {font-size:1.1em;font-weight:600;margin-bottom:0;}
h6 {font-size:1em;font-weight:bold;}

/* Paragraph Styles */

p {
  margin:0 0 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
	font-size: 13px;
	margin: 10px 0;
}
tr.even td, tr.odd td {
	background-color: #222 !important;
	border-bottom: 1px solid black;
	padding: 10px 5px;
}
tr.odd, tr.odd td {
	background-color: black !important;
}

thead th {
	background: #00aeef;
	border-bottom: 1px solid #b7000e;
	padding: 5px;
	font-weight: normal;
}

thead th a:link, thead th a:visited {
	text-decoration: none;
}

thead th a:hover, thead th a:active, thead th a.active {
	color: #ddd;
}

thead th a:hover {
	color: white;
}

thead th a img {
	padding-left: 3px;
}

table.sticky-header thead {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
  background-color: #EFEFEF;
  border: 1px solid #AAAAAA;
  display: block;
  margin: 5px 0;
  padding: 5px;
  color:#000;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/* User Module Overrides */

body.section-user #wrapper {
	width: auto;
	margin: 0;
}

body.section-user #main, body.section-user #header {
	width: 785px;
	margin: 0 auto;
	padding-left: 30px;
}

body.section-user #header {
	padding-top: 10px;
}

body.section-user .button, body.section-user span.button, body.section-user a.button, body.section-user a.button:link, body.section-user a.button:visited, body.section-user input.form-submit, body.section-user input[type="button"], body.section-user input[type="submit"], body.section-user input[type="reset"] {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 7px 14px 9px 14px;
	background: #ed1001 url('/Static/images/old/shaders/def_large-up.png') repeat-x bottom left;
	color: white !important;
	text-transform: capitalize;
	cursor: pointer;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:none
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border: 1px solid rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.2) rgba(128,128,128,0.2) rgba(0,0,0,0.2);
	border-width: 1px 1px 0;
	line-height: 1;
}

body.section-user .button:hover, body.section-user span.button:hover, body.section-user a.button:hover, body.section-user input[type="button"]:hover, body.section-user input[type="submit"]:hover, body.section-user input[type="reset"]:hover, body.section-user input.form-submit:hover { 
	color: white !important;
	background: #ed1001 url('/Static/images/old/shaders/hov_large-up.png') repeat-x bottom left;
	border-color: rgba(255,255,255,0.2) rgba(128,128,128,0.2) rgba(0,0,0,0.2);
	text-decoration: none;
}

body.section-user .button:active, body.section-user span.button:active, body.section-user a.button:active, body.section-user input[type="button"]:active, body.section-user input[type="submit"]:active, body.section-user input[type="reset"]:active, body.section-user input.form-submit:active { 
	color: white !important;
	background: #ed1001 url('/Static/images/old/shaders/def_large-down.png') repeat-x bottom left;
	border-color: rgba(255,255,255,0.2) rgba(128,128,128,0.2) rgba(0,0,0,0.2);
	outline: 0;
	text-decoration: none;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

/* MAIN SITE THEME */

body {

 	/* background: black url('/Static//files/2012_halloween-wp.jpg') no-repeat center top; */
    background-color: #000;
	color: #eee;
	font: normal 12px/1.3em Arial,Helvetica,verdana,sans-serif;
	margin: 0;
	padding: 0;
}

#site-name {
	display: none; /* Most the site is in Flash, so we aren't using a typical header. */
}

body.page-admin #site-name {
	display: block;
}

/* User Utils */

body.page-user {
	color: black;
	line-height: 1.3;
	letter-spacing: inherit;
}

body.page-user .block-mattel_user {
	margin-top: 10px;
}

#header-left {
  float:left;
  width:728px;
}

#header-right {
  float:right;
  text-align:right;
  margin-right: 5px;
}

#header-region {
  margin-bottom:10px;
}
#header-bottom {
  margin-top:10px;
}

#header .block-mattel_user {
	margin-bottom: 7px;
	z-index: 999;
}

/**
 * @TODO: DEPRECATED.  Only here to prevent bad styling during upgrade.
 */
#header-top .block-mattel_user {
  float: right;
}

/* Header Overrides */

body.admin-menu #mdn-hd {
	margin-top: 20px !important;
	position: relative;
	z-index: 999;
}

/* System Overrides */

ul.pager-item a:link.active {
	color: #b7000e;
}

table.sticky-header {
	background-color: black;
	background-color: rgba(0,0,0,0.6);
}

.tips {
	line-height: 1.2;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border-width: 1px;
	padding: 3px;
}

div.teaser-button-wrapper {
	padding-right: 33px;
}

input.teaser-button {
	font-size: 0.9em !important;
	padding: 3px 9px !important;
}

.filefield-upload .throbber {
	background: url('/Static/images/old/spinners/ccc-black_16.gif') no-repeat right center;
}

#menu-delete-menu-confirm ul {
	margin-bottom: 30px;
}

div.view div.views-admin-links-hover a, div.view div.views-admin-links:hover a {
	color: white;
}

#admin-menu a:hover {
	background-color: #eb008b;
}

body.section-admin ul.pager li a.active {
    color: #00AEEF;
}

/* Fieldset Elements */

fieldset { border: 1px solid #333; }

html.js fieldset.collapsible legend a {
	background-color: inherit;
	padding-right: 5px;
	background-image: url('/Static/images/old/icons/menu-expanded_ccc.png');
	outline: 0;
}

html.js fieldset.collapsible legend a:hover {
	background-color: #eb008b;
	color: white;
	text-decoration: none;
}

html.js fieldset.collapsed legend a {
	background-image: url('/Static/images/old/icons/menu-collapsed_ccc.png');
}

/* Ad Overrides */

#block-mattel_ads-ad_block_generic_728x98,
#header-region .block-mattel_custom_ads {
	width: 768px;
	margin: 0px 0 20px 25px;
/*	position: relative;*/
}

#block-mattel_ads-ad_block_generic_728x98 .ad-generic-wrap,
#header-region .block-mattel_custom_ads .ad-generic-wrap {
	width: 728px;
	
	background: #464646;
	padding: 3px;
	position: relative;
	z-index: 2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#block-mattel_ads-ad_block_generic_728x98 p,
#header-region .block-mattel_custom_ads p {
	position: absolute;
	z-index: 1;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 9px;
	background: transparent url('/Static/images/old/ornaments/ad-star.png') no-repeat left top;
	top: -14px;
	right: -4px;
	padding: 0;
}

#block-mattel_ads-ad_block_generic_728x98 .ad-wrap,
#header-region .block-mattel_custom_ads .ad-wrap {
	margin: 0;
}

#block-mattel_ads-ad_block_generic_728x98 .ad-wrap .mod-cr-wrap,
#header-region .block-mattel_custom_ads .ad-wrap .mod-cr-wrap {
	display: none;
}

#header-region #international-ad-long {
	background-color: transparent;
	height: auto;
	width: auto;
}

/* Buttons */

.button, span.button, a.button, a.button:link, a.button:visited, input.form-submit, input[type="button"], input[type="submit"], input[type="reset"] {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 10px;
	background: #00aeef;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	border:0;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 1;
}

.button:hover, span.button:hover, a.button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input.form-submit:hover { 
	color: white !important;
	background: #eb008b;
	text-decoration: none;
}

.button:active, span.button:active, a.button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input.form-submit:active { 
	color: white !important;
	background: #333;
	border: 1px solid rgba(255,255,255,0.4);
	outline: 0;
	text-decoration: none;
}

/* Content Layout */

#content-inner {
	background: black;
	position: relative;
	padding: 0;
}

body.page-legal-accept #content-inner {
	padding: 25px;
}

body.section-user #main #content {
	position: static;
}

body.section-user #content-inner {
	background: none;
	padding-top: 10px;
}

#content-inner .node-inner {
	padding: 25px;
}

body.node-type-game #content-inner .node-inner {
	padding: 0;
}

body.node-type-game-internal #content-inner .node-inner {
	padding: 0;
}

#content-inner .node-type-flash_page .node-inner {
	padding: 0;
}

body.has-navigation #block-monsterhigh_utilities-standalone_navigation {
	z-index: 10;
}

body.has-navigation #content-inner .node-inner,
body.no-padding #content-inner .node-inner  {
	padding: 0;
}

body.has-navigation #content-inner .node-inner {
	margin-top:-65px;
	position: relative;
	z-index: 1;
}
body.has-navigation #content-inner .node-inner p {
	margin: 0
}

body.section-node-add #content-inner,
body.section-node-edit #content-inner {
	padding: 25px;
}

body.page-user #content-inner {
	background: inherit;
	position: static;
}

body.section-user #main {
	overflow: visible;
}

/* Custom User Message Screens */

body.page-no-login #content-inner,
body.page-no-registration #content-inner {
	background: none;
	text-align: center;
}

/* Back Buttons */

#custom_page_block-back_to_site a,
#block-mattel_user-logo_user_page a {
	display:block;
	text-indent:-999em;
	width: 136px;
	height: 136px;
}

#custom_page_block-back_to_site .mattel-user-logo,
#block-mattel_user-logo_user_page .mattel-user-logo {
	overflow:hidden;
	position:absolute;
	right:-80px;
	top:5px;
	width: 136px;
	height: 136px;
	z-index:4;
}

#custom_page_block-back_to_site .mattel-user-logo {
	top: -25px;
	right: -70px;
}

.flash-page-content
{
    position: relative;
    width: 975px;
    /*height: 675px;*/
}

.swfobject,
.swfobject2
{
    display: block;
}

div#game_750 
{
  display: none;
  position: absolute;
  top: 20px;;
  text-align: center;
  width: 100%;
  z-index: 51;
}

div#game_750 div#game-console, div#game_750 object, div#game_750 embed {
  display: inline-block;
}

/* No SWF CTA */

#swf-cta {
	background: url('/Static/images/old/backgrounds/mh-need-flash.png') no-repeat center center;
	height: 390px;
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#swf-cta-heading {
	background-position: 50% -100px;
	background-repeat: no-repeat;
	height: 290px;
	left: 275px;
	position: absolute;
	text-indent: -999em;
	top: 45px;
	width: 480px;
}

#swf-cta-options {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 280px;
	right: 20px;
}

#swf-cta-options li {
	float: left;
	margin: 10px;
}

#swf-cta-options li a {
	display: block;
	height: 64px;
	width: 220px;
	background-color: #ec008b;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#swf-cta-options li a:hover { background-color: #9e88bf; }
#swf-cta-options li a#swf-warning-close { background-position: 0 -18px; }
#swf-cta-options li a#swf-warning-go { background-position: 100% -18px; }


.block-header_right #block-monsterhigh_language-language_dropdown {
  margin-top:20px;
}

/**
 * Styling for the language dropdown
 */
 
.dropdown .dd {
  font-size:10px;
  color:white;
  height:21px;
  background: url('/Static/images/old/ornaments/dropdown.png') no-repeat;
  width:163px !important;
}
.dropdown .dd .ddTitle {
  background: none;
  border:none;
  text-indent:5px;
  cursor:default;
  overflow:hidden;
}
.dropdown .dd .ddTitle span.arrow {
  background:none;
}

.dropdown .dd .ddChild {
  border:1px solid #666666;
  border-right: none;
  border-top:none;
  background-color:#52575A;
  width:157px !important;
}
.dropdown .dd .ddChild a {
  text-indent:5px;
  color:#fff;
}
.dropdown .dd .ddChild a:hover {
  background-color:#ec008c;
}
.dropdown .dd .ddChild a.selected {
  background-color:#ec008c;
  
}

.page-errorpage #header-main,
.page-errorpage #footer {
  display:none;
}

.en-us.page-catacombs .flash_content {
    margin-top: 40px;
}

.page-catacombs .flash_content {
    margin-top: 90px;
}
/*Games/videos page YMAL Button Fix START*/
#other-products-carousel-content li.product-tile button.othrs_WishListBtn:focus{
background-position:0 0;
text-decoration: none;
}
#other-products-carousel-content li.product-tile button.othrs_WishListBtn:hover{
background-position:center 100%;
text-decoration: none;
}
/*Games/videos page YMAL Button Fix END*/