/* CSS Document */
/* body styles */

body {
font-family: verdana, helvetica, sans-serif; 
font-size: 12px;
background-color: #382f20;
padding: 0px;
margin: 0px;
color: #000;
}
/* section styles*/

#wrapper {
background-color: #f6f2da;
border-left: 5px solid #000;
border-right: 5px solid #000;
margin: 0px 50px 0px 50px;
height: 1200px;
width: 800px;
}



#main {
padding-left: 0px;
width: 900px;
height: 850px;
margin: 0px;
}

#wrapper2 {
	background-color: #f6f2da;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	margin: 0px 50px 0px 50px;
	height: 1550px;
	width: 800px;
}

/* div styles*/

div.title {
background-image: url(images/logo.jpg);
width: 800px;
height: 90px;
}

div.sidebar {
float: left;
width: 184px;
height: 1110px;
background-image: url(images/side.jpg);
}

div.sidebar2 {
float: left;
width: 184px;
height: 1460px;
background-image: url(images/side.jpg);
}

div.sidetext {
margin-top: -20px;
padding-left: 10px;
padding-right: 10px;
}

div.group {
height: 240px;
}


div.base {
text-align: center;
}

div.base2 {
text-align: right;
}

div.bottombar {
height: 20px;
background-color: #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
width: 800px;
margin: 0px 50px 0px 50px;
border-left: 5px solid #000;
border-right: 5px solid #000;
}

div.bio {
line-height: 1.5;
padding: 20px 20px 0px 200px;
}

div.copy {
color: #999;
line-height: 200%;
}

div.copy a{
color: #999;
}

/* span styles */

span.group {
font-size: 1.2em;
padding: 0px 5px 0px 635px;
display: block;
}

span.group a:link {
color: #000;
text-decoration: none;
}

span.group a:visited {
color: #000;
text-decoration: none;
}

span.group a:hover {
color: #ff0000;
text-decoration: none;
}

span.sidetitle {
font-size: 1.2em;
font-weight: bold;
}


p.listen {
margin: 30px 40px 50px 224px;
font-size: 1.2em;
line-height: 1.4;
padding: 0px 10px 0px 10px;
border-top: 10px solid #382f20;
border-bottom: 10px solid #382f20;
display: block;
}

p.tracks {
font-size: 1.2em;
line-height: 1.4;
padding: 0px 20px 0px 20px;
margin: 0px 0px 0px 184px;
}

p.home {
font-size: 1.2em;
line-height: 1.4;
padding: 0px 20px 0px 20px;
margin: 60px 0px 0px 184px;
}

p.test {
font-size: 1.2em;
line-height: 1.4;
padding: 0px 20px 0px 20px;
margin: 40px 0px 0px 184px;
}

p.news {
font-size: 1.2em;
line-height: 1.4;
padding: 0px 20px 0px 20px;
margin: 40px 0px 0px 184px;
}

p.adelaide {
font-size: 1.2em;
line-height: 1.4;
padding: 0px 20px 0px 20px;
margin: -10px 0px 0px 220px;
}

/* img styles */
img {
border: none;
}

img.group {
float: left;
}

img.bio {
float: left;
margin: 0px 20px 10px 0px;
}

img.yt {
vertical-align: middle;
}


img.sideimg {
border: 2px solid #000;
}

ul.home {
font-size: 1.2em;
line-height: 1.4;
padding: 0px 20px 0px 20px;
margin: 0px 0px 0px 204px;

}


ul.links {
list-style-type: none;
font-size: 1.2em;
margin: 0px 40px 50px 180px;
}

ul.links li {
background-image: url(images/clef.jpg);
background-repeat: no-repeat;
padding-left: 40px;
padding-bottom: 30px;
}

ul.linkspc {
list-style-type: none;
font-size: 1.2em;
margin: 40px 40px 20px 165px;
}

ul.linkspc li {
background-image: url(images/phill.png);
background-repeat: no-repeat;
padding-left: 60px;
padding-bottom: 30px;
}

.file {
vertical-align: middle;
}

a:link { 
    color: #000;
    text-decoration: none; 
    }
a:visited { 
    color: #000;
    text-decoration: none;
    }
a:hover { 
    color: #ff0000;
    text-decoration: none;
    }
    
a.nav:link {
color: #fff;
display: block;
padding: 3px 10px 3px 20px;
border: 1px solid #fff;
background-color: #382f20;
font-weight: bold;
}

a.nav:visited {
color: #fff; 
display: block;
padding: 3px 10px 3px 20px;
border: 1px solid #fff;
background-color: #382f20;
font-weight: bold;
    }
a.nav:hover {
color: #fff;
display: block;
padding: 3px 10px 3px 20px;
border: 1px solid #fff;
background-color: #ff0000;
text-decoration: none;
color: #000;
font-weight: bold;
    }

a.email:link {
color: #fff;
font-weight: bold;
}

a.email:visited {
color: #fff; 
font-weight: bold;
    }
a.email:hover {
color: #ff0000; 
text-decoration: underline;
font-weight: bold;
    }
    
    
ul.links a:link { 
    font-weight: bold;
    }
ul.links a:visited { 
 font-weight: bold;
    }
ul.links a:hover { 
 font-weight: bold;
    }

ul.linkspc a:link { 
    font-weight: bold;
    }
ul.linkspc a:visited { 
 font-weight: bold;
    }
ul.linkspc a:hover { 
 font-weight: bold;
    }

