html, body {
    height: 100%;
}

main {
    overflow:auto;
}

footer {
    position: relative;
    margin-top: -100px; /* negative value of footer height */
    height: 100px;
    clear:both;
    padding-top:20px;
} 

.logo {
    border-radius: 5px;
    width: auto;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.form-select-small {
    width: auto !important;
    margin-right: 10px;
}

.nav-logo {
    width: auto;
    height:50px;
}

.sheffield-bg {
    background-color: #BD4197 !important;
}

.navbar {
    white-space: nowrap;
}

.top-bar {
    border-bottom: 4px solid #fff;
    height: 80px;
    background-color: #BD4197 !important;
}
.logo-links {
    height: 80px;
}
.picture-sheffield h1 {
    color: #fff;
}

.logo-links a:link, .logo-links a:visited {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
}

.logo-links a:hover, .logo-links a:active {
    color: #ccc;
}

.main-search-button {
    width: 100%;
    margin: 10px;
}

.homepageGraphicsContainer {
    clear: both;
}

.homepageGraphics {
    list-style: none;
    padding: 0;
    text-align: center;
}

.homepageGraphics li {
    float: left;
    margin: 10px;
}

footer img.brands {
    width: auto;
    height:20px;
}

.theme {
    margin: 20px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 2px solid #ccc;
    height: 310px;
}

#wrap {
    min-height: 100%;
}

#homepageCarousel {
    margin-bottom: 10px;
}

#search {
    min-width: 100px;
}

.albumPicture {
    float: left;
    margin: 20px;
    height: 120px;
}

#album {
    clear: both;
}

#imageCount {
    clear: both;
    display: block;
    margin-top: 10px;
    padding: 20px;
}

#albumLayer {
    clear: both;
    margin-bottom: 20px;
}

.endLayer {
    clear: both;
}
.pictureControls input {
    margin-right: 10px;
}