* { margin: 0; padding: 0; }
header, aside, section, article, footer { display: block; }
body {
	background: url(/resources/images/headerbg.jpg) repeat-x center 15px;
	background: url(/resources/images/headerstrip.jpg) no-repeat center 15px, url(/resources/images/headerbg.jpg) repeat-x center 15px;
	background-color: #221d1d;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a1aeb6;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	}
br { clear: both; }
a {
	color: #fff;
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: Archer, Rockwell, Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	color: #404d55;
	}
	h2 {
	font-size: 36px;
	line-height: 30px;
	}
	h3 {
	font-size: 30px;
	line-height: 30px;
	}
	h4 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 30px;
	}
	h5 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;
	}
p, ul { margin-bottom: 20px; }
#container {
	width: 960px;
	margin: 0 auto;
	}
header {
	height: 110px;
	margin: 15px 0;
	}
	header h1 {
	width: 294px;
	height: 56px;
	padding-top: 31px;
	padding-left: 3px;
	background: url(/resources/images/logo.png) no-repeat bottom right;
	text-indent: -9000px;
	}
aside {
	float: left;
	width: 280px;
	padding: 0 10px;
	}
	aside h2 {
	margin-bottom: 14px;
	font-size: 30px;
	line-height: 34px;
	}
	aside ul {
	list-style: none;
	padding-top: 4px;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	}
	aside ul.last5 {
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 8px;
	background: url(/resources/images/sidebardivider.png) no-repeat bottom center;
	}
	aside ul li a {
	font-weight: bold;
	line-height: 19px;
	}
	aside ul.last5 li a {
	float: left;
	width: 65%;
	font-size: 16px;
	line-height: 20px;
	}
	aside ul.last5 li.all a {
	width: 100%;
	font-size: 13px;
	text-align: right;
	}
	aside ul.last5 li span.date {
	float: right;
	width: 35%;
	margin-top: 2px;
	}
section#blog, section#page {
	float: left;
	width: 640px;
	padding: 0 10px;
	}
	section#blog footer {
	margin: 10px 10px;
	}
	section#blog footer a.newer {
	float: left;
	
	}
	section#blog footer a.older {
	float: right;
	
	}
	section#blog article {
	margin-bottom: 16px;
	}
	section#blog article p {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	}
	section#blog article blockquote {
	margin: 20px 30px;
	padding: 9px;
	border: 1px solid rgba(0, 0, 0, .35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(255, 255, 255, .025);
	}
	section#blog article blockquote p {
	margin-left: 0;
	margin-right: 0;
	}
	section#blog article blockquote p:last-child {
	margin-bottom: 0;
	}
	section#blog article blockquote p cite {
	display: block;
	text-align: right;
	}
	section ul {
	margin-left: 20px;
	}
	section pre code {
	display: block;
	width: 580px;
	margin: 0 20px 20px;
	padding: 9px;
	border: 1px solid rgba(0, 0, 0, .35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(255, 255, 255, .025);
	overflow: auto;
	}
	section#blog article footer {
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	opacity: .5;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	}
	section#blog article footer:hover {
	opacity: 1;
	}
	section#blog article footer a {
	font-weight: bold;
	}
	section#blog form {
	}
	section#blog form table {
	margin: 0 20px;
	width: 600px;
	}
	section#blog form td {
	padding-bottom: 5px;
	}
	section#blog form td.label {
	width: 15%;
	font-size: 13px;
	}
	section#blog form td.field {
	width: 85%;
	}
	section#blog form td.field input, section#blog form td textarea {
	width: 100%;
	max-width: 596px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, .05);
	outline: none;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	}
	section#blog form td textarea {
	height: 200px;
	max-height: 300px;
	font-size: 13px;
	}
	section#blog form span.note {
	display: block;
	opacity: .5;
	font-size: 13px;
	}
	section#page p {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	}
