body {
	color: #393733;
	background: #fff;
	margin-top: 45px;
	min-width: 780px;
}

/* Code samples */

pre {
	background: #faf9f3;
	border: 1px solid #e9e2c5;
	padding: 0.5em;
	overflow: auto;
	width: auto;
}

div.breakout {
	background: #f5f2e6;
	border: 1px solid #e9e2c5;
	padding: 0.5em;
	margin: 2em;
}

.last-modified {
	border: none;
	text-align: left;
	padding: 30px;
}


/* Table of Contents */

.toc {
	background: #F5F2E6;
	border: 1px solid #E9E2C5;
	padding: 10px 20px;
}

.toc ol {
	font-weight: normal;
}

p#powered-by {
	display: block;
	margin: 20px 0;
	font-size: 11px;
	color: #999;
}

p#powered-by a:link,
p#powered-by a:visited {
	color: #999;
}

p#powered-by a:hover,
p#powered-by a:active {
	color: #003;
}

table#container {
	min-width: 0;
}

#page {
	margin-bottom: 10px;
}

td#side-content {
	width: 250px;
	padding: 15px 0;
	background: #fff url(diggwiki-sidebar-background.png) left repeat-y;
}

td#side-content form {
	position: absolute;
	top: 9px;
	right: 15px;
	width: 250px;
	text-align: right;
}

td#side-content form input {
	width: 210px;
	-moz-border-radius: 15px;
	font-size: 85%;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#sidebar {
	padding-left: 15px;
}

#sidebar .wikicontext-module {
	background: none;
	border: 0;
}

#side-content ul {
	margin-left: 1em;
}

#side-content li {
	list-style-type: none;
	padding: 3px 0;
	font-weight: bold;
}

h1.wikititle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(diggwiki-header-background.png) top repeat-x;
	border: 0;
	padding: 1px 0;
	height: 40px;
	padding: 0;
	border-bottom: 4px solid #ebe6cf;
}

h1.wikititle a {
	display: block;
	text-indent: -5000px;
	background: url(diggwiki-title.png) top left no-repeat;
	height: 38px;
	width: 100px;
	margin-left: 30px;
	outline: none;
}

.wikistyle ul,
.wikistyle ol {
	margin-left: 1em;
}

.wikistyle ul ul,
.wikistyle ol ul,
.wikistyle ul ol,
.wikistyle ol ol {
	margin-left: 1.5em;
}

div#side-toolbar {
	margin-bottom: 0;
}

td#page-col-3 {
	width: 20px;
}

