﻿/* Generic settings */
html {
  height: 100%;
 
}
body {
    font-family:Sans-Serif;
    margin:0;
    position:relative;
    min-height:100%;
    padding-bottom:170px;
    box-sizing: border-box;
}
h1,h2,h3,h4{
    font-weight:normal;
}
h2{
    margin-top:50px;
}
input[type="text"],input[type="password"],input[type="file"],select{
    padding:5px;
    font-size:1.1em;
}
input[type=submit]{
    padding:10px;
    background-color:#BE1E2D;
    border-width:0;
    color:#FFF;
    text-transform:uppercase;
}
a{
    color:#666;
    text-decoration:none;
    border-bottom:1px solid #BE1E2D;
}
ul{
    padding-left:15px;
    /*list-style-image: url('/graphics/arrow.png');*/
     list-style-type:none;
    padding-left:0;
}
li{
    margin-bottom:5px;
}

/* General Template settings */

.topstrip{
    background-color:#BE1E2D;
    color:#FFF;
    text-align:right;   
    text-shadow: 2px 2px 5px #000000;    
}
.topstrip a{
    color:#FFF;
    text-decoration:none;
    border-bottom-width:0;
}
.toptitle{
    float:left;
}
.toplinks{
    padding:5px;
}
.nav{
    margin:30px 0;
}
.nav ul{
    list-style-type:none;
    padding-left:0;
}
.nav li{
    display:inline-block;
    margin-right:15px;
}
.maincontent{
    margin:0 auto;
    width:960px;    
    /*  
    margin-bottom:200px; 
    */
}
.footer{
    font-size:1.1em;
    border-top:15px solid #EEE;
    border-bottom:25px solid #AAA;
    background-color:#CCC;
    color:#FFF;
    text-shadow: 2px 2px 5px #000000;
    padding:10px;      
    /*
    position:fixed;
    bottom:0;
    */     
    position:absolute;
    bottom:0;
    right:0;
    left:0;
}
.iaslogo{
     /*
     margin-top:10px;
    margin-right:20px
    */
    border:1px solid #000;
    float:right;    
}
#ctl00_Image_logo{
    margin-right:10px;
}
.centeredtable{
    margin:0 auto 50px auto;
}

/* Login Page*/

.login{
    margin:150px auto;
}

/* Entrant Entry List Page*/
.paypalform{
    /* width:280px;
    position:fixed;
    left:50%;
    top:110px;
    border:1px solid #666;
    margin-left:160px;*/
    text-align:center; /* temp */
    padding:20px;
    background-color:#FFF;
}
.basketnote{
    font-size:0.8em;
}

/* Entrant Individual Entry Pages*/
.categorysponsors{
    float:left;
    width:280px;  
    text-align:center;   
}
.categorysponsors img{
 max-width:100%;
 padding-top:20px;
 display:block;
 margin:0 auto;
}
.categorysponsors h3{
    padding-top:18px;
    margin-top:0;
}
.entrystep2{
    float:left;
    width:680px;
}
.entrystep2 h1{
    margin-top:0;
}
p.help{
    font-size:0.8em;
    border:1px solid #CCC;
    background-color:#F6F6F6;
    border-radius:5px;
   padding:5px;
}
span.charcount{
    display:block;
    font-size:10px;
}

/* Judge Entry List Page */
.entrylist th{
    text-align:left;
    padding:10px;
}
.entrylist td{
    padding:10px;
}
.entrylist .score{
    text-align:center;
}

/* Individual Entry */

.criteria{
    width:280px;
    position:fixed;
    left:50%;
    top:110px;
    border:1px solid #666;
    margin-left:160px;
    padding:20px;
    background-color:#FFF;
    z-index:2;
}
/* Individual Entry Short Screen*/
@media only screen and (max-height:700px) {
    .criteria{
         top:50px;
    }
}

.criteria h2{
    margin-top:19px;
}
.entry{
    width:620px;
}
.entry img{
    max-width:100%;
    margin-bottom:20px;
}
iframe{
    width:600px;
    height:400px;
    margin-bottom:20px;
}
#overlay{
    background: rgb(0, 0, 0) url(/graphics/loader.gif) no-repeat center center;
    background: rgba(0, 0, 0, .8) url(/graphics/loader.gif) no-repeat center center;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;    
    z-index:100;
}

/* Mobile settings */

@media only screen and (max-width:960px) {
    
    /* General Template settings */

   .maincontent{
        width:auto;
        padding:0 20px;
        margin-bottom:20px;
   } 
    /* this shouldn't be required now as we have got it attached to the bottom    
   .footer{
        position:static;
        padding:10px 0;
   }
   */
   #ctl00_Image_logo{
    margin-left:10px;
    }
   
   /* Login Page*/
   
   .login{
        margin:0 auto;
    }
    
    /* Individual entry */
    
    .criteria{
        position:static;
        width:auto;
        margin-left:0px;
    }
    .entry{
        width:auto;
    }
    
    /* Entrant Entry Pages*/
    
    .paypalform{
        position:static;
        width:auto;
        margin-left:0px;
    }
    .categorysponsors,.entrystep2{
        float:none;
        width:auto;
    }
  input[type=submit]{
    margin-bottom:10px;
  }
}