/* @override
	http://www.frequencydesign.net/clients/roadrunner/devildriver/page.css
*/

* { padding: 0; margin: 0; }

/* @group basics */

body {
	color: black;
	background: black url(images/devildriverbg.jpg) no-repeat center 0;
	font-family: Tinos, Georgia, Baskerville, Cambria, Clarendon, "Clarendon Std", "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: gray;
}

img {
	border-width: 0;
}

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

h2 {
	
}



/* @end */

/* @group structure */

#wrapper {
 width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-image: none;
}

#inner {
	width: 100%;
	float: left;
	clear: both;
	height: auto;
}

#header {
 color: #333;
 width: 960px;
	height: 564px;
	margin-top: 80px;
	float: left;
	background: url(images/videobg.png) no-repeat;
	padding-bottom: 10px;
}

.mediawrapper {
	float: left;
	width: 100%;
	margin-top: 165px;
}

.video {
 width: 540px;
	float: right;
	z-index: 10;
	height: 320px;
	margin-right: 30px;
	background-color: black;
	border-width: 1px;
	border-style: solid;
}

.video img {
	display: none;
}

.audioplayer {
	width: 326px;
	margin-top: 280px;
}

.content {
	font-size: 0.7em;
	line-height: 1.6;
	text-align: center;
	background: url(images/transparent20x20.png) repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	float: left;
}

.cdtext {
	float: left;
	width: 326px;
	margin-left: 30px;
	margin-top: 20px;
	color: #0dc766;
	font-size: 14px;
	letter-spacing: 1px;
}
#footer { 
 width: 100%;
 color: gray;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background: none no-repeat 0;
	height: 96px;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
}

.sitelinks {
	color: silver;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-size: 13px;
}

.sitelinks a {
	color: white;
	letter-spacing: 3px;
}

.sitelinks a:hover {
	color: #f0180b;
	letter-spacing: 3px;
}

.cdcover {
	float: left;
	margin-right: 0;
	background-color: #3f1b9f;
	width: 326px;
	height: 320px;
	margin-left: 30px;
	background-image: url(images/beastcdcover.jpg);
	border-style: solid;
	border-width: 1px;
}



/* @end */

.credits {
	width: 100%;
	font-size: 10px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.credits a {
	color: #dfd6ca;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.credits a:hover {
	color: #f0180b;
}

/* @group buttons */

.buttons {
	float: right;
	margin-right: 30px;
	width: 540px;
	color: #0dc766;
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.itunesdownload {
	margin-left: auto;
	float: left;
}

.buycd {
	float: right;
}

.buytext {
	width: 240px;
	float: left;
	height: 50px;
}



/* @end */

/* @group Devildriver */

.devildriverlogo {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}



/* @end */