#sidebar {
  float: right;
  width: 252px;
  margin: 0px;
	padding: 28px 0 10px 0;
}
#sidebar a { color: #5588BB; font-weight: normal; }
#sidebar a:hover { text-decoration: underline; }
#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 35px;
}
#sidebar li ul li { margin-bottom: 8px; }
#sidebar li ul li a { line-height: 12px; }
#sidebar h2 {
  color: #444444;
  height: 22px;
  font-size: 16px;
  margin: 0px 0px 5px 17px;
}
#sidebar .blogroll,
#sidebar .wrapper, #sidebar .twitter, #sidebar .wp-tag-cloud {
  margin: 0;
  padding: 16px 0px 0px 16px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  position: relative;
}

#sidebar li a img {
  float: left;
  margin-left: -1px;
  padding-right: 8px;
}

#sidebar li a.iconified { 
  padding: 1px 0px 0px 23px;
  line-height: 18px;
  *height: 16px;
  display: block;
}

/** Forms **/
#sidebar form {
  text-align: right;
}
#s {
  width: 229px;
  height: 14px;
  border: 1px solid #DDDDDD;
  padding: 2px;
  margin-bottom: 7px;
}
#monthSelector {
  margin: 0px;
  width: 167px;
  height: 20px;
  line-height: 12px;
  display: block;
  *border: 1px solid #DDDDDD;
}
#search-submit, #archives-submit {
  width: 54px;
  height: 20px;
  border: none;
  cursor: pointer;
}
#search-submit {
  background: url('../images/btn-search.gif') no-repeat; 
}
#archives-submit {
  float: right;
  background: url('../images/btn-view.gif') no-repeat;
}  
#archives-submit:hover { background: url('../images/btn-view-hover.gif') no-repeat; }
#search-submit:hover { background: url('../images/btn-search-hover.gif') no-repeat; }

#sidebar ul li a.rss { 
  background: url('../images/btn-rss.gif') no-repeat;
  background-position: 0px 2px;
  float: none;
  margin: 0;
}

#sidebar .twitter-header {
  height: 19px;
  width: 235px;
  display: block;
  margin: 5px 0px 5px 14px;
  background: url('../images/hpheader-latesthulupoststwitter.gif') no-repeat;
}
#sidebar .twitter-header:hover {   background: url('../images/hpheader-latesthulupoststwitter-hover.gif') no-repeat; }

/** Twitter Feed **/
#sidebar .twitter-item .twitter-timestamp {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: #999;
}
