body {
	color: #fff;
	background: #161616 url(/images/site_background.png) repeat-x;
	font-family: "Trebuchet MS";
}

a {
	color: #fff;
}

.container_16 {
	padding-left: 30px;
}

#header {
	margin-top: 150px;
}

#global_nav {
}

#global_nav li {
	float: left;
	list-style-type: none;
}

#global_nav li a {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#kv_header {
	height: 22px;
	background: transparent url(/images/header_h1.png) no-repeat;
	text-indent: -9999px;
}

#content {
	margin-top: 80px;
}

#home_ideas h2, #home_investors h2, #home_us h2 {
	height: 15px;
	text-indent: -9999px;
	padding-bottom: 11px;
	border-bottom: 1px solid #fff;
}

#home_ideas h2 {
	background: transparent url(/images/ideas_header.png) no-repeat;
}

#home_investors h2 {
	background: transparent url(/images/investors_header.png) no-repeat;
}

#home_us h2 {
	background: transparent url(/images/us_header.png) no-repeat;
}

.home_form input[type="text"] {
	font-size: 12px;
	height: 20px;
	padding: 3px;
	width: 120px;
	background: #000;
	border: 1px solid #505050;
	color: #fff;
}

.home_form button {
	float: right;
	font-size: 10px;
	padding: 7px;
	width: 45%;
	border: 1px solid #505050;
	background: #838383;
	text-transform: uppercase;
	color: #3a3a3a;
}

#wave {
	margin: 100px 0 0 0;
	width: 100%;
	height: 30px;
	background: transparent url(/images/wave_footer.png) repeat-x;
}

#footer {
	position: relative;
	color: #8d8d8d;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: url(/images/footer_background.png) repeat-x;
}

.footer_header {
	height: 28px;
	background: #3a3a3a;
	text-indent: -9999px;	
}

#kv_title {
	background: transparent url(/images/kv_title_footer.png) no-repeat;
}

#footer ul li {
	margin: 0;
	list-style-type: none;
}

h2.post {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

h2.post > .metadata {
	font-size: 10px;
}

h2.post a {
	text-decoration: none;
}

div.post {
	margin-bottom: 40px;
}

ol li {
	list-style: none;
	margin-left: 0;
}

ol li label {
	font-size: 11px;
}

ol li input[type="text"],
ol li textarea {
	display: block;
	margin-top: 4px;
	width: 400px;
	padding: 5px;
	border: none;
}

ol li {
	margin-bottom: 20px;
}

input[type="text"] {
	font-weight: bold;
	font-size: 16px;
}

#comments > h3,
#comment > h3 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-top: 60px;
}

div.comment > h4 {
	font-size: 14px;
	margin-bottom: 0;
	float: left;
}

#comments p {
	margin-bottom: 5px;
	clear: both;
}

div.comment {
	padding: 10px 0;
}

div.comment > .metadata {
	font-size: 10px;
	margin-left: 10px;
	line-height: 24px;
}

.hidden {
	display: none;
}