/* President's Inauguration Site Stylesheet
    By VSU Web Services
    Feb 5th, 2013 */

body {
    background-color: #96061e;
    margin: 0px;
    }

#backgroundwrapper {
    margin: 0px auto;
    width: 100%;
    background-image: url('../images/pres-inauguration/pres-body-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    }

#wrapper {
    height: auto;
    width: 960px;
    margin: 0px auto;
    background-color: #fff;
    }

#header {
    /*background: center no-repeat url('../images/pres-inauguration/pres-top-header.png');*/
    width: 100%;
    /*height: 130px;*/
    margin-bottom: 50px;
    }

#masthead {
    width: 100%;
    margin-bottom: 20px;
    }

#menu {
    width: 95%;
    height: 49px;
    margin: 0px auto 40px auto;
    background: url('../images/pres-inauguration/pres-menu-bg.png');
    border: 5px solid #ccc;
    }

#menu ul {
    width: 95%;
    height: auto;
    margin: 13px auto 13px 0px;
    }
    

#menu ul li {
    display: block;
    font-size: 20px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-variant: small-caps;
    margin-right: 20px;
    padding-right: 20px;
    float: left;
    border-right: 2px solid #717171;
    list-style: none;
    }

#menu ul li, #menu ul li a {
    color: #0c0c0c;
    text-decoration: none;
    }

#menu ul li:last-child {
    border-right: none;
    }

/* CONTENT */ 

#content, #footer {
    width: 90%;
    clear: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    }

#content a, #footer a {
    color: #9D0B10;
    text-decoration: none;
    }
    
#content {
    margin: 0px auto 50px auto;
    min-height: 500px;
    }

#content p {
    margin-bottom: 10px;
    margin-top: 0px;
    }

#content h1 {
    font-size: 22px;
    line-height: 24px;
    }

#content h2 {
    font-size: 20px;
    line-height: 22px;
    }

#content h3 {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #C7CDD1;
    }

#content h4 {
    font-size: 14px;
    line-height: 16px;
    }

#content h4 span {
    font-size: 18px;
    line-height: 16px;
    }

#content h5 {
    font-size: 14px;
    line-height: 16px;
    }

#content_bottom {
    height: 50px;
    width: 90%;
    background: no-repeat url('../images/pres-inauguration/pres-content-bottom.png');
    margin: 0px auto;
    clear: left;
    }

#footer {
    text-align: center;
    margin: 0px auto;
    padding-bottom: 30px;
    }
    
/* IMAGE GALLERY */
    
/* Vertical and Horizontal image */

.vertical, .horizontal {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    clear: left;
    }

.vertical .img-wrapper img, .horizontal .img-wrapper img {
    max-width: 100%;
    border: 5px solid #fff;
    display: block;
    box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.75);
    }

/* Vertical image */

.vertical .img-wrapper {
    width: 450px;
    display: block;
    float: left;
    margin-bottom: 20px;
    }
    
.vertical .img-wrapper img {
    float: right;
    }

.vertical .img-wrapper .img-shadow {
    display: block;
    height: 25px;
    background-image: url('../images/gallery/full-image-dropshadow-portrait.png');
    background-position: center;
    }
    
.vertical .img-caption {
    width: 40%;
    display: block;
    float: right;
    }
    
/* Horizontal image */

.horizontal .img-wrapper {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    }
    
.horizontal .img-wrapper img {
    margin-left: auto;
    margin-right: auto;
    }

.horizontal .img-wrapper .img-shadow {
    display: block;
    height: 42px;
    background-image: url('../images/gallery/full-image-dropshadow-landscape.png');
    background-position: center;
    }
    
.horizontal .img-caption {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

/* Thumbnail Selector */

.thumbnail-selector {
    display: block;
    height: 151px;
    width: 880px;
    float: left;
    clear: all;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
    }

.thumbnail-selector .left-button, 
.thumbnail-selector .right-button,
.thumbnail-selector .left-button-off, 
.thumbnail-selector .right-button-off {
    display: block;
    width: 98px;
    height: 82px;
    margin-top: 35px;
    }
    
.thumbnail-selector .left-button,
.thumbnail-selector .left-button-off {
    float: left;
    }

.thumbnail-selector .right-button,
.thumbnail-selector .right-button-off {
    float: right;
    }
    
.thumbnail-selector .left-button img, 
.thumbnail-selector .right-button img {
    opacity:1.0;
    filter:alpha(opacity=100);
    }

.thumbnail-selector .left-button-off img, 
.thumbnail-selector .right-button-off img {
    opacity:0.5;
    filter:alpha(opacity=50);
    }
    
.thumbnail-selector .middle {
    display: block;
    height: 151px;
    width: 684px;
    background-image: url('../images/gallery/thumb-strip-bg.png');
    border-radius: 10px;
    box-shadow: 0px 1px 20px rgba(50, 50, 50, 0.3);
    position: absolute;
    left: 98px;
    }

.thumbnail-selector .middle .strip {
    overflow: hidden;
    width: 607px;
    height: 118px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    }
    
.thumbnail-selector .middle .strip .thumbs {
    height: 118px;
    }

.thumbnail-selector .middle .strip .thumbs .thumb-wrapper {
    height: 118px;
    width: 115px;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    }

.thumbnail-selector .middle .strip .thumbs .thumb-wrapper img {
    height: 104px;
    width: 104px;
    border: 3px solid #fff;
    margin-right: auto;
    margin-left: auto;
    display: block;
   }
   
.thumbnail-selector .middle .strip .thumbs .thumb-wrapper .thumb-shadow {
   height: 9px;
   width: 100%;
   margin-top: -9px;
   background-image: url('../images/gallery/thumbnail-drop-shadow.png');
   background-position: center;
   background-repeat: no-repeat;
   }