/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}.widget select { max-width: 100%; }
figure { margin: 0; }

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.clear { clear: both; }

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	font-family: "Arimo", sans-serif;
	line-height: 1.6;
}

strong {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-family: "Raleway";
	color: #1f1f1f;
	line-height: 1.45;
	font-weight: bold;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #079cd4;
}


p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0;
	font-size: 24px;
	line-height: 1.29;
	font-family: "Old Standard TT";
	padding-left: 30px;
	border-left: 2px solid #ff7878;
	margin-left: 30px;
	color: #21201f;
	font-style: italic;
	float: right;
	text-align: left;
	max-width: 320px;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

hr {
	border-color: #ddd;
	border-width: 0 0 1px 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}






body {
	
}

.docs-container {
	
}

	.docs-wrapper {
		max-width: 1140px;
		margin: 0 auto;
	}

/**
 * Header
 */

.header {
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
}

	.header-primary {
		float: left;
		width: 300px;
		background: #f5f5f5;
		margin-right: 25px;
		text-align: center;
	}

		.header-primary img {
			max-width: 100%;
			display: block;
		}

		.header-primary-title {
			display: block;
			font-size: 27px;
			line-height: 1;
			margin-bottom: 10px;
		}

		.header-primary-subtitle {
			display: block;
			font-size: 18px;
			line-height: 1;
			color: #777;
			margin: 0;
		}

	.header-secondary {
		overflow: hidden;
		margin-top: 39px;
		padding-right: 25px;
	}

/**
 * Main
 */

.main {

}

	/**
	 * Sidebar
	 */

	.sidebar {
		float: left;
		width: 298px;
	}

		.sidebar ul {
			font-weight: 600;
			font-size: 14px;
			color: #1f1f1f;
			list-style-type: none;
			list-style-position: outside;
			padding: 0;
			margin: 0;
			line-height: 35px;
		}

			.sidebar > ul > li {
				border-top: 1px solid #ddd;
			}

			.sidebar > ul > li:first-child {
				border-top: 0;
			}

			.sidebar ul ul {
				font-weight: normal;
				border-top: 1px solid #ddd;
			}

			.sidebar ul ul li {
				padding-left: 20px;
				border-bottom: 1px dashed #ddd;
			}

			.sidebar ul li:last-child {
				border-bottom: 0;
			}

			.sidebar a {
				color: inherit;
			}

			.sidebar a.current {
				color: #079cd4;
			}

	/**
	 * Content
	 */

	.content {
		overflow: hidden;
		padding: 25px;
		border-left: 1px solid #ddd;
	}

		.content a {
			font-weight: bold;
		}

