﻿body {
    background-image: url(../img/Park_Univ.jpg);
    flood-opacity: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top, right;
    background-attachment: fixed;
}

#wrapper {
    width: 1080px;
    padding: 0px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
}

#banner {
    height: 250px;
    background-color: #b21e3b;
    background-image: url(../img/BlackFlag_Logo_Temp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #fce052;
    font-size: 30px;
}

#navigation {
    height: 100%;
    margin-top: 20px;
    margin: auto;
}

#nav {
    list-style: none;
    vertical-align: middle;
}

    #nav ul {
        list-style: none;
        padding: 0;
        display: block;
        vertical-align: middle;
    }

    #nav li {
        float: left;
        position: inherit;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        #nav li ul li {
            border: 3px solid;
            padding-left: 10px;
        }

    #nav a:link, #nav a:active, #nav a:visited {
        display: block;
        color: white;
        text-decoration: none;
        min-width: 200px;
        padding: 5px 0 5px 0;
        font-size: 20px;
        font-weight: bold;
    }

    #nav ul li a:hover, #nav ul a:hover, #nav a:hover {
        background-color: #b21e3b;
        color: #f2e8dc;
    }

#content_area {
    float: none;
    width: 1050px;
    margin: 20px 0 20px 0;
    padding: 10px;
}

#sidebar {
    float: left;
    width: 250px;
    height: 400px;
    margin: 20px 10px 20px 10px;
}

#footer {
    background-color: #b21e3b;
    text-align: center;
    clear: both;
    color: white;
    width: 100%;
    position: relative;
    font-family: 'OpenSans', sans-serif;
}

    #footer a {
        text-decoration: none;
        color: #f2e8dc;
    }

        #footer a:hover {
            text-decoration: underline;
        }

.Accordion {
    background-color: white;
    color: red;
}

.table {
    display: table;
    color: black;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.row {
    display: table-row;
}

    .row > * {
        display: table-cell;
        text-align: center;
        padding: 10px;
    }

.grid {
    display: table-cell;
    text-align: center;
    padding: 10px;
    overflow-y: auto;
    height: 250px;
}

.center {
    margin-left: 0;
    text-align: left;
}

.admin {
    text-decoration: none;
    color: black;
}

.blackflagTable {
    width: 750px;
    height: 250px;
    margin: 10px 10px 10px 0;
    border: 3px solid #b21e3b;
}

    .blackflagTable tr th, blackflagTable tr td {
        text-align: left;
        padding: 0px 5px 0 5px;
    }

    .blackflagTable img {
        padding: 0px 10px 10px 10px;
        height: 150px;
        width: 150px;
    }

.controlTable {
    display: table;
    background-color: rgba(0,0,0,0.5);
}

.controls {
    display: table-row;
}

    .controls > * {
        display: table-cell;
        text-align: left;
        border-style: groove;
    }
