body {
	background: #000000;
	color: #ffffff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
	
a {
	color: #ffffff;
	text-decoration: underline;
}

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

img#logo {
	margin-top: 20px;
}

div.container {
	margin-bottom:40px;
}

ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:32px;
	line-height: 48px;
	text-align: right;
}

ul.social li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.social li a {
	text-decoration: none;
}
	
.menu {
	background:#000;
	color:#fff;
	height:40px;
	line-height:40px;
	letter-spacing:1px;
	width:100%;
}

.menu a {
	text-decoration: none;
}

ul#mainnav {
	text-align: center;
	text-transform: uppercase;
}

ul#mainnav li {
	display: inline;
	margin: 0 8px;
	font-size: 14px;
	font-weight: bold;
}

div#logo {
	text-align: center;
}

div#logo p {
	font-style: italic;
}

div#preorder-shirt {
	background: #8A72A2;
	margin: 20px 0 0 !important;
	padding:20px 20px;
}

div#preorder-shirt a:hover {
	color: #000000;
}

div#preorder-shirt h3 {
	line-height: 1.8;
	margin-bottom: 0;
}

div#music a {
	color: #000000;
	text-decoration: none;
}

div#music a:hover {
	color: #8A72A2;
}

a img.album-cover {
	border: 8px solid #000000;
}

a:hover img.album-cover {
	border: 8px solid #8A72A2;
}

div#more-music p {
	margin: 20px 0 0 !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
}

div#more-music a {
    display: block;
    width: 100%;
    background: #000000;
    color: #ffffff;
}

div#more-music a:hover {
    background: #8A72A2;
    color: #ffffff;
}

div#music,
div#vision {
	padding:20px 20px;
	margin-top: 30px;
	text-align: justify;
}

div#music h2,
div#vision h2,
div#contact h2 {
	text-transform: uppercase;
}

div#music,
div#contact {
	background: #fff;
	color: #000;
}

div#contact,
div#footer {
	padding:25px 20px 0;
	margin-top: 30px;
	text-align: center;
}

div#contact a {
	color: #000;
}

div#contact a:hover {
	color: #8A72A2;
}