body
{
	margin: 2em;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	color: #000;
	background-color: #fff;
	height: 100%;
}

a { color: #000; text-decoration: none;}

#header
{
	border-bottom: 1px solid #999;
}

#header h1
{
	color: #000;
}

#nav
{
	display: none;
}


#menu
{
	display: none;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #999; }

.blogentry ul
{
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

.blogentry li
{
	display: inline;
	padding: 0 0 0 7px;
}

/* .imagefloat
{
	display: none;
}
*/

#footer
{
	clear: both;
	color: #000;
	text-align: right;
	padding: 5px;
	font-size: 90%;
	border-top: 1px solid #999;
	margin-top: 2em;
}

#skipmenu
{
	display: none;
}

/* Calendar print CSS with help from by Nathan Smith - www.sonspring.com
*/
table
{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

th,
td
{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

/* =Classes
----------------------------------------------------------------------*/

div.buttons
{
	display: none;
}

tr.day
{
	font-size: 9px;
	height: 90px;
}

tr.number
{
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
