body {
	font: 14px 'Molengo';
	background: #101010;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #888;
}

h1 {
	font: 70px 'Geo';
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing:-3px;
	margin-left: -4px;
	color: #333;
}

h2,h3 {
	font: 20px 'Molengo';
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	color: #666;
}

.top-wrapper {
	background: #fff;
	overflow: hidden;
}

.top-section {
	padding-top: 140px;
	background: url(/images/bg-dino.jpg) top left no-repeat;
	height: 290px;
}

.bottom-section {
	background: #333333 url(/images/bg.png);
	overflow: hidden;
	padding: 45px 0;
	color: #d5d5d5;
	-webkit-box-shadow: inset 0px 5px 7px 0px #111;
	-moz-box-shadow: inset 0px 5px 7px 0px #111;
	box-shadow: inset 0px 5px 7px 0px #111;
}

.footer {
	overflow: hidden;
	background: #101010;
	color: #777;
	padding: 10px 0;
	font: 10px 'lucida sans unicode', verdana, arial;
}

ul.accordion {
	margin-bottom: 20px;
	
}

ul.accordion li {
	clear: left;
	margin-bottom: 10px;
}

ul.accordion li .thingy {
	background: #7f9e71;
	height: 16px;
	display: block;
	padding: 5px 4px 5px 8px;
	line-height: 14px;
	font-size: 15px;
}

ul.accordion li a.opener {
	padding-right: 9px;
	background: url(/images/bg-item.png) top right no-repeat;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
}

ul.accordion li .blurb {
	clear: left;
	font-size: 14px;
	padding: 10px;
	color: #888;
/*	background: #2d2d2d;*/
	margin-top: 10px;
}

ul.icons {
	margin: 0;
	padding: 0;
}

ul.icons li {
	float: left;
	margin-right: 10px;
}
