body {
	font-family: sans-serif;
	color: #333;
	font-size: 1em;
}
#header #colours, #footer a span, #glasses img, #togglebtn, #sidebar, .postmetadata {
	display: none;
}
#glasses {
	background: url(images/glasses_flat.png) left top no-repeat;
}
#glasses h2 {
	padding: 130px 0 0 15px;
}
h1 {
	background: #333;
	color: #fff;
	margin: 0;
	padding: 5px;
}
.post h2, .page h2 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}
#navigation ul {
	background: #666;
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
#navigation li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #999;
}
#navigation li:first-child {
	border-left: none;
}
#navigation a {
	color: #fff;
}
a {
	color: #666;
	text-decoration: underline;
}
abbr, acronym, dfn {
	text-decoration: none;
	border-bottom: none;
	font-style: normal;
}
.fancybox {
	clear: left;
}
code {
	font-family: "Courier New", Courier, monospace;
}
label input, label textarea {
	display: block;
	width: 280px;
}
#footer {
	font-size: .8em;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
