.api-docs-sidebar {
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.067);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#docs-sidebar {
	position:fixed;
	top:170px;
	
	padding: 8px 0;
	
	/*
	background-color:white;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.07);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border-top:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	*/
}

#docs-sidebar li  {
	clear:both;
	min-width:100px;
}



#docs-sidebar li a i {
	float:right;
	line-height:20px;
}




.api-docs .chapter {
	padding-top:130px;
}

.api-docs .type {
	color:#999999;
}

.identifier {
	font-weight:bold;
}

.api-docs h1.title, 
.api-docs .type, 
.api-docs .member > .title {
	font-family: Consolas,monospace
}

.api-docs h1.title {
	border-bottom:1px solid #EEEEEE;
}
.api-docs h1.title > .type {
	font-size:22px;
}

.api-docs .member {
	margin-bottom:15px;
}

.api-docs .member .title{
	font-size:20px;
	margin-bottom:0;
	margin-top:20px;
	
	cursor:pointer;
}

.api-docs .member .details {
	margin:0;
	border-left:4px solid #d7d7d7;
	padding-left:4px;
}

.api-docs .member .signature .type,
.api-docs .member .signature .identifier {
font-size:14px;
}

.api-docs .member .title .signature .type {
	font-weight:normal;
}

.api-docs .member .version-info {
	opacity:0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.api-docs .member.open .version-info {
	opacity:1;	
}

.deprecated {
	text-decoration:line-through;
}


