/**
 * wrapper
 * IMPORTANT: Do NOT add _width_ here, they are defined dynmically by the plugin!
 */
#twitterwidget {
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
/* tweet wrapper */
#twitterwidget div.tweet {
  font-size: 12px;
  font-weight: bold;
  /* height: 100px; */
  color: #fff;
  margin-bottom: 15px;
  /*background-color: #decdaf;*/
  /*background: url(../img/twitterBg.png) no-repeat;
  background-position: -15px -10px; */
 /* padding: 12px;*/
  padding-left: 15px;
  /*padding-top: 13px; */
  /*border-bottom: 1px dashed #ccc;*/
}
/* date */
.twitterwidget-date {
  color: #333;
  /*font-weight: bold;*/
}
/* links */
.twitterwidget-tweet-link {
  color: #bbcce1;
}
.twitterwidget-link-link {
  color: #bbcce1;
}
.twitterwidget-link-hashtag {
/*  color: #bbcce1 !important;*/
}
.twitterwidget-link-user {
/*  color: #bbcce1;*/
}
/* follow me button */
#twitterwidget strong {
  display: block;
  padding: 0;
  text-align: center;
}
#twitterwidget strong a {
  background: #fff url(../img/twitter.gif) left no-repeat;
  padding-left: 24px !important;
  font-family: Arial;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #666;
  font-weight: bold;
  font-size: 16px;
}
/* footer */
.twitterwidget-footer, .twitterwidget-footer a:link, .twitterwidget-footer a:active, .twitterwidget-footer a:visited, .twitterwidget-footer a:hover {
  text-decoration: none !important;
  background: none !important;
  color: #aaa !important;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  font-size: 9px;
}
