/* General rules */
/* ----------------------------------------------------- */
img	{
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1em;
	}

/* General linkology */
/* ----------------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
	color: #03c;
	}
a:hover {
	text-decoration: underline;
	color: #666;
	}
a:active {
	text-decoration: none;
	color: #526968;
	}

/* Establish general layout parameters */
/* ----------------------------------------------------- */
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #333;
	}
#wrapper {
	width: 750px;
	margin: 20px auto;
	}
body#home #wrapper {
	background: url(images/bck_wrapper.gif) repeat-y;
	}
.idx_date {
	color: #360;
	font-weight: bold;
	background: url(images/bck_idx_date.gif);
	height: 20px;
	margin: 10px 0;
	}
.idx_entry {
	margin: 0 0 10px 0;
	padding-left: 23px;
	line-height: 1.5em;
	background: url(images/bck_idx_entry.gif);
	}
#idx_columnR {
	margin-left: 11px;
	}
#wrapper h2 {
	}
#wrapper h3 {
	margin: 16px 0 20px;
	font-size: 25px;
	color: #000;
	text-align: center;
	border-bottom: 3px solid #999;
	padding-bottom:16px;
	letter-spacing: 0.1em;
	}
#wrapper h3 span.h2_small {
	font-size: 12px;
	color: #666;
	display: block;
	margin-bottom: 3px;
	}
.entries {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	}
.entry_date {
	float: left;
	font-family:  century gothic, 'Gill Sans', 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial;
	text-align: center;
	margin-right: 5px;
	width: 20px;
}
.entries .month {
	width: 25px;
	font-size: 9px;
	color: #222;
	}
.entries .day {
	width: 25px;
	font-size: 14px;
	color: #222;
	}
.entries .entry_body {
	margin: 0 0 0 30px;
	border: 0px;
	border-left: 3px solid #ccc;
	padding-left: 36px;
	line-height: 1.5em;
	font-size: 14px;
	background: url(images/bck_entry_body.gif);
	}
ul.side_list {
	font-size: 14px;
	line-height: 2em;
	}
p.text {
	font-size: 13px;
	}
p.text_indent {
	font-size: 13px;
	margin-left: 5em;
	}
#footer {
	margin: 1px 0 0 0;
	border-top: 3px solid #D9D9D9;
	padding: 5px 10px;
	
/* Various */
/* ----------------------------------------------------- */
.off-left { position: absolute; left:-999px; width: 990px; } /* see http://css-discuss.incutio.com/?page=ScreenreaderVisibility for deatils*/
.none { display: none; }
.clear { clear: both; }
.clearR { clear: right; }
.clearL { clear: left; }
.imgLeft { float: left; margin: 1em 1em 1em 0; }
.imgRight { float: right; margin: 1em 0 1em 1em; }
.imgCenter { text-align: center; margin: 2em 0; }
