html, body { height: 100%; }

body {
	margin: 0 auto;
	font: 62.5%/1.5 "Lucida Grande", "Verdana", "Tahoma", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #333;
	background: #292929;
}

img { border: none; }

a { color: #DDD; }

#main a { color: #8D0600; }

a:hover { text-decoration: none; }

form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

h1 a, h2 a, h3 a { text-decoration: none; }

h1 {
	font-size: 2.5em;
	margin: 0;
	color: #8D0600;
}

h2 {
	clear: both;
	padding: 0.25em 0;
	border: 3px solid #DDD;
	border-width: 3px 0 1px;
	color: #242A5D;
	font-size: 1.6em;
}

p, #main li, #main legend { font-size: 1.2em; }

#main li li { font-size: 1.0em; }

blockquote {
	margin: 1.0em 1.5em;
	padding: 1.0em 1.5em;
	background: #F0F0F0;
	border: 1px solid #DDD;
	border-width: 1px 0;
}

figure {
	margin: 1.0em 0;
	padding: 1.0em 4.0em;
	border: 3px solid #DDD;
	border-width: 3px 0 1px;
	background: #EEE;
	font-size: 1.2em;
}

figure img {
	display: block;
	margin: 0 auto;
}

aside {
	margin: 2.0em 0;
	padding: 0 3.0em 1.0em;
	border: 3px solid #DDD;
	border-width: 3px 0 1px;
	background: #F9F9F9;
	font-size: 1.2em;
}

.wrap {
	width: 97.0em;
	margin: 0 auto;
}

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

.nav li {
	float: left;
	margin: 0.5em 3.0em 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}

.nav li a {
	text-decoration: none;
	color: #DDD;
}

.nav li a:hover { text-decoration: underline; }

/* @group Navigation */

#navigation {
	padding: 0.5em 0;
	background: #181818;
	border-bottom: 1px solid #292929;
}

#navigation .nav { float: left; }

#search { 
	float: right;
	margin: 0.25em 0;
}

#search label {
	font-size: 1.2em;
	font-weight: bold;
	color: #DDD;
}

#search label, #search input, #search span { vertical-align: middle; }

/* @end */

#masthead {
	clear: both;
	padding: 34px 0;
	background: #232323;
	border-top: 1px solid #1C1C1C;
	border-bottom: 1px solid #4F4F4F;
}

#masthead h1 {
	width: 412px;
	height: 114px;
	margin: 0;
	padding: 0;
	background: url(../images/title.png) no-repeat left top;
	text-indent: -9999em;
}

#masthead h1 a {
	display: block;
	width: 412px;
	height: 114px;
	overflow: auto;
}

#masthead .wrap {
	position: relative;
	background: url(../images/masthead-bg.png) no-repeat right center;
}

#masthead .wrap img {
	position: absolute;
	top: -31px;
	right: 0;
}

#main, #main .wrap { background: #FFF url(../images/main-bg.png) repeat-x left top; }

#main .wrap { padding: 2.0em 0 3.0em; }

#new-visitor {
	margin: 5px 0 25px;
	padding: 10px 15px;
	background: #FFC;
	border: 2px solid #AAA;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

#content {
	float: left;
	width: 59.0em;
	margin: 0;
	padding: 0 1.0em;
	/* border-top: 3px solid #DDD; */
	background: #FFF;
}

#about #content img {
	float: left;
	margin: 0 1.0em 1.0em 0;
}

#sidebar {
	float: right;
	width: 33.0em;
	margin: 130px 0 0 1.0em;
	background: #FFF;
}

#sidebar .events {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .events li {
	margin: 1.0em 0;
	padding: 0 1.0em 1.0em;
	border-bottom: 1px solid #DDD;
}

#sidebar .events li.rss p {
	margin-bottom: 0;
	padding-left: 20px;
	background: url(../images/icons/rss-small.png) no-repeat left 0.1em;
	font-size: 0.9em;
	font-style: italic;
	color: #555;
}

#sidebar .events .summary { font-weight: bold; }

#sidebar .events .logo {
	float: right;
	margin-left: 0.5em;
}

#sidebar .events span {
	display: block;
	padding: 0;
	background: none;
}

#sidebar .events span.description {
	margin-top: 0.5em;
	font-size: 0.9em;
}

/* @group Footer */

#footer {
	clear: both;
	color: #DDD;
}

#footer, #footer .wrap { background: #292929 url(../images/footer-bg.png) repeat-x left top; }

#footer .wrap {
	width: 97.0em;
	padding: 4.5em 0 1.5em;
}

#footer, #footer .copy, #footer .copy p, #footer .nav, #footer .rss { margin: 0; }

#footer .rss {
	float: right;
	margin: 0.5em 0;
	padding-left: 25px;
	background: url(../images/icons/rss.png) no-repeat left center;
	font-size: 1.6em;
}

#footer .rss a {
	color: #DDD;
	font-weight: bold;
	text-decoration: none;
}

#footer .copy {
	clear: left;
	float: left;
	padding-left: 80px;
	background: #292929 url(../images/feather-small.png) no-repeat left center;
}

/* @end */

