/*Typography*/

#footer {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 75%;
}

#footer a {
	text-decoration: underline;
	color: #d8d8d8;
}

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

h1 {
	font-size: 35px;
	padding-bottom: 24px;
	font-family: Gotham, Helvetica, Sans-Serif;
	font-weight: 200;
}

h2 {
	font-size: 24px;
	padding-top: 24px;
	padding-bottom: 36px;
	font-family: Gotham, Helvetica, Sans-Serif;
	font-weight: 200;
}

#content{
	color: silver;
	font-family: Gotham, Helvetica, Sans-Serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#headline {
	text-align: center;
	font-size: 39px;
	color: #caaa91;
}

/*Colors*/

.red {color: #ff624d;}
.yellow {color: #ffcc4d;}
.green {color: #4dff88;}
.blue {color: #4da3ff;}
.purple {color: #db4dff;}
.blockquote {color: #6a413d;}

/*Layout*/

body {background-color: black;}

#header {
	padding-top: 20px;
}

#nav {
	padding-top: 10px;
}

#container {
	width: 689px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-bottom: 50px;
	min-height: 459px;
	background-color: black;
	padding-top: 60px;
	padding-bottom: 60px;
}

#splash {
	margin-bottom: 50px;
	min-height: 459px;
	background-color: black;
}

#centered {
	text-align: center;
}

p {
	padding-bottom: 28px;
}

#footer {
	height: 50px;
}

#copyright {
	float: left;
}

#top {
	float: right;
}

#buy {position: absolute; top: 220px; left: -2px;}

.blockquote {
	font-size: 500%;
	float: left;
	margin-bottom: -50px;
	margin-right: -15px;
	padding-top: 10px;
	height: 45px;
}

.blockquote_source {
	float: right;
	margin-right: 0px;
	text-align: right;
}
