
body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma;
	background: URL('images/body-back.gif');
}

#header-left {
	background: URL('images/header1.jpg');
	background-repeat: repeat-x;
	height: 221px;
	width: 25%;
	float:left;
}

#header-center {
	background: URL('images/header3.jpg');
	background-repeat: repeat-x;
	margin-left: 25%;
}

#body-top {
	background: URL('images/body-side.gif');
	background-repeat: repeat-x;
	height: 213px;
	width: 100%;
}

#content {
	background: URL('images/body.jpg');
	background-repeat: repeat-y;
	margin-left: 15%;
	margin-top: -213px;
	width: 704px;
}

#postcontent {
	background: URL('images/bodynocol.jpg');
	background-repeat: repeat-y;
	margin-left: 15%;
	margin-top: -213px;
	width: 704px;
}

#footer {
	text-align: center;
}

#comments {
	color: #780d0d;
	margin-left: 25px;
	width: 650px;
}

#respond {
	color: #780d0d;
	margin-left: 25px;
	width: 650px;
}

#commentform {
	margin-left: 25px;
	width: 650px;
}

#comment {
	width: 650px;
}

#menu {
	float: left;
	display: inline;
	width: 225px;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	line-height: 16px;
}

#postscolumn {
	float: right;
	display: inline;
	width: 450px;
}

.postmetadata {
	font-size: 12px;
	padding: 2px;
	border: 1px  solid #780d0d;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 12px;
}

.post {
	margin: 25px;
}

.entry {
	font-size: 12px;
}

.alt {
	font-size: 12px;
	width: 650px;
}

h2 {
	color: #780d0d;
	font-size: 18px;
	font-style: italic;
	display: inline;
}

a {
	color: #780d0d;
	text-decoration: none;
}

a:hover {
	color: #780d0d;
	text-decoration: underline;
}

.alignright {
	float: right;
	margin-right: 50px;
	display: inline;
	margin-top: -14px;
}

.alignleft {
	float: left;
	margin-left: 50px;
	display: inline;
	margin-top: -14px;
}
	
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: inline;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em Tahoma;
}

.indent {
 margin-left: 20px;
}
