* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Myriad Pro", Tahoma, san-serif;
	font-size: 14px;
}

#header {
	background: #528CA5 url('/images/site/hamster.png') top center no-repeat;
	color: #ffffff;
	height: 100px;
	position: relative;
}

#sectionheader {
	background: #A2BFCC;
	color: #ffffff;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}

#main {
	float: left;
	width: 670px;
}

.content {
	padding: 0px 30px;
	margin: 0px auto;
	width: 940px;
}

#header .content {
	height: 100px;
	position: relative;
}

#header ul {
	position: absolute;
	list-style: none;
	bottom: 0px;
	right: 270px;
}

#header li {
	display: inline;
	margin: 0px 0px 0px 20px;
	height: 40px;
}

#body {
	margin-top: 30px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #000000;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

p.further {
	font-size: 18px;
}

p, blockquote {
	line-height: 22px;
}

div.twitter {
	background: #EEEAE6 url('/images/site/twitter-footer.png') bottom no-repeat;
	color: #675443;
	padding: 20px 20px 50px 20px;
	width: 200px;
}

#sidebar {
	float: left;
	margin-left: 30px;
	width: 240px;
}

#sidebar h2 {
	margin: 0px 10px;
}

#sidebar .pod {
	margin-bottom: 30px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	width: 240px;
}

#sidebar li a {
	background: url('/images/site/arrow.png') center right no-repeat;
	color: #A0856A;
	display: block;
	padding: 5px 10px 3px 10px;
	text-decoration: none;
	width: 220px;
}

#sidebar li a:hover {
	background: #A0856A url('/images/site/arrow-hover.png') center right no-repeat;
	color: #ffffff;
}

.entry {
	border-bottom: 2px dotted #A0856A;
	padding: 20px 0px;
}

.entry p, .entry blockquote {
	margin-top: 20px;
}

.entry ul {
	padding: 20px 0px 0px 30px;
}

blockquote {
	padding: 20px;
	
	background-color: #EEEAE6;
	color: #675443;
}

.first {
	padding-top: 0px
}

#footer {
	background-color: #528CA5;
	clear: both;
	color: #ffffff;
	padding: 10px 0px 8px 0px;
	text-align: center;
	width: 100%;
}

#nav {
	margin: 20px 0px;
}

#newer {
	background: url('/images/site/nav-newer.png') no-repeat;
	display: inline-block;
	text-indent: -9999px;
	height: 24px;
	width: 79px;
}

#older {
	background: url('/images/site/nav-older.png') no-repeat;
	display: inline-block;
	text-indent: -9999px;
	height: 24px;
	width: 72px;
}

#newer:hover, #older:hover {
	background-position: 0px -24px;
}


#logo {
	position: absolute;
	background: url('/images/site/logo.png') no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 129px;
	bottom: 0px;
}

#blog {
	background: url('/images/site/nav-blog-active.png') no-repeat;
	float: left;
	text-indent: -9999px;
	height: 40px;
	width: 39px;
}

#work {
	background: url('/images/site/nav-work-inactive.png') no-repeat;
	float: left;
	text-indent: -9999px;
	height: 40px;
	width: 45px;
}

div.entry span.date {
	color: #666666;
}

a {
	color: #528CA5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre.code {
	margin-top: 20px;
	overflow: auto;
	background-color: #EEEAE6;
	color: #665544;
	padding: 20px;
}

.entry table {
	border-collapse:collapse;
	margin-top: 20px;
}

.entry table, .entry tr, .entry td, .entry th {
	border: 0px;
}

.entry th, .entry td {
	border:2px solid #386172;
	padding: 2px 10px;
}

.entry th {
	background-color: #386172;
	color: #ffffff;
}

.single {
	border: none;
}

#comments {
	background-color: #A2BFCC;
	clear: both;
	padding: 30px 0px;
}

#comments dt {
	color: #386172;
	margin-top: 20px;
}

#comments dd {
	margin-bottom: 20px;
}

#comment_list, #comment_form {
	width: 670px;
}

#comments .textbox {
	width: 380px;
}

#comments textarea {
	width: 570px;
}

#comments td {
	vertical-align: top;
}

.files {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px !important;
}

.files a {
	background: #9c856c;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0px 20px;
	text-align: center;
	text-decoration: none;
}

.files a:hover {
	background: #528ca5;
}

.entry_like {
	border: none;
	overflow: hidden;
	padding: 20px 0px;
	width:150px;
	height:20px
}

.frontpage_like {
	border: none;
	overflow: hidden;
	padding: 20px 0px 10px 0px;
	width:150px;
	height:20px
}

p.further span {
}

p.further .frontpage_like{
	float: right;
	padding: 0px;
}


#comment_form dl dt {
	clear:left;
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: right;
	width: 100px;
}

#comment_form dl dd {
	float: left;
	margin: 0px 0px 10px 0px;
	width: 560px;
}