@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");

/* CSS Document */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #0a1e60;
    font-size: 0.9em;
    font-family: Calibri, Arial, sans-serif;
    line-height: 1.4em;
}

#container {
    float: left;
    width: 100%;
    max-width: 1200px !important;
    min-width: 240px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -30px 0; /* -30px = footer height   */
    padding: 0 20px;
    /*border: 1px solid #000000;*/
}




@media (max-width: 500px)
{
    #container {
        padding: 0 3px 0 3px;
    }
}



/* ****** */
/* HEADER */
/* ****** */

#header {
    /*height: 180px;*/
    margin: 40px 0 30px 0;
    padding: 0;
    text-align: center;
}

#headerTXTwrapper {
    float: left;
    width: 70%;
    margin: 0 30px 0 0;
    font-family: 'Open sans condensed', sans-serif;
    font-size: 1.2em;
}

@media (max-width: 900px)
{
    #headerTXTwrapper {
        width: 90%;
    }
}


#headerTITLEwrapper {
    vertical-align: middle;
    text-align: center;
}

#headerTITLE {
    /*position: relative;
    top: -1em;
    left: 0;*/
    margin: -1em 0 0 0;
    display: block;
    font-size: 1.9em;
    font-weight: bold;
    color: #333333;
    line-height: 1.2em;
    text-align: center;
    z-index: 2;
}

@media (max-width: 500px)
{
    #headerTITLE {
        font-size: 1.2em;
    }
}

#headerTITLEBG {
    z-index: 1;
    font-size: 5em;
    font-weight: bold;
    color: #dddddd;
    letter-spacing: 0.3em;
    text-align: center;
}

@media (max-width: 500px)
{
    #headerTITLEBG {
        display: none;
    }
}


#headerSUBTITLEwrapper {
    /*clear:both;*/
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    margin: 10px 0 0 0;
    color: #333333;
}

@media (max-width: 500px)
{
    #headerSUBTITLEwrapper {
        font-size: 1em;
    }
}

#headerDATE {
    /*float: left;*/
    margin: 0 5px 0 0;
}

#headerPLACE {
    /*float: right;*/
    margin: 0 0 0 5px;
}

#headerTXTBOTTOMwrapper {
    clear: both;
    margin: 30px 0 10px 0;
}

#headerLOGO {
    /*max-width: 220px;
    width: 138px;*/
    z-index: 3;

}


#headerLOGO img{
    /*width: 220px;
    height: 150px;*/
    margin-top: 20px;
    border: 3px solid #00c4cd !important;

}







#headerBOTTOM {
    clear: both;
    border-bottom: 2px solid #999999;
    z-index: 2;
    margin: -30px 0 0 0;
}

#header a img {
    border: 0;
}



#main {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    /*border: 1px solid #CCCCCC;*/
}



@media (max-width: 500px){
    #main {
        padding: 3px;
    }
}

#navcontentwrapper {
    float: left;
    width: 85%;
}

@media (max-width: 1170px){
    #navcontentwrapper {
        width: 100%;
    }
}


/* ********** */
/* NAVIGATION */
/* ********** */

#nav {
    float: left;
    width: 180px;
}

#nav img {
    max-width: 160px;
}

.mainnav {
    margin: 0 0 20px 0;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    /*border: 2px solid #0a1e60; */
    border: 2px solid #00c4cd;
    border-radius: 10px;
}

.menu>li {
    margin: 0;
    padding: 0;
    border-radius: 7px 7px 7px 7px;
    background-color: #00c4cd;
    color: #FFFFFF;

}

.menu>li a {
    padding: 2px 5px 2px 5px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    cursor: default;
}


.menu li ul {
    margin: 0;
    padding: 0;
    border-radius: 0 0 7px 7px;
    list-style: none;
    background-color: #FFFFFF;
}

.menu li ul li {
    margin: 0;
    border-radius: 0;
    border-bottom: 2px solid #00c4cd;
}

.menu #active:last-child {
    border-radius: 0 0 7px 7px;
}

.menu li ul li:last-child {
    margin: 0;
    border: 0;
}

.menu li ul li:last-child a {
    border-radius: 0 0 7px 7px;
}

.menu li ul li a {
    padding: 0 5px 0 5px;
    display: block;
    text-decoration: none;
    color: #006699;
    cursor: pointer ;
}

.menu li ul li a:hover {
    background-color: #eeeeee;
}

#nav #active {
    padding: 0 5px 0 5px;
    background-color: #00a6ae;
    color: #eeeeee;
}


.subnav {
    text-align: center;
    margin: 10px 0 20px 0;
    padding: 5px;
    border: 2px solid #CCCCCC;
    border-radius: 10px;
    line-height: normal;
}

.subnav img {
    border: 0;
}

@media (max-width: 675px){
    #nav {
        margin: 0 0 5px 0;
    }

    .mainnav {
        margin: 0 0 5px 0;
    }

    .menu>li a {
        cursor: pointer;
    }

    .menu li ul {
        display: none;
    }

    .menu li:hover>ul {
        display: block;
    }

}




/* ******* */
/* CONTENT */
/* ******* */

#content {
    float: left;
    display: block;
    width: 70%;
    min-width: 220px;
    margin: 0 20px 30px 20px;
    padding: 0 10px 0 10px;
    /*border: 1px solid #009999;*/
}

#content img.inline {
    margin: 0 10px 0 10px;
    display: inline;
}

#content img {
    margin: 0 auto 0 auto;
    /*-moz-box-shadow: 2px 2px 2px #333333;*/

}

#content #intro_img {
    text-align: center;
}

