body {
	font-family: "Lucida Grande", Georgia, serif;
	background: #434343 url(/images/background.png) center right no-repeat fixed; 
}

a, a:visited, a:active { text-decoration: none; font-weight: bold; color: blue; }
a:hover { text-decoration: none; color: #96D934; }

#navigation {
	background:#E6E6E6;
	margin: 0;
	width: 75px !important;
	top: 0;
	right: 0;
	position: fixed;
	padding-left: 5px;
}
#navigation a:hover { text-decoration: none; color: #fff400;}

#content {
	background-color: transparent !important;
	width: 735px;
	z-index: 1;
	margin: 5px auto 200px 0;
}

#fade {
	width: 100%;
	height: 200px;
	z-index: 99;
	position: fixed;
	margin: 0;
	padding: 0;
	bottom: 0;
	background: url("/images/bottom-fade.png") bottom center repeat-x;
}

div.item:hover
{
	opacity:1;
	filter:alpha(opacity=100)
}

div.item{
	width: 700px;
	margin:0 auto 20px auto;
	background: #E6E6E6;
	color:#000;
	padding: 0;
}

.item_head {
	background: grey;
	color: white;
	margin: 10px;
	padding: 2px;
}
.item_head a, .item_head a:hover, .item_head a:visited  {
	color: black;
	font-variant: small-caps;
}
.item_head img {
	margin-right: 2px;
}
.item_head .date {
	margin-top: -20px;
	float: right;
	font: italic;
}

.item_body {
	padding: 5px 10px;
	min-height: 30px;
}

blockquote {
	background-color: #cccccc;
	font-size: 10px;
	margin: 5px 10px 0 5px;
	padding: 2px;
}