@import "layout.css";
@import "base.css";

body
{
	font-family: sans-serif;
	color: #006;
	background-color: #aaa;
	background: url('flannel.jpg');
	font-size: 110%;
}

a
{
	color: #fff;
	text-decoration: none;

}

a:hover
{
	color: #006;
	text-decoration: underline;
}

#headdiv
{
	font-family: serif;
}
#headdiv h1
{
	font-size: 250%;
}

#navigation
{
	font-size: 110%;
	list-style: none;
	line-height: 2em;
	padding-left: 10px;
	margin-left: 0px;
}

#login
{
	position: absolute;
	right:0px;
	top: 0px;
}
#login a
{
	color: #aaa;
}

.thumbnail.container {
	text-align: center;
	margin: 5px;	
	float: left;
	height: 250px;
	width: 160px;
}

.thumbnail table, .thumbnail td {
	border-style: none;	
}

.thumbnail.image {
	padding: 5px;
	align: center;
	width: 150px;
	height: 170px;
	vertical-align: center;
}

.thumnail.label {
	vertical-align: bottom;
}

.thumbnail a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

.thumbnail img {
	border: none; /* to prevent <a> blue border around image */
}

/*.adminbutton {
	float: right;
	margin-left: 10px;
}*/
