#sidebar ul, #sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.widget h2 {
	font-size: 140%;
}

.widgetbody, .widget-body {
	background: url(../images/widget-center.png) top center repeat-y;
	margin: -1px 0 0 0;
	padding: 15px;
}

.widget-top {
	background: url(../images/widget-top.png) top center no-repeat;
	margin: 0;
	height: 9px;
}

.widget-bottom {
	background: url(../images/widget-bottom.png) bottom center no-repeat;
	margin: 0;
	height: 9px;
	margin-bottom: 5px;
}

.widget-half {
	width: 100%;
	margin: 0 auto;
}

.widget-half-left {
		width: 45%;
}

.widget-half-right {
	float: right;
	width: 45%;
}

.widget h2.widget-title {
	margin-bottom: 15px;
}

#community_ads .widget-half {
	width: 280px;
	margin: 20px auto 0;
}

.community-ads .widget-half-left {
	width: 128px;
}

.community-ads .widget-half-right {
	float: right;
	width: 128px;
}

.community-li {
	height: 135px;
}

#sidebar .widget ul li {
	margin-bottom: 10px;
}

div.adspot, mbl_widget_frame {
	text-align: center;
}

#sidebar #author_bio img {
	margin-left: 5px;
	float: right;
}

#sidebar #author_bio h2 {
	font-size: 170%;
	margin-bottom: 5px;
}

#sidebar #author_bio h3 {
	margin-bottom: 10px;
}

#remix_search .widgetbody {
	text-align: left;
	position: relative;
	height: 45px;
}

#remix_search form {
	position: absolute;
	top: 20px;
	left: 95px;
}

#remix_search img {
	position: absolute;
	top: 0;
	left: 10px;
}

input#search_input, input#s {
width: 240px;
padding: 6px 0 6px 20px;
margin: 0;
border: none;
cursor: text;
display: block;
font-weight: bold;
background-color: #ebebc4;
}

input#search_input:hover {
font-style: italic;
}

input#search_input: focus {
color: #000;
}

input#searchsubmit {
	display: none;
}


