body {
    padding-top: 90px; /* 60px to make the container go all the way to the bottom of the topbar */
    padding-bottom: 40px;
    background: none;
    font-weight: 200;
}

.navbar-wrapper {
    left: 0;
    margin-bottom: -90px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
    padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}

.contentTimestamp:after, .article:after {
    clear: both;
    content: ".";
    display: block;
    height: 20px;
    visibility: hidden;
}

.contentTimestamp {
    background: -moz-linear-gradient(center top, #666, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #666, #fff);

    border-radius: 5px;
    font-family: "Arial", sans-serif;
    font-size: 10px;
    height: 82px;
    margin: 5px;
    text-align: right;
    width: 64px;
    float: left;
    margin-right: 10px;
    line-height: 10px;
    box-shadow: 0px -2px 2px #444;
}

.contentTimestamp .day {
    color: #ccc;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    margin-top: 5px;
}

.contentTimestamp .date {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
    padding: 2px;
    text-align: center;
    text-shadow: 0 0 5px #000000;
}

.contentTimestamp .time {
    color: #666;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    margin-top: 5px;
}

.contentTimestamp .month {
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}

.contentTimestamp .year {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    margin-top: 8px;
    text-shadow: 0 0 2px #000;
}

.blogTitle {
    color: #666;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0 auto;
    vertical-align: top;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.blogBody {
    text-shadow: none;
    vertical-align: top;
    line-height: 1.8em;
    border-left: 1px solid #ccc;
    padding: 10px;

}

.blogTitle a {
    text-decoration: none;
    color: #666;
}





.blogBody img {
    max-width: 320px;
    box-shadow: 2px 2px 2px #666;
    margin-left: 10px;
    float: right;
}

.blog {
    color: #000;
}

.pageBody {
    margin-bottom: 20px;
}

#topBGImageHolder {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0 -5px 10px #000;
    height: 150px;
    min-width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#topBGImage {

    height: 150px;
    min-width: 100%;

}

#mainTitle {
    color: #fff;
    text-shadow: 0 -5px 5px #000;
}

#pageContainer {
    padding-top: 10px;
}

.blogListItem {
    background-color: #eee;
    padding: 10px;
    border:1px solid #ccc;
    border-radius:5px;
    margin-bottom: 10px;

}

.blogListItem a {
    text-decoration: none;

}

.blogListItem a:active {
    text-decoration: none;

}

.blogListItem a:hover {
    text-decoration: none;
    color:#666;
}


.blogListItem h4 {
    text-shadow: 0 -1px 1px #fff;
}



.blogListItem .blogBody {
    line-height: 1.2em;
    border: none;
    padding: 0;
    color:#444;
    text-shadow: 0 -1px 1px #fff;
}



.galleryListThumbnail {
    min-height:400px;
    max-height:400px;
    max-width:320px;
    position:relative;
    overflow: hidden;
    background-color: #000;
    padding: 0;
}

.galleryListThumbnail img {

}


.galleryListPic {
    position: absolute;
    z-index: 1;

}

.galleryListThumbnail .overlay {
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    height: 50%;
    width: 100%;
    z-index: 2;
}


.galleryListThumbnailStamp {
    text-align: center;
    color:#fff;
    position: absolute;
    bottom:0px;
    padding:5px;
    z-index: 2;
    font-size: 0.7em;
    width:100%;
    color:#ccc;
}


.galleryListThumbnail .caption {
    line-height: 1.2em;
    text-align: center;
    position: absolute;
    top:50%;
    height: 38%;
    color:#fff;
    z-index: 5;
    text-shadow: 0 -1px 5px #666;
    width: 90%;
    overflow: hidden;
    font-size: 0.8em;
}

.galleryListThumbnail .caption p {
    color:#0088cc;
    text-shadow: 0 -1px 1px #000;

}


.galleryListThumbnail h3 {
    line-height: 1em;
    text-align: center;
    color:#fff;
    text-shadow: 0 -1px 5px #000;

}

.musicTableCaption {
    text-align: left;
    padding:5px;
}

.musicTableCaption h4 {

}

.musicTable{
    margin-bottom:50px;
    border:1px solid #ccc;

}

.pieceTitle {
    font-weight: bold;
    font-size: 1.2em;
}

.pieceDescription {
    font-size: 0.8em;
    line-height: 1.2em;
}

.pieceDate{
    font-size: 0.8em;
}

.piecePlayer{
}

ul.smallPiece{
    list-style: none;
    margin-bottom:200px;

}

ul.smallPiece li{
    margin:10px;
    background-color: #444;
    border:1px solid #444;
    padding:5px;
    border-radius: 5px;
    padding:5px;
}

ul.smallPiece li .pieceDescription,
ul.smallPiece li .pieceMeta{
    color:#ccc;
    color:lightskyblue;
    text-shadow: 0px 1px 1px #000;
}
ul.smallPiece li .pieceMeta{
    color:orange;

}

ul.smallPiece li .pieceDate{
    color:#ccc;
}


ul.smallPiece li .pieceTitle
{
    color: #fff;
    text-shadow: 0px -2px 2px #000;
}

#liveFyreHLB {

    margin-top:50px;
}

#siteFooter{
    padding:10px;
    font-size:0.8em;
    text-align: center;
    border-top:1px solid #eee;
}