/* @override http://www.asceticmonk.com/heart/templates/custom/custom.css */

body {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color: #131313;
	width: 828px;
	margin: 2em auto;
	padding: 0;
}

#title { margin: 0 10px 5px 10px; }
#title h1 {
	float: left;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
#title h1 a { color: #fff; }
#title #menu { float: right; padding: 6px; margin-top: 10px; font-size: .875em; font-style: italic; }
#title #menu a { border-bottom: 3px solid #555; }
#title #menu a:hover { border-bottom: 3px solid #aaa; }

a { color: #555; text-decoration: none; }
a:hover { color: #aaa; }
div.clear { clear: both; }
a.alt { font-family: Garamond, serif; font-style: italic; }

p { margin: 1em 10px; padding: 0 1em; font-size: 1.5em; }
p.chinese { color: #666; }
p span.title { margin-left: 2.5em; font-size: 1.5em; }
p span.author { margin-left: 10em; font-size: .75em; font-style: italic; color: #333; }

div.post {
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 10px;
	position: relative;
	background: transparent url(bg.png) no-repeat 0 0;
	display: inline; /* JESUS FUCKING IE */
}
	
	div.post img { border: 0; }
	div.post p {
		position: absolute;
		bottom: 35px;
		margin: 0;
		padding: 0;
		font-size: 1.125em;
		font-weight: normal;
		font-family: Garamond, serif;
		font-style: italic;
	}
	
	div.postInfo {
		padding: 0.2em;
		font-size: .75em;
		font-style: italic;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
div#pages { margin-top: 1em; font-size: .813em; }

	div.pageInfo {
		float: left;
		margin-left: 10px;
		display: inline;
	}
	div.pageLinks {
		float: right;
		margin-right: 10px;
	}