
html {
/*	background-color: #191919; */
	background-color: #000;
	background-image: none;
}

body {
	width: 880px;
	margin: 20px auto auto;
	position: relative;
	background-color: transparent;
}


/* Formatting for the "content" container, which contains the rounded corner divs & main page content */

#content {
	/* Override quillStyleLite.css */
	width: auto;

	position: relative;
	
	/*	Give the content some margins.
		(The top margin doesn't make any difference at the moment,
		but if something is changed, the content will remain
		a comfortable distance away...) */
	margin-top: 15px;
	margin-bottom: 15px;
	
	padding-top: 15px;
	padding-bottom: 18px;
	
	min-height: 180px;
}

/* mainContent */

#mainContent {
	padding-top: 20px;
}

p {
	line-height: 18px;
}

pre {
	font-family: Monaco;
}

code {
	font: 11px Monaco;
}

ol li {
	list-style-type: decimal;
	line-height: 18px;
	padding: 5px 0;
}

ul li ul li {
	list-style-type: circle !important;
}

/* @group Header */

/* Override quillStyleLite.css */
#header {
	height: auto;
	margin-bottom: 20px;

	background-image: none;
	border: none;
}

#header #dazzleIcon {
	background: url(images/dazzleHeader.png) no-repeat;
	height: 239px;
	width: 593px;
}

#header #navigation {
	position: relative;
	width: 400px;
	height: 23px;
}

#header .nav {
	border-right-color: #3f3f3f;
	position: relative;
	top: 3px;
}

#header a:hover {
	color: #cbcbcb;
}

#header .currentNav a {
	color: #fff;
}

#donateButton {
	position: absolute;
	top: 0;
	right: 0;
}

#download a {
	display: block;

	width: 74px;
	height: 23px;

	background-image: url(images/download.png);

	position: absolute;
	top: 0;
	right: 78px;
}

#downloadInfo {
	display: none;
}

.info_name {
	font-weight: bold;
	color: #fff;
}

/* @end group Header */

/* @group Content */

#content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#content ul li {
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContent {
	padding-left: 50px;
	padding-right: 50px;
}

/* @end group Content */

/* @group Dark */

body.dark #content {
	color: #fff;
	background-color: #333;
/*	border: 1px solid #505050; */
}

body.dark pre {
	color: #7f7f7f;
}

body.dark pre::selection {
	color: #fff;
	background-color: #9cb4d9;
}

body.dark pre::-moz-selection {
	color: #fff;
	/* For some reason, Gekko displays the colour differently to WebKit */
	background-color: #677891;
}

body.dark .code_highlighted {
	color: #8aa8cb;
}

body.dark a {
	color: #bfbfbf;
}

body.dark a:hover {
	color: #fff;
}

body.dark a:active {
	color: #569fe0;
}

/* @end group Dark */

/* @group Light */

body.light #content {
	background-color: #fff;
	color: black;
}

body.light #content h3 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
/*	font-family: Monaco; */
}

body.light pre {
	color: #5a5a5a;
}

body.light .code_highlighted {
	color: #3a65c9;
}

/* @end group Light */

/* @group Overview */

body.overview h2 {
	color: #bfbfbf;
	font-size: 16px;
	font-weight: normal;

	margin-top: 30px;
	margin-bottom: 20px;
}

/* Format lists nicely within numbers */

body.overview ol.numbers li ol li {
	list-style-type: decimal;
	line-height: 18px;
	padding: 5px 0;
}

/* Numbers */

body.overview ol.numbers {
	padding-left: 25px;
}

body.overview ol.numbers li {
	/* We're creating the numbers ourselves */
	list-style-type: none;
	
	/* Position the text to fit in with our numbers */
	padding-top: 3px;
	padding-left: 35px;
}

body.overview ol.numbers li p {
	/* We want no top margin, as it messes with our numbers */
	margin-top: 0;
	
	/* Bottom Margin doesn't affect our numbers */
	margin-bottom: 10px;
}

.number-0 {
	background: url(images/numbers/number-0.png) no-repeat;
}             
              
.number-1 {   
	background: url(images/numbers/number-1.png) no-repeat;
}             
              
.number-2 {   
	background: url(images/numbers/number-2.png) no-repeat;
}             
              
.number-3 {   
	background: url(images/numbers/number-3.png) no-repeat;
}             
              
.number-4 {   
	background: url(images/numbers/number-4.png) no-repeat;
}             
              
.number-5 {   
	background: url(images/numbers/number-5.png) no-repeat;
}             
              
.number-6 {   
	background: url(images/numbers/number-6.png) no-repeat;
}             
              
.number-7 {   
	background: url(images/numbers/number-7.png) no-repeat;
}             
              
.number-8 {   
	background: url(images/numbers/number-8.png) no-repeat;
}             
              
.number-8 {   
	background: url(images/numbers/number-8.png) no-repeat;
}             
              
.number-9 {   
	background: url(images/numbers/number-9.png) no-repeat;
}

/* @end group Overview */

/* @group Guide */

body.guide #mainContent {
	padding-left: 30px;
}

body.guide h2 {
	font-size: 20px;
	color: #3f3f3f;
}

#nav {
	width: 160px;
	float: left;
}

#nav ul {
	padding-left: 0;
}

#nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	text-decoration: none;

	display: block;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 27px;

	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #d8d8d8;
}

#nav li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top: 1px solid #e5e5e5;
}

#nav li:last-child a {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom: 1px solid #e5e5e5;
}

#sections {
	position: relative;
	margin-left: 200px;
}

#sections div {
	display: none;
	opacity: 0;
	
	min-height: 500px;
}

/* Light Styles for Nav */

body.light #nav ul li a {
	color: #7f7f7f;
}

body.light #nav ul li a:hover {
	color: #216bfc;
}

body.light #nav ul li.current a {
	color: #000;
	font-weight: bold;
	background-color: #f1f1f1;
}

/* Dark Styles for Nav */

body.dark #nav ul li a {
	background-color: #3f3f3f;
}

body.dark #nav ul li a:hover {
	background-color: #424242;
}

body.dark #nav ul li.current a {
	color: #fff;
	background-color: #525252;
}

/* @end group Guide */

/* @group Reference */

body.reference .name {
	font-weight: bold;
}

.method {
	padding-left: 15px;
}

.methodContent {
	padding-left: 25px;
}

span.arguments_none {
	font-weight: normal;
}

#methodNote {
	color: #7f7f7f;
	font-size: 15px;
	text-align: justify;

	margin-top: 40px;
	margin-bottom: 60px;

	padding-top: 15px;
	padding-bottom: 15px;

	border-top: 2px dashed #bfbfbf;
	border-bottom: 2px dashed #bfbfbf;
}

/* @end group Reference */
