/* $Id: style.css,v 1.13 2009/03/31 22:27:34 demon Exp $ */

html {
	color: #000000;
	background-color: #fafafa;
	/*
	background-image: url('images/gray.xbm');
	 */
}

body {
	margin: 10ex 10ex 10ex 15ex;
	font-family: sans-serif;
	/*
	margin: 5ex 5ex 5ex 5ex;
	background-color: #fafafa;
	border: 1px solid black;
	padding: 10ex 10ex 5ex 10ex;
	 */
}

h1 {
	margin-bottom: 3ex;
	color: green;
	text-shadow: #333 3px 1px 2px;
}

h2 {
	border-top: thin solid gray;
	margin-top: 3ex;
	clear: left;
	text-shadow: #333 1px 1px 2px;
}

.menu {
	border: thin solid #bf0000;
	background-color: #ffffea;
	float: right;
	margin: 0 0 1ex 2ex;
	padding: 2ex;
	text-align: center;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
}

.menu, img, table, video {
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 4px;
	-webkit-box-shadow: #333 3px 3px 4px;
	-khtml-box-shadow: #333 3px 3px 4px;
}

#noshadow {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	vertical-align: middle;
}

.menu a {
	color: black;
}

.menu ul { 
	list-style-type: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footer {
	clear: both;
	font-size: small;
	margin-top: 5ex;
	border-top: thin solid gray;
}

#date {
	text-align: right;
	padding-right: 1em;
	font-family: Mono;
}

td {
	padding: 0;
}

.box {
	float: left;
	margin-right: 5ex;
	margin-bottom: 5ex;
}

.endbox {
	clear: left;
}

#tn {
	max-width: 150px;
	max-height: 100px;
}

#tn:hover {
	max-width: 600px;
	max-height: 400px;
}

