body{
	background-color: #000000;

}
a:link { color: #000000 }
a:active { color: #000000 } 
a:visited { color: #000000 } 
.bigbox{
	margin: 4 2 10 2;
	padding: 2 2 10 2;
	background-color: #aaddff;
}
.box{
	padding: 2 2 2 2;
}
.date{
	float: left;
	width: 15%;
	white-space: nowrap;
}
.title{
	text-align: center;
	float: left;
	width: 70%;
	white-space: nowrap;
}
.logged_in{
	text-align: right;
	position: absolute;
	right: 15;
	width: 15%;
	white-space: nowrap;
}
.left_bar{
	width: 185;
	text-align: left;
}
.article_box{
	padding: 10 10 10 10;
	margin: 0 10 0 8;
}
/* http://positioniseverything.net/easyclearing.html */
.article_box:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .article_box {height: 1%;}
.article_title{
	float: left;
	width: 70%;
	clear: both;
	font-weight: bold;
}
.article_date{
	float: left;
	width: 30%;
	text-align: right;
}
.comment_date{
	width: 100%;
	text-align: right;
	clear: both;
}
.article_body{
	width: 100%;
	clear: both;
}
.comment_body{
	float: right;
	width: 85%;
	clear: both;
}
.new_comment_body{
	float: right;
	width: 85%;
	clear: both;
	text-align: center;
}
.bottom{
	clear: left;
	padding: 2 2 2 2;
}
.font_fixed{
        font: normal 75% courier;
}
.font_main_title{
        font: normal 135% courier;
	font-weight: bold;
}
.font_normal{
	font: normal 85% courier;
}
.font_heading{
	font: normal 85% courier;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3pt;
}

ul#album{
	line-height: 200%;
	margin: 0;
	padding: 2;
}
ul#album li{ 
	display: block; 
	border-bottom: 1px solid #333333;
	background-color: #aaddff;
}
/* http://alistapart.com/articles/taminglists/ */
ul#album li a{
	display: block;
	padding: 2 2 2 2;
	text-decoration: none;
	font: normal 80% courier;
	width: 100%;
}
html>body #album li a {
	width: auto;
}
ul#album li a:hover{
	background-color: #99ccff;
}

ul#rmc{
	line-height: 200%;
	margin: 0;
	padding: 2;
}
ul#rmc li{ 
	display: block; 
	border-bottom: 1px solid #333333;
	background-color: #aaddff;
}
/* http://alistapart.com/articles/taminglists/ */
ul#rmc li a{
	display: block;
	padding: 2 2 2 2;
	text-decoration: none;
	font: normal 80% courier;
	width: 100%;
}
html>body #rmc li a {
	width: auto;
}
ul#rmc li a:hover{
	background-color: #99ccff;
}

ul#archive{
	line-height: 200%;
	margin: 0;
	padding: 2;
}
ul#archive li{
	display: block;
	border-bottom: 1px solid #333333;
	background-color: #aaddff;
}
/* http://alistapart.com/articles/taminglists/ */
ul#archive li a{
	display: block;
	padding: 2 2 2 2;
	text-decoration: none;
	font: normal 80% courier;
	width: 100%;
}
html>body #archive li a {
	width: auto;
}

ul#archive li a:hover{
	background-color: #99ccff;
}

