/*
full-screen calendar stylesheet for use with Movable Type
Copyright 2005, Dennis Lee
Creative Commons Attribution-Noncommercial License 2.5
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
	font-family: helvetica, geneva, "lucida sans", sans serif;
	font-size: x-small;
	text-align: center;
	}

table {
	width: 91%;
	margin-left: 4%;
	}

caption {
	font-size: x-large;
	font-variant: small-caps;
	border-bottom: 1px solid black;
	}

th {
	font-variant: small-caps;
	font-size: medium;
	font-weight: bold;
	}

td {
	width: 12%;
	height: 100px;
	border: 1px solid #444;
	vertical-align: top;
	text-align: center;
	}

.date {
	width: 25%;
	float: left;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	position: relative;
	left: 0;
	top: 0;
	}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}

li {
	list-style: none;
	padding-top: 5px;
	clear: left;
	}

a:hover {
	color: #E0A700;
	}
