/* HTML5-specific CSS setup */
article,aside,figure,footer,header,hgroup,nav,section {
    display:block
}

html {
    font-family: Georgia, Times, serif;
}

#logos {
    width: 960px;
    height: 160px;
    margin: auto;
}

#soax-logo {
    height: 160px;
    float: left;
}

#soax-logo h1 {
    font-size: 3em;
}

#soax-logo h2 {
    font-size: 1.5em;
    font-style: italic;
}

#soax-logo > a {
    text-decoration: none;
    color: #502d0e;
}

#lehigh-logo {
    float: right;
    margin-top: 15px;
}

#lehigh-logo img {
    height: 8em;
}

nav {
    height: 50px;
    box-shadow: 0 1px 8px 0;
    background-color:#502d0e;
}

nav > ul {
    clear: both;
    list-style-type: none;
    text-align: center;
}

nav li {
    display: inline;
}

nav a {
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    color: #FCF2D9;
    display: inline-block;
    padding: 15px 50px;
}

nav a:hover, nav .current a {
    font-weight: bold;
    color: white;
}

.content {
    width: 960px;
    min-height: 480px;
    margin: 0 auto;
}

section {
    color: #505050;
    margin: 40px 10px;
    clear: both;
}

#overview {
    float: left;
    width: 420px;
    text-align: justify;
}

#slideshow {
    float: left;
}

#slideshow > img {
    width: 480px;
    margin: 20px;
    position: absolute;
}

figure {
    width: 640px;
    margin: 40px auto;
}

video {
    width: 640px;
}

footer {
    clear: both;
    height: 32px;
    background-color: #502d0e;
    font-family: Arial, Helvetica, sans-serif;
     box-shadow: 0 -2px 6px rgba(0,0,0,0.5);
    color: white;
    text-align: center;
    padding-top: 16px;
}