body {
	background-color: lightgray;
}

a.button {
	appearance:button;
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari and Chrome */
	color: black;
}

table#userlist {
	background-color: tan;
	border-radius: 1ex;
	max-width: 90ex;
	min-width: 60ex;
}
table#userlist thead {
	border-radius: 1ex;
}
table#userlist th {
	text-align: left;
	min-width: 20%;
	max-width: 25%;
	border-bottom: 3px;
}
table#userlist td {
	margin: 1ex;
	
}
.errormsg {
	font-size: large;
	color: red;
}

header {
	padding: 1ex;
	border-radius: 1ex;
	background-color: tan;
}

header h1 {
	display: inline;
}

header p.username {
	display: inline;
	float: right;
}

a {
	text-decoration: none;
}

.sidebar a {
	color: black;
}

figure {
	margin: 0px;
	margin-left: 1ex;
	display: inline-block;
	vertical-align: top;
}
figure p {
	margin-top: 0.5ex;
	max-width: 200px;
}
figure.base p {
	max-width: 600px;
}

figure img {
	margin-top: 0.5ex;
	margin-bottom: 0pt;
}
figcaption {
	font-size: x-large;
	font-weight: bold;
}

video {
	max-width: 800px;
	height: auto;
}

.thumblist time {
	display: block;
	font-size: small;
}

.taglist h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.taglist ul {
	margin-top: 0px;
}

.sidebar {
	float: right;
	width: 35ex;
	background-color: tan;
	border-radius: 1ex;
	padding: 1ex;
	margin-top: 1ex;
	clear: right;
}

.sidebar h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: large;
}

.sidebar ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebar.upload textarea {
	width: 100%;
	margin: 0px;
}
.sidebar.upload input {
	width: 100%;
	margin: 0px;
}

.sidebar.upload table {
	width: 100%;
	margin: 0px;
}
.sidebar.upload th {
	text-align: left;
}

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

ul.chatlist li.self {
	color: green;
}
ul.chatlist li.other {
	color: gray;
}
blockquote.comment {
	background-color: tan;
	margin-left: 0px;
	max-width: 72ex;
	margin-top: 0px;
}

div.comment p {
	max-width: 72ex;
	padding: 0px;
	margin: 0px;
}
