html,body { font-family: verdana, arial, helvetica, sans-serif; height: 100%; }
body { margin: 0px; background:url(images/greycanvas.jpg); /* background-repeat:repeat-x; */ background-position:bottom; background-attachment: scroll; background-color: #CCCCCC; color: #000000; }

/* main content boxes */
div#navframe { background-color:black; width:875px; margin: 0px auto; padding:10px 25px; font-size: 17px; background:url(images/nav-gradient.gif); border: 2px solid #000000; min-height: 97%; }

div#contentframe { margin: 10px; font-size: 80%; background:url(images/content-gradient.gif); background-repeat:repeat-y; background-color: #999999; margin: 0 auto; width:875px; padding: 0px 25px; border: 2px solid #121212; /* position:relative; left:-30px; */}

/* central nav and title */
div#parkas { text-align:center; padding: 3px 0px 0px 0px;} /* can't center inline h1, added block div with top padding*/
h1#bandname { font-size:32px; font-weight:900; display:inline; margin: auto; width: 700px; letter-spacing: 5px; }
div#mainnav { /*font-family: calvino;*/ word-spacing: 20px; text-transform: uppercase; margin: 4px 0px 11px 0px; } 


/* left, right and footer divs */
div#leftside { float:left; width:260px; text-align: center; }
div#jukebox { background: url(jukebox/skin/images/loading.jpg); background-repeat: repeat-x; margin-top:10px; }
div#content { width: 570px; margin-left:280px; }

p#footer { text-align: center; color: #999999; font-size: 16px; }
p#copyright { font-size: 75%; text-align:left; }


/* random tags */
a:link    { text-decoration: none; color: #FFFFFF; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover   { text-decoration: none; color: #FFAAAA; /*border: 2px solid #FFAAAA; */}
a:active  { text-decoration: none; color: #FFFFFF; }
a#current { text-decoration: none; color: #FFAAAA; }
a#current:hover { text-decoration: none; color: #FFAAAA; }
a#homelink { text-decoration: none; color: #FFFFFF; }
a#homelink:hover { border:none; color: #FFAAAA; }


h1.pagetitle { font-size: 150%; display:block; text-align: center; /* position:relative; left:-90px; */ }
h2 { display:inline; }
img { border: 0px; }
br.half { font-size: 7px; }
div.centered { text-align:center; }

/* index page * /
td#left { border: 2px solid #330000; width:350px; }
td#right { border: 2px solid #330000; width:350px; }
p.entrance { text-transform: uppercase; text-align:center; font-size:24px; }
*/

/* news page */
p.newsitem { }
strong.newsheader { text-transform: uppercase; }
span.newsfooter { font-size:70%; }

/* shows page */
span.showlisting { font-size: 75%; }
a.totop { font-size: 75%; }

/* disco page */
img.album { float: right; }
div#albumbox { margin:15px auto; width:850px; text-align:center; border-style: solid; border-width: 1px; padding: 0px 10px 10px 10px; }

/* lyrics page */
div.song {  }
div.equalheight { height:580px; }
/* videos page */

/* press page */
p.review { }
strong.papername { }
p.recordname { text-transform:uppercase; font-weight:bolder; font-size:120%; }
