/* @override http://www.frequencydesign.net/clients/roadrunner/machinehead/locust/mhlocust.css */

* { padding: 0; margin: 0; }

/* @group basics */

body {
	background: #68652f url(images/locustbg.gif) repeat-x 0 0;
	font-family: Oswald, "Droid Sans", "PT Sans", Lato, Arimo, Cabin, Nobile, Cantarell, Puritan, Tahoma, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

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

img {
	border-width: 0;
}

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

h1 {
	text-transform: uppercase;
	font-size: 24px;
	color: white;
	text-decoration: line-through;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group structure */

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

.details {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	float: left;
}

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

#header {
 color: #333;
 width: 100%;

	float: left;
	background: none no-repeat;
	text-align: center;
}

.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;
}

#albumcover {
	width: 786px;
	text-align: center;
	margin-top: 10px;
	height: 549px;
	margin-left: 87px;
	margin-right: auto;
	float: left;
	background-image: url(images/glowbg.png);
}

#mhbundletext {
	float: left;
	margin-top: 15px;
	padding-top: 50px;
}
#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: #555326;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-size: 13px;
}

.sitelinks a {
	color: black;
	letter-spacing: 1px;
}

.sitelinks a:hover {
	color: #a2ab28;
	letter-spacing: 1px;
}



/* @end */

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

.credits a {
	color: black;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits a:hover {
	color: #a2ab28;
	letter-spacing: 1px;
}

.tlogocenter {
	float: left;
	margin-left: 100px;
}

/* @group buttons */

a#preorderworld {
	width: 196px;
	height: 288px;
	float: right;
	text-indent: -9999px;
	background: url(images/mhworldpreorder.png) 0 -288px;
}

a#preorderworld:hover {
	width: 196px;
	height: 288px;
	float: right;
	text-indent: -9999px;
	background: url(images/mhworldpreorder.png) 0 4px;
}

a#preorderamerica {
	width: 196px;
	height: 288px;
	float: left;
	text-indent: -9999px;
	background: url(images/mhusapreorder.png) 0 -288px;
}

a#preorderamerica:hover {
	width: 196px;
	height: 288px;
	float: left;
	text-indent: -9999px;
	background: url(images/mhusapreorder.png) 0 4px;
}



/* @end */