body {
background-color:#CCC;
color:#000;
margin:0;
font-family:arial,helvetica;
font-size:1em;
}

* {
margin:0;
padding:0;
}

h1,p,ul,form {
margin-bottom:10px;
}
ul {
padding-left:2em;
}

img {
border:none;
}

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


#container {
width:950px;
margin:0 auto;
border:1px solid #999;
background-color:#fff;
padding:0;
}


#header {
background-image:url('/images/header_bg.jpg');
background-repeat:repeat-x;
height:85px;
}

#mast1 {
background-image:url('/images/main_bg.gif');
background-repeat:repeat-y;
overflow:auto;
}

#main {
float:right;
width:730px;
padding:38px 10px 10px 10px;
margin-right:10px;
}

#sidebar {
float:left;
width:150px;
/*background-color:#EEE;
border-right:1px solid #ccc;*/
padding:38px 10px 10px 10px;
font-size:.8em;
}

#sidebar .chunk {
margin-bottom:20px;
}

#footer {
clear:both;
padding:4px 10px;
background-color:#360;
text-align:right;
font-size:.8em;
}


#footer a {
font-weight:bold;
color:#FFF;
}



#letters {
width:950px;
position:absolute;
top:0;
margin:86px 0 0 0;
background-color:#CCC;
border-top:1px solid #999;
border-bottom:1px solid #999;
/*text-align:center;*/
padding:4px 0;
}
#letters a {
}
#letters ul {
margin:0;
padding:0;
}
#letters li {
list-style-type:none;
padding:2px 4px;
display:inline;
font-weight:bold;
font-size:.9em;
}
#letters li.label {
font-size:.8em;
padding-left:20px;
}
#letters li.home {
border-right:1px solid #999;
font-weight:bold;
padding-right:20px;
padding-left:10px;
font-size:.8em;
}

h1 {
font-size:1.2em;
}




#artist_header {
background-color:#EEE;
padding:10px;
border:1px solid #CCC;
}
#artist_header h1 {
margin:0;
}
#artist_header ul.links {
margin:0;
padding:0;
font-size:.9em;
}
#artist_header ul.links li {
display:inline;
list-style-type:none;
border-right:1px solid #CCC;
padding:2px 4px;
}
#artist_header ul.links li.last {
border:none;
}
#artist_header ul.links li.first {
padding-left:0;
}




/* Contact Page */

label {
font-size:.9em;
margin-right: 1em;
font-weight:bold;
display:block;
}
fieldset ol {
list-style:none;
}
fieldset ol li {
margin-bottom:10px;
}
fieldset {
border:none;
}
div.success {
font-size:.9em;
font-weight:bold;
margin-bottom:20px;
padding:8px;
background-color:#eee;
border:1px solid #ccc;
}
div.error {
font-size:.9em;
font-weight:bold;
margin-bottom:20px;
color:#F00;
padding:8px;
background-color:#eee;
border:1px solid #ccc;
}





.links {
margin-bottom:20px;
}
.links h3 {
text-decoration:underline;
margin-bottom:5px;
}
.links ul {
margin:0;
padding:0;
list-style:none;
font-weight:bold;
}
.links li {
margin:0;
padding:0 0 5px 0;
}



#artist_links {
margin-bottom:20px;
background-color:#ddd;
border:1px dashed #fff;
padding:8px;
}
#artist_links h3 {
text-decoration:none;
padding-bottom:3px;
}
#artist_links ul {
margin:0;
padding:0;
list-style:none;
}
#artist_links li.big {
font-weight:bold;
}




ul.songs, ul.artists {
margin:0;
padding:0;
list-style:none;
}
ul.songs li, ul.artists li {
padding:0 0 3px 0;
}



#search_form label {
font-weight:bold;
font-size:1.1em;
color:#333;
}


