/* default styles */
body {
	font-size: 10pt;
}


th {
	font-weight: normal;
	text-align: left;
}

label {
	font-size: 10pt;
}

blockquote {
	border-left: 2px solid;
	padding-left: 0.5em;
}

.quote {
	margin-left: 3em;
}

/* post list */
.topic {
	font-weight: bold;
}

ul.postlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

li.postlist { 
	margin-bottom: 0.1em;
}

.postlist .username {
	font-style: italic;
}


/* top */
#top {
	margin: 0;
	padding: 0;
}

#top h1 {
	padding-top: 0.5em;
	margin: 0;
}

#top #menu {
	color: white;
	position: absolute;
	background-color: black;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	width: 100%;
	bottom: 0;
	font-weight: bold;
}

#top a {
	color: lightgrey;
	text-decoration: none;
}


/* post */
.post {
	font-size: 11pt;
}

.post .date {
	float: right;
}

.post .id {
	float: right;
}

.post .postid {
	float: right;
}

.post .text {
	margin-top: 1em;
	margin-bottom: 1em;
}

.post .text img {
	max-width: 100%;
	max-height: 90vh;
}

.post .text blockquote img {
	max-height: 150px;
}

.post .buttons a {
	color: white;
	text-decoration: none;
	background: darkgray;
	padding: 3px;
}

.post .buttons a:link {
color: black
}

.post .buttons a:visited {
color: black
}

/* new post form */
#newpost #name {
	width: 40%;
}

.uploadButton {
	display: inline-block;
	background: darkgray;
	color: black;
	padding: 3px;
}

#upload {
	display: none;
}

textarea {
	display: block;
	width: 80%;
	height: 15em;
	font-family: sans-serif;
	font-size: 11pt;
}

.helptext {
	display: none;
}
