/* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}

.navigation-outer-wrapper {
	background: #1c1c1c;
	color: #fff;
	width: 360px;
	min-height: 1500px;
	padding: 60px 0;
	float: left;
}

#content-wrapper {
	float: left;
	padding: 0 30px 60px 30px;
	width: calc(100% - 420px);
}

.logo {
	font-size: 36px;
	font-family: 'Source Serif Pro', serif;
	text-align: center;
	margin: 0 0 60px 0;
}

.logo span {
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 135%;
	border-top: #3c3c3c 1px solid;
	display: table;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 10px 0 0 0;
	min-width: 220px;
}

.content-page {
    display: none;
}

.parent-menu-item {
	background: #363636;
	display: block;
	margin: 0 0 1px 0;
	padding: 20px 30px;
	font-size: 15px;
}

.parent-menu-item i:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 15px;
	margin: 2px 0 0 0;
	float: right;
}

.active .parent-menu-item i:before {
	content: "\f107";
}

.child-menu-wrapper .child-menu-item {
	background: #1c1c1c;
	display: block;
	padding: 20px 45px;
	border-bottom: #3c3c3c 1px solid;
	color: #fff;
	text-decoration: none;
}

.child-menu-wrapper .child-menu-item:last-child {
	border-bottom: none;
}

.top-bar {
	border-bottom: #e8e8e8 1px solid;
	padding: 20px 0;
	margin: 0 0 50px 0;
}

.top-bar a {
	float: right;
	color: #6e9bcf;
	text-decoration: none;
	font-size: 15px;
}

.top-bar a:after {
	content: "\f086";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	margin: 0 0 0 8px;
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Serif Pro', serif;
}

h1 {
	font-size: 36px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 120%;
}

p {
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 30px 0;
}

p a,
li a {
	color: #6e9bcf;
}

ol, ul {
	margin: 0 0 30px 30px;
}

ol li {
	list-style-type: decimal;
	font-size: 15px;
	margin: 0 0 5px 0;
	line-height: 130%;
}

ul li {
	list-style-type: square;
	font-size: 15px;
	margin: 0 0 5px 0;
	line-height: 130%;
}

hr {
	border: none;
	height: 10px;
	display: block;
}

img {
	margin: 0 0 30px 0;
	max-width: 100%;
}

pre {
    background: url(pre.png);
    border: #e8e8e8 1px solid;
    font-family: Consolas,"Andale Mono",Courier,"Courier New",monospace;
    font-size: 12px;
    line-height: 159%;
    margin: 0 0 30px;
    padding: 16px 20px;
    white-space: pre-wrap;
}
