﻿html {
	background: #726257;
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	line-height: 22px;
	border: 10px solid #534640;
	background: #FFF url(img/paper.jpg) repeat-y;
	padding: 0;
	margin: 0;
}
#masthead {
	width: 830px;
	height: 250px;
	padding: 0;
	margin: 0;
	background: #534640 no-repeat center;
}
#tagline {
	padding: 0;
	margin: 0;
	height: 71px;
	background: url(img/masthead.gif) no-repeat;
	text-indent: -5000px;
}

#new {
	background: url(img/new.gif) no-repeat;
	width: 104px;
	height: 36px;
	float: left;
	margin: -43px 0 0 28px;
	text-indent: -5000px;
}

#navigation {
	list-style: none;
	display: block;
	float: right;
	margin: -30px 0 0 0;
}
#navigation li {
	display: inline;
	text-indent: -5000px;
}
#navigation li a {
	float: left;
	height: 31px;
	margin-right: 1em;
}

#first a {
	background: url(img/first.gif) no-repeat;
	width: 140px;
}
#last a {
	background: url(img/last.gif) no-repeat;
	width: 127px;
}
#next a {
	background: url(img/next.gif) no-repeat;
	width: 125px;
}
#latest a {
	background: url(img/newest.gif) no-repeat;
	width: 167px;
}

#comic {
	border: 0;
	margin: 20px 0 50px 10px;
	display: block;
	background: #000030 url(img/loading.gif) no-repeat center;
	width: 810px;
	min-height: 300px;
}

#ad {
	border: 0;
	margin: 0 0 1em 20px;
	height: 60px;
	width: 468px;
}

#comments {
	background: url(img/comments.gif) no-repeat;
	display: block;
	height: 45px;
	width: 204px;
	margin: 0 0 1em 20px;
	text-indent: -5000px;
}

.comment {
	width: 518px; 
	margin: 0 0 0 10px;
	padding: .2em 0 0 10px;
	font-size: 14pt;
}
.comment a {
	color: black;
	text-decoration: none;
}
.comment small {
	float: right;
	margin: -1.2em 20px 0 0;
	position:relative;
	top:20px;
}
.comment p {
	font-size: 11pt;
}
.comment2 {
	width: 518px;
	margin: 0 0 0 10px;
	padding: .2em 0 0 10px;
	font-size: 11pt;
}

.blue {
	background: #DEF url(img/comment-blue.gif) no-repeat;
}
.yellow {
	background: #FFD url(img/comment-yellow.gif) no-repeat;
}

form {
	margin: 3em 0 3em 20px;
	width: 518px;
}
form label {
	width: 100px;
	float: left;
	display: block;
	font-weight: bold;
}
.fom input {
	width: 400px;
	height: 30px;
	background: #FFD;
	border: 0;
	border-bottom: 1px solid #8BD;
	margin-bottom: 1em;
}
form #submit {
	width: 148px;
	height: 43px;
	border: 0;
	margin-left: 300px;
	background: url(img/post.gif) no-repeat;
	text-indent: -5000px;
}

form textarea {
	width: 400px;
	height: 150px;
	background: #FFD;
	border: 0;
	border-bottom: 1px solid #8BD;
	margin-bottom: 1em;
}