/* basic
--------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 0.91em;
	color: #444258;
	margin: 0;
	padding: 0;
	width: inherit;
	height: inherit;
}

a {
	text-decoration: none;
	outline: none;	/* disable mozilla's dotted box around link */
	font-weight: normal;
	color: #5de100; /* #4285FF */
}
a:hover {
	text-decoration: none;
	color: #75A5FF;
}
input {
	outline: none;	/* disable mozilla's dotted box around link */
}

i {
	font-style: normal;
	color: #747380;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background: transparent;
	font-size: 1px;
	line-height: 1px;
}

pre code {
	background: black;
	color: #ccc;
	font-family: Monaco, monospace;
	white-space: pre;
	display: block;
	padding: 4px;
	padding-left: 8px;
	border-left: 4px solid #666;
}

table {
	border-collapse: collapse;
}

div#bodywrap {
	width: inherit;
	height: inherit;
	margin: 0 auto 0 auto;
}

/* header
--------------------------------------------------*/

#header {
	height: 87px;
	font-size: 16px;
}

#logo {
	margin: 17px 0 0 25px;
	float: left;
	text-indent: -9999px;
	width: 177px;
	height: 56px;
	overflow: hidden;
}

/* docsnav
--------------------------------------------------*/

#docsnav {
	position: absolute;
	left: -1em;
	padding-top: 2em;
	border-right: 1px solid #ddd;
	padding-right: 2em;
	height: 600px;
}
#docsnav .title a {
	font-size: 120%;
	font-weight: bold;
	color: #777;
}
#docsnav li {
	list-style-type: none;
	padding-bottom: 1em;
	color: #777;
}
#docsnav a {
	font-size: 120%;
	font-weight: normal;
	color: #777;
}
#docsnav a:hover {
	color: #75A5FF;
}
#docsnav .current a {
	color: #333;
}

/* content
--------------------------------------------------*/

div#content {
	position: absolute;
	left: 18em;
	width: 50em;
	padding-bottom: 4em;
}

div#content hr, div#content hr.dark {
	border: 0;
	height: 3px;
	background: #E1E1E5;
	margin: 20px 0;
}

div#content hr.dark {
	background: #C9C9CC;
}

h1 {
	font-size: 250%;
}
h2 {
	font-size: 180%;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #5de100;
	margin-top: 1em;
}

#content li {
	list-style-type: disc;
	color: #777;
}

#next_section {
	margin: 48px 0;
	text-align: right;
	font-size: 150%;
	color: #777;
}

#content .note td.icon {
	background: url(images/note.png) no-repeat;
	width: 50px;
	height: 50px;
	border-right: 2px solid #aaa;
}
#content .note td.content {
	padding-left: 8px;
}

/* toc
--------------------------------------------------*/

#toc li {
	list-style-type: none;
}
#toc {
	padding-bottom: 1em;
}

