﻿/* home page */

/* video player stuff */
  .videoConsole{margin:3px 0 0 74px; border:solid 0px pink;}
  .videoPlayer{
    margin:-304px 0px 0px 98px;
    height:280px; 
    width:430px; 
    position:relative; 
    z-index:101; 
    border:solid 0px yellow;
  }

  @media all and (-webkit-min-device-pixel-ratio:0){
    .videoPlayer{/*for WebKit*/
      margin:-296px 0px 0px 98px;  
    }
    html:first-child>body .videoPlayer{/* for Opera */}
  }   
    
  .videoPlayer object {
    position:inherit;
    top:-7px;
  }
  .videoBackground {
    margin:-290px 0 0 97px; 
    position:relative; 
    z-index:50;
  }
  .vcMenu {
    width:429px;
    height:34px; 
    float:left;
    position:relative;
    z-index:151;
    /*top:34px;*/
  }
  .imgMenu {cursor:pointer;}
  .vcRight {
    clear:left;
    position:relative;
    z-index:160;
    border:solid 0px yellow;
    width:488px;
    height:330px;
    left:429px;
  }
  .vcRight img {
    margin:-34px 0 0 0;
  }
  .vcLeft {
    width:42px;
    height:253px;
    margin:-321px 0 0 0;
    position:relative;
    z-index:170;
  }
  .vcBottom {
    position:relative;
    z-index:180;
  }
/* /video player stuff */


/* homepage copy area */
  .copycontainer { /* zm-821 changed width from 360 to 380 for 0.5 homepage. */
    position:relative;
    z-index:200;
    border:none;
    width:380px;
    height:230px;
    margin:-255px 0 0 550px;
    padding:10px 25px 0 25px;
  }
  .copycontainer .copybody { /* bs-0817 added home-specific styles || zm-821 commented out font-weight for client. */
  	color:#000;
  	/*font-weight:bolder;*/
  	line-height:1.1em;
  	margin-top:3px;
  	margin-bottom:3px;
  }
  .copyheadline {margin:0;padding:0;height:54px; overflow:hidden;}
/* /homepage copy area */

/* heartbeat */
  .divHB {
    margin:0px 0 0 250px;
  }
  .divHBbackground{ }
  .divHBvideo {
    margin:-93px 0 0 21px;
  }
/* /heartbeat */
  
  
/* bottom game idea nav */
  .gameContainerDouble {
    background:url(/assets/images/homepage/uxHome-videoContainer_ph3.png) no-repeat;
    width:1152px; 
    height:281px; 
    margin:10px 0 -281px -40px;
    }
  .gameContainer {
    background:url(/assets/images/homepage/uxHome-videoContainer_ph2.png) no-repeat;
    width:1152px; 
    height:164px; 
    margin:10px 0 -164px -40px;
    }
  .content .list2 {list-style:none; padding:0; margin:0;}
  .content .list2 li {float:left; margin:15px 15px 0 0; border:1px solid #c60202;}
  .content .list2 li img {display: block;}
  .content .random {float:left; margin:20px 0 0 332px; font-size:18px; font-weight:bold; cursor:pointer;}
/* /bottom game idea nav */
  

/*/ home page */
