/* display settings of media sections --------------------------------------------------*/
#vidwrap, #studiowrap, #audiowrap {display:none;position:absolute;top:0px;width:800px;margin:0px auto;background-color:#000;}
#vidplace, #studioplace, #audioplace {display:block;position:absolute;top:210px;left:330px;height:346px;width:470px;background-color:#000;text-align:center;}
#audioplace {height:200px;margin-top:100px;background-color:#000;}
#audioplace h3 {color:#770000;}
#audioplace p{color:#fff;}
#audioplace a{color:#770000;text-decoration:none;}
#audioplace a:hover {text-decoration:underline;}

.vidobj{display:none;}
.vidobj#vid1 {display:block;}

/* display settings of gig descriptions, links etc --------------------------------------------------*/
#descwrap {display:block;position:absolute;top:0px;width:800px;margin:0px auto;background-color:#000;}
#descplace {display:block;position:absolute;top:300px;left:440px;height:200px;width:320px;background-color:#000;text-align:justify;color:#fff;}
#descplace ul {margin:0px;padding:0px;}
#descplace ul li {display:none;margin:0px;padding:10px;border:1px dotted #770000;background-color:#333;font-size:1em;height:200px;overflow:hidden;}
#nextgig {background-color:#333;border:1px dotted #770000;text-align:center;padding:10px;height:200px;}
#nextgig h2 ,#nextgig h1{font-size:1.4em;font-variant:small-caps}
#nextgig h1 {display:block;padding:5px 10px;margin:1em auto;background-color:#333;color:#000;border-bottom:1px solid #000;font-family:Georgia, serif;}
#nextgig h3 {font-size:1.2em;}

/* media player button --------------------------------------------------*/
#plyr  {margin-top:2em;padding-top:10px;}
#plyr a {color:#fff;font-size:0.8em;font-weight:bold;padding:5px 30px;background-color:#333;}
#plyr a:hover {text-decoration:none;background-color:#770000;}


