#content h1 {
	background-color: #fff;
	padding: 8px 10px 5px 10px;
	border: 8px solid #eee;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	margin-bottom: 25px;
}
#darkbg-content-container {
	background-color: #333;
}
.api-call {
	width: 600px;
	background-color: #fff;
	margin-bottom: 35px;
	border: 8px solid #eee;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	padding: 25px;
	
}
.api-call p {
	line-height: 1.5em;
}
.endpoint {
	padding-left: 10px;
	color: #993333;
	font-family: Monaco, Courier, monospace;
	font-size: .85em;
}
.background {
	padding-left: 20px;
	background: #fff url('images/icon-info-16.png') no-repeat 0 0;
	color: #777;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: .9em;
}
.method {
	color: #333399;
	padding-left: 10px;
}

div.parameters {
	margin-top: 15px;	
}
.parameters .label,
.returns {
	font-weight: normal;
	color: #333399;
}
.parameters dt {
	font-family: Monaco, Courier, monospace;
}
.parameters dd {
	color: #777 !important;
	font-size: .8em;
}
.notes {
	font-size: .85em;
	color: #666 !important;
	margin-left: 40px;
}
.navigation {
	width: 225px;
	float: right;
	background-color: #fff;
	border: 8px solid #eee;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	padding: 25px;

}
.icons li {
	padding: 10px;
}
.icons img {
	vertical-align:bottom;
}
