.content-container{text-align: center; min-height:1400px}
/*For gallery detail page*/
#gallery-item-container{
    width: 550px;
    border-bottom: 2px solid;
    border-color: #000;
    color: #FFF;
    background: #000;
    border: 2px solid;
    border-color: #939393;}
.gallery-item-info {
    padding: 0.5em;
    border: 2px solid;
    border-color: #DDD;
    margin-top: 1em;
    background: #939393;}
.stats {
    margin: 0.5em;
    float: left;
    padding: 0.5em;
    text-align: left;
    font-size: 0.8em;
    width: 45%;
    background: #EEE;
    color: #333;
    list-style:none;}
.stats h3{
    display: inline;}
.shortdesc {
    display: block;
    font-size:1.5em;
    padding: 1em;
    margin-bottom:1em;}
.disclaimer {
  display: block;
  background: #CCC;
  color: #810c0c;
  font-size: 0.8em;
  border: 1px solid;
  border-color: black;}

/*For gallery main page*/
.gallerycat {
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    min-height: 60px;
    text-align: left;
    border: 2px solid;
    border-color: #333;}
.gallerycat h2, .gallerycatheader, .gallerycatdetailheader {
    padding-left: 15px;
    display: block;
    background:#939393;
    color:#DDD;
    font-size: 1.5em;
    letter-spacing: 2px;}
.gallerycat h2, .gallerycatheader {
    height: 30px;}
.gallerycatdetailheader{
    width: 75%;
    margin: 2px;
    /* Padding right is to compensate for some pixels in the detail entries somewhere */
    padding-right: 5px;}
.gallerycatitemdetail, .gallerycatitem{
    float: left;
    text-align: left;
    background: #DDD;
    margin: 2px;}
.gallerycatitemdetail:hover, .gallerycatitem:hover {
    background: #EEE;}
.gallerycatitemdetail img, .gallerycatitem img {
    float: left;
    margin:5px;
    border: 1px solid;
    border-color: #000;}
.gallerycatitem {
  height: 60px;
  width: 49.5%; 
  color: black;}
.gallerycatitemdetail {
  min-height: 110px;
  width: 75%;
  padding-right: 20px;}
.gallerycatitemdetail h4{
  font-size: 0.9em;
  color: #333;}
.gallerycatitemdetail p{
  font-size: 0.8em;}