/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    /* font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;*/
    background: #fff;
    color: #333;
    line-height: 1.3em;
    /* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: #00adef; } /*blue*/
a:visited { text-decoration: none; color: #333; }
a:hover { /*text-decoration: underline;*/ color: #666; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 550px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #333; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 215px; background: #fff; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 215px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 0.8em; line-height:0.4em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; background-color: #00adef; color: #fff;}

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:hover {  } 
#index a:active {  } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration:underline; } 
#exhibit a:hover { text-decoration:underline; color:#666; } 
#exhibit a:active { text-decoration:underline; } 
#exhibit a:visited { text-decoration:underline; } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }

#release-content { height: 100%; margin: 0 0 0 270px; width: 490px; }

#buynow-bookmark { float:left; margin: 260px 0 0 -250px; width: 250px; }

#buynow-tutofh { float:left; margin: 320px 0 0 -270px; width: 250px; }

/* new updates 16 July 2022 */
#index #section_5.section { margin-bottom: 1.5em; }

.release_blk { margin: 17px 0 0; }

.release_blk .song_blk { float: left; width: 47%; margin: 0 0 50px; }

.release_title { text-transform: uppercase; font-size: 17px; font-weight: 700; margin: 0 0 20px; }

.song_link { font-size: 15px; margin: 0 0 10px; }

.album_art_link { margin: 15px 0 0; }

.bio_header { margin: 17px 0 0; }