a img {
	border: 0;
}
a {
	color: #5064A4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #484971;
}
ul {
	/* No support for hi res list images yet */
	list-style-image: url(http://likethought.com/lockfocus/images/bullet1x.png);
}
body, html {
	margin: 0;
	padding: 0;
	color: black;
	font-family: Verdana;
}
body {
	min-width: 800px;
}
#container {
	margin: 0 auto;
	width: 800px;
}
h1 {
	font-size: 250%;
}
h1 a {
	color: black;
	text-decoration: underline;
}
h1 a:hover {
	color: #484971;
}
h1, h2, h3 {
	font-family: "Futura Medium", Futura;
	font-weight: normal;
}
#content {
	float: left;
	width: 580px;
	background: transparent url(http://likethought.com/lockfocus/images/lockfocus1x.png) top right no-repeat;
}
h1, h2, #content h3, #content p, small, pre, #footer {
	margin: 20px;
}
h2, #content h3 {
	margin-bottom: 0;
}
.postmetadata small {
	margin: 0;
}
small {
	margin-top: 0;
}
#sidebar {
	background: transparent url(http://likethought.com/lockfocus/images/outlineTop1x.png) top no-repeat;
	float: right;
	width: 220px;
	padding: 0;
	margin: 85px 0 0 0;
	font-size: 75%;
}
#sidebar ul {
	margin: 0;
}
ul#products {
	list-style-type: none;
	list-style-image: none;
}
h2, h3 {
	color: #484971;
}
#sidebar h3 {
	font-size: 140%;
}
#sidebar p, #sidebar h3 {
	padding: 0 20px;
	margin: 8px;
}
#innerSidebar {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	background: transparent url(http://likethought.com/lockfocus/images/outlineBottom1x.png) bottom no-repeat;
}
#footer {
	clear: both;
	font-size: 75%;
}
pre, .download {
	-webkit-border-image: url(http://likethought.com/lockfocus/images/code1x.png) 10 10 10 10 / 10px 10px;
}
.entry .center, .entry .download {
	text-align: center;
}
.entry p {
	text-align: justify;
}
.vmiddle {
	vertical-align: middle;
}
.cat-item {
	color: gray;
}
.post {
	margin-bottom: 30px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
	margin-right: 0;
}
.clear {
	clear: both;
}