/* -------------------------------------------------
 * Main stylesheet for david.fm
 *
 * Version: 1.1
 * URL: http://david.fm/
 * Author: Firman Wandayandi (http://firmanw.com/)
 * ---------------------------------------------- */
body {
	font: 78.5% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	line-height: 130%;
	background: #000 url(../images/blackboard.jpg) center top repeat;
	color: #fff;
}
form {
	margin: 0;
}
a {
	color: #edc951;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dashed #fbcfcf;
}

/* Floating resizable background, not working on IE sick */
#bg {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Top */
#top {
	background: url(../images/border_top.png) left top repeat-x;
	width: 100%;
	min-width: 960px;
	height: 46px;
	padding-top: 8px;
	margin-bottom: 1em;
}
a#rkc {
	background: url(../images/rkc.png) left top no-repeat;
	width: 190px;
	height: 26px;
	display: block;
	text-indent: -9999px;
}
a:hover#rkc {
	border: none;
}
form#search input {
	background: url(../images/search_input.png) left top no-repeat;
	border: 0;
	height: 26px;
	width: 196px;
	padding: 4px 0 0 24px;
	color: #fff;
}

/* Main wrapper */
#wrapper {
	margin-bottom: 2em;
}

/* Header */
#header {
	margin-bottom: 2em;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	background: url(../images/logo.png) left top no-repeat;
	display: block;
	width: 228px;
	height: 54px;
	text-indent: -9999px;
}
#header h1 a:hover {
	border: none;
	background-image: url(../images/logo_hover.png);
}
#header p {
	background: url(../images/tagline.png) left top no-repeat;
	height: 28px;
	text-indent: -9999px;
	margin: 0;
}

/* Sidebar */
#whoami {
	width: 280px;
	float: left;
}
#whoami h2 {
	background: url(../images/whoami.png) left top no-repeat;
}
#whoami p {
	margin: 0;
}
#twitter {
	float: right;
}
#twitter a {
	background: url(../images/twitter.png) left top no-repeat;
	width: 80px;
	height: 108px;
	display: block;
	text-indent: -9999px;
}
#twitter a:hover {
	border: none;
}
#featured h2 {
	background: url(../images/featured.png) left top no-repeat;
	margin: 0 0 .4em;
}
#featured ul {
	padding: 0;
	margin: 0;
}
#featured li {
	list-style: none;
	margin: 0;
	background: url(../images/featured_bullet.png) left top no-repeat;
	padding: 4px 0 4px 26px;
	font-size: 1.1em;
}
#recent h2 {
	background: url(../images/recent.png) left top no-repeat;
}
#recent ul {
	margin: 0;
	padding: 0;
}
#recent li {
	list-style: none;
	padding: .8em 0;
	margin: 0 0 0 0;
	font-size: 1.1em;
	background: url(../images/list_border.png) left bottom no-repeat;
}
#recent li small {
	display: block;
	font-size: .8em;
}
#view-archives {
	background: url(../images/view_archives.png) left top no-repeat;
	text-indent: -9999px;
	display: block;
	width: 120px;
	height: 20px;
	float: right;
}
#view-archives:hover {
	border: none;
}
#archives h2 {
	background: url(../images/entry_line.png) left bottom no-repeat;
	font-weight: normal;
	padding-bottom: 1.2em;
}
#archives ul {
	padding: 0;
}
#archives li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#archives h3 {
	font-size: 1.3em;
	font-weight: normal;
}
#archives li li {
	padding-left: 1em;
}
#comments h2 {
	background: url(../images/comments.png) left top no-repeat;
	height: 28px;
}
#add-comment h2 {
	background: url(../images/leavecomment.png) left top no-repeat;
}
#add-comment form p {
	margin: .4em;
}
#deans-letters {
	background: url(../images/deansletters.png) left top no-repeat;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
#deans-letters ul {
	position: relative;
	top: 64px;
	left: 68px;
}
#deans-letters li {
	list-style: none;
	padding: 0;
	margin: .4em 0;
}

/* Paging */
#older {
	float: left;
}
#newer {
	float: right;
}
#paging {
	background: url(../images/entry_line.png) left top no-repeat;
	padding: 1.2em 0;
}

/* Bottom */
#bottom {
	background: url(../images/border_bottom.png) left top repeat-x;
	width: 100%;
	min-width: 960px;
	height: 120px;
	overflow: hidden;
}
#bottom-info {
	margin-top: 72px;
	font-size: .9em;
}
#bottom-info #valid {
	color: #6c685c;
}
#note {
	background: url(../images/note.png) left top no-repeat;
	width: 196px;
	height: 108px;
	position: relative;
	top: 12px;
	float: left;
	z-index: 1;
}
#feed {
	position: relative;
	top: 12px;
	left: 150px;
	z-index: 0;
	width: 128px;
	height: 108px;
}
#feed a {
	background: url(../images/feed.png) left top no-repeat;
	display: block;
	width: 128px;
	height: 108px;
	text-indent: -9999px;
}
#feed a:hover {
	border: none;
}

/* Classes */
.section {
	margin-bottom: 2em;
}
.section h2 {
	height: 20px;
	text-indent: -9999px;
	margin: 0 0 .4em;
}
.pipe {
	margin: 0 .4em;
}

/* Entry */
.entry {
	margin-bottom: 4em;
}
.entry-header {
	background: url(../images/entry_line.png) left bottom no-repeat;
	margin-bottom: 1.4em;
	padding-bottom: 1em;
}
.entry-header h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 .4em;
}
.entry-header h2 a {
	color: #fff;
}
.entry-header small {
	color: #fbcfcf;
}
.entry-meta {
	float: left;
	width: 460px;
}
.entry-comments {
	float: right;
	width: 38px;
	height: 47px;
	background: url(../images/comments_bg.png) left top no-repeat;
	padding: 16px 0 0 6px;
	font-size: 1.4em;
	text-align: center;
}
.entry-content object {
	margin: 0 auto;
}
.entry-content .more {
	text-align: right;
}
.entry-comments a {
	color: #fff;
}
.entry-comment {
	background: url(../images/comment_border.png) left bottom no-repeat;
	padding-bottom: .4em;
	margin-bottom: 1em;
}
.entry-comment-header {
	margin-bottom: 1em;
}
.entry-comment-header h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
.entry-comment-header p {
	font-size: .9em;
	margin: 0;
}
.line_yellow {
	background: url(../images/line_yellow.png) left top no-repeat;
}
