body, div, ul, li, a, h1, h2 {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: 'Century Gothic', verdana, arial, helvetica, sans-serif;
	min-width: 720px;
	font-size: 11px;
	color: #444;
}

h1 {
	background-repeat: no-repeat;
	text-indent: -9999px;
}

pre {
	background-color: #F9F9F9;
	padding: 5px 10px;
	overflow: auto;
	line-height: 18px;
	word-wrap: break-word;
}

#page {
	height: auto;
	margin: 60px auto 0;
	width: 650px;
}

#header {
	margin-bottom: 70px;
}

#header h1 a {
	background-image: url(/images/tabqwerty.png);
	width: 360px;
	height: 46px;
}

#header a {
	display: block;
	text-indent: -9999px;
}

#leftnav {
	float: left;
	width: 125px;
	text-align: right;
}

#leftnav li {
	list-style: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#leftnav .name {
	letter-spacing: 2px;
	margin-bottom: 50px;
	margin-top: 0;
}

#leftnav a {
	color: #444;
	text-decoration: none;
}

#content {
	float: left;
	width: 475px;
	margin-left: 50px;
	padding-bottom: 50px;
	line-height: 25px;
}

#content .post {
	padding-bottom: 35px;
}

#content h2 {
	margin-top: -5px;
}

#content h2 a:link, #content h2 a:visited {
	border: none;
}

#content a {
	color: #444;
	text-decoration: none;
}

#content a:link, #content a:visited {
	padding: 2px 0 1px;
	border-bottom: 1px solid #444;
}

#content a:hover {
	background-color: #AAA;
	text-decoration: none;
	border: none;
}

#content .entry-date, #content .entry-content{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#content .entry-date {
	color: gray;
	padding-top: 5px;
}

#content ul, #content ol {
	padding-left: 15px;
}
