body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a, a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid #00f;
}
a:hover, a:active {
	background-color: #ff0;
}
a:active {
	color: #f00;
}
a img, a:visited img, a:hover img, a:active img {
	border: 0px;
	border-bottom: 0px;
	background-color: #fff;
}

iframe#readout {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 260px;
	height: 250px;
	border-style: none;
	overflow: hidden;
}

div#about {
	position: absolute;
	top: 254px;
	left: 20px;
	width: 240px;
	font-size: 12px;
	line-height: 18px;
}
div#about p {
	margin-bottom: 12pt;
}

div#main {
	position: absolute;
	top: 116px;
	left: 300px;
}

div#home {
	position: absolute;
	top: -76px;
	left: 0;
}
div#home a {
	font-size: 12px;
	font-weight: bold;
	color: #b6b6b6;
	border-bottom: none;
}
div#home a:hover, div#home a:active, div#home a.current,
.sec-2 .sec-2, .sec-3 .sec-3, .sec-4 .sec-4, .sec-5 .sec-5, .sec-6 
.sec-6, .sec-7 .sec-7, .sec-8 .sec-8, .sec-9 .sec-9, .sec-10 .sec-10 {
	border-bottom: 2px solid #00f !important;
}
div#home a:active {
	color: #f00;
}

div.article {
	width: 492px;
	margin-bottom: 70px;
}

div.article div.header {
	margin-left: 36px;
	margin-bottom: 4px;
}
div.article div.header a {
	border-bottom: none;
}
div.article div.header a:hover, div.article div.header a:active{
	border-bottom: 2px solid #00f;
}
div.article div.header div.posted {
	font-size: 24px;
	margin-bottom: 8px;
}
div.article div.header a.title {
	font-size: 24px;
	font-weight: normal;
	color: #060;
}
div.article div.header a.title:active {
	color: #f00;
}
div.article div.header span.date {
	font-size: 12px;
}
div.article div.header a.comments {
	font-size: 12px;
	font-weight: bold;
	color: #b6b6b6;
	white-space: nowrap;
}
div.article div.header a.comments:active {
	color: #f00;
}

div.body {
	font-size: 14px;
	line-height: 19px;
}

div.comments div.header {
	font-size: 24px;
	margin-bottom: 8px;
	margin-left: 36px;
}

div.comment {
	width: 492px;
	margin-bottom: 70px;
}
div.comment div.header {
	margin-left: 36px;
}
div.comment div.header span.author {
	font-size: 12px;
	font-weight: bold;
}
div.comment div.header span.date {
	font-size: 12px;
	color: #b6b6b6;
}

div.newcomment {
	margin-bottom: 70px;
}
div.newcomment div.header {
	font-size: 24px;
	margin-bottom: 8px;
	margin-left: 36px;
}
div.newcomment label {
	font-size: 12px;
	font-weight: bold;
	color: #b6b6b6;
}
input#comment_author, input#comment_author_email, input#comment_author_url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 200px;
}
div.newcomment textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	width: 400px;
	height: 170px;
}

div#footer {
	height: 16px;
	margin-bottom: 20px;
	font-family: Monaco, Courier New, Courier, monospace;
	font-size: 13px;
	color: #d2232a;
}

div#feed {
	position: relative;
	top: -36px;
	left: -280px;
	height: 16px;
}
div#feed a {
	font-size: 12px;
	font-weight: bold;
	color: #b6b6b6;
	border-bottom: none;
}
div#feed a:hover, div#feed a:active{
	border-bottom: 2px solid #00f;
}
div#feed a:active {
	color: #f00;
}

p.caption {
        color: #7f7f7f;
        font-size: 12px;
        line-height: 15px;
        margin-top: -10px;
}
