body {
	font-family: arial, helvetica, sans-serif;
	background-color:#414a51;
	background-image:url('/images/414a51.jpg');
	width:960px;
	margin-left: auto;
    margin-right: auto;
}

section#posts, section#pages, section#editor {
	float:left;
	width:699px;
}

section#sidebar {
	float:right;
	width:223px;
	background-color:#212a31;
	background-image:url('/images/212a31.jpg');
	border:1px solid #010a11;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
	margin:16px 0 16px 16px;
	padding:0 10px 10px;
}

footer {
	clear:both;
	display:block;
	color:#eee;
}

section#pages h3 {
	color:#778899;
}

nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#page_header {
	display:block;
	margin:0;
}

#page_header h1 {
	font-family:arial black, arial, helvetica, sans-serif;
	font-size:300%;
	font-weight:800;
	word-spacing:0.2em;
	letter-spacing:0.12em;
	text-shadow:#010a11 2px 2px 3px;
	text-align:center;
	margin:0 0 8px 0;
	color:#eee;
}

#page_header nav {
	display:block;
	background-color:#000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313a41', endColorstr='#010a11');
	background: -webkit-gradient(linear, left top, left bottom, from(#313a41), to(#010a11));
	background: -moz-linear-gradient(top,  #313a41,  #010a11);
	border:1px solid #010a11;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
	height:40px;
}

#page_header ul {
	margin:11px 0 0 12px;
}

#page_header li {
	display:inline;
	font-weight:bolder;
	padding:0;
	margin:0 10px 0 0;
	text-shadow:black 2px 2px 3px;
}

#page_header a {
	text-decoration:none;
	color:#eee;
}

#page_header a:hover {
	color:#9fb5cc;
}

#sidebar {
	color:#eee;
}

#sidebar li {
	font-size:80%;
	padding:0;
	margin:0 0 8px 0;
}

#sidebar a {
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar h3 {
	font-size:100%;
	margin:10px 0;
	text-shadow:black 2px 2px 3px;
}

#sidebar hr {
	margin:18px 0;
}

#subscribelink a {
	font-size:85%;
	font-weight:bold;
	color:#eee;
}

#subscribelink img {
	margin-right:10px;
	vertical-align:middle;
	border:0;
}

article, .form {
	display:block;
	background-color:#212a31;
	background-image:url('/images/212a31.jpg');
	border:1px solid #010a11;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
	margin:16px 0;
	padding:8px 10px 6px;
	line-height:1.5;
	color:#eee;
}

.form {
	margin-top:0px;
}

article header {
	display:block;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	line-height:1.1;
}

article footer {
	display:block;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	line-height:1.0;
}

article h2 {
	margin:0 0 6px;
}

article h2 a {
	text-decoration:none;
}

article h2 a:hover {
	text-decoration:underline;
}

article p {
	margin:12px 0;
}

article header p {
	margin:6px 0;
}

article footer p {
	margin:6px 0 2px;
}

img {
	border:0;
	margin:0 6px;
}

img.side {
	float:right;
	margin-bottom:6px;
}

a {
	color:#778899;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

article footer a {
	text-decoration:underline;
	font-size:105%;
	color:#eee;
}

article footer a:hover {
	color:#778899;
}

a.fbshare {
	background-image:url('/images/facebook.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:24px;
	margin-left:10px;
}

a.retweet {
	background-image:url('/images/twitter.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:24px;
	margin-left:10px;
}

table {
	border-collapse:collapse;
}

table, th, td {
	border:1px solid #eee;
}

th, td {
	padding:4px;
}

th {
	background-color:#778899;
}

th a {
	color:#eee;
}

#disqus_thread {
	background-color:#212a31;
	background-image:url('/images/212a31.jpg');
	border:1px solid #010a11;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
	margin:16px 0;
	padding:6px 10px;
}

#dsq-content, #dsq-content-stub {
	color:#eee;
}

.dsq-post-area h3 {
	margin-top:2px;
}

.dsq-item-trackback {
	padding-bottom:0px !important;
	margin-bottom:2px !important;
}

input.dsq-trackback-url {
	background-color:white !important;
	color:#010a11;
	width:360px;
}

.dsq-brlink {
	display:none;
}

pre {
	background-color: #b4a08a;
	padding: 10px;
	font-size: 11px;
}

div.field, div.actions {
	margin-bottom: 10px;
}

#notice {
	color: #779887;
}

#alert {
	color: #846e7d;
}

.field_with_errors {
	padding: 2px;
	background-color: red;
	display: table;
}

#error_explanation {
	width: 450px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 0;
	margin-bottom: 20px;
	background-color: #b4a08a;
}

#error_explanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	margin-bottom: 0px;
	background-color: #846e7d;
	color: #fff;
}

#error_explanation ul li {
	font-size: 12px;
	list-style: square;
}