/* Liberally adapted from BlueRobot - http://bluerobot.com/web/layouts/layout3.html */
/* must try @import url("../hide1a.css") to hide styles Netscape 4 doesn't like... */

a {
}
a:link {
	text-decoration: underline;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}
h1 a:link {
	text-decoration: none;
	background-color: transparent;
	color: red;
}
h1 a:visited {
	text-decoration: none;
	background-color: transparent;
	color: red;
}
h1 a:hover {
	background-color: transparent;
	color: red;
}
h1 a:active {
}
h3 a:link {
	text-decoration: none;
	background-color: transparent;
	color: black;
}
h3 a:visited {
	text-decoration: none;
	background-color: transparent;
	color: black;
}
h3 a:hover {
	background-color: transparent;
	color: black;
}
h3 a:active {
	background-color: transparent;
	color: black;
}
acronym {
	border-bottom: 1px dashed black;
	cursor: help;
}
body {
	color: black;
	background-color:white;
	margin:20px;
	padding:0px;
	font-family:arial, helvetica, sans-serif;
	font-size: 1em;
	}
caption {
	font-weight: bold;
	text-align: center;
	color: black;
	background: #CC9;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
}
form {
	margin: .25em auto .25em auto;
	text-align: center;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight: bold;
	font-family: "Garamond", sans-serif;
	color: red;
	background-color: transparent;
	}
h2 {
	font-weight: bold;
	font-size: 120%;
	padding: 5px 0px 5px 0px;
	border-bottom: 2px solid #CC9;
	/* background-color: #CC9; */
	/* color: black; */
}
h3 {
	font-weight: bold;
	font-size: 120%;
	text-transform: capitalize;
	margin-bottom: -1em;
	padding-bottom: 0em;
}
img {
	border: 0;
}

/* class declarations */
.blogroll {
	list-style: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
.sectiontitle {
	font-weight: bold;
	text-align: center;
	color: black;
	background: #CC9;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
}
.columnboxitem {
	padding: 0;
	margin: .25em 2px 0 2px;
}
.columnbox {
	width: 100%;
	border: 1px solid #CC9;
	padding: 0;
	margin: .25em 2px 2em 2px;
}
.comments {
	margin: .5em;
	padding: .25em;
	border: 2px solid black;
	background-color: #CCC;
}
.comment {
	font-size: 75%;
}
.day h2 a{
	text-decoration:none;
	color: black;
}
.description {
	display: none;
}
.help {
	font-size: 75%;
	border-bottom: 1px dotted red;
	cursor: help;
}
.hCalendarTable {
	width: 100%;
	border: 1px solid #CC9;
	padding: 0;
	margin: .25em 2px 2em 2px;
}
.hCalendarDayCurrent {
	border: 1px solid black;
}
.navlinks {
	text-align: center;
}
.post {
	margin:0 0 1em 2%;
	padding:0 0 1em 0;
}
.post p {
	margin-bottom: .25em;
}
.postinfo {
	font-size: 75%;
	text-align: right;
	display: block;
}

/* content (main body) class */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 210px;
	background-color:white;
	font-size: 90%;
	padding: 0px 10px 10px 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}


/* column id declarations */
#leftcolumn {
	position:absolute;
	width:190px;
	top:20px;
	left:20px;
	background-color: white;
	padding:0px;
	z-index:2;

/* Box Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:188px;
	}
/* "be nice to Opera 5" rule. */
body>#leftcolumn {width:188px;}
		
#rightcolumn {
	position:absolute;
	width:170px;
	top:20px;
	right:20px;
	background-color: white;
	padding:0px;
	z-index:1;
/* Box Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* "be nice to Opera 5" rule. */
body>#rightcolumn {width:168px;}

/* End stylesheet */
