@import url(../../bbcode.css);

/* ARCHIVE BROWSERS */
dl.browse_archives dt {
	left: -2000px;
	position: absolute;
	width: 990px;
}
dl.browse_archives dd {
	display: inline;
}
dl.browse_archives dd.previous_month {
	float: left;
	margin-bottom: -23px;
}
dl.browse_archives dd.this_month {
	clear: left;
	display: block;
	text-align: center;
	width: 100%;
}
dl.browse_archives dd.next_month {
	float: right;
	margin-top: -23px;
}
dl.browse_archives dd.previous_month a:before {
	content: "\00AB\0020";
}
dl.browse_archives dd.next_month a:after {
	content: "\0020\00BB";
}

/* BLOG ENTRY LIST */
ul#blog_entries, p#blog_entries {
	margin: 15px 0px;
}
ul#blog_entries li {
	background: #EEE;
	clear: both;
	list-style-type: none;
	padding: 10px;
}
ul#blog_entries li.alternate {
	background: #FFF;
}
ul#blog_entries li h3 {
	font-size: 1.5em;
	list-style-type: none;
}
ul#blog_entries li img {
	float: right;
	margin: 10px 0px 10px 10px;
}
ul#blog_entries li.alternate img {
	float: left;
	margin: 10px 10px 10px 0px;
}