body {
    height: 100%;
    background-color: #a4cc81;
    color: black;
    padding: 0;
    margin: 0;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    margin: 5px 0 10px 0;    
}

a {
    color: #060;
    text-decoration: none;   
    font-weight: bold;
}

    a:hover {
        color: #393;
        text-decoration: underline;
         }

a.nolink {
    color: inherit;
    font-weight: inherit;
}
    a.nolink:hover {
        color: inherit;
        text-decoration: none;
    }
    
a.hide {
    visibility: hidden;       
    }
 
img {
    border: 0;    
}
    
#h {
    width: 770px;
    margin: auto;    
}

#h #logo {
    position: absolute;   
    z-index: 1;
    padding-top: 5px;
}

#h #text {
    text-align: right;    
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
    font-style: italic;
    position: relative;
    z-index: 3;
}

#h #text h1 {
    margin: 0;    
}

#h #text h2 {
    font-size: 1.2em;
    margin: 0;    
}

#h #bar {
    position: absolute;
    width: 100%;
    background-image: url(../img/bar.gif);
    background-repeat: repecat-x;
    left: 0;
    height: 34px;
    z-index: 0;
}

#h #bar div.nav {
    width: 770px;
    margin: auto;
    text-align: right;
}

#h #bar div.nav ul {
    margin: 0;
    padding: 0;    
}

#h #bar div.nav ul li
{
    list-style: none;
    display: inline;
    line-height: 34px;
    border-right: 2px groove orange;
}

#h #bar div.nav ul li.first {
    border-left: 2px groove orange;    
}

#h #bar div.nav ul li a {
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px 0 15px;
    color: black;
    display: inline-block;
    height: 34px;
}

    #h #bar div.nav ul li a:hover {
        color: maroon;    
    }
    
    
    #h #bar div.nav ul li.active a {
        font-style: italic;     
        color: firebrick;
    }

#c {
    width: 770px;
    margin: 70px auto; 
}

#c .left {
    float: left;
}

#c .right {
    float: right;
}

#c .small {
    width: 200px;    
}

#c .big {
    width: 550px;
}

#c .content {
    background-color: #feffcd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 13px;
    border: 1px forestgreen solid;
}    

#c .content .w {
    padding: 10px;    
}
    #c .content .w .rounds {
        margin-left: 20px;
        margin-bottom: 1.5em;
    }

.clear {
    clear: both;    
}

#f {
    width: 770px;
    margin: auto; 
    margin-top: 20px;
    clear: both;
    font-size: .8em;
    text-align: center;
}

#f .w {
    padding: 10px;    
}

#c .content table {
    width: 100%;
    border: 1px solid black; 
    border-collapse: collapse;
    font-size: 12px;
}

    #c .content table th {
        border-bottom: 2px solid black;
        border-collapse: collapse;
        padding: 3px;
    }
    
    #c .content table td {
        border: 1px solid black;
        padding: 3px;
        margin: 0;
        border-collapse: collapse;
        text-align: center;
    }
    
    #c .content table tr.odd {
        background-color: #BDB;    
    }
    
    #c .content table tr.even {
        background-color: #EFE;    
    }
    
    #c .content table tr.odd.adv {
        font-weight: bold;
        background-color: #9D9;
    }
    
    #c .content table tr.even.adv {
        font-weight: bold;    
        background-color: #CFC;
    }
    
    #c .content table td.name {
        text-align: left;
        font-variant: small-caps;
    }
    
    #c .content table td.r {
        font-weight: bold;
        font-style: italic;
    }
    
#c .left .cal,
#c .left .news,
#c .left .event {
    border-bottom: 1px solid #aaa;
    padding: 3px 3px 5px 3px;
}

#c .left .social {
    margin-top: 5px;    
}
    #c .left .social img {
        vertical-align: middle;
    }
    
    #c .left .social a {
        text-decoration: none;    
    }
    
#c .content .form .field {
    margin-top: 15px;        
    clear: both;
    text-align: right;
}

#c .content .form .field label {
    width: 150px;
    float: left;
    text-align: right;
    font-weight: bold;
}

#c .content .form .field input,
#c .content .form .field select,
#c .content .form .field textarea {
    width: 370px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 2px;
}

#c .content .form .controls {
    margin-top: 15px;
    text-align: right;        
}

#c .content .form .controls input.submit {
    border: 2px outset #dfd;
    padding: 3px;    
    background-color: #dfd;
}

#c .content .form .controls input.submit:hover  {
    cursor: pointer;
    background-color: #bdb;    
}

#c .content .event_overview {
}

#c .content .event_overview .event {
    margin-top: 15px;
    padding-bottom: 15px;
    clear: both;
}

#c .content .event_overview .l .logo {
     float: left;
     margin-right: 8px;
}

#c .content .event_overview .r .logo {
     float: right;
     margin-left: 8px;
}


#c .content .event_overview .l {
    text-align: left;    
}


#c .content .event_overview .r {
    text-align: right;    
}

#c .content .judge_note {
    font-size: 11px;
    font-style: italic;
    color: darkred;
    margin-bottom: 5px;
}

#c .alert {
    font-weight: bold;
    color: crimson;    
}

#c ul.complist {
    padding: 0;
    margin: 0 0 1em 0;    
}
    
    #c ul.complist li.comp {
        list-style: none;
        margin-top: 1em;
    }
    
    #c ul.complist li.comp span {
        font-weight: bold;
    }
    
    #c ul.complist li.comp ul {
        padding-left: 1.5em;
        list-style-position: inside;
    }
        #c ul.complist li.comp ul li {
            list-style: square;    
        }

        #c ul.complist ul li.active span {
            font-weight: bold;
            font-style: italic;    
        }

#c .lfnav {
    float: right; 
    margin-top: 5px;
    font-size: 80%;
}
    #c .lfnav a {
        text-align: right;
    }




