* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.3em;
}
body {
	background: url(/static/images/body_bg.png) repeat;
}
div#everything {
	width: 960px;
	background: url(/static/images/everything_bg.png) repeat-y;
}
div#leftbar {
	float: left;
}
div#logo-icons {
	position: relative;
	width: 220px;
	height: 347px;
	background: url(/static/images/logo_bg.png) no-repeat;
}
div#icons {
	position: absolute;
	top: 240px;
	left: 12px;
}
div#labels {
	position: absolute;
	top: 294px;
	left: 0px;
	width: 220px;
	height: 53px;
	background: url(/static/images/icon_label.png) no-repeat;
}
div#labelshadow {
	margin-top: 39px;
	width: 197px;
	height: 14px;
	background: url(/static/images/label_shadow.png) 0px 2px no-repeat;
}
div#icons .future-release {
	cursor: help;
}
div#leftnav {
	width: 220px;
	background: url(/static/images/leftnav_bg.png) repeat-y;
}
div#leftnav ul li {
	color: white;
	padding-left: 20px;
	height: 40px;
	font: bold 16px "Courier New", Courier, monospace;
}
div#leftnav a {
	display: block;
	height: 40px;
	margin-right: 22px;
	text-decoration: none;
	line-height: 40px;
}
div#navhighlight {
	background: url(/static/images/nav_highlight.png) 0px 30px no-repeat;
}
div#stbadge {
	margin: 30px 16px;
}
div#contentbar {
	float: left;
	width: 556px;
	padding-bottom: 60px;
	text-align: justify;
}
div#contentbar h2 {
	margin: 14px 0 8px 8px;
	font: bold 30px "Courier New", Courier, monospace;
	color: #28617c;
}
div#contentbar h2 a {
	color: #aaa;
	font-size: 14px;
	vertical-align: top;
	padding-left: 8px;
	line-height: 35px;
}
div#contentbar h2 a:hover {
	color: #ededed;
}
div#contentbar p {
	font: 14px/18px "Trebuchet MS", Helvetica, sans-serif;
	color: #efefef;
	margin: 6px 24px 6px 14px;
}
div#contentbar ul , div#contentbar ol {
	font: 14px/18px "Trebuchet MS", Helvetica, sans-serif;
	color: #ededed;
	margin: 6px 24px 6px 14px;
}
div#sidebar {
	float: left;
	padding-top: 200px;
	width: 183px;
}
div#outline {
	font: 16px/20px "Trebuchet MS", Helvetica, sans-serif;
	background-color: black;
}
div#twitterfollow {
	position: absolute;
	left: 800px;
	top: 90px;
	width: 180px;
}
div#twitterfollow img {
	margin-left: 18px;
}
div#twitterfollow a {
	font: 14px/18px "Trebuchet MS", Helvetica, sans-serif;
	color: #393939;
}
a {
	color: white;
}
a:hover {
	color: #e6781e;
}
div#outline ul {
	margin: 8px 18px;
	list-style: none;
}
div#footer {
	background-color: black;
}
div#footer div {
	width: 556px;
	padding: 40px 0px 70px 210px;
	color: #ededed;
}
div#footer div p {
	text-align: center;
}

div#rst_content p {
	line-height: 1.6em;
	margin-top: 14px;
	margin-bottom: 14px;
}

div#rst_content  h1 {
	margin: 14px 0 8px 8px;
	font: bold 30px "Courier New", Courier, monospace;
	color: #28617c;
	text-align: left;
}

div#rst_content  h2 {
	font-size: 20px;
	text-align: left;
}

div#contentbar  cite {
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #28617c;
}

.syn_high code {
	font-size: 12px !important;
}

div#rst_content h1 a {
	color: #aaa;
	font-size: 14px;
	vertical-align: top;
	padding-left: 8px;
	line-height: 35px;
}
div#rst_content h1 a:hover {
	color: #ededed;
}

div#rst_content h2 a {
	color: #aaa;
	font-size: 10px;
	vertical-align: top;
	padding-left: 8px;
	line-height: 25px;
}
div#rst_content h2 a:hover {
	color: #ededed;
}

#sidebar a.minor-sidebar-item {
	font-size: 12px;
	padding-left: 10px;
	color: #aaa;
}

#rst_content .section {
	margin-right:6px;
}
.syntaxhighlighter {
	width: 97% !important;
}
