/*======================================
 MT Comment Form
=======================================*/
#comment-form-remember-me label {
  display : inline;
}

/*======================================
 Text Decoration
=======================================*/
blockquote{
  padding    : 0 0 0 40px;
  min-height : 46px;
  background : url('../images/icons/quote.gif') no-repeat 5px 10px ;
}

.warning {
  background  : #f5f5f5 url('../images/icons/32/warning.png') no-repeat 5px 5px;
  padding     : 0 0 0 42px;
  font-weight : bold;
}

cite {
  background : url('../images/icons/excerpt.png') no-repeat 5px 50%;
  margin     : 0;
  padding    : 0 0 0 110px;
  text-align : left;
}

table.zoom{
  table-layout : fixed;
  position     : relative;
  z-index      : 2;
}

.zoomin{
  cursor : url('../images/icons/24/zoomout.png'), pointer;
}

.zoomout{
  cursor : url('../images/icons/24/zoomin.png'), pointer;
}

/*======================================
 Twitter Badge
=======================================*/
.twitter-title{
  font-size    : 120%;
  margin-left  : 0;
  padding-left : 20px;
  background   : url('../images/icons/16/twitter.gif') no-repeat 0% 50%;
}

#twitter_update_list{
  margin           : 0;
  padding          : 0;
  list-style-image : none;
  list-style-type  : none;
  text-align       : left;
  text-decoration  : none;
}


#twitter_update_list li{
  background-image : none;
  border           : 0;
}

a#twitter-link {
    display    : block;
    margin-top : 4px;
    text-align : right;
}


/*======================================
 Autopagerize
=======================================*/
.autopagerize_page_separator,
.autopagerize_page_info {
  float : left;
  width : 100%;
}

/*======================================
 SBMCounter
=======================================*/
#SBMCounterCommentsArea * {
  color : #FFFFFF;
}
