/*****************************************************************************/
/* Markdown                                                                  */ 
/*****************************************************************************/
 
#textile_toolbar {
  position:relative;
  list-style:none;
  border:1px solid #d7d7d7;
  background-color:#F6F6F6;
  margin:0;
  padding:0;
  height:18px;
  margin-bottom:2px;
}
 
#textile_toolbar li {
  list-style:none;
  margin:0;
  padding:0;
  float:left;
}
 
#textile_toolbar li a {
  width:24px;
  height:16px;
  float:left;
  display:block;
  background-image:url("/static/weblog/textile_icons.gif");
  border:1px solid #fff;
  border-right-color:#d7d7d7;
}
 
#textile_toolbar li a:hover { border-color:#900; }
#textile_toolbar li span { display:none; }
#textile_toolbar li a#textile_help_button {
  position:absolute;
  top:0;
  right:0;
  border-left-color:#d7d7d7;
  border-right-color:#fff;
}
 
#textile_toolbar li a#textile_help_button:hover {
  border-left-color:#900; border-right-color:#900;
}
 
#textile_italics_button { background-position: 0 -119px; }
#textile_bold_button { background-position: 0 -102px; }
#textile_link_button { background-position: 0 0; }
#textile_image_button { background-position: 0 -170px; }
#textile_unordered_list_button { background-position: 0 -34px; }
#textile_ordered_list_button { background-position: 0 -51px; }
#textile_quote_button { background-position: 0 -68px; }
#textile_code_button { background-position: 0 -136px; }
#textile_help_button { background-position: 0 -153px; }
#textile_heading_button { background-position: 0 -85px; }