/** ==============================================================
 *
 *  Styling for the Re-Releases page
 +
 * ============================================================== */

/*
 * At the Re-Release-Page initially hide the custom views 
 */
#view_titles, #view_artists {
    display:none;
}

/**
 * Hide the active state of the reset button
 */
#overview_filter_view_waves a:active {
    text-decoration: none !important;
    border-bottom:none !important;
}

#overview_filter_view_artists a,
#overview_filter_view_title a, 
#overview_filter_view_waves a {
    color: #6a6f78;
    padding-right:20px;
}

#view_artists .overview_filter_alphabetical, 
#view_titles .overview_filter_alphabetical {
    margin-bottom: 15px;
}

#view_artists .overview_filter_alphabetical a.filter_available, 
#view_titles .overview_filter_alphabetical a.filter_available {
    color: #6a6f78; 
}

#view_artists .overview_filter_alphabetical a.filter_disabled, 
#view_titles .overview_filter_alphabetical a.filter_disabled {
    text-decoration: none !important;
    border-bottom:none !important;
}


.re_releases_view_waves_description {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Making the release descriptions on the re-release/classics page smaller */
body.post-type-archive-rereleases .overview_page_item_name {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.2em;
	margin-bottom: 15px;
}