/*
Theme Name: Notebook
Theme URI: http://mattbango.com/notebook
Description: MattBango.com Notebook Theme
Version: 1.1
Author: Matt Bango
Author URI: http://mattbango.com
*/

@import url("/css/screen_css.php");

.share-controls {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 10px 0;
  padding: 5px 0;
}

.share-controls .item {
  border: none;
  border-left: 1px solid #ddd;
  float: right;
  margin-left: 15px;
  padding-left: 15px;
}

.share-controls .item:last-child {
  border: none;
}

#right .share-controls a {
  border: none !important;
  font-size: 12px;
}

#right .share-controls a:hover {
  color: #333;
}

#tweetmeme_button iframe {
  height: 17px;
  margin: 0;
  padding: 0;
  width: 73px;
}