a { outline: none; }
a:link { color: #2277CC; }
a:visited { color: #003377; }
a:active { color: #22CC77; }
body
{
	background-color: #FFFFFF;
}

img
{
	border: 0px;
}

div
{
	font-family: verdana;
	font-size: 12px;
}

#site_container
{
	position: absolute;
	top: 50%;
	left: 50%;
}

#content_container
{
	padding-top: 5px;
	overflow-x: auto;
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
}

.entry_container
{
	font-family: arial;
	font-size: 13px;
	line-height: 17px;
	padding: 10px;
	padding-left: 22px;
	text-align: justify;
}

.entry_link
{
	text-decoration: none;
	color: #000;
}

.entry_title
{
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 5px;
}

#comments_container
{
	background-color: #FFF;
	border: 1px solid #999; left: 610px;
	display: none;
	height: 260px;
	left: 0px;
	padding: 10px;
	position: absolute;
	top: 0px;
	width: 420px;

}

.comment_notch
{
	left: 5px;
	position: absolute;
	top: -12px;
}

.horizontal_divider
{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #AAA;
}

.prevnext_link
{
	float: right;
	font-weight: bold;
	text-align: center;
	width: 12px;
}

.current_month
{
	float: right;
	font-weight: bold;
	text-align: center;
	width: 60px;
}

a.comments_link:link
{
	color: gray;
}

a.comments_link:visited
{
	color: gray;
}

a.comments_link:hover
{
	color: #005A9C;
	text-decoration: none;
}

a.comments_link:active
{
	color: #005A9C;
	text-decoration: none;
}
