.metasection-bottom {
	position: relative;
	width: 250px;
	top: -30px;
	padding: 0;
	margin: 0;
	}

/* this is the original version

.metasection-bottom-top {
	background: url('images/meta_spikes_up.png') top no-repeat;
	height: 10px;
	margin: 0;
	}

*/

.metasection-bottom-top {
	background: url('images/meta_spikes_bg.png') top no-repeat;
	height: 10px;
	margin: 0;
	}

.metasection-bottom-top_orig {
	background: url('images/meta_spikes_up.png') top no-repeat;
	height: 10px;
	margin: 0;
	padding: 0;
	}

.metasection-content {
	background: url('images/meta_spikes_bg.png');
	padding: 20px;
	margin: 0 -20px;
	position: relative;
	}

.metasection-content h3, .metasection-content .itemhead div {
	font: bold 10px 'Lucida Grande', Verdana, Sans-Serif;
	display: inline;
	}

.metasection-content .itemhead div {
	margin-left: 10px;
	}

.metasection-content .item {
	font: 9px 'Lucida Grande', Verdana, Sans-Serif;
	color: #888;
	}

.metasection-bottom-bottom {
	background: url('images/meta_glass_bottom.png') top no-repeat;
	height: 10px;
	margin: 0 -20px;
	}

.rollingarchives {
	position: relative;
	}

#rollnext, #rollprevious, #rollhome {
	cursor: pointer;
	margin-bottom: 1px;
	height: 16px;
	width: 16px;
	}

#rollhome {
	margin: 0 0 1px 12px;
	background: url('images/home.png') left top no-repeat;
	}

.rolling-navigation {
	position: absolute;
	width: 110px;
	right: 0;
	bottom: 0;
	height: 20px;
	background: url('images/rollingnavigationbg.png') no-repeat;
	text-align: center;
	font: 9px Arial;
	color: #888;
	text-transform: lowercase;
	line-height: 180%;
	}

#rollprevious, #rollnext {
	position: absolute;
	top: 0;
	}

#rollprevious {
	left: 0;
	background: url('images/previous.png') left top no-repeat;
	}

#rollnext {
	right: 0;
	background: url('images/next.png') left top no-repeat;
	}

#rollnext:hover, #rollprevious:hover, #rollhome:hover {
	background-position: left -16px;
	}

#rollnext.inactive, #rollnext.inactive:hover {
	background-position: left -32px;
	cursor: default;
	}
/* test */
#rollprevious.inactive, #rollprevious.inactive:hover {
        background-position: left -32px;
        cursor: default;
        }
/* test */
.rollloading {
	background: url('images/spinner.gif') center center no-repeat;
	height: 430px;
	}

#rollingcontent {
	margin: 20px 0;
	min-height: 400px;
	}

#rollingcontent .item {
	margin: 0 0 20px;
	}

#rollingcontent .item blockquote {
	margin: 0;
	padding: 0;
	background: none;
	}

#rollingcontent .item ul li, #rollingcontent .item ul, #rollingcontent .item ol li, #rollingcontent .item ol  {
	margin: 0;
	padding: 0;
	}

#rollingcontent h3 {
	font: bold 11px 'Lucida Grande', Verdana, Sans-Serif;
	display: block;
	margin-bottom: 2px;
	}

#rollingcontent .itemhead {
	position: relative;
	}

#rollingcontent .itemhead a {
	color: #aaa !important;
	}

#rollingcontent .itemhead h3 a {
	color: #666 !important;
	padding: 2px 2px 2px 0;
	margin-bottom: 2px;
	}

#rollingcontent .commentslink {
	position: absolute;
	right: 0;
	top: 1px;
	margin: 0;
	}

#rollingcontent .commentslink a {
	font: normal 9px 'Lucida Grande', Verdana, Sans-Serif;
	}

#rollingcontent .itemmeta {
	font: normal 9px Arial;
	display: inline;
	text-transform: lowercase;
	margin: 0;
	}

#rollingcontent .itemmeta a {
	padding: 2px 0;
	} 

#rollingcontent .itemmeta ul li, #rollingcontent .itemmeta ul {
	display: inline;
	}

#rollingcontent .itemtext {
	color: #555;
	margin: 2px 0 0;
	}

#rollingcontent .item a, #rollingcontent .itemmeta {
	color: #777;
	}

#rollingcontent a:hover, #rollingcontent h3 a:hover {
	color: #f3f3f3 !important;
	background: #555;
	text-decoration: none;
	}

#rollingcontent .item, .metasection-bottom img { border: none; margin: 0; padding: 0 } 
/* Reset everything muahah */

