@charset "utf-8";
/* Sidebar
---------------------------------------------------------- */
.sidebar {
	position: relative;
}

/* Widget Box
---------------------------------------------------------- */
.sidebar .widget-box {
	margin-bottom: 20px;
}

/* Widget Box Heading
---------------------------------------------------------- */
.sidebar .widget-box h3,
.sidebar .widget-box h3.widget-heading {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	color: #4d1b45;
	font-size: 1.17em;
	font-weight: bold;
	border-bottom: 1px solid #beda8d;
}

/* RSS/ATOM Feeds
---------------------------------------------------------- */
.sidebar #feeds {
}

.sidebar #feeds .group li.feed {
	display: block;
	background: url("../images/rss_icon.png") no-repeat left 50%;
}

.sidebar #feeds .group li.feed {
	display: block;
	padding: 3px 0 3px 25px;
}

.sidebar #feeds .group li.feed a:hover {
	text-decoration: underline;
}

/* Lists (Categories)
---------------------------------------------------------- */
.sidebar .group .cat-item {
	display: block;
	overflow: hidden;
	background: url("../images/sidebar_listing_bullet.gif") no-repeat left 50%;
}

.sidebar .group .cat-item a {
	display: block;
	padding: 3px 0 3px 15px;
}

.sidebar .group .cat-item a:hover {
	background: url("../images/sidebar_listing_o.gif") no-repeat left 50%;
	color: #ffffff;
}

/* Sidebar (Twitter Tools)
---------------------------------------------------------- */
.sidebar div .aktt_tweets ul {
	list-style:none;
	margin: 0; padding: 0;
	position: relative;
}

.sidebar div .aktt_tweets ul li {
	padding: 10px 0 10px 0;
	list-style-type: none;
	border-bottom: 1px solid #beda8d;
	background: url("../images/icon_comments.png") no-repeat 15px 20px;
}

.sidebar div .aktt_tweets ul li a {
	font-weight: normal;
}

.sidebar div .aktt_tweets ul li a:hover {
	text-decoration: underline;
}

.sidebar div .aktt_tweets ul li.aktt_more_updates {
	background: none;
	padding-left: 10px;
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar div .aktt_tweets ul li.aktt_more_updates a {
	display: block;
	clear: both;
	font-size: 1em;
}



