﻿/********** CSS RESET **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/********** BODY STYLES **********/
body {background:#fff url(/images/bg.png) repeat center center;}

#container{
    margin:0 auto;
    width:95%;
    max-width:950px;
    min-width:430px;
    text-align:center;
    }

#header {background:url(images/logo.png) no-repeat center top; margin-top:20px; height:425px;}
#header p {margin-left:-9999px;}

#links {font:18px "Goudy Bookletter 1911", serif; text-align:center;}
#links li {display:inline; padding:10px;}
#links a {color:#000; text-decoration:none;}
#links a:hover {text-decoration:underline;}
.gray {color:#b4b4b4;}

#shows {background:#fff; border:3px double #b4b4b4; display:inline-block; height:430px; margin-top:20px; overflow:auto; text-align:center; vertical-align:top; width:460px;}
#shows p {font:18px "Goudy Bookletter 1911", serif;}
h1 {font:bold 24px "Raleway", cursive; text-align:center;}
.bold {font-weight:bold;}

#music {background:#fff; border:3px double #b4b4b4; display:inline-block; height:430px; margin-bottom:20px; margin-top:20px; text-align:center; vertical-align:top; width:470px;}
#wrapper {margin:0 auto; width:470px;}
/***#music .left {float:left; padding:0 32px 0 33px;}
#music .right {float:right; padding:0 32px 0 33px;}**/
#music .left {float:left; padding:0 5px;}
#music .bottom {clear:both; padding:10px;}

#contact {clear:both; margin-bottom:50px; text-align:center;}
#contact p {font:14px 'Goudy Bookletter 1911', serif;}​