/* BAND REVIEWS */

#the-band {
    width: 300px;
    height: 215px;
    overflow: hidden;
    position: relative;
    background: gray;
}
#the-band img {
    height: 215px;
}
#the-band-label {
    position: absolute;
    top: 170px;
    left: 0;
    min-width: 150px;
    height: 35px;
    background: #5cc4e9;
    text-align: center;
}
#the-band-label span{
    position:relative;
    top:4px;
    margin: 0 12px;
}
#the-band-label span a{
    color: white;
    font-family: "Trebuchet MS", Arial;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

#bands-container {
    *width: 614px;
}

#bands-container .bands-item {
    margin-bottom: 20px;
}

#bands-container .bandImage {
    float: left;
    width: 300px;
}

#bands-container .bandWrap {
    float: right;
    width: 300px;
    margin-right: 10px;
}

#bands-container .bandImage img {
    width: 290px;
}

.band {
    *width: 614px;
}

.band-control {
    
}

.band-control a {
    cursor: pointer;
}

.band-control b {
    padding: 2px;
    color: gray;
}

.content #reviews-container {
    *width: 614px;
}

.review-item {
    padding: 0 0 15px 0;
}
.review-image {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: gray;
}
.review-image img {
    width: 60px;
}
.review-short {
    float: right;
    width: 275px;
    color: #222;
    padding-right: 18px;
}
.review-content {
    float: right;
    width: 235px;
}
.review-content h3 {    
    font-size: 16px;
    margin: 0px;
    text-transform: uppercase;
}
.review-content h3 a {
    color: black;
}
.review-content h3 a:hover {
    color: #333;
}
.review-content p {
    margin: 2px 0 6px 0;
    color: gray;
    font-weight: bold;
}

/* BOOK REVIEWS */


div.hv_basicbox.book-reviews .hv_header {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-top:-15px;
}

#book-reviews {
    
}

#book-reviews .review-image {
    background-color: white;
    width:100px;
    height: auto;
    padding: 0 10px 10px 0;
    margin: 0 4px 0 0;
}

#book-reviews .review-image img {
    width:100px;
    max-width:100px;
    *width: 100px;
}

#book-reviews  .review-item a.more {
    color: #333;
    text-decoration: underline;
}

#book-reviews .review-item h3 a {
    font-family: "Trebuchet MS", Arial;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

#book-reviews .review-item p.author {
    

}