.date, .meta { color: #555; }

#post .date, #archives .date, #comments .date, .time, .tags, .permalink, .comments { padding-left: 20px; }

.date img {
	float: left;
	margin-right: 5px;
}

#post .date, #comments .date, #archives .date { background: url(../images/icons/calendar.png) no-repeat left top; }
.time { background: url(../images/icons/clock.png) no-repeat left top; }
.tags { background: url(../images/icons/tag.png) no-repeat left 0.25em; }
.permalink { background: url(../images/icons/permalink.png) no-repeat left 0.1em; }
.comments { background: url(../images/icons/comment.png) no-repeat left 0.1em; }

.tags span {
	display: block;
	float: left;
	width: 0;
	text-indent: -9999em;
}

#tags {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tags li {
	display: inline;
	margin: 0 0.5em;
}

/* @group Post */

#post .date { margin: 1.0em 0 0; }

#post h2 { border: none; }

#post .meta p {
	float: left;
	margin: 1.0em 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #DDD;
}

#permalink #post .meta p { border: none; }

#post .meta p.comments { border: none; }

#post .meta .tags { max-width: 25.0em; }

/* @end */

/* @group Tumblelog */

#tumble #tumblelog, #archives, #events { border-top: 1px solid #DDD; }

#recent-posts h2, #tumblelog h2, #comments h2, #events h2 { margin-bottom: 0; }

.item { border-bottom: 1px solid #DDD; }

.item h3 {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}

.item h3, .item .data p {
	margin: 0;
	padding: 0;
}

.item .data {
	float: right;
	width: 43.0em;
	padding: 1.5em 0;
}

.item .data img {
	float: right;
	margin-left: 1.5em;
	border: 2px solid #8D0600;
}

.item .meta {
	float: left;
	width: 15.0em;
	font-size: 0.9em;
	border-top: 2px solid #DDD;
}

p.results {
	margin: 1.0em 0 0;
	padding: 0 0 1.0em;
	border-bottom: 1px solid #DDD;
}

#pagination {
	float: right;
	margin: 10px 0;
}

#pagination li, #pagination a, #pagination .current, #pagination .off {
	display: block;
	float: left;
}

#pagination a, #pagination .current, #pagination .off {
	margin-right: 5px;
	padding: 3px 8px;
}

#pagination a, #pagination .current { background: #EEE; }

#pagination .off {
	color: #AAA;
	font-weight: bold;
}

#pagination .next a, #pagination .previous a {
	font-weight: bold;
	background: none;
}

#pagination .current {
	color: #444;
	font-weight: bold;
	background: none;
}

#pagination a, #pagination a:visited { text-decoration: none; }

#pagination a:hover { background: #AAA; }

#filter {
	float: right;
	margin-top: -3.0em;
}

#home #filter { margin-top: -2.75em; }

#archives #filter { margin-top: -4.25em; }

#filter label { font-size: 1.1em; }

/* @end */

/* @group Events */

#events .logo {
	display: block;
	margin: 1.0em 0;
}

/* @end */

/* @group Comments */

.comment .meta {
	width: 18.0em;
	padding: 1.0em 0 0;
}

.comment .gravatar {
	float: left;
	margin: 0.4em 1.0em 1.0em 0;
}

.comment .author { font-weight: bold; }

#comments .comment .meta p.date {
	padding-left: 0;
	background: none;
}

#comments .comment .meta p.date a {
	color: #555;
	text-decoration: none;
}

#comments .comment .meta p { margin: 0.3em 0; }

.comment .data { width: 42.0em; }

.comment .data p { margin-bottom: 1.0em; }

.nested {
	clear: both;
	margin-left: 4.5em;
	border: 1px solid #DDD;
	border-width: 1px 0 0;
}

.nested .meta {
	float: none;
	width: auto;
	margin: 0 0 1.0em;
	padding: 0.8em 1.0em 0.2em;
	background: #EEE;
	border: none;
	overflow: auto;
	font-size: 1.0em;
}

.nested .gravatar { margin: -0.3em 1.0em 0 0; }

.nested .data {
	float: none;
	width: auto;
	padding: 0 0 1.0em 4.0em;
	overflow: auto;
}

#comments .nested .date {
	display: inline;
	padding: 0;
	background: none;
}

.commentlist #respond {
	clear: both;
	padding: 1.0em 1.0em 0;
	background: #F6F6F6;
	border: 1px solid #DDD;
	border-width: 1px 0;
}

.reply {
	float: right;
	margin: 0 0 1.0em;
}

#respond .reply a {
	display: block;
	padding: 0.3em 1.0em;
	background: #DDD;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 0.9em;
}

#respond label { display: block; }

/* @end */

/* @group Contact page */

#contactform {
	margin: 1.0em 0;
	padding: 1.0em 1.5em;
	background: #F0F0F0;
	border: 1px solid #DDD;
	border-width: 1px 0;
}

#contactform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#contactform legend, #contactform em.error {
	color: #930;
	font-weight: bold;
}

#contactform .error-notice { font-weight: bold; }
#contactform .error-notice:focus { outline: none; }

#contactform input, #contactform select, #contactform textarea { display: block; }

#contactform input[type=text], #contactform select { width: 300px; }

#contactform input[type=text], #contactform textarea { padding: 2px 5px; }

#contactform textarea {
	width: 500px;
	height: 200px;
}

#contactform label { display: block; }

/* @end */

.nav:after, 
#navigation:after, 
#navigation .wrap:after,
#main:after,
#main .wrap:after,
#post:after, 
.item:after, 
.vevent:after,
#footer:after, 
#footer .wrap:after {    content: ".";     display: block;     height: 0;     overflow: hidden;    clear: both;     visibility: hidden;}