@charset "utf-8";
/* CSS Document */

/*reset everything*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
font-family:Geneva, Arial, Helvetica, sans-serif;
/*background-image:url(../images/new-bg-1.jpg); background-repeat:no-repeat; background-position:525px;*/
}
body a:link, body a:visited, body a:active{
color:#333333;
text-decoration:none;
}
body a:hover{
text-decoration:underline;
}
#container{
padding:45px 0 0 45px;
width:90%;
}
hr {
color: #CCCCCC;
background:#CCCCCC;
border:#CCCCCC;
width:860px;
text-align:left;
}
.logolink{
border-style:none;
}
p{
width:620px;
padding:0 0 10px 0;
font-size:0.9em;
color:#7a7979;
}

/* pics  */
.albumlist {
	list-style-type: none;
	/*width:700px;*/
	
}
/*#albumlist img{
width:100px;
height:140px;*/
}
.soundwave{
width:300px
height:213px;
}
.albumlist ul{
margin-left:0px;
}
.albumlist li {
list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:center;
}
.albumlist img {
	display: block;
	border: 1px solid #333300;
	margin-bottom:4px;
}
.albumlist a:link{
text-decoration:none;
}
.albumlist a:hover{
color: #FF0000;
text-decoration:underline;
}



.theme-page-image {
	float:left;
}
.hp_box{
width:650px;
padding-top:5px;
}
.hp_box img{
float:left;
margin:0 10px 0 0;
}
.hp_box h2{
padding-bottom:5px;
}
.view{
text-align:right;
}
h2 {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:21px;
	margin-left:2px;
	color:#666666;
	/*border-bottom:1px solid #cccccc;*/
	margin-bottom:8px;
	width:600px;
}
.clear{
clear:both;
}
#footer{
margin-top:25px;
font-size:12px;
}
