html {background:url("images/lsd3_web.jpg") no-repeat right fixed;-webkit-background-size:cover;-moz-background-size:cover;-obackground-size:cover;background-size:cover;
    -webkit-text-size-adjust: 100%;
}
/*paper_texture_white
  lsd_cover_notext_web
*/
body {font-family:Calibri,Tahoma,Helvetica,Ariel,Sans-Serif;font-size:13px;color:#fff;margin:0px;}

h1 {font-size:14px;margin:0.25em 0px;padding-left:0.5em;}
.small {font-size:11px;}
.italic {font-style:italic;}
.strike {text-decoration:line-through;}
.bold {font-weight:bold;}
.pad_bottom {padding-bottom:10px;}
.pointer, .rollover, .facebook_link, .twitter_link {cursor:pointer;}

a{color:#ffffff;}
a:link {color: #ffffff;text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: #dddddd;text-decoration: underline;}
a:active {text-decoration: none;}

#header {
    width:100%;
    /*position:fixed;*/
    display:block;
    background-color:rgba(0,0,0,0.3);
    z-index:100;
    -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.5);
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.5);
}

#vl-banner {max-width:66%;height:auto;margin:5px 5px 0px;}

#main {margin:auto;overflow:auto;width:100%;display:block;}

.content-box{
    width:100%;
    background-color:rgba(0, 0, 0, 0.6);
    margin:0px auto 1em;
    border:0px none;
    border-radius:5px;
    padding-bottom:0.5em;
    -webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
}

#youtube-player{border:0px none;margin:0px auto 1em;display:block;}

#bandcamp-player{border:0px none;width:320px;height:120px;display:block;margin:0px auto 1em;} /*height:438px;*/

#spotify {overflow:hidden;}
#spotify iframe {margin:auto;display:block;width:320px;height:80px;}

#links {display:none;}
#links .friend {margin-left:1em;}

#footer {width:100%;text-align:center;color:#cccccc;font-size:12px;display:block;overflow:auto;}
#footer img {position:relative;top:2px;height:11px}
#footer a {color:#cccccc;}
#footer a:link {color: #cccccc;text-decoration:none;}
#footer a:visited {text-decoration:none;color:#cccccc;}
#footer a:hover {text-decoration:underline;}
#footer a:active {text-decoration:none;}


@media (min-width:700px) {
    #main_content{width:700px;margin:0px auto;}
    #main_content div {float:left;}
    .content-box{width:320px;margin: 0px 0px 1em 10px;}
    #youtube-player{width:700px;height:394px;}
    #bandcamp-player{width:350px;height:470px;margin-left:10px;}
    /*#facebook {margin-top:0.5em;}*/
    #links{display:block;}
}

@media (min-width:475px) {
    #vl-banner{max-width:66%;height:auto;}
}

@media (min-width:320px) {
    .content-box{width:320px;}
}

@media (orientation:landscape) {

    #vl-banner {max-width:30%;height:auto;margin:5px 5px 0px;}

}