#content h1 a, #content h1 a:link, #content h1 a:visited, #content h1 a:active {
	color: #000;
	text-decoration: none;
}
#content h1 div.subheading a, #content h1 div.subheading a:link, #content h1 div.subheading a:visited, #content h1 div.subheading a:active {
	color: #3b3;
	text-decoration: underline;
}
table.browse {
	width: 100%;
}
table.browse td {
	text-align: center;
	padding-bottom: 3em;
}
table.browse td a {
	background-color: #ccc
}
div.prev {
	float: left;
	width: 100px;
	padding-left: 2em;
}
div.next {
	float: right;
	width: 100px;
	text-align: right;
	padding-right: 2em;
}
div.center {
	margin-bottom: 2em;
	text-align: center;
}
#picture {
	display: none;
	background-color: #eee;
	border: 5px solid #ddd;
	z-index: 20;
}
#picture div.info {
	margin-top: 5px;
	padding: .5em;
	background-color: #fff;
	border: 2px solid #ddd;
	border-top: 4px solid #999;
}
#picture div.info div.date {
	float: right;
}
#picture img.pic {
	display: block;
	visibility: hidden;
}
#vote {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.votesmall {
	float: left;
	position: relative;
	top: 1px;
	left: 31px;
}
div.votesmall div.score {
	font-size: 8px;
}
#nav span.close {
	float: right;
}
#nav span.finder {
	padding-right: 20px;
}
#nav {
	background-color: #fff;
	position: relative;
	float: right;
	text-align: right;
	right: 1px;
	left: 1px;
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	cursor: auto;
	margin-bottom: -1.5em;
}
div.prev-arrow, div.next-arrow {
	position: absolute;
	background: #fff;
	border: 2px solid #ddd;
	width: 31px;
	height: 37px;
}
div.side-button {
	position: absolute;
	background: #fff;
	border: 2px solid #ddd;
	width: 100px;
	height: 70px;
}

div.create-post {
	width: 120px;
}

div.prev-arrow {
	border-right: 1px solid #bbb;
}
div.next-arrow {
	border-left: 1px solid #999;
}

