﻿* {
	margin:0;
	padding:0;
}
html 
{ 
    -webkit-text-size-adjust: none; /* Never autoresize text */ 
} 
a
{
    color: #2058ad;
    text-decoration: none;
}
h1, h2, h3, p
{
    padding: 10px 0 0 !important;
}
body
{
    background: #ffffff !important;
    text-align: left;
    overflow: hidden;
    color: #663300;
    font-family: 'Helvetica Neue' , Helvetica, Arial, Verdana, sans-serif;
}
p, ul, li, ol, ul li, ol li
{    font-size: 15px !important;
    line-height: 20px;
}
ul.mouse,
li.mouse,
p.mouse {
       font-size: 11px !important;
    line-height: 15px;
}
.center {
    text-align: center;   
}
/* ///////////////////     HEADER BAR    /////////////////////////// */
.headerBar, .footer
{  
    background-color: #6096cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6096cc), to(#2058ad));
    background-image: -webkit-linear-gradient(top, #6096cc, #2058ad);
    background-image:    -moz-linear-gradient(top, #6096cc, #2058ad);
    background-image:     -ms-linear-gradient(top, #6096cc, #2058ad);
    background-image:      -o-linear-gradient(top, #6096cc, #2058ad);
    background-image:         linear-gradient(top, #6096cc, #2058ad);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6096cc', EndColorStr='#2058ad');

    padding: 10px;
    color: #FFFFFF;
    
}
.headerBar a
{
    text-decoration: none;
    color: #ffffff;
}
.headerBar div, footer div {
    width: 1004px;
    margin: 0 auto;
    height: inherit;
}
.headerBar div h1 {
    color:#fff;    
    font-size: 36px;
    margin-left: -2px;
    text-align:left;
    text-shadow: 0 -1px 0 #026787;
  }

.headerBar div h2 {
    font-size: 16px;
	line-height:18px;
}
.headerBar div h3 {
    text-align:right;
    font-size: 11px;
	line-height:13px;
}

.sharingDiv {
    left: 419px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -32px;
    position: relative;
    top: 54px;
    width: 184px;
}


/* ///////////////////     TAB ROW    /////////////////////////// */
.tabRow
{
    background-color: #06396b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#06396b), to(#0a4194));
    background-image: -webkit-linear-gradient(top, #06396b, #0a4194);
    background-image:    -moz-linear-gradient(top, #06396b, #0a4194);
    background-image:     -ms-linear-gradient(top, #06396b, #0a4194);
    background-image:      -o-linear-gradient(top, #06396b, #0a4194);
    background-image:         linear-gradient(top, #06396b, #0a4194);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#06396b', EndColorStr='#0a4194');
    padding: 0px;
}
.tabRow ul
{       
    height: 50px;
    list-style: none outside none;
    margin: 0 auto;
    width: 1024px;
}
.tabRow ul li
{
    float: left;
    padding: 0 0 0 9px;
}
.tabRow ul li a:hover
{
    color: #4F97CD;
}
.tabRow ul li a
{   
    -moz-border-color: #FFFFFF;
    border-style: none;
    border: 1px solid #083d7f;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-top: 7px;
    padding: 8px 24px;
    text-decoration: none;
}
.tabRow ul li.active a,
.tabRow ul li a:hover
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#084b89), to(#1271e3));
    background-image: -webkit-linear-gradient(top, #084b89, #1271e3);
    background-image:    -moz-linear-gradient(top, #084b89, #1271e3);
    background-image:     -ms-linear-gradient(top, #084b89, #1271e3);
    background-image:      -o-linear-gradient(top, #084b89, #1271e3);
    background-image:         linear-gradient(top, #084b89, #1271e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#084b89', EndColorStr='#1271e3');
    
    
    color: #FFFFFF;
    border:1px  solid #FFFFFF;
    /*padding: 8px 23px;*/
    /*margin-top: 6px;*/
}
.current_page_item a{
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#084b89), to(#1271e3));
    background-image: -webkit-linear-gradient(top, #084b89, #1271e3);
    background-image:    -moz-linear-gradient(top, #084b89, #1271e3);
    background-image:     -ms-linear-gradient(top, #084b89, #1271e3);
    background-image:      -o-linear-gradient(top, #084b89, #1271e3);
    background-image:         linear-gradient(top, #084b89, #1271e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#084b89', EndColorStr='#1271e3');
    
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
    border-style: solid !important;
		
}

/* ///////////////////     CONTENT    /////////////////////////// */

#Game {
    display: block;
    margin: 0 auto;
	width:1024px;
	height: 935px;
}

#GameSlice-01
{
    width: 1024px;
    height: 104px;
    background-image: url('../images/GameSlice_01_1024.jpg');
    float: left;
}

#GameSlice-02 {
	width:139px;
	height:640px;
	background-image:url('../images/GameSlice_02_1024.jpg');
    float: left;
}

#ContentSlot 
{
    padding: 10px;
    width: 709px;
    float: left;
    -moz-border-radius: 15px;
     border-radius: 15px;
    border: 3px solid #663300;
}

#GameSlice-04 {
	width:150px;
	height:640px;
	background-image:url('../images/GameSlice_04_1024.jpg');
    float: left;
}

.content {
    float: left;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
    width: 330px;
}

.content ul,
.content ol
{
    padding: 10px 50px 0px 37px;
}
.content h1 {
    color: #3067b5;
    font-size: 22px;
    
}
.content h2 {
    color: #3067b5;
    font-size: 19px;
    line-height: 19px;
    
}
.content h1 a,
.content h2 a
{
    text-decoration: none;    
}
.content.brownStroke,
.content.SlotB,
.content.SlotD,
.content.SlotE
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefdfc), to(#efebda));
    background-image: -webkit-linear-gradient(top, #fefdfc, #efebda);
    background-image:    -moz-linear-gradient(top, #fefdfc, #efebda);
    background-image:     -ms-linear-gradient(top, #fefdfc, #efebda);
    background-image:      -o-linear-gradient(top, #fefdfc, #efebda);
    background-image:         linear-gradient(top, #fefdfc, #efebda);
    background-color: #efebda;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #663300;
    margin-top: 10px;
    margin-bottom: 20px;
}

.content.SlotB .vidImage,
.content.SlotD .vidImage,
.content.SlotE .vidImage
{
    background: url("../images/playArrow.png");
    float: right;
    margin: 16px;
    cursor: pointer;
}
.bigplay {
    
    background: url("../images/playBig.png");
    height: 104px;
    margin: 33px 0 10px 238px;
    width: 99px;
    cursor: pointer;
}
.bigplay:hover {
    
    background: url("../images/playBig_over.png");
    margin: 33px 0 10px 238px;
}
.content.SlotB .play,
.content.SlotD .play,
.content.SlotE .play
{
    background: url("../images/playArrow.png");
    height: 45px;
    margin: 33px 0 10px 238px;
    position: absolute;
    width: 45px;
    cursor: pointer;
}
.content.SlotB .play:hover,
.content.SlotD .play:hover,
.content.SlotE .play:hover
{
    background: url("../images/playArrow_Over.png");
}
.content.SlotB h1,
.content.SlotD h1,
.content.SlotE h1
{   
     font-size: 18px;
}
.content .button,
.content.SlotB .button,
.content.SlotD .button,
.content.SlotE .button
{   
    color: white;
    float: right;
    font-size: 18px;
    height: 28px;
    margin: -9px 13px -22px 0;
    padding: 9px 0 0 16px;
    width: 138px;
    background: url("../images/orange_upButton.png");
    text-shadow: 0 1px 0 #026787;
    font-size: 18px;
    cursor: pointer;
}
.content.SlotB .button:hover,
.content.SlotD .button:hover,
.content.SlotE .button:hover
{   
    background: url("../images/orange_overButton.png");
}
.content.SlotD, .content.SlotE
{
    margin: -114px -117px -2px 139px;
    width: 333px;
}

.content.SlotD p,
.content.SlotE p
{     
    padding: 5px 9px 20px 10px !important;
}

.content.SlotD h1,
.content.SlotE h1
{     
    padding: 10px 0 0 10px !important;
        font-size: 20px;
    line-height: 26px;
}

a div.content.SlotB p,
a div.content.SlotD p,
a div.content.SlotE p,
a div.content.SlotF p,
a div.content.SlotG p 
{
    color: #663300;
}

.floatLeftImage 
{
    float: left;
    margin-right: 12px;
    margin-top: 10px;
    
}
.floatRightImage 
{
    float: right;
    margin-left: 12px;
    margin-top: 10px;
    
}


.greenWatch,
.blueWatch,
.redWatch,
.orangeWatch
{
    height: 21px;
    margin: 0px 8px -0px 146px;
    width: 63px;
}
.greenWatch
{
    background: url("../images/watch_green.jpg");
}
.blueWatch
{
    background: url("../images/watch_blue.jpg");
}
.redWatch
{
    background: url("../images/watch_red.jpg");
}
.orangeWatch
{
    background: url("../images/watch_orange.jpg");
}
.greenLink
{
    color: #58a114 !important;
    text-decoration: none;
}
.redLink
{
    color: red !important;
    text-decoration: none;
}
.blueLink
{
    color: #295fcb !important;
    text-decoration: none;
}
.orangeLink
{
    color: #ef7812 !important;
    text-decoration: none;
}
#ytplayer
{
	width:1024px;
	margin:0 auto;
}
#ytplayer {
	height: 720px;
}
.backText 
{
    text-align: center;
}
.backText a
{
    color: #663300;
    text-decoration: none;
}
div#Game p.backText span {
    display: inline;
}
.indent 
{
    padding-left: 40px;
    padding-right: 40px;
    
}

/* ///////////////////     FOOTER    /////////////////////////// */
.footer 
{
    height: 100px;
    padding: 10px;
    margin: 100px auto 0;
}
.footer div
{
    color: #663300;
    position: relative;
    top: -100px;
    margin-bottom: -30px;
}

.footer div p a
{
    color: #663300;
    margin-right: 20px;
}
.footer p{
    text-align: center;    
    margin-bottom: 10px;
}
.footer p a{
    color: #ffffff;
}


/* /////////////////// SWIPE CONTROLS /////////////////////////// */

