/* Evert sidebar basics ----------------------------------------------------------- */

#MI_sidebar {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	float: right;
	/*background-color:#E2E7E7; */
	/*border: 1px solid #009999;*/
}


#MI_sidebar_full {
	width: 340px;
	/*background-color: #CCdd55;*/
}


#MI_sidebar_half-left {
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	/*background-color: #CCFF66; */
}

#MI_sidebar_half-right {
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	/*background-color: #99CCCC;*/
}





/* Evert sidebar typo  ----------------------------------------------------------- */

.sidebar_underline {
	padding-bottom: 6px;
	border-bottom: 3px solid #FF4400;
}



/* Evert sidebar blocks  ----------------------------------------------------------- */

#latestactivity {
	/*width: 320px;*/
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#latestactivity li {
	font-size: 98%;
	background-image: url(../images/icon_comment.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin-left: 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	line-height: 150%;
}

#relatedposts {
	/*width: 320px;*/
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#relatedposts li {
	font-size: 100%;
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	line-height: 160%;
}


#search_sidebar {
	width: 320px;
	padding: 0px 0px 0px 0px ;
	background-color:#f4f4ec;
}






