html
{
	font-size: 10px;
}


body, header
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

body
{
	overflow-y: scroll;
}

header
{
	display: block;
	border-top: 0;
	border-bottom: 0;
}

header #sitebar
{
	width: 96em;
	height: 7.5em;
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
	position: relative;
}

header #sitebar h1
{
	display: inline-block;
	width: auto;
	padding: .8em .4em .2em .4em;
	background: #000 none;
	color: #fff;
	font: normal 2.3em Segoe UI, Sans-Serif;
	float: right;
	margin-right: 2em;
	letter-spacing: -0.05em;
	cursor: pointer;
}

header #sitebar nav a
{
	font: bold 1.3em Segoe UI, Sans-Serif;
	text-transform: uppercase;
	margin-right: 2em;
	text-decoration: none;
	color: #000;
}

header #sitebar nav
{
	display: inline-block;
	float: right;
	height: 7.5em;
	line-height: 7.5em;
	padding: 0 12em 0 0;
}

header #userbar
{
	height: 12em;
	border: 0.1em #cfdfe3 solid;
	border-left: 0;
	border-right: 0;
	background: #ddf0f4 url(http://www.deviantart.com/download/145787009/Bubble_Wallpaper_3_by_ARTiK_NL.png) no-repeat scroll center center;
}

header #userbar .layout
{
	width: 96em;
	margin: 0 auto;
	height: 10em;
	position: relative;
	line-height: 15em;
}

header #userbar #logo
{
	position: absolute;
	top: -7.6em;
	left: 5em;
	width: 21em;
	height: 19.7em;
}

header #userbar #card
{
	margin: 0 0 0 28em;
	display: inline-block;
}

header #userbar h1
{
	font: bold 2.8em Segoe UI, Sans-Serif;
	letter-spacing: -0.05em;
}

header #userbar a
{
	color: #fff;
	text-decoration: none;
}

header #userbar h3
{
	font: normal 1.3em Segoe UI, Sans-Serif;
	color: #fff;
}

section
{
	width: 96em;
	margin: 0 auto;
}

#content
{
	font-size: 1.4em;
	padding: 1.6em 2.4em;
	font-family: Segoe UI, Sans-Serif;
}

#content ul
{
	padding: 4px 0 4px 20px;
}

#content li
{
	padding: 4px 0 4px 10px;
}

#content h1
{
	font-size: 3em;
	margin: 1em 0;
}

#content h2
{
	font-family: Helvetica, Arial;
	letter-spacing: -1px;
	font-size: 2.4em;
	margin: 0.7em 0;
}

#achiev
{
	position: absolute;
	bottom: 1em;
	padding: .4em 1em 1em 1em;
	left: 20%;
	-webkit-border-radius: 2em;
	background: #333;
	font-family: Helvetica, Arial;
	letter-spacing: -1px;
	font-size: 2.4em;
	margin: 0.7em 0;	
	display: none;
	color: #fff;
}

#achiev span
{
	font-size: 0.6em !important;
}
