/** general **/

pre, code {
	font-family: "Monaco", "Consolas", "Lucida console", "monospace";
	border-radius: 2px;
}

code {
	font-size:90%;
	background:#e9edf2;
	padding: 0 3px;
}

pre {
	color: #eee;
	background: #292E33;
	font-size:9pt;
	padding:10px;
	line-height: 1.5;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
	overflow: auto;
}

pre .string {
	color:#e6db74;
}

pre .number {
	color:#ae81ff;
}

pre .null {
	color:#ff7575;
}

pre .key {
	color:#bbb;
}

pre .dec {
	font-style:italic;
}
	
pre .tag {
	color:#bbb;
}
	
pre .cdata {
	color:#2966b8;
}

pre .datatype {
	color:#2966b8;
}
	
pre .datalen {
	color:#6ca870;
}


.developer h3 {
	margin-top: 30px;
}

/** reference **/
#reference {
	font-size: 13px;
}

#reference th, #reference td {
	vertical-align: top;
}

#reference td, #reference p {
	line-height: 1.9em;
}

#reference ol, #reference ul {
	list-style: none;
}

#reference h2 {
	padding-top: 20px;
	border-top:solid #aaa 1px;
}

#reference h3 {
	font-weight: normal;
}

#quickref {
	width: 380px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 90px 20px 20px 20px;
	overflow: scroll;
	z-index:9;
}

#quickref h3 {
	width: 140px;
	margin-bottom: 10px;
}

#quickref a {
	color: #008cdd;
	text-decoration: none;
}

#quickref a:hover {
	color:#333;
}

#quickref ol {
	margin: 0 0 10px 10px;
}

#quickref ol > li {
	clear: both;
}

#quickref ul {
	float:right;
}

#quickref table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

#quickref table td {
	text-align: center;
	padding: 2px;
}

#quickref table tr td:first-child {
	width: 50%;
	text-align: left;
}

#quickref table span, #quickref table .method {
	display: block;
	height: 24px;
	border-radius: 2px;
	padding: 1px 4px; 
}

#quickref table span {
	background: #f2f2f2;
}

#quickref table .method {
	background: #008cdd;
	color: #ddd;
	font-weight: bold;
}

#quickref table .method:hover {
	color: #008cdd;
	background: none;
}

#documentation {
	margin-left: 400px;	
}

#documentation h2, #documentation h3, #documentation h4 {
	margin:20px 0;
}

#documentation h3 {
	font-weight: bold;
}

#documentation h5 {
	margin:10px 0;
}

#documentation ul div {
	margin-left: 30px;
}

#documentation th {
	text-align: left;
}

#documentation th:nth-child(1) {
	width:25%;
}

#documentation th:nth-child(2) {
	width:60%;
}

#documentation th:nth-child(3) {
	width:15%;
}

#documentation table {
	margin-left: 20px;
}

#documentation table table {
	margin-left: 0;
}

#documentation td {
	border-top:solid 1px #eee;
}

.jump {
	position: relative;
	top:-80px;
}