/* ---------------
----- RESET STYLES ----- */

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, div, ul, ol, li {
	margin: 0; padding: 0; list-style: none; font-size: 100%; font-weight: normal;
}

/* ---------------
----- GLOBALS ----- */

body {
	background: #fff;
	color: #000;
	
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	
	overflow-y: scroll;
}

a {
	color: #D9211E;
	
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

/* ---------------
----- HOME PAGE ----- */

body#home {
	background: #000;
	color: #ccc;
}

body#home a:hover {
	color: #fff;
}

body#home #nav a.viewing {
	color: #fff;
}

body#home #footer {
	border-top: 1px solid #181818;
}

/* ---------------
----- HEADER ----- */

#wrapper {
	width: 960px;
	margin: 50px auto;
}

#logo {
	float: left;
	margin-right: 10px;
}

img#logo {
	background: url("../img/logo.gif") no-repeat;
	
	padding: 50px 50px 0 0;

	width: 0;
	height: 0;
}

h1 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	
	padding-top: 5px;
}

h1 span {
	color: #D9211E;
}

#tagline {
	color: #666;

	font-size: 10px;
	text-transform: uppercase;
	
	margin-top: 2px;
}

/* ---------------
----- NAVIGATION ----- */

#nav {
	text-align: right;
	
	float: left;
	width: 160px;
	margin-top: 30px;
}

#nav a {
	text-transform: uppercase;
	
	display: block;
}

#nav a.viewing {
	color: #000;
}

/* ---------------
----- CONTENT ----- */

#content {
	margin-top: 30px;
	padding-left: 170px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#content p {
	margin: 1em 0;
}

.object {
	background: #eaeaea;
	
	float: left;
	
	margin-right: 10px;
	
	width: 400px;
	height: 300px;
}

div.holder {
	background: #000;
}

.text {
	float: right;
	width: 380px;
}

.creative {
	background: #181818;
	border: 1px solid #193FC0;
	float: left;
	height: 85px;
	margin: 0 10px 10px 0;
	width: 121px;
}

/* ---------------
----- FOOTER ----- */

#footer {
	border-top: 1px solid #999;

	text-align: right;
	
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 20px;
}