/*
** default.css
*/

body {
	background-color: #333;
	background-image: url('pagebg.gif');
	background-repeat: repeat-x;
	color: #dfdddd;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
}

ol, ul {
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #8df;
}

a:hover, a:active {
	text-decoration: underline;
	color: #fff;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;	
	padding: 0px;
	padding-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #e8e0c8;
}

h1 {
	font-size: 140%;
}

h2, h3 {
	font-size: 110%;
}

a h2 {
	color: #e8e0c8;
}

a:hover h2 {
	color: #8df;
}

p {
	line-height: 130%;
}

.all {
	margin: 0px;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url('mond.gif');
	background-repeat: no-repeat;
	min-height: 400px;
}

.innerall {
	padding-top: 60px;
	padding-left: 7%;
	padding-right: 7%;
}

.album {
	height: 252px;
	padding: 4px;
	padding-bottom: 1.5em;
}

.albumembed {
	width: 250px;
	float: right;
	text-align: center;
	margin-left: 12px;
}

.cover {
	float: right;
}

.donation {
	text-align: left;
}

#currency_code, #amount, #os0 {
	width: 250px;
}


