/* BEGIN 4-column spacing & borders */

.s101_left-4column_even, .s101_center-4column_even {
    margin-right: 0;
}

.s101_col_4even {
    border-right: 1px solid #525252;
}

.s101_center-4column_even {
    padding-left: 12px;
    padding-right: 12px;
}

.s101_left-4column_even, .s101_multi_col_first {
    padding-right: 12px;
}

.s101_right-4column_even, .s101_multi_col_last {
        padding-left: 12px;
	border-right: none;
}

/* END 4-column spacing & borders */


/* page top-border */
.s101_content-wrapper-fullwidth {
border-top: 1px solid #525252;
}

/* home page no top-border */
#s101_page_home .s101_content-wrapper-fullwidth {
border-top: none;
}

/* home page - decrease white-space between key image and content */
#s101_page_home .s101_content-wrapper-fullwidth, #s101_page_home #s101_content-wrapper-fullwidth {
padding-top: 0px;
}

/* white-space for content lists */
.s101_content_list_item {
    margin-bottom: 8px;
}


/* BEGIN music page BUY buttons */

a.ts_buttonlink:link {
color: #FFF;
}

a.ts_buttonlink:visited {
color: #FFF;
}

a.ts_buttonlink:hover {
color: #28617C;
}

a.ts_buttonlink:active {
color: #FFF;
}

/* END music page BUY buttons */


/* Tour Page - white-space for BUY buttons */
#s101_page_tour td .row_buy_but {
	margin-left: 6px;
}

/* Photos page - index title white-space */
#s101_page_photos .jspPane .s101_photo_gallery_index_title {
    margin-bottom: 12px;
}

/* Photos page - scrollbar */
#s101_page_photos .jspTrack .jspDrag {
background-color: #28617C;
}

/* Video Index Title - white-space */
#s101_page_video .s101_video_index_element .s101_video_index_title {
	margin-bottom: 12px;
}