.postBody {
    text-align: justify;
}
.postContainer {
    margin-bottom: 72px;
}
.lyricsColumn {
    display: block;
    width: 30%;
    float: left;
    list-style: none;
}
.lyricsColumn li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px;
    margin: 2px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: "Trebuchet MS", sans;
    cursor: pointer;
}
.lyricsBody {
    font-family: "Courier New", sans;
}
.lyricsColumn li:hover {
    font-weight: bold;
}
.blogPost {
    margin-top: 18px;
    text-align: justify;
}

#content h2.blogTitle {
    margin-bottom: 0px;
}

.blogAuthor {
    text-align: right;
    margin-bottom: 8px;
}

.blogAuthor a {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-decoration: none;
}

.blogComment {
    width: 70%;
    margin: auto;
    margin-bottom: 28px;
}

.blogComment .by {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #A59573;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-left: 12px;
    margin-bottom: 8px;
}

.blogComment .by .date {
    font-size: 0.7em;
}

#commentArea {
    width: 70%;
    margin: auto;
}
#commentArea input[type="text"], #commentArea textarea {
    width: 100%;
}
#commentArea textarea {
    height: 200px;
}
.memberLink {
    cursor: pointer;
}
.memberLink:hover {
    background-color: #A59573
}
#headerImage {
    margin-top: 18px;
}
/* Merch Pages */
.product {
    float: left;
    width:   120px;
    text-align: center;
    margin-right: 12px;
}
#productDialog {
    -moz-box-shadow: 5px 5px 5px #746442;
    -webkit-box-shadow: #746442 5px 5px 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; */
    padding: 15px;
    display: none;
    position: absolute!important;
    width: 400px;
    min-height: 200px;
    background-color: #191919;
    z-index: 2000;
    color: white;
}
#productDialog .title {
    width: 310px;
    float: left;
    padding-top: 3px;
    padding-left: 6px;
    font-size: 12px;
    color: #CAB993;
    font-family: "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
#productDialog .titleWrap {
    width: 95%;
    margin: auto;
}
#productDialog .close {
    width: 50px;
    float: right;
    font-size: 11px;
    text-align: right;
    padding-top: 4px;
    color: red;
}

#productDialog img {
    border: 1px solid white;
    float: left;
    margin: 12px;
}

#productArrow {
    width: 20px;
    height: 40px;
    position: absolute;
    display: none;
    padding: 0px;
    border: 0px;
    margin: 0px;
    z-index: 2002;
}

#productDialog .productDescription {
    width: 230px;
    float: left;
}
.merchSpacing {
    height: 400px;
}
/* Photos Pages */
#photoGalleries {
    width: 100%;
    margin: auto!important
}
#photoGalleries, #photoGalleries th, #photoGalleries td {
    text-align: center!important;
}
#photoGalleries th a, #backToPhotos a {
    color: #6F5129;
    text-decoration: none;
    font-family: "trebuchet ms",sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
#photoGalleries td a img, .galleryLink img {
    border: 2px solid #6F5129;
}

#photoGalleries td a img:hover {
    border-color: #667700;
}
#backToPhotos {
    float: right;
    text-align: right;
}
#backToPhotos a:hover {
    font-weight: bold;
}

.border {
    border-top: 1px solid #795F3E;
    width: 100%;
}

/* Photo Galleries */
.galleryLink div { width: 100px; height: 100px; background-repeat: no-repeat; background-position: center; }
.galleryThumb    { height: 150px; background-repeat: no-repeat; background-position: center; width: 150px; margin: auto;}
#photoCover {
    text-align: center;
}
/* Directions */
#directionsForm label { display: block; text-align: right; float: left; width: 30%; margin-top: 8px; margin-bottom: 2px;}
#directionsForm input, #directionsForm select { margin-left: 8px; display: block; float: left; width: 45%; margin-top: 8px; margin-bottom: 2px; }
#directionsForm .small { width: 60px; }

#map_canvas {
    margin-top: 12px!important;
}

#directionsForm {
    margin-top: 12px!important;
}
#directionsHeading, .bottomBorder {
    border-bottom: 1px solid #795F3E;
}

.subHeading1 {
    font-weight: bold;
    float: left;
    color: #3F2109;
    text-transform: uppercase;
    font-size: 20px;
    width: 200px;
    letter-spacing: 0.2em;
}

.button {
    float: right;
    width: 78px;
    border: 1px solid #AAAAAA;
    background-color: #CCCCCC;
    height: 33px;
    cursor: pointer;
}
.button:hover {
    background-color: #C3C3C3;
}
.button img {
    padding: 4px;
    float: left;
}
.button span {
    font-weight: bold;
    display: block;
    float: left;
    padding-top: 8px;
}
.upcomingShow {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #A59573;
    cursor: pointer;
}
.upcomingShow:hover {
    background-color: #C2AD80;
}
.mapShows {
    margin-bottom: 8px!important;
}
table tr.rowA {
    background-color: #A59573;
}
table tr.rowB {
    background-color: #C2AD80;
}
/* Releases */
.trackName{
    padding:          10px;
    border-bottom:    1px solid #6f5129;
    list-style:       none;
    background-color: #A59573;
}
.lyricsDiv {
    border-bottom:      1px solid #6f5129;
}

.trackName:hover  {
    background-color: #C2AD80;
}

.trackList .trackName {
    float:         left;
    width:         400px;
    display:       block;
}

.lyricsButton {
    float:         right;
    width:         100px;
    text-align:    right;
}

