﻿body 
{
        background:#76cbd2 url(../img/bodyBackground.jpg) no-repeat center -30px !important;
}
/*////// COLOUR 1: /////////*/

.button, a:visited, .list a .list-show, a { color:#3b2e7e; }
.showNav, a.button:hover, .gallery-control { 

background: #251d51; /* Old browsers */
     }
.button:hover { 
background: #4e3ea7; /* Old browsers */
background: -moz-linear-gradient(top, #4e3ea7 1%, #3a2d7c 49%, #251d51 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4e3ea7), color-stop(49%,#3a2d7c), color-stop(100%,#251d51)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4e3ea7 1%,#3a2d7c 49%,#251d51 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4e3ea7 1%,#3a2d7c 49%,#251d51 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4e3ea7 1%,#3a2d7c 49%,#251d51 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e3ea7', endColorstr='#251d51',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4e3ea7 1%,#3a2d7c 49%,#251d51 100%); /* W3C */
color:#4e3ea7 !important; 
}

/*////// COLOUR 2: /////////*/
.showNav a:hover, .gallery-control:hover {     background: #f8ef24; /* Old browsers */
background: -moz-linear-gradient(top, #f8ef24 1%, #bcd639 49%, #72bf44 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f8ef24), color-stop(49%,#bcd639), color-stop(100%,#72bf44)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f8ef24 1%,#bcd639 49%,#72bf44 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f8ef24 1%,#bcd639 49%,#72bf44 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f8ef24 1%,#bcd639 49%,#72bf44 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ef24', endColorstr='#72bf44',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f8ef24 1%,#bcd639 49%,#72bf44 100%); /* W3C */   
color:#666 !important; 
 /* Old browsers */
}
.list a:hover .list-img { border-color:#f8ef24; }

/*////// COLOUR 3: /////////*/
#show-schedule span.tune-in {color:#3b2e7e; }
.showNav a.on,.showNav a:active,.gallery-control:active  
{
    background: #f8ef24; /* Old browsers */
background: -moz-linear-gradient(top, #f8ef24 1%, #bcd639 49%, #72bf44 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f8ef24), color-stop(49%,#bcd639), color-stop(100%,#72bf44)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f8ef24 1%,#bcd639 49%,#72bf44 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f8ef24 1%,#bcd639 49%,#72bf44 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f8ef24 1%,#bcd639 49%,#72bf44 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ef24', endColorstr='#72bf44',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f8ef24 1%,#bcd639 49%,#72bf44 100%); /* W3C */   
color:#666 !important; 
    }
.title { color:#6ba31e; }
.list a.on .list-img,.list a:active .list-img { border-color:#3b2e7e; }


#show-header
{
    background-image:url(../img/header.jpg); 
	height:218px;
	margin-top:-23px;
	z-index:9999;
	width:630px;
}


#schedule-character
{
    background-image:url(../img/schedule-character.png);
    display:block;
    height:99px;
    position:absolute;
    right:1px;
    bottom:1px;
    width:74px;
    z-index:10;
}
#show-schedule span.tune-in 
{
    width:75%;
}

#footer,
#footer p,
#footer a,
#footer-info a {
	color: #929292;	
}

#show #end-slate {
  top: 329px;
}

.relatedReplay 
{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-38px;
    margin-top:-42px;
    width:75px;
    height:95px;
    background:url(/global/img/sprite.png) no-repeat -850px top;
    cursor:pointer;
}

#end-slate a
{    
    display:none;
}

#show 
{
    overflow:visible;
    z-index:1;
}


