﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

a.thumbnail {
    padding: 5px;
}

    a.thumbnail:hover, a.thumbnail:focus {
        border-color: #16a085;
    }

.thumbnail {
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 6px 2px rgba(189,195,199,0.15);
    -moz-box-shadow: 0 0 6px 2px rgba(189,195,199,0.15);
    box-shadow: 0 0 6px 2px rgba(189,195,199,0.15);
}

.thumbnail > a {
    display: block;
    z-index: 999;
}

.thumbnail > a .thumbnail-category {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .5em 1em;
    background: #333;
    color: #fff;
    font-size: .8em;
    text-transform: uppercase;
}
    
.thumbnail .caption {
    padding: 1em;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-container {
  width: auto;
  max-width: 760px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

.image-thumbnail-container {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
}

.album-sidebar-list {
    padding-left: 20px;
    list-style: none;
}

.track-list td {
    padding-right: 20px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.page-header-plain {
    margin-top: 50px;
    margin-bottom: 20px;
}

.album-subtitle {
    font-size: 12px;
    color: #999;
}

#about-image {
    float: left; 
    padding-right: 15px;
}

.reviewerName {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    margin-top: 10px;
}

.reviewerOrg {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.reviewLink {
    font-size: 13px;
    margin-bottom: 15px;
}

.reviewRow {
    padding-top: 25px;
}

.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

/* blog style */

.blog-title {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: normal;
}
.blog-description {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 20px;
}

.blog-subdescription {
    margin-top: 5px;
    font-size: 16px;
    color: #999;
}

/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 16px;
  line-height: 1.5;
}

.blog-main h1, .h1, 
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
  margin-top: 0;
  font-weight: normal;
  color: #333;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}

.blog-post-title {
  margin-bottom: 5px;
  font-size: 30px;
}

.blog-post-subtitle {
  margin-bottom: 5px;
  font-size: 20px;
}

.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}