body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #CCC;
	background: #111111;
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 10px auto;
}

/* typography */

strong {
	color:#FFF;
}

.smaller strong {
	color:#CCC;
}

.smaller {
	font-size:0.8em;
	color:#999;
}

.download a:hover {
	border:none;
}

.license {
	padding-top:30px;
	font-size:x-small;
	width:380px;
	color:#999;
}

.license a, .license a:link, .license a:visited {
	font-weight:normal;
	color:#FFF;
}

.license a:hover {
	text-decoration:underline;
	border:none;
}

a:link, a:visited {
	color:#00A8E3;
	text-decoration:none;
}

a:hover {
	border-bottom:2px solid #E90E3A;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	color:#FFF;
	line-height:1.0em;
	margin:0 0 10px 0;
}

h1 a:hover {
	border:none;
}

/* buttons */

#logo a {
	border:none;
}

/* content */

.content {
	margin-top:20px !important;
	line-height:1.2em;
}

.content p {
	margin-bottom:12px;
}

/* layout */
#wrapper {
	width: 950px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-top:30px;
}

/* FOOTER */

.footerContent {
	vertical-align:bottom;
}

.footer {
	border-top:1px solid #5A5A5A;
	text-align:left;
	color:#666666;
}

.footer a {
	color:#666666;
	border:none;
}

.footer a:hover {
	color:#FFF;
}

.footer ul {
	list-style-type: none;
	font-size: 0.8em;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer li {
	display: inline;
	margin-right: 20px;
	margin-bottom: 0px;
}
