body {
	background-image: url(/images/fall_bg.gif);
	background-color: #f89a1c;
	margin: 20px 0 0 0;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

h2 a, h2 {
	position: relative;
	color: #003386;
	font-family: Georgia, Arial, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
}

h3 {
	color: #283c4e;
	font-size: 14px;
	line-height: 14px;
	font-family: Georgia, Arial, sans-serif;
	padding: 0 0 5px 0;
	font-weight: normal;
	background-image: url(images/h3_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

a {
	color: #6086a8;
	text-decoration: none;
}

 
.clear {
	position: relative;
	clear: both;
	height: 5px;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 949px;
	background-image: url(images/notebook_bg.gif);
	background-repeat: repeat-y;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 949px;
}

#headerimg {
	position: relative;
	padding: 20px 0 0 0;
}

#pin {
	position: absolute;
	top: 0px;
	left: 827px;
	width: 166px;
	height: 166px;
}

#content {
	position: relative;
	width: 865px;
	margin: 0 0 0 63px;
}

#main {
	position: relative;
	float: left;
	width: 580px;;
}

#sidebar {
	position: relative;
	float: right;
	width: 253px;
	color: #868686;
}

#footer {
	position: relative;
	width: 885px;
	height: 238px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
}

#cats {
	position: relative;
	margin: 0 0 10px 26px;
	line-height: 14px;
	color: #cccccc;
}

#cats li {
	position: relative;
	background-image: url(images/folder_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 4px 25px;
}

#randf {
	position: relative;
	margin: 0 0 10px 26px;
	line-height: 14px;
}

#randf li {
	position: relative;
	background-image: url(images/posts_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 4px 25px;
}

.entry {
	position: relative;
	padding: 10px 0 0 0;
}

.post {
	position: relative;
	
}

.postdate {
	position: relative;
	float: left;
	width: 64px;
	height: 60px;
	background-image: url(images/date_bg.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #9f9e7c; 
	font-weight: bold;
	padding: 12px 0 0 0;
	text-align: center;
}

.postdate strong {
	font-size: 20px;
}

.postcontent {
	position: relative;
	float: right;
	width: 500px;
	padding: 0 0 30px 0;
}

.postcontent p {
	position: relative;
	line-height: 18px;
	padding: 0 0 15px 0;
	text-align: justify;
}

#details {
	width: 500px;
	padding: 0 0 20px 0;
}

.author {
	float: left;
	position: relative;
	background-image: url(images/author_icon.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 17px;
	padding: 0 0 0 23px;
	line-height: 17px;
}

.category {
	float: right;
	position: relative;
	background-image: url(images/cat_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
	line-height: 17px;
	width: 240px;
	height: 17px;
}

.discuss {
	position: relative;
	background-image: url(images/comment_icon.gif);
	background-repeat: no-repeat;
	float: left;
	width: 150px;
	padding: 0 0 0 30px;
	line-height: 24px;
	height: 24px;
}

.tags {
	position: relative;
	float: right;
	background-image: url(images/tag_icon.gif);
	background-repeat: no-repeat;
	width: 240px;
	padding: 0 0 0 37px;
	line-height: 24px;
	height: 24px;
}

.commentlist {
	padding: 10px 0;
}

.commentlist li {
	margin: 0 0 10px 0;
	border: 1px solid #dadada;
	padding: 8px 10px;
	line-height: 14px;
}

.commentlist li p {
	line-height: 14px;
	padding: 10px 0 0 0;
}

.commenter {
	color: #283c4e;
	font-size: 12px;
	line-height: 12px;
	font-family: Georgia, Arial, sans-serif;
	padding: 0 0 5px 0;
}

.alt {
	background-color: #f8f8f8;
}

#archives {
	position: relative;
	margin: 10px 0px;
	line-height: 14px;
}

#archives li {
	position: relative;
	background-image: url(images/folder_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 4px 25px;
}


