@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
}

/* SITE DESIGN */
#sitehugger {
	width: 100%;
}
#bannertop {
	background-image: url(../images/banner-top.jpg);
	height: 15px;
}
#banner {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat;
	height: 167px;
}
#contenthugger {
	background-color: #FFFFFF;
	margin: auto;
	width: 800px;
}
#sidebar {
	width: 300px;
	float: right;
	background-image: url(../images/sidebar.jpg);
	height: 550px;
	background-repeat: no-repeat;
}
#content {
	margin-right: 310px;
	padding: 10px;
}
#additional {
	background-color: #475522;
	color: #FFFFFF;
}
#footertop {
	background-image: url(../images/footer.jpg);
	height: 45px;
	width: 100%;
}
#footer {
	background-color: #657a2f;
	text-align: center;
}

/* BANNER */
h1 {
	background-image: url(../images/banner.jpg);
	height: 167px;
	width: 800px;
	margin: auto;
	text-indent: -50000px;
}

/* FOOTER */
#footer p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline overline;
}

/* CONTENT */
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content a {
	color: #003300;
}
#content a:hover {
	color: #666666;
	text-decoration: none;
}
#additional p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#additional a {
	color: #000000;
}
#additional a:hover {
	text-decoration: none;
}
.media {
	text-align: center;
}
.media img {
	padding: 5px;
	border: none;
}
.graphic-preview {
	text-align: center;
}
.graphic-preview img {
	padding: 5px;
	border: none;
}
.albumcover {
	padding: 5px;
	width: 200px;
	float: left;
	text-align: center;
}
.albumtext {
	margin-left: 210px;
}
.lyrics {
	text-align: center;
}
.lyriclist-text {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.lyriclist-title {
	font-size: 11px;
	font-weight: bold;
	color: #657A2F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* HEADINGS */
h2 {
	font-size: 24px;
	padding: 5px;
	text-align: center;
	background-image: url(../images/header-bg.jpg);
}

/* WROCK AGAINST BULLYING */
#wabcover {
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#wabtext {
	padding: 5px;
	margin-left: 210px;
}
.price {
	text-align:center;
}
