/* @group Body, header, footer */

html {
	background: black url('../images/header/background.gif') repeat-x;
	margin: 0;
	padding: 0;
}

body {
	font: normal normal 10px/150% Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.5%;
	color: #9eabb2;
	margin: 0;
	padding: 0;
	min-width: 950px;
}

.history-background {
	background: url('../images/home/knives.jpg') no-repeat top center;
}

a img {
	border: none;
}

.clearer {
	clear: both;
}

table tr {
	border: none;
	padding: 0;
	margin: 0;
}

td {
	border: none;
	padding: 0 0 0 14px;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}

.tableheader {
	font: bold 0.8em/150% Helvetica, Arial, Geneva, sans-serif;
	color: white;
	text-transform: uppercase;
}

.header {
	height: 40px;
	position: relative;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 195px;
}

.header li {
	float: left;
}

.nav-home, .nav-history, .nav-discography, .nav-freeshit, .nav-friends, .nav-contact {
	background: url('../images/header/nav-home.gif') no-repeat;
	width: 33px;
	height: 26px;
	overflow: hidden;
}

.nav-home:hover, .nav-history:hover, .nav-discography:hover, .nav-freeshit:hover, .nav-friends:hover, .nav-contact:hover { background-position: 0 -26px; }
.nav-home a, .nav-history a, .nav-discography a, .nav-freeshit a, .nav-friends a, .nav-contact a { padding: 140px ; opacity: 0; }
.nav-history { background: url('../images/header/nav-history.gif') no-repeat; width: 76px; }
.nav-discography { background: url('../images/header/nav-discography.gif') no-repeat; width: 135px; }
.nav-freeshit { background: url('../images/header/nav-freeshit.gif') no-repeat; width: 86px; }
.nav-friends { background: url('../images/header/nav-friends.gif') no-repeat; width: 79px; }
.nav-contact { background: url('../images/header/nav-contact.gif') no-repeat; width: 94px; }
.nav-selected { background-position: 0 -52px; }
.nav-selected:hover { background-position: 0 -52px; }

.footer {
	background: url('../images/header/footer.gif') no-repeat;
	height: 72px;
	margin: 0 auto;
	padding: 0 0 0 190px;
}

.footer p {
	margin: 0;
	padding: 30px 0 0 14px;
	font-size: 1.2em;
	color: #53565c;
	text-shadow: black 0 1px 1px;
}

.twitter, .vimeo, .youtube, .facebook, .myspace, .ilike, .rss {
	width: 51px;
	height: 17px;
	position: absolute;
	left: 205px;
	top: 2px;
	overflow: hidden;
	opacity: 0;
}

.twitter a, .vimeo a, .youtube a, .facebook a, .myspace a, .ilike a, .rss a {
	padding: 140px;
}

.vimeo {
	width: 47px;
	left: 274px;
}

.youtube {
	width: 41px;
	left: 337px;
}

.facebook {
	width: 65px;
	left: 395px;
}

.myspace {
	width: 55px;
	left: 477px;
}

.ilike {
	width: 26px;
	left: 550px;
}

.historyspace {
	margin-top: 650px;
}

/* @end */

/* @group Text */

h1 {
	font: bold 2.2em/150% Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: -1px;
	color: #e5e8ed;
	margin: 0 190px;
	padding: 17px 0 10px 14px;
	text-align: left;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
}

h1 a {
	text-decoration: none;
	color: #e5e8ed;
}

h1 a:hover {
	color: #e5e8ed;
	text-shadow: rgba(255,255,255,1) 0 0 2px;
}

h2 a, h3 a, p a, table a {
	text-decoration: none;
	color: #ff1c1c;
	text-shadow: none;
}

h2 a:hover, h3 a:hover, p a:hover {
	color: white;
	text-shadow: rgba(255,255,255,1) 0 0 3px;
}

p, h3, h4, ul, table {
	font: normal normal 1.5em/150% Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	color: #dfe3e9;
	margin: 0 190px;
	padding: 0 5px 13px 14px;
	text-align: left;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
}

.intro {
	font-size: 1.8em;
	color: white;
}

h3 {
	font: bold 1.7em/150% Helvetica, Arial, Geneva, sans-serif;
	color: #e5e8ed;
	letter-spacing: 5px;
	margin-top: 1.1em;
	text-transform: uppercase;
}

h4 {
	font: bold 1.5em/150% Helvetica, Arial, Geneva, sans-serif;
	color: #e5e8ed;
	letter-spacing: -1px;
	padding: 0 5px 0 14px;
}

b {
	color: white;
	font-weight: bold;
}

small {
	color: #64686f;
	font-size: 70%;
}

.h1-icon {
	float: left;
	width: 32px;
	height: 32px;
	background: url('../images/test/icon.png') no-repeat;
	margin-right: 5px;
}

ul {
	list-style: none;
	list-style-image: url('../images/content/list-arrow.png');
	padding-left: 32px;
	padding-bottom: 25px;
}

li {
	margin: 0;
	padding: 0;
}

.white {
	color: white;
}

/* @end */

/* @group Forms */

