/* Font Embeds */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,400italic,700|Ubuntu+Mono);

/* General */

body {
	background: #fff;
	color: #000;
	font-family: 'Ubuntu', 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
}

a:link { color: #009; text-decoration: underline; }
a:visited { color: #606; text-decoration: underline; }
a:hover, a:active { color: #f00; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 500; }

tt, pre { font-family: 'Ubuntu Mono', 'Consolas', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; }

/* Top section */

#top {
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:60pt;
	padding-left:10pt;
	padding-right:10pt;
	background: #ccc;
}

/* Remainder of page, in general */

#rest {
	position: absolute;
	top: 60pt;
	left: 0;
	right: 0;
}

/* Sidebar background */

#sideback {
	position: absolute;
	width: 150pt;
	background: #000;
	top: 0;
	bottom: 0;
}

/* Sidebar content */

#side {
	position: absolute;
	top: 0;
	left: 0;
	width: 130pt; /* 150 - 2 * 10 */
	padding: 5pt 10pt 0 10pt;
	color: #fff;
}

#side a:link { color: #eee; }
#side a:visited { color: #ccc; }
#side a:hover, #side a:active { color: #000; background: #fff; text-decoration: none; }

#side ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}

#side ul li {
	padding-top: 5pt;
}
#side ul ul {
	padding-left: 10pt;
	padding-bottom: 10pt;
}

/* Main content */

#main {
	position: relative;
	top: 0;
	margin-left: 150pt;
	padding: 0 10pt 0 10pt;
}

ul.nobullet {
	list-style: none;
	padding-left: 0;
}

.topborder {
	border-top: 2px solid black;
}

.desc {
	margin-left: 20pt;
}