#blog_sidebar{
	float: right;
  background-color: white;
  width: 180px;
  position: relative;
  text-align: left;
}

.left_align{
  float: left;
}

.right_align{
  float: right;
}

.bsb_title{
  float: left;
  color: white;
	background-color: black;
	font-size: 12px;
	font-weight: bold;
	width: 158px;
	padding-left: 2px;
}

.bsb_title a{
  float: left;
  color: #ff8000;
  text-decoration: none;
}

.bsb_title a:hover{
  text-decoration: underline;
}

.bsb_list_content{
  float: left;
  display: list-item;
  list-style-position: inside;
  font-size: 14px;
}

.bsb_list_content font{
  color: #ff8000;
}

.bsb_list_content a{
  color: black;
  text-decoration: none;
}

.bsb_list_content a:hover{
  text-decoration: underline;
}
