/*
	White Bone Rattle
	The template which defines the styles for the layout and the generic
	page elements.
	
	Author: Matt Fairbrass
	Last updated: 08/12/2010
*/

/* Page Settings */

body, html {
	color: #ffffff;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:  62.5%;
	font-weight: normal;
}

body a {
	color: #ffffff;
	text-decoration: underline;
	}
  
body a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

body a:active {
	color: #ffffff;
	text-decoration: underline;
	}

h1 {
	color: #ffffff;
	font-family: Futura;
	font-size: 7.4em;
	font-weight: 100;
	letter-spacing: 10px;
	margin: 40px 0px 0px 0px;
	text-transform: uppercase;
}

h2 {
	color: #a2a1a1;
	font-family: Futura;
	font-size: 4.0em;
	font-weight: 100;
	letter-spacing: 10px;
	margin: 5px 0px 20px 0px;
	text-transform: uppercase;
}

h3 {
	color: #a2a1a1;
	font-family: Futura;
	font-size: 3.0em;
	font-weight: 100;
	letter-spacing: 10px;
	margin: 5px 0px 20px 0px;
	text-transform: uppercase;
}

h1#header {
	background: transparent url(../images/header.png) no-repeat top left;
	display: block;
	height: 121px;
	margin: 55px auto 40px auto;
	padding: 0px;
	text-indent: -9999px;
	width: 531px;
}

p {
	font-size: 1.4em;
	letter-spacing: 2px;
	line-height: 1.6em;
	margin: 0px 0px 20px 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

/* Fonts */

@font-face {
	font-family: Futura;
	src: url(fonts/Futura-CondensedMedium.ttf);
}

/* Form */

form fieldset {
	margin: 0px 0px 20px 0px;
}

form fieldset legend {
	color: #1C292F;
	font-family: Chunk;
	font-size: 2.3em;
	font-weight: 100;
	margin: 0px 0px 20px 0px;
}

form fieldset ul li {
	border-bottom: 1px dotted #d8d8d8;
	padding: 15px 0px;
	position: relative;
}

form fieldset ul li:last-child, form fieldset ul li.alignleft, form fieldset ul li.alignright {
	border-bottom: none;
}

form fieldset ul li label {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0px 10px 0px 0px;
	min-width: 120px;
}

form fieldset ul li label.inline {
	display: inline;
	width: auto;
}

button {
	background: #3f3d3e;
	border: 1px solid #3f3d3e;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ie-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 3px 6px;
}

button.inline {
	display: inline;
	width: auto;
	margin: 0px 10px;
}

form fieldset ul li input, form fieldset ul li textarea, form fieldset ul li select {
	background: #ffffff;
	border: 1px solid #3f3d3e;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ie-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

form fieldset ul li input.text, form fieldset ul li textarea, form fieldset ul li select {
	width: 200px;
}

input.error {
	border: 1px solid #AF2029;
}


/* Container */

#container {
	display: block;
	margin: auto 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	width: 4292px;
}

/* Navigation */

#nav {
	background: #000000;
	border-bottom: 1px solid #3f3d3e;
	display: block;
	height: 47px;
	line-height: 47px;	
	margin: 0px;
	padding: 0px 30px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

#nav ul {
	display: block;
	height: 47px;
	line-height: 47px;
}

#nav ul li a {
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #8F8F8F;
	text-decoration: none;
}

#nav ul#menu li {
	display: inline;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}

#nav ul#menu {
	float: left;
	margin: 0px 30px 0px 0px;
}

#nav ul#menu li {
	display: inline;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}

#nav ul#social_menu {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 30px 0px 0px;
}

#nav ul#social_menu li {
	display: inline;
	float: right;
	margin: 2px 0px 0px 10px;
	padding: 0px;
}

.twitter-share-button {
	margin: 10px 0px 0px 0px;
}

/* Error Message */

div.error {
	background: #AF2029;
	border: 1px solid #7F1720;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ie-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 20px 0px;
	padding: 10px;
}

div.error p {
	font-size: 1.2em;
	margin: 0px;
	text-align: left;
}

.download_icon {
	background: transparent url(../images/icon_download.png) no-repeat top left;
	height: 32px;
	line-height: 32px;
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 0px 42px;
}

/* Sections */

.page {
	display: block;
	float: left;
	height: 540px;
	margin: 29px 0px 0px 0px;
	padding: 0px 67px 40px 67px;
	width: 939px;
}

.page.home {
	background: transparent url(../images/bg_home.jpg) no-repeat top left;
}

.page.general {
	background: transparent url(../images/bg_general.jpg) no-repeat center left;
}

.page.download {
	background: transparent url(../images/bg_download.jpg) no-repeat bottom right;
}

/* Home */

#home #date {
	color: #ffffff;
	display: block;
	font-family: Futura;
	font-size: 4.0em;
	font-weight: 100;
	letter-spacing: 10px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
}

#home #stores {
	display: block;
	color: #ffffff;
	font-family: Futura;
	font-size: 2.0em;
	font-weight: 100;
	letter-spacing: 10px;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
}

.store_logo {
	display: block;
	float: left;
	height:49px;
	margin: 10px 0px 30px 0px;
	width:180px;
	text-indent: -9999px;
}

.store_logo.itunes {
	background: transparent url(../images/store_itunes.png) no-repeat top left;
	margin-right: 20px;
}

.store_logo.amazon {
	background: transparent url(../images/store_amazon.png) no-repeat top center;
	margin-right: 20px;
	top: 15px;
	position: relative;
}

.store_logo.spotify {
	background: transparent url(../images/store_spotify.png) no-repeat top right;
}

#home a {
	color: #a2a1a1;
	font-family: Futura;
	font-size: 2.8em;
	font-weight: 100;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

/* Reviews */

blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

blockquote p {
	display: inline;
	font-size: 1.4em;
	font-style: italic;
	letter-spacing: 3px;
	line-height: 1.3em;
	margin: 0px;
}

blockquote span {
	display: inline;
	font-size: 1.2em;
	letter-spacing: 3px;
	line-height: 1.2em;
	margin: 0px;
}

/* Footer */

#footer {
	border-top: 1px solid #3f3d3e;
	background: #000000;
	bottom: 0px;
	height: 38px;
	margin: 0px 0px;
	padding: 10px 30px;
	position: fixed;
	width: 100%;
}

#footer p {
	display: inline-block;
	color: #9f9f9f;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 6px 0px;
}

#footer ul#social {
	display: block;
	float: right;
	height: 38px;
	line-height: 38px;
	margin: 10px 30px 0px 10px;
	padding: 0px 30px 0px 0px;
}

#footer ul#social li {
	display: block;
	float: right;
	height: 16px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 16px;
}

#footer ul#social li a {
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

#footer ul#social li a.facebook {
	background: transparent url(../images/icon_facebook.png) no-repeat top left;
}

#footer ul#social li a.myspace {
	background: transparent url(../images/icon_myspace.png) no-repeat top left;
}

#footer ul#social li a.email {
	background: transparent url(../images/icon_email.png) no-repeat top left;
}

#footer ul#social li a.youtube {
	background: transparent url(../images/icon_youtube.png) no-repeat top left;
}

#footer ul#social li a.twitter {
	background: transparent url(../images/icon_twitter.png) no-repeat top left;
}
