/* @group reset */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	outline: none;
	font-size: 1em;
}

/* @end reset */

/* @group Basic Styles */

body {
	background: #000 url(i/bg-tile.png) repeat-x;
	color: #979797;
	font: 11px/1.6 Verdana, sans-serif;
}

h1 {
	background: url(i/logo.png) no-repeat;
	height: 141px;
	width: 164px;
	margin: 45px 0 30px 18px;
}

h2, h3 {
	font-family: Georgia, serif;
	color: #333;
	margin-bottom: 20px;
	font-size: 24px;
}

a {
	color: #979797;
}
a:hover {
	color: #fff;
}

blockquote {
	color: #fff000;
}

blockquote p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 30px;
	line-height: 1.2;
}

/* @end Basic Styles */

/* @group Helper */

.mod {
	overflow: hidden;
	width: 600px;
}

.alert {
	font-family: Georgia, serif;
	color: #333;
	margin-bottom: 20px;
	font-size: 24px;
}

/* @end Helper */


#wrap {
	width: 842px;
	overflow: hidden;
}


/* @group Sidebar */

#sb {
	background: url(i/sb-bg.png) repeat-y;
	height: 100%;
	width: 202px;
	margin-left: 20px;
	position: fixed;
}

h1 a {
	display: block;
	height: 141px;
	text-indent: -9999px;
}

#about {
	background: url(i/about-ornament.png) no-repeat 0 100%;
	width: 160px;
	padding-bottom: 70px;
	margin-left: 18px;
	margin-bottom: 20px;
}

#about h2 {
	background: url(i/about.png) no-repeat;
	height: 9px;
	width: 160px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#about p {
	margin-bottom: 20px;
}

#about p a {
	color: #fff;
}

#about li {
	background: url(i/leaf.png) no-repeat 0 5px;
	margin-bottom: 10px;
	padding-left: 30px;
}

#about li a {
	color: #fff;
	display: block;
}

#about li a span {
	color: #929292;
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: -2px;
}

#copy {
	font-size: 10px;
	color: #333;
	width: 160px;
	margin: 0 0 20px 18px;
	text-align: center;
}

/* @end Sidebar */

/* @group Content */

#content {
	float: right;
	width: 600px;
}

/* @end Content */


/* @group Post */

.post {
	background: url(i/post-bg.png) no-repeat 0 100%;
	margin-bottom: 20px;
	padding-bottom: 53px;
}

.post-meta {
	font-size: 10px;
	float: left;
	width: 90px;
}

.post-meta span {
	display: block;
	padding-left: 20px;
	line-height: 2.2em;
}

.date {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tags {
	background: url(i/tag.png) no-repeat 0 50%;
}

.notes {
	background: url(i/notes.png) no-repeat 0 50%;
}

.post-content {
	float: right;
	width: 450px;
	margin-right: 30px;
}

.attr {
	text-align: right;
	padding-top: 10px;
}

a.image {
	background: #1c1c1c;
	display: block;
	padding: 10px;
}
a.image:hover {
	background: #454545;
}

/* @end Post */

/* @group Actions */

#actions {
	border-bottom: 1px solid #333;
	padding: 40px 0 20px 0;
	margin-bottom: 30px;
}

#actions form {
	float: left;
}

#actions input {
	background: url(i/search.png) no-repeat;
	font-size: 14px;
	width: 218px;
	padding: 7px 10px 6px 30px;
}

#actions a {
	display: block;
	float: left;
	margin: 5px 0 0 10px;
}

#actions a.rss {
	background: url(i/rss.png) no-repeat 0 50%;
	padding-left: 15px;
}

#actions a.twitter {
	background: url(i/twitter.png) no-repeat 0 50%;
	padding-left: 25px;
}

/* @end Actions */

/* @group Pagination */

#pagination {
	margin-bottom: 20px;
}

#pagination a {
	display: block;
	height: 35px;
	width: 56px;
	text-indent: -9999px;
}

#pagination a:hover {
	background-position: 0 -35px;
}

.older {
	float: left;
}

.older a {
	background: url(i/older.png) no-repeat;
}

.newer {
	float: right;
}

.newer a {
	background: url(i/newer.png) no-repeat;
}

#pagination .current {
	margin: 0 260px;
	padding-top: 5px;
}

/* @end Pagination */