textarea {
	background: #202020;
	border: none;
	border-bottom: 2px solid #474747;
	box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	margin: 2px 0;
	padding: 5px 3px;
	color: #aaafb7;
	font: normal normal 1.5em/150% Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	width: 309px;
	max-width: 309px;
	outline: none;
	opacity: 0.7;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input {
	background: #202020;
	border: none;
	border-bottom: 2px solid #474747;
	box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	margin: 2px 0;
	padding: 5px;
	color: #aaafb7;
	color: white;
	font: normal normal 1.5em/150% Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	width: 305px;
	outline: none;
	opacity: 0.7;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:focus, textarea:focus {
	color: white;
	opacity: 1;
}

fieldset {
	padding: 0;
	margin: 25px 0 0 0;
	border: none;
}

label {
	float: left;
	width: 30%;
	height: 100%;
	margin-right: 0.6em;
	color: #c4cad2;
	text-align: right;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
}

.form-toppad {
	font: normal normal 1.5em/150% Helvetica, Arial, Geneva, sans-serif;
	padding-top: 0.55em;
	color: #84898e;
}

.form-hide {
	display: none;
}

button {
	background: #3c0963 url('../images/buttons/small-mid.gif') repeat-x;
	font: bold 1.2em/150% Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	padding: 2px 15px;
	border: 1px solid #54217b;
	box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	color: white;
	-khtml-border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

button:hover {
	border: 1px solid #7c4aa3;
}

button:active {
	background: #30074f;
	color: #cad3d4;
	border: 1px solid #431a62;
}

/* @end */

/* @group Blueprint Grid.css */

/* -------------------------------------------------------------- 
   
   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Khoi Vinh         [subtraction.com]
   
   By default, the grid is 950px wide, with 24 columns 
   spanning 30px, and a 10px margin between columns.
   
   If you need fewer or more columns, use this 
   formula to find the new total width: 
   Total width = (columns * 40) - 10
   
   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
.column {
  float: left;
  margin-right: 10px;
}


/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1   { width: 30px; }
.span-2   { width: 70px; }
.span-3   { width: 110px; }
.span-4   { width: 150px; }
.span-5   { width: 190px; }
.span-6   { width: 230px; }
.span-7   { width: 270px; }
.span-8   { width: 310px; }
.span-9   { width: 350px; }
.span-10  { width: 390px; }
.span-11  { width: 430px; }
.span-12  { width: 470px; }
.span-13  { width: 510px; }
.span-14  { width: 550px; }
.span-15  { width: 590px; }
.span-16  { width: 630px; }
.span-17  { width: 670px; }
.span-18  { width: 710px; }
.span-19  { width: 750px; }
.span-20  { width: 790px; }
.span-21  { width: 830px; }
.span-22  { width: 870px; }
.span-23  { width: 910px; }
.span-24  { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1   { padding-right: 40px; }  
.append-2   { padding-right: 80px; } 
.append-3   { padding-right: 120px; } 
.append-4   { padding-right: 160px; } 
.append-5   { padding-right: 200px; } 
.append-6   { padding-right: 240px; } 
.append-7   { padding-right: 280px; } 
.append-8   { padding-right: 320px; } 
.append-9   { padding-right: 360px; } 
.append-10  { padding-right: 400px; } 
.append-11  { padding-right: 440px; } 
.append-12  { padding-right: 480px; } 
.append-13  { padding-right: 520px; } 
.append-14  { padding-right: 560px; } 
.append-15  { padding-right: 600px; } 
.append-16  { padding-right: 640px; } 
.append-17  { padding-right: 680px; } 
.append-18  { padding-right: 720px; } 
.append-19  { padding-right: 760px; } 
.append-20  { padding-right: 800px; } 
.append-21  { padding-right: 840px; } 
.append-22  { padding-right: 880px; } 
.append-23  { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1   { padding-left: 40px; }  
.prepend-2   { padding-left: 80px; } 
.prepend-3   { padding-left: 120px; } 
.prepend-4   { padding-left: 160px; } 
.prepend-5   { padding-left: 200px; } 
.prepend-6   { padding-left: 240px; } 
.prepend-7   { padding-left: 280px; } 
.prepend-8   { padding-left: 320px; } 
.prepend-9   { padding-left: 360px; } 
.prepend-10  { padding-left: 400px; } 
.prepend-11  { padding-left: 440px; } 
.prepend-12  { padding-left: 480px; } 
.prepend-13  { padding-left: 520px; } 
.prepend-14  { padding-left: 560px; } 
.prepend-15  { padding-left: 600px; } 
.prepend-16  { padding-left: 640px; } 
.prepend-17  { padding-left: 680px; } 
.prepend-18  { padding-left: 720px; } 
.prepend-19  { padding-left: 760px; } 
.prepend-20  { padding-left: 800px; } 
.prepend-21  { padding-left: 840px; } 
.prepend-22  { padding-left: 880px; } 
.prepend-23  { padding-left: 920px; } 


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column. */

.pull-1  { margin-left: -40px; }
.pull-2  { margin-left: -80px; }
.pull-3  { margin-left: -120px; }
.pull-4  { margin-left: -160px; }

.push-0  { margin: 0 0 0 18px; }
.push-1  { margin: 0 -40px 0 18px; }
.push-2  { margin: 0 -80px 0 18px; }
.push-3  { margin: 0 -120px 0 18px; }
.push-4  { margin: 0 -160px 0 18px; }
.push-0, .push-1, .push-2, .push-3, .push-4 { float: right; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #3d3f44; 
  color: #3d3f44;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.4em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* @end */
