/*
This is only meant for use on the Expo pages.
*/
/*
dark orange: #ff8a00
mid orange: #feca8d
light orange: #fed6a7
*/

/********************LAYOUT***********************/
html{
    height: 100%;
}

body{
    font: 17px/1.5 Arial, Verdana, sans-serif;
    background-color: #ff8a00;
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper{
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-left: 1px solid #ff8a00;
    border-right: 1px solid #ff8a00;
}

#main{
    padding: 15px;
    padding-top: 0;
}

.expo-page, #contact-details{
    font-size: 14px;
}


/********************NAV********************/
.nav-list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: 30px;
    text-align: center;
    background-color: white;
    font-size: 0.8em;
    overflow: hidden;
    border-bottom: 1px solid #ff8a00;
}

.nav-list li{
    display: inline;
    height: 30px;
}

.nav-list a{
    display: inline;
    height: 30px;
    line-height: 30px;
    padding: 15px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.nav-list a, .nav-list a:visited{
    color: #000000;
    text-decoration: none;
}

.nav-list a:hover{
    background-color: #ff8a00;
    color: #000000;
    text-decoration: none;
    border-left: 1px solid #ff8a00;
    border-right: 1px solid #ff8a00;
}


/********************HOME-PAGE********************/
#expos-list, #news-list{
    border: 1px solid #ff8a00;
    background-color: white;
    margin-bottom: 20px;
    text-align: center;
}

#expos-list{
    float: left;
    width: 370px;
    
}

#news-list{
    margin-left: 385px;
}

#expos-list ul, #news-list ul{
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
}

#news-list ul{
    line-height: 1;
}

#news-list li{
    padding-bottom: 8px;
}

#expos-list h2, #news-list h2{
    margin: 0;
    background-color: #ff8a00;
    border-bottom: 2px solid #ff8a00;
    padding: 3px;
    text-align: center;
}

#expos-list a, #news-list a{
    text-decoration: underline;
}

#expos-list a:hover, #news-list a:hover{
    text-decoration: underline;
}


#expos-list{
    text-align: left;
}
#expos-list ul{
    list-style-type: square;
    padding-left: 40px;
}
#expos-list p{
    padding-left: 10px;
}


/********************PAGE-CONTENT********************/
h1, h2, h3, h4{
    color: #000000;
}

h1{
    font-size: 35px;
}

h2{
    font-size: 25px;
    border-bottom: 1px solid black;
}

h3{
    font-size: 20px;
}

a{
    color: #000000;
}

img{
    border: none;
}

a img{
    border: 1px solid transparent;
}

a:hover img{
    border: 1px solid black;
}

h1#main-heading{
    font-size: 3em;
    line-height: 1;
    /*color: #000080;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

h1#main-heading #heading-date{
    font-size: 0.8em;
}

h1#main-heading #heading-sub{
    font-size: 0.5em;
    font-style: italic;
    text-align: right;
}

#amalg-info{
    font-size: 0.9em;
    font-weight: bold;
}

#time-location{
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    width: 70%;
    margin: auto;
    padding: 10px 0;
    /*border: 4px dashed orange;*/
    background-color: white;
}

#contact-details .phone{
    font-weight: bold;
}

#contact-details .email a{
    color: #000080;
    font-weight: bold;
}

#sponsor-logos{
    margin-left: auto;
    margin-right: 0;
    border-collapse: collapse;
}

#sponsor-logos th{
    font-size: 0.8em;
    padding-bottom: 0;
    border-bottom: thin solid #ff8a00;
}

#sponsor-logos td{
    border-left: 1px solid #ff8a00;
}

#sponsor-logos td.first{
    border-left: none;
}


/************************POLLS******************************/

h2.poll-title{
    display: none;
}

.democracy li{
    padding: 0px;
    margin-bottom: 30px;
}

.democracy input{
    display: block;
    float: left;
    margin: 0px 10px 0 0;
}

.democracy h3{
    margin-top: 0;
}

.democracy .poll-img-link{
    float: left;
}

.democracy .poll-img-desc{
    margin-left: 185px;
}


/************************REG-FORM******************************/

.wpcf7 legend{
    font-size: 1.5em;
    /*font-weight: bold;*/
    /*color: #000080;*/
}

.wpcf7 fieldset{
    margin-bottom: 10px;
    border: 1px solid #ff8a00;
}

.wpcf7 td{
    vertical-align: top;
}

.wpcf7-checkbox .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item{
    display: block;
}

.wpcf7 img{
    margin: 10px auto 20px auto;
    display: block;
}

.wpcf7 .reg-submit input{
    font-size: 1.2em;
}

.wpcf7-response-output{
    padding: 1em;
    font-size: 2em;
    text-align: center;
}

.wpcf7-mail-sent-ok{
    background-color: #c2ebb0;
}

/************************FRONT-PAGE-SPONSORS******************************/

.front-page-sponsors td{
    padding: 0 25px 25px 0;
}

.front-page-sponsor{
    margin-right: 15px;
    margin-bottom: 40px;
    float: left;
}

.front-page-sponsors{
    clear: both;
}
