/* ---------------------------------------------------------

Thewmatt
thewmatt.com

Author(s): Matt Wetzler, thewmatt.com

Created: 09/2009

------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	}
html, body, div, p, form, input, textarea, select {
	font: 12px/18px "Times New Roman",Times,serif;
	color: #505050;
	}
body {
	background: #303030;
	}
a {
	color: #666;
	text-decoration: none;
	}
a:hover {
	color: #888;
	}
img {
	border: none;
	}
.center {
	text-align: center;
	}
.clear {
	clear: both;
	}
.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	}
	/* hide from Mac IE 5 \*/
	.imgswap { overflow: hidden; }
	/* End Mac IE 5 hack */


/* BASIC STRUCTURE
------------------------------------------------------------------------------------------ */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 480px; 
}

#wrapper {
	width: 609px;
	margin: 42px auto;
	}
	body.index #wrapper {
	width: 476px;
	margin: 42px auto;
	}

#masthead {
	margin-bottom: 12px;
	}

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

#content-area {
	margin: 0 0 72px 0;
	}

#site-menu {
	float: right;
	border-left: 2px solid #666;
	padding: 12px 18px 12px 24px;
	}

#four-oh-four {
	padding: 12px 18px 12px 8px;
	text-align: left;
	}
	#four-oh-four h1 {
		padding: 0;
		margin: 18px 0;
		text-align: left;
		}

/* TYPOGRAPHY
------------------------------------------------------------------------------------------ */

h1 {
	font-weight: normal;
	font-size: 36px;
	text-align: right;
	margin: 12px;
	}

.intro {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 18px;
	}


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

#footer {
	float: right;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	margin: 12px 0;
	padding-bottom: 24px;
	}