html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*==========================================================*/
/* Main Elements
/*==========================================================*/

a {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #00A3CC;
}

a:hover {
	color: #007A99;
	text-decoration: none;
}

img {
	max-width: 100%;
}

/*==========================================================*/
/* Typography
/*==========================================================*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #202020;
}

h1, h2 {
	font-size: 26px;
	line-height: 160%;
	padding-top: 50px;
}

h2 {
	font-size: 20px;
}

b {
	font-weight: inherit;
}

ul{ list-style-position:inside; }
	
ol{ list-style-position:inside; }

ol ul{ margin-left:20px; margin-bottom:0; }			 
			 

code{ 
	background-color:#f7f7f7; 
	border:1px solid #e1e1e8; 
	color:#d14; 
	padding:1px 4px; 
}

pre{ 
	display:block; 
	padding:10px; 
        width: 800px;
	white-space:pre; 
	background-color:#f7f7f7; 
	border:1px solid #e1e1e8; 
	margin-bottom:10px;
	overflow-x:auto;
	font-family:monospace, Menlo, Consolas, "Courier New", monospace;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
         margin: 1em 0;
         color:white;
         background-color:#000;

}

table{ border-collapse:separate; border-spacing:0; border-top-width:5px; margin-bottom:20px; border:1px solid #efefef;  }
th{ padding:10px 15px; text-transform:uppercase; font-weight:bold; border-right:1px solid #efefef; }
th:last-child{ border-right: none; }
td{ padding:10px 15px; border-top:1px solid #efefef; border-right:1px solid #efefef; }
td:last-child{ border-right: none; }
tr.alt{ background-color:#f5f5f5; }

/*==========================================================*/
/* Header
/*==========================================================*/

#header {
	background: #202020;
	width: 100%;
	height: 60px;
	color: #FFFFFF;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0 50px;
}

#header h1 {
	line-height: 60px;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h1 a:hover {
	color: #00A3CC;
}

/*==========================================================*/
/* Menu
/*==========================================================*/

#doc-menu {
	background: #F0F0F0;
	overflow: auto;
	width: 360px;
	max-height: 100%;
	top: 60px;
	bottom: 0;
	left: 0;
	position: fixed;
}

#doc-menu ul {
	color: #00A3CC;
	padding: 60px 30px;
	list-style: none;
}

#doc-menu li { position: relative; z-index:2; }

#doc-menu ul li:after {
	position: absolute;
	content: '';
	background: url(dots.png);
	width: 100%;
	height: 1px;
	left: 0;
	top: 19px;
	z-index: 0;
}

#doc-menu ul li span {
	padding: 5px 0 5px 10px;
	display: inline-block;
	float: right;
	background: #F0F0F0;
	z-index: 1;
	vertical-align: top;
	position: relative;
	color: #999;
}

#doc-menu ul li a {
	overflow: hidden;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 6px;
	background: #f0f0f0;
	z-index: 1;
	position: relative;
	text-decoration: none;
	color: #888;
}

#doc-menu ul li.section a{
	color: #000;
}

#doc-menu ul li a:hover,
#doc-menu ul li.active a {
	background: #00A3CC;
	color: #FFFFFF;
}

/*==========================================================*/
/* Content
/*==========================================================*/

#doc-content {
	position: fixed;
	padding: 0 20px;
	top: 20px;
	bottom: 0;
	left: 400px;
	right:0;
	overflow: auto;
}

#doc-content > * {
	margin: 30px 0 0 0;
}

#doc-content > *:first-child {
	margin: 0;
}

#doc-content > *:last-child {
	margin-bottom: 50px;
}

#doc-content h1 span {
	background: #00A3CC;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-right: 15px;
	border-radius: 6px;
}

#doc-content h2 span {
	color: #999999;
	margin-right: 15px;
}

#doc-content ul {
	margin-left: 50px;
}

.intro {
	width: 100%;
	text-align: center;
	height: 100vh;
	position: relative;
}

.intro .vertical {
	position: absolute;
	top:50%;
	margin-top: -78px;
	left:0; right: 0;
}

.intro h1 {
	margin: 0;
	padding: 0;
	font-size: 46px;
}

.intro h1 span {
	margin-right: 0;
}

.intro h2 {
	margin: 0;
	color: #999999;
	font-size: 28px;
}

.syntaxhighlighter {
	margin-top: 50px !important;
	overflow: auto;
	padding:10px 0;
}
