body
{
	overflow-x: hidden;
}
nav
{
	border-left: 1px solid rgba( 255, 255, 255, 0.5 );
	height: 90%;
	position: fixed;
	left: 20px;
	top: 5%;
}
@media screen and (max-width: 1000px)
{
	nav
	{
		display: none;
	}
}
nav ul,
nav li
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
nav ul
{
	position: absolute;
	margin-top: -45px;
	top: 50%;
	left: -6px;
}
nav ul:before
{
	content: '';
	background: #00A69C;
	display: block;
	width: 10px;
	height: 100%;
	padding: 10px 0;
	position: absolute;
	top: -10px;
	left: 0;
}
nav a
{
	text-decoration: none;
	font-size: 12px;
	overflow: hidden;
	display: block;
	width: 0;
	padding: 0 0 0 22px;
	position: relative;
}
nav a:before
{
	content: '';
	border: 1px solid rgba( 255, 255, 255, 0.5 );
	border-radius: 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
}
nav a:hover
{
	text-decoration: none;
	width: auto;
}
nav a:hover:before
{
	border-color: #fff;
}
nav li.selected a:before
{
	background: rgba( 255, 255, 255, 0.5 );
}


#wrapper
{
	width: 70%;
	min-width: 800px;
	max-width: 1200px;
	padding: 0 0 75px 0;
	margin: auto;
}
section
{
	padding: 75px 0;
}
section:first-child
{
	padding-top: 150px;
}
h1
{
	background: url(../img/title.png) center center no-repeat transparent;
	text-indent: -10000px;
	height: 300px;
	margin: 0;
	overflow: hidden;
}
h3
{
	font-size: 13px;
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}
h3:before
{
	content: '';
	border-top: 1px solid rgba( 255, 255, 255, 0.5 );
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 11px;
}
h3 span
{
	background-color: #00A69C;
	display: inline-block;
	padding: 0 10px;
}
.example
{
	margin: 150px 0 0 0;
}
.example:first-child
{
	margin-top: 0;
}
.example > div
{
	background: rgba( 255, 255, 255, 0.15 );
	position: relative;
}
.example > div:after
{
	content: '';
	display: block;
	clear: both;
}
.divider
{
	background: #00A69C;
	cursor: ew-resize;
	width: 20px;
	height: 100%;
	margin-left: -10px;
	position: absolute;
	left: 50%;
	top: 0;
}
.divider:before,
.divider:after
{
	content: '';
	border-left: 1px solid rgba( 255, 255, 255, 0.5 );
	height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.divider:hover:before,
.divider:hover:after
{
	border-color: #fff;
}
.divider:before
{
	width: 0;
	margin: -11px 0 0 -1px;
}
.divider:after
{
	border-right: 1px solid rgba( 255, 255, 255, 0.5 );
	display: block;
	width: 7px;
	margin: -11px 0 0 -5px;
}
.w,
.wo,
.half
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	min-height: 50px;
}
.w,
.wo
{
	padding: 20px;
}
.w
{
	float: left;
	padding-right: 30px;
}
.wo
{
	float: right;
	padding-left: 30px;
}
.half
{
	float: left;
	padding-right: 10px;
}
.half + .half
{
	float: right;
	padding-right: 0;
	padding-left: 10px;
}
.w em,
.wo em
{
	opacity: 0.5;
	font-size: 12px;
	font-style: normal;
	display: block;
	margin: 0 30px;
	position: absolute;
	bottom: -35px;
}
.w em
{
	right: 50%;
}
.wo em
{
	left: 50%;
}

#download > div:after
{
	content: '';
	display: block;
	clear: both;
}
#download .half a
{
	background: url(../img/dl-btn.png) 20px center no-repeat rgba( 255, 255, 255, 0.15 );
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	height: 140px;
}
#download .half + .half a
{
	background-image: url(../img/github-btn.png);
}
#download .half a:hover
{
	background-color: #FF5963;
}

#donate
{
	border-top: 1px solid rgba( 255, 255, 255, 0.5 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );
	padding: 35px 20px 30px 20px;
	margin: 40px 0;
}
#donate:after
{
	content: '';
	display: block;
	clear: both;
}
#donate form
{
	width: 125px;
	margin-left: 5px;
	float: left;
}
#donate p
{
	font-weight: normal;
	width: 630px;
	margin: 3px 0 0 0;
	float: left;
}

.explanation
{
	margin-top: 75px;
}
.explanation h3
{
	margin-bottom: 20px;
}
.text
{
	padding: 0 150px;
}

#usage dl
{
	display: block;
	margin: 0 -150px;
}
#usage dl dl
{
	margin: 0;
}
#usage dl dl dt:first-child,
#usage dl dl dt:first-child + dd
{
	border-top: none;
}
#usage dl:after
{
	content: '';
	display: block;
	clear: both;
}
#usage dt,
#usage dd
{
	border-top: 1px solid rgba( 255, 255, 255, 0.5 );
	display: block;
	padding: 10px 20px;
	margin: 0;
	float: left;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#usage dt
{
	width: 25%;
}
#usage dd
{
	width: 75%;
}