#content #intro_img img {
    width: 90%;
    max-width: 500px;
    height: auto;
}

#content a img {
    border: 0;
}


@media (max-width: 880px){
    #content {
        max-width: 60%;
    }
}

@media (max-width: 675px){
    #content {
        max-width: 100%;
    }
}

@media (max-width: 500px){
    #content {
        margin: 0 5px 10px 5px;
        padding: 0 3px 0 3px;
    }
}


h1 {
    margin: 0 0 20px -10px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    background-color: #00a6ae;
    color: #FFFFFF;
    font-size: 1.5em;
}


h2 {
    margin: 20px 0 15px 0;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
    border: 1px solid #006699;
    color: #00777d;
    font-size: 1.1em;
}

h3 {
    margin: 10px 0 15px 0;
    font-size: 1em;
    color: #00777d;
    font-weight: bolder;
}

.section>h3 {
    margin: 0 0 10px 0;
}

h4 {
    margin: 5px 0 10px 0;
    font-size: 1em;
    color: #006699;
    font-weight: normal;
    text-decoration: underline;
}

#content li {
    list-style-type: square;
}



/* ******* */
/* SIDEBAR */
/* ******* */

#sidebar {
    float: left;
    width: 146px; /* workspace = 132 */
    border: 2px solid #666666;
    border-radius: 10px;
    padding: 0 5px 0 5px;
    text-align: center;
    margin: 0 0 40px 0;
}

@media (max-width: 1170px){
    #sidebar ul li img,
    #sidebar ul li .imgcaption {
        display: none;
    }
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    /*width: 146px;*/
}

@media (max-width: 1170px){
    #sidebar,
    #sidebar ul li {
        width: 166px; /* +5padding+4border=180 */
    }
    #sidebar ul {
        margin: 0 0 10px 0;
    }
}

.sectiontitle {
    width: 146px;
}

#sidebar img {
    margin: 0;
    display:block;
    border: 1px solid #00c4cd;
    width: 132px;
}

div#sidebar a  {
    color: #666666;
    text-decoration: none;
}




/* MISC */
.divspacer {
    height: 30px;
}

.imgcaption {
    margin: 0 0 10px 0;
    font-size: 0.6em;
    color: #999999;
    line-height: 1em
}

.imgcaption a {
    text-decoration: none;
    color: #999999;
}

table {
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}

table td {
    padding: 0 10px 0 10px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

table th {
    padding: 0 10px 0 10px;
    border: 1px solid #CCCCCC;
    background-color: #dddddd;
    text-align: left;
}

table tr td.fitwidth {
    width: 1%;
}

.midlarge {
    font-size: 1.5em;
}

.large {
    font-size: 2em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

ul.spaced li {
    margin-bottom: 5px;
}

.infobox {
    padding: 10px;
    border: 1px solid #009900;
    background: #eeFFee;
}

.infobox p:first-child {
    margin-top: 0;
}

.infobox p:last-child {
    margin-bottom: 0;
}



#sponsors {
    text-align: center;
}

#sponsors img {
    margin: 0 10px 0 10px;
    padding: 1px;
    display: inline;
    height: 70px;
    /*box-shadow: 2px 2px 2px #333333;*/
}

.background-light-red {
    background-color: #FBe6e8 !important;
}

.border-red {
    border: 1px solid #CC0000 !important;
}

.color-red {
    color: #CC0000;
}


.border-green {
    border: 1px solid #009900 !important;
}

.color-green {
    color: #009900;
}

.border1solid {
    border-width: 1px;
    border-style: solid;
}

.border-grey {
    border-color: #999999;
}

.color-grey {
    color: #999999;
}

.width100 {
    width: 100px;
}

.pointer {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}



/* ***************** */
/* REGISTRATION FORM */
/* ***************** */

.section {
    margin: 10px 0 10px 0;
    padding: 5px;
    border: 1px dashed #CCCCCC;
}

input[type=submit] {
    cursor: pointer;
}

#regform table {
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 2px 10px;
}

#regform table tr td {
    white-space: nowrap;
    border: 0;
}

#regform table tr td>input {
    border: 1px solid #0099CC;
    background-color: #eeeeee;
    width: 100%;
}

#regform table tr td>input[type=date]
{
    width: auto;
}

#regform table tr td:first-child {
    width: 1%;
}


#regform_dates img {
    cursor: pointer;
}

/*#regform #calendar {
visibility: hidden;
}*/

#regform #regform_calendar table thead tr th {
    text-align: center;
}

#regform #regform_calendar a {
    text-decoration: none;
}










#regform #regform_calendar table {
    width: 50%;
    margin: 0 auto 0 auto;
    border: 1px solid #000000;
}

#regform #regform_calendar table tr td {
    cursor: pointer;
}


#regform textarea {
    width: 100%;
    display: block;
}

#loginform table,
#loginform tr td {
    border-collapse: separate;
    border: 0;
    border-spacing: 0 5px;
}



/* ***** */
/* ADMIN */
/* ***** */

#admin table img {
    box-shadow: none;
    vertical-align: text-top;
}

.adminsection {
    margin: 10px 0 10px 0;
    padding: 5px;
    border: 1px dashed #CCCCCC;
    background-color: #eeeeee;
}


/* FOOTER */
#footer-wrap {
    clear: both;
    max-width: 1200px;
    margin: 0;
    padding: 0 30px 0 30px;
    height: 30px;
}

#footer {
    line-height: normal;
    font-size: 0.8em;
    border-top: 2px dashed #999999;
    padding: 5px 0 0 0;
}

#footer a {
    text-decoration: none;
    color: #999999;
}