/* PAGE STUFF */

* {
    color: #000;
    text-decoration: none;
}

body {
    font-weight: 400;
    text-transform: lowercase;
    font-family: 'Source Code Pro', sans-serif;
    font-size: 10px;
    background: url('./img/bglite.png') fixed repeat;
}
audio {
    margin: 0 auto;
    padding: 0 auto;
    display: block;
};

hr {
    margin: 18px auto 14px;
    border:none;
    border-top:1px dotted #ccc;
    color:#fff;
    background-color:#fff;
    height:1px;
    width:60%;
    }

/* IDEEZ NUTZ AND CLASSES */


#container {
    margin: 0 auto;
    width: 600px;
}

#content {
    clear: left;
    padding: 6px 10px 0;
}

#header {
    margin: 20px auto 10px;
}

table {
    border-collapse: collapse;
}

#releasetable{
    margin: 0 auto 20px;
}

#releasetable td {
    padding: 2px 15px; 
    margin: 0;
    text-align:left;
}

#releasetable th {
    padding: 2px 15px; 
    margin: 0;
    text-align:left;
}
.underline {
   border-bottom: 1px #ccc solid;
}
.indexheaderpic {
    width: 156px;
    height: 326px;
    padding: 0 auto;
    margin: 10px auto 0;
    display: block;
    background: transparent url('./img/headersryskl.png') center top no-repeat;
}
.indexheaderpic:hover {
    background-image: url('./img/headersrymsc.png');
}
.headerpic {
    width: 86px;
    height: 180px;
    margin: 10px auto 0;
    display: block;
    background: transparent url('./img/sryskl.png') center top no-repeat;
}
.headerpic:hover {
    background-image: url('./img/srymsc.png');
}

#navigation {
    display: none;
    padding: 0 auto;
    margin: 0 auto;
    text-align: center;
}
#about {
    text-align: center;
}
#footer {
    text-align: center;
    padding: 20px 0;
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
}

.show {
    display: block;
    margin: 4px 0 12px 4px;
    text-align:center;
}

.pastshows * {
    color: #999;
}
	
.halver {
    margin: 20px auto 30px;
    width: 287px; 
    display:inline-block;
    text-align: center;
    float: left;
}

.halver hr {
    width: 162px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.center {
    text-align: center;
    list-style-position: inside;
}

.centerimg {
    margin: 0 auto 12px;
    display: block;
}
/* LISTS */
ol {
    padding-left: 24px;
    margin: 2px;
}

/* TYPOGRAPHY */
h1 {
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin: 0 0 8px;
}


h2 {
    margin: 2px 0 0;
    padding: 0;
    font-size: 10px;
    font-weight: 600;
}

h3 {
    margin: 2px 0 0;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
}
p {
    margin: 0 6px 10px;
}

#footer p {
    font-weight: 200;
    color: #666;
}

/* LINKS */
#content a {
    border-bottom: dotted 1px #ccc;
}

#content a:hover {
    border-bottom: dotted 1px #ccc;
}
#header a {
    display: block;
    margin: 0 auto;
    width: 380px;
    padding: 0 4px;
}

#footer a {
    text-decoration: none;
    color: #666;
}

#navigation a {
    display: inline;
    margin: 0 5px;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    border-right: 1px solid #000;
    font-size: 12px;
    font-weight: 500;
}
#navigation a:hover {
    text-decoration: none;
}

.show a:hover {
    border-bottom: 1px dotted #000
}
