﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    /*text-transform: uppercase;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.search-banner {
    clear: both;
    height: 5em;
}

.searchbox {
    padding-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 20em;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-menu {
    float: right;
    height: 30px;
    padding: 0 10px;
}

    .top-menu > li {
        display: inline-block;
        width: 150px;
        line-height: 30px;
    }

.sub-menu {
    position: absolute;
    display: none;
    padding: 5px;
}

    .sub-menu > li {
        background: wheat;
        display: block;
        cursor: pointer;
    }

li:hover .sub-menu {
    display: block;
}

/*.imagegrid {
   
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.imagebox {
    display: block;
    width: 200px;
    height: 200px;
    background-color: lightblue;
    margin: 8px;
        overflow: hidden;
}

.imagebox-large {
    display: block;
    width: 50%;
    height: auto;
    background-color: lightblue;
    margin: 1em;
}*/

.box-header {
    padding-top: .5em;
    text-align: center;
    vertical-align: middle;
}

.filter {
    height: 3em;
    margin-top: 1em;
    background-color: antiquewhite;
}

.box-cover {
    width: 170px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-size: contain;
}

.box-cover-large {
    width: 622px;
    height: 708px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-size: contain;
}

.feature-row {
    margin-left: 10em;
    margin-right: 10em;
    display: flex;
    flex-wrap: wrap;
}

.featured {
    width: 45%;
    background-color: lightblue;
    height: 4em;
    margin: 1em;
}



.featured-content-box {
    height: 100%;
    width: 100%;
    display: block;
}

.gallery-slideshow {
    height: 10em;
    background-color: lightblue;
}


/*image details page*/

/*.image-details {
    display: table;
}

.details-pane {
    display: table-cell;
    max-width: 45%;
    vertical-align: top;
}

    .details-pane.content {
        text-align: left;
        width: auto;
    }*/

/*wireframe css*/

.image-attributes {
    padding: 10px 0px;
    font-size: 12px;
    color: #a2a5a7;
}

.keywords, .catagory, .caption {
    padding: 5px 0px;
}

/*end wireframe css*/
