/* ===================== */
/* = Base Styles = */
/* ===================== */

* {
	border: 0;
	font-weight: normal;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
}

strong {
		font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #464444 url('../images/pattern.png');
	color: #c5c3c3;
	font: 11px/20px Georgia, "Palatino", serif;
	padding-left: 145px;
}

h2 {
	color: white;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 28px 0 10px 0;
	text-transform: uppercase;
}

a:link, a:visited, a:active, a:hover, span.whoDat {
	color: #d5a453;
}

div.hr hr {
	display: none;
}

div.hr {
	background: url('../images/line.gif') 0 0 repeat-x;
	height: 1px;
}

form#signupForm table {
	margin-bottom: 24px;
}

th {
	color: #898989;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 72px;
}

td {
	padding: 9px 0;
	width: 200px;
}

td#action {
	padding: 6px 0 0 0;
	width: auto;
}

input.text {
	background: #1d1d1d;
	border: 2px solid #1d1d1d;
	color: #c5c3c3;
	font: 11px Arial;
	padding: 4px 2px;
	width: 192px;
}

/* ========== */
/* = layout = */
/* ========== */

div#wrap {
	background: black;
}

div#content {
	margin-left: 48px;
	padding-top: 90px;
	width: 702px;
}

h1#logo {
	background: url('../images/logo.gif') 0 0 no-repeat;
	text-indent: -9999em;

}

h1#logo a:link, h1#logo a:visited {
	display: block;
	height: 35px;
	width: 222px;
}

div#preamble {
	background: url('../images/preamble.gif');
	height: 180px;
	margin: 62px 0 40px 0;
	position: relative;
	text-indent: -9999em;
	width: 702px;
}

div#preamble a {
	display: block;
	position: absolute;
}

a#phamLink:link, a#phamLink:visited {
	height: 20px;
	left: 247px;
	top: 0;
	width: 146px;
}

a#richmanLink:link, a#richmanLink:visited {
	height: 20px;
	left: 410px;
	top: 0;
	width: 185px;
}

a#jonesLink:link, a#jonesLink:visited {
	height: 20px;
	left: 64px;
	top: 31px;
	width: 198px;
}

p#comingSoon {
	background: url('../images/coming_soon.gif');
	color: white;
	height: 19px;
	margin: 30px 0 40px 0;
	text-indent: -9999em;
	width: 196px;
}

p#forAnInvite {
	font: 11px/24px "Myriad Pro", "Myriad Web", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 18px 0 14px 0;
	text-transform: uppercase;
}

div#founders {
	background: #161616;
	padding: 42px 0 10px 30px;
}

div#founders dl dt {
	float: left;
}

div#founders dl dd {
	float: left;
	margin-bottom: 34px;
	margin-left: 24px;
	width: 522px;
}

div#founders dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;	
}

div#sponsors {
	padding-bottom: 70px;
}

div#sponsors p {
	color: #939393;
	font: 15px "Baskerville", "Palatino", Georgia, serif;
	letter-spacing: 1px;
	margin: 36px 0 10px 0;
}

div#sponsors img {
	margin-right: 40px;
}

/*ul#sponsorsNav {
	background: url('../images/sponsors.png') no-repeat scroll top left;
	height: 60px;
	position: relative;
	text-indent: -9999em;
	width: 702px;
}*/

/*ul#sponsorsNav li {
	height: 60px;
	position: absolute;
	top: 0;
}

ul#sponsorsNav li, ul#sponsorsNav li a {
	display: block;
	height: 60px;
}

li#fluid {
	left: 0;
	width: 132px;
}

li#userplane {
	left: 169px;
	width: 150px;
}

li#billshrink {
	left: 367px;
	width: 129px;
}

li#break {
	left: 534px;
	width: 129px;
}*/

input#submit {
	float: right;
}

/*62a7bb*/

input.showError {
	border: 2px solid #62a7bb;
}

span#errors {
	color: #62a7bb;
	float: left;
	font: 10px/15px Arial, Helvetica, sans-serif;
}

#events .event {
	float: left;
	width: 234px;
}

#events .event .image {
	margin-bottom: 6px;
}

#events .event .image img {
	border: 1px solid #595959;
	padding: 2px;
}

#events .event .content {
	width: 210px;
	font-size: 13px;
	color: #d6a85b;
}

#events .event .content .event-desc {
	font-size: 11px;
	color: #c5c3c3;
	margin-top: 10px;
}

.clear {
	clear: both;
}
