/* Global */
body {
	background: white;
	color: black;
	font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
p {
	line-height: 1.6em;
}
li, pre {
	line-height: 1.3em;
}
pre, code {
	font-family: Consolas, monospace;
}
a {
	color: #5588aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Content */
#content h1 {
	font-size: 1.6em;
	margin-bottom: 0.3em;
}
#content h2 {
	font-size: 1.3em;
}
#content h3 {
	font-size: 1.1em;
}
#content img {
	max-width: 100%;
	height: auto;
}
#content pre {
	background: #f5f5f5;
	padding: 12px;
	border-radius: 4px;
	overflow-x: auto;
}
#content code {
	background: #f5f5f5;
	padding: 2px 4px;
	border-radius: 3px;
}
#content pre code {
	background: none;
	padding: 0;
}

/* Sidebar */
.sidebar-nav h2 {
	font-size: 1em;
}
.sidebar-nav ul {
	list-style-type: none;
	padding: 0;
}

/* Footer */
footer {
	margin-top: 40px;
	padding: 20px 0;
}