#blog_sidebar{
	float: right;
  width: 180px;
  text-align: left;
  margin-bottom: 10px;
}

.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: 13px;
}

.bsb_list_content font{
  color: #ff8000;
}

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

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

#tag_cloud{
  padding-top: 5px;
  clear: both;
}

#tag_cloud a{
  color: white;
  text-decoration: none; 
}

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

#twitter_div{
  font-size:11.5px;
  color: white;
}

#twitter_div ul{
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

#twitter_div ul li{
  padding-bottom: 5px;
}

#twitter_div ul li a{
  font-size:11.5px;
  color: #ff8000;
  text-decoration: none;
}

