body {
	background-color: #222;
	color: #bbb;
	font-family: monospace;
	font-size: 13pt;
	padding: 0;
	margin: 0 0 85px 0;
	line-height: 1.4em;
}

hr {
	/*color: #50908e;*/
	color: #555;
}

a {
	color: #bf5700;
}
a:visited {
	color: #6f3434;
}

code {
	padding: 3px 5px;
	background-color: #000;
	color: #50908e;
	border-radius: 4px;
}

#header {
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
}

#baerlabs-nav {
	border-bottom: 3px solid #4e1212;
	position: fixed;
	top: 0;
	height: 80px;
	width: 100%;
	background-color: #111;
	font-size: 15pt;
	font-weight: bold;
	font-family: Arial, Times New Roman, sans-serif;
	box-shadow: 0px 3px #333;
}
#baerlabs-nav ul {
	margin-top: 27px;
	margin-left: 85px;
	padding-left: 0;
}
#baerlabs-nav ul li {
	display: inline;
	margin-left: 15px;
	overflow-x: scroll;
}
#baerlabs-nav ul li a {
	text-decoration: none;
	color: #bbb;
}
#baerlabs-nav ul li a:visited {
	color: #bbb;
}
#baerlabs-nav ul li a:hover {
	color: #50908e;
}

#baerlabs-logo-outer {
	position: fixed;
	top: 0;
	margin-top: 10px;
	margin-left: 15px;
}
#baerlabs-logo {
	height: 60px;
}

#main {
	/*margin: 120px 20px 40px 35px;*/
	margin: 120px auto 40px;
	width: 50em;
	overflow-y: scroll;
	overflow: hidden;
}

#main .blog-content {
	margin: auto;
	width: 48em;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	border-top: 3px solid #4e1212;
	font-size: 11pt;
	text-align: center;
	background-color: #111;
	box-shadow: 0px -3px #333;
}

#debug {
	margin-top: 50px;
	width: 100%;
	height: 250px;
	color: #20a039;
	border-top: 2px dashed green;
}
#debug ul {
	list-style-type: none;
}
#debug ul li {
	margin-left: -15px;
}

