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

a img {
	border: 0px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}


body {
	background-image: url("images/wallpaper.png");
	color: #5B4833;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	margin: 0px;
}

.bottom_nav {
	font-size: 11pt;
	padding: 3px;
}

.bottom_nav, #footer {
	background-color: rgb(175, 181, 168);
}

.bottom_nav a {
	color: #224967;
}

.comment {
	margin: 10px 0px; 
}

.comment h3 {
	font-size: 12pt;
	margin: 5px 0px;
}

.comment p {
	margin: 10px 15px;
}

.comment p.byline {
	font-size: 8pt;
	margin: 5px 0px;
}

.entry {
	margin: 30px auto;
	width: 890px;
}

.entry .body {
	background-color: #3f342f;
	float: left;
	width: 686px;
}

.entry .body .bottom {
	background-image: url("images/entry_bottom.gif");
	background-repeat: no-repeat;
	height: 5px;
}

.entry .body .middle {	
	color: white;
	padding: 10px 15px 0px 15px;
}

.entry .body .middle a {
	color: #E9DEB0;
}

.entry .body .top {
	background-image: url("images/entry_top.gif");
	background-repeat: no-repeat;
	height: 5px;
}

.entry .date {
	background-color: white;
	float: left;
	margin: 20px 0px;
	width: 190px;	
}

.entry .date .bottom {
	background-image: url("images/date_bottom.gif");
	background-repeat: no-repeat;
	height: 5px;
}

.entry .date .middle {
	margin: auto;
	padding: 5px 0px;
	width: 160px;
}

.entry .date .middle a {
	color: #847366;
}

.entry .date .middle p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.entry .date .middle p img {
	margin-right: 5px;
	vertical-align: middle;
}

.entry .date .top {
	background-image: url("images/date_top.gif");
	background-repeat: no-repeat;
	height: 5px;
}

#footer {
	height: 5px;
}

form {
	padding: 5px;
}

form #comment {
	height: 150px;
	line-height: 15pt;
	padding: 5px;
	width: 90%;	
}

form #comment, form input {
	background-color: white;
	border: solid 2px #E9DEB0;
	color: #5B4833;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	vertical-align: middle;
}

form #submit {
	background-color: #E9DEB0;
	border: 1px solid #998675;
	color: #5B4833;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
}

h1 {
	font-weight: normal;
}

h2 {
	text-align: center;
}

#header {
	height: 280px;
	margin: auto;
	width: 922px;
	padding-top: 30px;	
}

hr {
	border-style: dashed; 
	border-color: #959a8f; 
	border-width: 2px 0pt 0pt; 
	margin: 5pt 0pt; 
	padding: 0pt; 
	height: 0pt; 
	line-height: 0px; 
	font-size: 0pt;
}

img.alignleft, img.alignright, img.aligncenter {
	margin: 5px;
}

#main {
	background-color: #959a8f;
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	border-color: #534741;
	border-style: solid;
	border-width: 0px 5px;
	margin: auto;	
	width: 950px;	
}

#me {
	float: left;
}

#navigation img.main {
	float: left;
}

#navigation img.side {
	float: right;
}

p.postmetadata {
	border-top: 2px dashed #959a8f;
	font-size: 9pt;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 25px;
}

.spacer {
	clear: both;
}

#speech_bubble {
	float: left;
	height: 275px;
	width: 700px;
}

#speech_bubble .bubble {
	background-color: white;
	background-image: url("images/bubble_top.gif");
	background-repeat: no-repeat;
	float: left;
	height: 245px;
	padding-top: 5px;
	width: 653px;
}

#speech_bubble .bubble p {
	margin-top: 0px;
	padding: 0px 15px;
}

#speech_bubble .bubble img {
	padding: 5px;
}


#speech_bubble #navigation {
	background-color: #e9deb0;
	background-image: url("images/bubble_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0px 16px;
	float: left;
	height: 25px;
	width: 653px;
}

#speech_bubble #triangle {
	float: left;
	height: 275px;
	width: 44px;
}

#speech_bubble #triangle img {
	position: relative;
	top: 140px;
}