@charset "UTF-8";
/*Created by Jacob Douglas on 12-5-2015*/

#wrapper{
    min-width: 490px;
    max-width: 490px;
    box-shadow: none;
    border: none;
    padding: 0px;
}   

main.gallerymain{
    height: 9750px;
}

.auctionwrapper{
    overflow: auto;
    left: 0;
    background-color: #b2d1f0;
    min-width: 490px;
    max-width: 490px;
    padding: 0px;
    border: none;
}

.auctionimage{
    display: none;
}

.auctiontext{
    overflow: auto;
    padding: 0px 5px 10px 0px;
} 

a.auctionlink:hover{
    color: #FFF;
}

.flex-container{
    min-width: 490px;
    max-width: 490px;
    justify-content: center;
}

.flex-item{
    min-width: 490px;
    max-width: 490px;
    min-height: 200px;
    max-height: 200px;
    border-radius: 15px;
    border-color: #80B2E6;
    background-color: #18497A;
    box-shadow: inset -3px -3px 0px 0px #00332B;
}


iframe{
    width: 350px;
    height: 200px;
}

.galleryfullimage{
    display: none;
}

#gallery{
    position: relative;
}   

#gallery ul     {
    width: 490px;
    text-decoration: none;
 }
#gallery li{
    display: inline;
    float: left;
    padding: 5px;
}
#gallery img {
    border: none;
}          
 
#gallerybody{
    text-align: center;                
}

main{
    padding: 10px 0px 0px 0px;    
}

body{
    background-color: #66a3e0;
    background-image: none;
}

header{
    height: 157px; /*height of logo*/
    width: 500px;
    right: 0px;
}

header div{
    width: 500px;
    height: 157px;
    top: 0px;
    right: 0px;
    background-image: url(../images/logo_small.gif);
}

nav {
    position: static;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

nav a{
    color: rgb(0,0,230);
    background-color: #66a3e0;
    display: block;
    margin: 0px;
    padding: 9px 0px 9px 0px;
    border: 3px solid #A6ABC5;
    text-align: center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.goback{
    color: rgb(0,0,230);
    background-color: #66a3e0;
    display: block;
    margin: 0px 0px 22px 0px;
    padding: 9px 0px 9px 0px;
    border: 3px solid #A6ABC5;
    text-align: center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1.2em;
}

.goback:hover{
    color: #FFF;
    background-color: rgba(255,255,255,.15);
}

nav a:hover{
    color: #FFF;
    background-color: rgba(255,255,255,.15);
}

footer {
    border-top: 2px solid #A6ABC5;
    margin: 10px;
    padding: 5px 0px 0px 0px;
}