body { 
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.4px;
	background: #222;
	color: #999;
}
a { color: #999; }
h1 { font-size: 1.6em; margin: 0.4em 0; color: #ddd;}
h2 { font-size: 1.3em; margin: 0.5em 0 1em 0;color: #ddd;}
p { margin: 1em 0; }
ul { margin: 0 0 0 1em; }
li { list-style: disc outside; margin: 0.3em 0; }

dt { font-style: italic; float: left; margin-right: 1em; clear: left; }
dd { float: left; }


#header {
	clear: both;
	width: 560px;
	margin: auto;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

#header h1 { font-size: 2.2em; color: white;}

#header h1 span {
	font-size: 0.8em;
	font-weight: normal;
	color: #777;
}

img.logo { height: 57px; width: 57px; vertical-align: bottom; -webkit-border-radius: 6px;}
img.screenshot { 
	float: right; 
	height: 240px; 
	width: 160px;
	-webkit-box-shadow: 2px 2px 14px #1b1b1b;
}

.container {
	margin: auto;
	width: 550px;
}

h3#features { clear: both; }

#nav ul { text-align: center; border-top: 1px solid #ccc; margin: 0; padding: 4px;}
#nav ul li { list-style-type: none; display: inline; padding: 4px; margin: 0 1em 0 1em; }
#nav ul li.selected {
	font-size: 120%;
	text-shadow: 0 0 8px #ccc;
}

#nav ul li a, #nav ul li a:hover, #nav ul li a:visited {
	text-decoration: none;
}

#nav ul li a:hover {
	text-shadow: 0 0 4px #999;
}

.support p {
	font-size: 1.2em;
}