@charset "utf-8";
/* CSS Document */

/* Reset CSS Styles */
* {
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

a {
	color: #333;
	text-decoration: underline;
}

.line {
	position: relative;
	clear: both;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color:#CCC;
	padding: 7px 0 0 0;
	margin: 0 0 7px 0;
	line-height: 1px;
	height: 1px;
	font-size: 0px;
}

body {
	height: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#eee;
	background-image:url(/img/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
}

p {
	padding: 0 0 15px 0;
}


h2, h2 a {
	font-family: Verdana, Geneva, sans-serif;
	color:#98948b;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}

#body {
	position: relative;
	width: 600px;
	padding: 15px;
	overflow: auto;
}

small {
	font-size: 12px;
	color: #999;
}

.post .subtitle {
	position: relative;
	font-size: 10px;
	color: #666;
	overflow: auto;
	padding: 5px 0 8px 0;
	clear: left;
}

.post .subtitle .date {
	position: relative;
	float: left;
	background-image:url(/img/calendar.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 20px;
}

.post .subtitle .comments {
	position: relative;
	float: right;
	background-image:url(/img/comment.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-right: 10px;
}

.entry {
	clear: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 20px 10px;
}

h1.title {
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 3px 0;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color:#CCC;
	font-size: 18px;
}

.entry h1 {
	font-family: Arial, Helvetica, sans-serif;
}

.entry h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #726a59;
	padding: 0px 0 10px 0;
	margin: 0;
}

.entry ul {
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	list-style-type:square;
}

.entry ul ul {
	list-style-type:circle;
}

.postmetadata {
	font-size: 9px;
	border: 1px solid #eee;
	border-width: 1px 0 0 0;
	padding-top: 7px;
	text-decoration: none;
}




