﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font: normal normal 14px/1.4 arial, sans-serif;
    color: #333;
    /*background-color:#CA9839;*/
    background-color: #000000;
}

form {
    margin: 0;
    padding: 0;
}

h1 {
    font: normal bold 20px/1 arial, sans-serif;
    margin: 0 0 15px 0;
    color: #000;
    text-transform: uppercase;
}

h2 {
    font: normal bold 16px/1 arial, sans-serif;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

h3 {
    font: normal bold 14px/1 arial, sans-serif;
    margin: 0 0 15px 0;
    color: #000;
    text-transform: uppercase;
}

a {
    font-weight:bold;
    color: #0021A5;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
    border: 1px dotted;
}

.wrap {
    width: 840px;
    /*    margin:0 auto;*/
}

.ciceroneLogo {
    width: 300px;
    background-color: white;
    border-radius: 10px;
}

#header {
    width: 25%;
    display: inline-block;
    padding: 10px 0;
    vertical-align: top;
}

#cicerone-recruitment-logo {
    /*background:transparent url(/Images/Cicerones/Recruitment/2018/cicerones2018.png) no-repeat center center;
    width:191px;
    height:314px;*/
    display: block;
}

    #cicerone-recruitment-logo a {
        display: block;
        width: 250px;
        height: 50px;
        border: 0;
        text-decoration: none;
    }

#top-nav {
    width: 710px;
    height: 30px;
    padding: 10px 0;
    float: left;
}

    #top-nav a {
        display: block;
        float: right;
        height: 14px;
        line-height: 14px;
        padding: 8px 10px;
        text-align: center;
        color: #fff;
        margin-left: 10px;
        text-decoration: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        #top-nav a#process {
            background: #ec118f;
        }

            #top-nav a#process:hover {
                background: #f588c7;
            }

        #top-nav a#philanthropy, #top-nav a#app {
            background: #00aeef;
        }

            #top-nav a#philanthropy:hover, #top-nav a#app:hover {
                background: #7fd6f7;
            }

        #top-nav a#blog {
            background: #fff000;
            color: #000;
        }

            #top-nav a#blog:hover {
                background: #fff77f;
            }

        #top-nav a#gallery {
            background: #f7901e;
        }

            #top-nav a#gallery:hover {
                background: #fbc78e;
            }

        #top-nav a#contact {
            background: #17e580;
        }

            #top-nav a#contact:hover {
                background: #8bf2bf;
            }

#side-nav {
    float: left;
    width: 100px;
    margin-right: 20px;
}

    #side-nav ul {
        margin: 0;
    }

        #side-nav ul li {
            width: 100px;
            height: 100px;
            margin-bottom: 10px;
        }

            #side-nav ul li a {
                width: 100px;
                height: 100px;
                display: block;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

                #side-nav ul li a#about {
                    background: #ec118f url(/images/cicerones/recruitment/2012/about.png) no-repeat center center;
                }

                    #side-nav ul li a#about:hover {
                        background-color: #f588c7;
                    }

                #side-nav ul li a#uaa {
                    background: #ec118f url(/images/cicerones/recruitment/2012/uaa.png) no-repeat center center;
                }

                    #side-nav ul li a#uaa:hover {
                        background-color: #f588c7;
                    }

                #side-nav ul li a#tours {
                    background: #00aeef url(/images/cicerones/recruitment/2012/tours.png) no-repeat center center;
                }

                    #side-nav ul li a#tours:hover {
                        background-color: #7fd6f7;
                    }

                #side-nav ul li a#saa {
                    background: #03244d url(/images/cicerones/recruitment/2012/saa.png) no-repeat center center;
                }

                    #side-nav ul li a#saa:hover {
                        background-color: #004083;
                    }

                #side-nav ul li a#hosts {
                    background: #f7901e url(/images/cicerones/recruitment/2012/hosts.png) no-repeat center center;
                }

                    #side-nav ul li a#hosts:hover {
                        background-color: #fbc78e;
                    }

                #side-nav ul li a#cluv {
                    background: #17e580 url(/images/cicerones/recruitment/2012/cluv.png) no-repeat center center;
                }

                    #side-nav ul li a#cluv:hover {
                        background-color: #8bf2bf;
                    }

#body {
    float: left;
    width: 840px;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#content {
    padding: 40px;
    min-height: 500px;
    /*background:rgb(220, 220, 220); */
    background: #f9f9f9;
    color: #000;
}

    #content a {
        /*color:#f7901e;*/
    }

#headline {
    text-transform: uppercase;
    /*background:#333333;*/
    font: normal bold 24px/1 'trebuchet ms', arial, sans-serif;
    height: 24px;
    /*color:#ccc;*/
    padding: 8px 10px 8px 40px;
}

span.highlight {
    color: #17e580;
    text-transform: uppercase;
}

#left-col {
    float: left;
    width: 480px;
    margin-right: 40px;
}

#right-col {
    float: left;
    width: 240px;
}

#footer {
    text-transform: uppercase;
    background: #000000;
    font: normal bold 12px/1 arial, sans-serif;
    text-align: center;
    height: 12px;
    color: #ccc;
    padding: 9px;
}

    #footer a {
        color: #F2A900;
    }

        #footer a:hover {
            color: #AAAAFF;
        }

.form {
}

    .form fieldset {
        border-width: 5px 0 0 0;
        border-style: solid;
        border-color: #fff;
        padding: 0 0 0 0;
        margin: 40px 0 0 0;
        position: relative;
    }

        .form fieldset .legend {
            margin: 0;
            padding: 5px 10px 5px 0;
            width: 200px;
            background: #fff;
            color: #333;
            text-align: right;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            position: absolute;
            top: -30px;
            right: 0;
        }

        .form fieldset .line-item {
            padding: 10px 0 0 0;
        }

            .form fieldset .line-item label {
                float: left;
                width: 170px;
                padding: 0 5px 0 0;
            }

                .form fieldset .line-item label em {
                    color: #ff0000;
                }

            .form fieldset .line-item .input {
                float: left;
            }

                .form fieldset .line-item .input .error span {
                    margin: 5px 0;
                    background: #ff0000;
                    color: #000 !important;
                    padding: 5px;
                    width: 300px;
                    display: block;
                }

                .form fieldset .line-item .input .instructions {
                    font-size: 11px;
                    text-transform: uppercase;
                    text-align: right;
                }

                .form fieldset .line-item .input label {
                    float: none;
                    width: auto;
                }

    .form .nav {
        margin: 15px 0;
    }

        .form .nav a {
            padding: 5px 10px;
            color: #333;
            margin: 5px 0 !important;
            background: #efefef;
        }

            .form .nav a:hover {
                background: #333;
                text-decoration: none;
                color: #fff;
            }

/**************************************************************************************************** 
	Clearfix hack 
****************************************************************************************************/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: inline-block;
}
/* stop commented backslash hack */

/* Just for good measure */
.clear {
    font-size: 0px;
    height: 0px;
    width: 100%;
    clear: both;
    overflow: hidden;
}

@media screen and (max-width: 1140px) {
    #header {
        display: inline-table
    }
}
