#board {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: both;
	float: left;
	width: 400px;
}

#posts {
	clear: both;
	float: left;
	width: 400px;
}

#posts .post {
	clear: both;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-color: #f1f1f1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 400px;
}

#posts .post .thumb {
	clear: left;
	float: left;
	margin: 5px;
	background-color: #f8fbff;
	height: 45px;
	width: 45px;
}

#posts .post .copy {
	margin-left: 5px;
	float: left;
	width: 340px;
}

#posts .post .copy p.prose {
	line-height: 1.4em;
	font-size: 0.8em;
	margin-top: 5px;
}

#posts .post .copy p.date {
	color: #cccccc;
	line-height: 1.4em;
	font-size: 0.7em;
}

#posts .post .copy p.date a {
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	margin-left: 5px;
	color: #cccccc;
}

#posts .post .copy p.prose a.user {
	font-weight: bold;
	text-decoration: none;
}

#newpost {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-color: #f1f1f1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	float: left;
	width: 400px;
}

#newpost .thumb {
	clear: both;
	float: left;
	margin: 5px;
	height: 45px;
	width: 45px;
}

#newpost .textbox {
	float: left;
	margin-left: 5px;
	width: 340px;
}

#newpost .textbox p {
	margin-bottom: 5px;
	margin-top: 5px;
}

textarea#newpostbody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	width: 330px;
}

.show_more {
	width: 400px;
	clear: both;
	float: left;
}

.show_more p {
	margin-top: 10px;
	line-height: 1.4em;
	text-align: center;
	font-size: 0.8em;
}

#aside {
	float: left;
	margin-left: 10px;
	width: 280px;
}

#about p {
	padding: 5px;
	background-color: #f1f1f1;
	line-height: 1.5em;
	color: #333333;
	font-size: 0.9em;
}

#photos {
	margin-top: 5px;
	clear: both;
	float: left;
	width: 280px;
}

#photos .album {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px;
	margin-left: 40px;
	width: 200px;
	border-color: #f2f2f2;
	border-style: solid;
	border-width: 1px;
}

#photos .image {
	text-align: center;
}

#photos .image a {
	display: block;
	margin: 5px;
	background-color: #f1f1f1;
	padding: 5px;
}

#photos .caption {
}

#photos .caption h3 {
	padding-bottom: 5px;
	font-size: 0.9em;
	text-align: center;
}

#photos .caption h3 a {
	color: #3f3f3f;
	text-decoration: none;
}

#events {
	margin-top: 5px;
	width: 280px;
	clear: both;
	float: left;
	border-top-color: #e5e5e5;
	border-top-style: solid;
	border-top-width: 1px;
}

#events .event {
	width: 280px;
	clear: both;
	float: left;
	padding-bottom: 5px;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 5px;
}

#events .event h3 {
	font-size: 1em;
}

#events .event p {
	line-height: 1.4em;
	color: #333333;
	font-size: 0.7em;
}

#splashlinks {
	margin-top: 10px;
	width: 280px;
	float: left;
	clear: both;
}

#splashlinks p {
	text-align: center;
}
