/*
	EPIC STYLE (sheet)
	by JAMES NISBET
	from BANDIT DESIGN (bandit.co.nz)
*/

@charset "utf-8";
body {
	background: #fff;
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0;
}
#container {
	float: right;
	width: 980px;
	background: #eaeaea url(../img/bg.png) repeat;
	margin: 40px 10px 0px 0px;
}
	#big-epic {
		background: url(../img/epic-bg-v2.png) top left no-repeat;
	}

.clear { clear: both; }
a { text-decoration: none; }

#label {
	width: 180px;
	height: 60px;
	line-height: 60px;
	background: #000;
	text-align: right;
	float: left;
	margin: 34px 0px 0px 0px;
}
	#label a {
		color: #fff;
		letter-spacing: -1px;
		font-size: 56px;
		font-weight: lighter;
	}
#description {
	width: 237px;
	height: 240px;
	background: #000;
	color: #8a0b08;
	text-align: right;
	float: right;
	margin: 0px 34px 0px 0px;
	letter-spacing: -1px;
	font-size: 34px;
	font-weight: lighter;
}
#thumbnails {
	float: right;
	top: 340px;
	width: 980px;
	margin: 60px 0px 0px 0px;
	overflow: auto;
	height: 180px;
}
	#thumbnails #holder {
		
	}
		#thumbnails #holder img {
			display: inline;
			float: left;
			border: 15px solid #000;
			margin: 0px 1px 0px 0px;
		}

#getone {
	padding: 34px 0px 0px 34px;
}
	#getone a {
		display: block;
		width: 203px;
		height: 60px;
		line-height: 60px;
		background: #000;
		color: #fff;
		text-align: center;
		letter-spacing: -1px;
		font-size: 32px;
		font-weight: lighter;
	}

#footer {
	background: #fff;
	color: #8a0b08;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	height: 40px;
	line-height: 40px;
	padding: 0px 34px 0px 34px;
	font-family: Tahoma, Helvetica, sans-serif !important;
}
	#footer span {
		color: #ccc;
	}
	#footer a {
		color: #8a0b08;
		text-decoration: none;
	}
		#footer a:hover { color: #a70d0a; }