/**
 * @author [Cassette]
 * @copyright [2010] 
 * Software on this site is copyright 2010
 * Cassette Pty Ltd.
 * All Rights Reserved. Copying, Editing or
 * Distributing this software is strictly
 * forbidden without permission from
 * Cassette Pty Ltd.
 * for more information please contact
 * Cassette www.cassette.cc 
 */

 @charset "utf-8";

 
/* Global */
 
html, body {
	height:100%;
    width: 100%;
	margin:0;
	padding:0;
    text-align: center;
    font-family: 'arial', sans-serif;
    font-size:14pt;
    color: white;
}


img{
	padding:0;
	margin:0;
}

span{
    
    cursor: pointer;
    
}

#gap
{
    width: 930px;
    height: 16px;
     margin: 0 auto;
     background-color: white;
}


/* ========================== */

#wrapper
{
    width:100%;    
    height:100%;
}

#footer, #header, #main{width: 930px;}

/* Header */

#header
{
    position: relative;
    background-image: url('../images/gui/header.png');
    height: 99px;
    margin: 0 auto;
    background-repeat: no-repeat;

}

#header-link
{ 
    position: absolute;
    left: 20px;
    top:20px;
    width: 330px;
    height: 75px;
    cursor: pointer;
}

#play-intro
{ 
    position: absolute;
    right: 0px;
    bottom:0px;
    width: 154px;
    height: 52px;
    cursor: pointer;


}


/* ========================== */
 
 /* Footer */
#footer
{
    position: relative;
    background-image: url('../images/gui/footer.png');
    height: 99px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom;
}


#footer-content
{
    position: absolute;
    width: 731px;
    height: 92px;
    left: 231px;
    top:8px;
    
}

#footer-content ul
{
    list-style: none;
    margin:0px;
    padding:0px;
    width: 731px;
    
}

#footer-content li
{
    float:left;
    margin-right: 16px;
    
}

#cassette-logo
{
    font-size: 8pt;
    color: #a7a9ac;
    position: relative;
    margin:0 auto;
    text-align: right;
    width: 930px;
    padding-top: 5px;
    height: 20px;
    
}

#cassette-logo a
{
        color: #a7a9ac;
    
    
}

/* ========================== */


 /* Main content */
 
 #main, #menu, #main-content, #menu-content, #right-bar{
    height: 445px;
 }
 
#main
{
    position: relative;
    margin: 0 auto;

}

#main-content{
    position: absolute;
    width: 668px;
    left: 231px;
    top: 0px;
}

#menu
{
    position: absolute;
    width: 215px;
    left: 0px;
    top: 0px;
    background-image: url('../images/gui/menu.jpg'); 
}

#menu-content
{
    position: absolute;
    width: 215px;
    left: 0px;
    top: 0px;
    margin-left: 10px; 
    margin-top: 10px;
}

#menu-content ul
{
    text-align: left;
    list-style: none;
}

#menu-content li
{

}

#right-bar
{
    position: absolute;
    left: 915px;
    top: 0px;
    width: 14px;
    background-image: url('../images/gui/right-bar.png'); 
}


/* ========================== */
 a{
     color: white;
     text-decoration: none;
     position: relative;
}

 /* Thumbs */
 
 .thumb
 {
    position:relative;width:212px;height:214px;cursor: pointer;
}


  
   .big-thumb
 {
    position:relative;width:212px;height:445px;cursor: pointer;
}
  
  
  .button-background
  {
    position: absolute;
    width: 212px;
    height: 40px;
    bottom: 0px;
    right: 0px;
    background-color: white;  
        filter:alpha(opacity=60);
        -moz-opacity:0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}  


 .button-left-left
 {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 110px;
    bottom: 5px;
    z-index: 1;
    cursor: pointer;
 }   

    
 .button-left
 {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 75px;
    bottom: 5px;
    z-index: 1;
    cursor: pointer;

 }   
 
 .button-middle
 {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 40px;
    bottom: 5px;
    z-index: 1;
    cursor: pointer;
 }
 .button-right
 {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    cursor: pointer;
 }
 
 .copy
 {
    
    padding-left:10px;
    padding-bottom:10px;
    color: #ec008c;
    font-size: 15px;
 }
 
 .copy a
 {
    text-decoration: none;
    color: #ec008c;
 }
 
 .colours
 {
    width: 10px;
    height: 10px;
    cursor: pointer;
    padding-right: 10px;
 }
 
 #competition-div
 {
    width: 668px;
    height: 445px;
    background-image: url('../images/gui/background.jpg');
    font-size: 16px;
 }
 
.text-field {
    width: 206px;

}

.text-field-cell {
padding-bottom: 7px;

}

#title { 
text-align: left;
color: #FF80C0; 
width: 138px;
height: 25px;
}

#title a
{
   color: #FF80C0;
   font-weight: bold;
   
    
}

 
