#mainsail {
	margin: 10px;
	float: left;
	background-color: #dee4e8;
	font-family: Helvetica, Arial, sans-serif;
	width: 960px;
}
#mainsail h1 {
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
#mainsail h1 a {
	text-decoration: none;
	color: #242b2e;
}
.edit {
	display: none;
}

#addentry {
	display: none;
}

#entries {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 640px;
}
#entries .entry {
	margin-bottom: 60px;
	border-color: #c7cdd2;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	float: left;
}
#entries .post {
	padding: 5px;
	float: left;
	margin-right: 70px;
	width: 390px;
}
#entries .comments {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	width: 158px;
}
#entries .edit textarea {
	font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	height: 50px;
	width: 330px;
}
#entries .title input {
	padding: 5px;
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	width: 330px;
}
#aside {
	clear: right;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	width: 220px;
}
#entries h2 {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 1.6em;
	color: #4f5f7f;
}
#entries h2 a:link, #entries h2 a:visited {
	text-decoration: none;
	color: #4f5f7f;
}
#entries h2 a:hover {
	text-decoration: underline;
	color: #4f5f7f;
}
#entries .body p {
	margin: 5px;
	line-height: 1.4em;
	font-size: 0.9em;
}
#entries .body a:link, #entries .body a:visited {
	text-decoration: none;
	color: #4f5f7f;
}
#entries .body a:hover {
	text-decoration: underline;
	color: #4f5f7f;
}
#entries .posted {
	padding: 5px;
}
#entries .posted a {
	color: #4f5f7f;
	text-decoration: none;
}
#entries .posted p {
	line-height: 1.4em;
	font-size: 0.7em;
}
#entries h3 {
	padding-top: 5px;
	color: #242b2e;
	font-size: 1em;
}
#entries h3 a:link, #entries h3 a:visited {
	text-decoration: none;
	color: #4f5f7f;
}
#entries h3 a:hover {
	text-decoration: underline;
	color: #4f5f7f;
}
#entries .comments p {
	font-size: 0.8em;
}
#aside h2 {
	padding-top: 5px;
	font-size: 1.3em;
	color: #242b2e;
}
#aside ul, #aside li {
	list-style-type: none;
}
#aside p, #aside li {
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-top: 5px;
}
#aside a:link, #aside a:visited {
	color: #4f5f7f;
	text-decoration: none;
}
#aside a:hover {
	color: #4f5f7f;
	text-decoration: underline;
}
#aside li a {
	display: block;
}
.comments a:link, .comments a:visited {
	color: #4f5f7f;
	text-decoration: none;
}
.comments a:hover {
	color: #4f5f7f;
	text-decoration: underline;
}
#comments {
	clear: left;
	margin-bottom: 60px;
	margin-right: 10px;
	margin-left: 80px;
	float: left;
	width: 400px;
}
#comments h3 {
	margin: 5px;
}
.comment {
	background-color: white;
	border-top-color: #dee4e8;
	border-top-style: solid;
	border-top-width: 1px;
	clear: left;
	float: left;
}
.comment .person {
	float: left;
	width: 55px;
}
.comment .person .thumb {
	margin: 5px;
	float: left;
	width: 45px;
}
.comment .body {
	padding-right: 10px;
	margin-left: 5px;
	width: 330px;
	float: left;
}
.comment .body p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.1em;
	font-size: 0.8em;
}
.comment .body .time {
	font-size: smaller;
}
.comment textarea {
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: 10px;
	padding: 5px;
	width: 320px;
	border-style: none;
	background-color: #dee4e8;
}
#addcomment p input {
	margin-bottom: 5px;
}
#add {
	margin-right: 10px;
	margin-left: 10px;
	width: 940px;
}
#add .field {
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	clear: left;
}
#add .name {
	margin-right: 10px;
	float: left;
	width: 160px;
}
#add .value {
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	width: 460px;
}
#add .helper {
	background-color: white;
	float: left;
	margin-left: 10px;
	width: 280px;
}
#add .helper p {
	font-size: 0.7em;
	padding: 5px;
}
#add .value textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #242b2e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	width: 450px;
}
#add .value input#entry_title {
	border-color: #242b2e;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	width: 448px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#errors {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #b10902;
	background-color: white;
}
#errors p {
	padding: 5px;
	font-size: 0.8em;
}
.comment p.options a {
	font-size: smaller;
	color: #4f5f7f;
}
p .username a {
	color: #4f5f7f;
	text-decoration: none;
}
p .attribution {
	color: #7f7f7f;
}
#blurbinfo {
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
	float: left;
	background-color: white;
}
#blurbinfo p {
	padding: 5px;
	font-size: 0.8em;
}
#blurbinfo p a {
	text-decoration: none;
	color: #4f5f7f;
}
#logincomment {
	width: 400px;
	float: left;
	border-top-color: #dee4e8;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: white;
}
#logincomment p {
	font-size: 0.8em;
	padding: 5px;
}
#logincomment p a {
	text-decoration: none;
	color: #4f5f7f;
}
#advert {
	padding-left: 5px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-top: 10px;
	margin-right: 10px;
	border-color: #c7cdd2;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	float: right;
	clear: right;
	width: 208px;
}
#advert .skyscraper {
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	width: 120px;
}
#advert p {
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #cccccc;
}
#upload {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	width: 628px;
	border-color: #c7cdd2;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	float: left;
}
#upload h2 {
	margin: 5px;
}
#upload p {
	padding: 5px;
	font-size: 0.8em;
}
.files {
}
.files p {
	margin: 5px;
	line-height: 24px;
	font-size: 0.8em;
}
.files p a {
	display: block;
	font-weight: bold;
	float: left;
}
.files p a.link {
	width: 300px;
}
.files p a.delete {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.files p a.link:link, .files p a.link:visited {
	text-decoration: none;
	color: #4f5f7f;
}
.files p a.delete:link, .files p a.delete:visited {
	text-decoration: none;
	color: #dee4e8;
}
.files p a.link:hover {
	background-color: #dee4e8;
	text-decoration: none;
	color: #242b2e;
}
.files p a.delete:hover {
	background-color: #dee4e8;
	text-decoration: none;
	color: #4f5f7f;
}
.images {
	clear: left;
}
.images ul {
	list-style-type: none;
}
.images li {
	border-color: #dee4e8;
	border-style: solid;
	border-width: 2px;
	margin: 5px;
	list-style-type: none;
	float: left;
}
.images img {
	display: block;
}
#imagedisplay {
	margin-bottom: 60px;
	cursor: pointer;
}
#editcats {
	float: left;
	margin: 10px;
}
#editcats td, #editcats th {
	background-color: white;
	padding: 5px;
	font-size: 0.8em;
}
#editcats p {
	font-size: 0.8em;
	margin-bottom: 5px;
}
