/* CSS Document */

/* Copyright Ryan Rahn 2004 */
/* You are welcome to look and learn from the CSS contained in these documents
but please don't steal the code that I have labored many many many hours to produce */
/* Contact me for more usage information. I might just let you. */

/* This document contains the style information 
for the CSS specific to the sorting and archive pages
in my blog. For image CSS and calender CSS, see widgets.css */

.datetitle {
	position: relative;
	float: left;
	/* font */
	margin-bottom: 10px;
	margin-top: 20px;
}
.sorttitle {
	position: relative;
	float: left;
	clear: both;
	width: 475px;
	background: #C0C0C0;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	/* font (second font)*/
}
.blogsort a {
	position: relative;
	width: 425px;
	/* font */
	padding: 2px;
	padding-left: 3px;
	float: left;
	border-bottom: 1px solid #C3C3C3;
	text-decoration: none;
	color: #333333;
	background: #F9F9F9;
	text-align: right;
	margin-left: 10px;
	_margin-bottom: -10px; /* Change to -16px ?? */
}
.blogsort a:hover {
	text-decoration: none;
	/* color, background */
}
.rightdate {
	position: relative;
	float: right;
	text-align: left;
	width: 30px;
}
.commentlist a {
	position: relative;
	width: 25px;
	/* font */
	padding: 2px;
	float: left;
	border-bottom: 1px solid #C3C3C3;
	text-decoration: none;
	color: #333333;
	background: #F9F9F9;
	text-align: center;
	_margin-bottom: -16px;
	margin-left: 5px;
}
.commentlist a:hover {
	text-decoration: none;
	/* color, background */
}
.entrylist {
	clear: left;
	font: 10px/10px 
}

.entrylist td {
	position: relative;
	height: 13px;
	margin: 1px;
	padding-left: 5px;
	padding-right: 3px;
	margin-top: 0px;
	margin-right: 0px;
}
.entrylist td span {
	font-size: 16px;
}
.entrylist a {
	float: left;
	width: 100%;
	color: #333333;
	padding: 3px;
	padding-left: 5px;
	padding-right: 0px;
	text-decoration: none;
	background: #CCCCCC;
}
.entrylist a:hover {
	background: #E7E7E7;
	color: #000000;
	text-decoration: none;
}
.entrylist span {
	width: 400px;
}
.abs_edit {
	position: absolute;
	float: left;
	width: 650px;
}