/* @override http://bokehapp.com/style.css */

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(background.png);
}

img {
	border: 0;
}

#content a {
	color: #c9d2da;
	text-shadow: #171717 0 1px 2px;
	text-decoration: none;
	font-weight: bold;
}

#body-gradient {
	background-image: url(background_gradient.png);
	position: absolute;
	height: 196px;
	width: 100%;
	top: 0;
	
}

#container {
	position: absolute;
	width: 702px;
	left: 50%;
	margin-left: -350px;
	top: 61px;
	
}

#header {
	position: relative;
	width: 692px;
	top: 0;
	padding-bottom: 30px;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #121212;
	left: 10px;
	background-image: url(introducing_bokeh_2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#sub-heading {
	color: #6d6d6d;
	font-weight: normal;
}

#content-background {
	position: relative;
	width: 100%;
	opacity: 1;
	height: 378px;
}

#backing {
	position: absolute;
	left: 0;
	top: 46px;
	opacity: 1;
	height: 113px;
	width: 702px;
	background: url(header.jpg);
}

#content {
	position: absolute;
	top: 113px;
	opacity: 1;
	width: 100%;
	background-image: url(content_background.png);
	color: white;
}

#content h1{
	font: bold 13pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000 0 -1px 0;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 12px;
}

#content h2 {
	margin-left: 15px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 20px;
	margin-bottom: 6px;
	color: #c9c9c9;
}

#content p {
	margin-left: 15px;
	font: 13px/1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	margin-right: 15px;
	text-shadow: #000 0px 0px 0px;
}

#buttons {
	float: right;
	margin-top: 2px;
}

#buttons a {
	margin-left: 10px;
}

.feature {
	border-bottom: 1px solid #000;
	border-top: 1px solid #808080;
	z-index: 10;
}

.content-background-fill {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-image: url(bottom_curve.png);
	background-repeat: no-repeat;
}

.no-border {
	float: left; 
	border: none; 
	border-right: solid 1px #3d3d3d;
	width: 220px;
}

.support:hover {
	cursor: help;
	background-color: #585858;

}

.purchase:hover {
	cursor: pointer;
	background-color: #585858;
}

.dark-bg {
	background-color: #333;
}

#copyright {
	width: 700px;
	text-align: center;
	float: right;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 48em;
	margin-bottom: 30px;
}

#copyright a {
	color: #6d6d6d;
}
