@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Vollkorn', serif;
	background-color:#7c92b3;
	color:#888;
}

.container-fluid {
  max-width:975px;
  margin:0 auto;
  background-color:#f8f8f8;
  min-height:100%;
  top:0;
  bottom:0;
}

.header-left {
  width:60%;
  float:left;
}

.header-left h1 {
  margin-bottom:0;
  font-size:48px;
  color:#7c92b3;
}

.header-left h2 {
  margin-top:0;
  font-size:21px;
}

.header-center {
  width:10%;
  float:right;
  margin-top:10px;
}

.header-right {
  width:30%;
  float:right;
  margin-top:20px;
}

.nav {
  margin-bottom:10px;
}

.nav-pills

.body-content {
  
}

.gallery {
  display:block;
  clear:both;
  overflow:hidden;
}
  .thumbnails {
    display:block;
    width:200px;
    height:250px;
    border:5px solid #fff;
    padding:0;
    overflow:hidden;
    margin-right:15px;
    margin-bottom:10px;
    float:left;
    background-color:#fff;
    position:relative;
  }
  .thumbnail img {
    margin-top:-25px;
  }

.details {
  display:block;
  z-index:500;
  position:absolute;
  bottom:0;
  left:0;
}

.details h4 {
  display:block;
  background-color:#7c92b3;
  background-color:rgba(0,0,0,.5);
  margin:0;
  padding:3px;
  color:#fff;
}

.details .new {
  position:relative;
  padding-left:30px;
}

.details .new:after,
.details .new:before{
  position:absolute;
}

.details .new:after {
  top:9px;
  left:1px;
  font-weight:bold;
  color:#99cc66;
  font-size:10px;
  content:"NEW";
}

.details .new:before {
  font-family:fontAwesome;
  top:-4px;
  left:-1px;
  color:#fff;
  font-size:32px;
  content:"\f111";
}

.details p {
  padding-left:5px;
}

.details .sold {
  font-weight:bold;
  color:#990000;
  text-transform: uppercase;
}

.body-content img {
  margin:0 auto;
  max-width:100%;
  height:auto;
}

footer {
  margin-top:20px;
  margin-bottom:50px;
}

footer .footer-left {
  width:50%;
  float:left;
}

footer .footer-right {
  width:50%;
  float:right;
  text-align:right;
}