/**
 * wrapper
 * IMPORTANT: Do NOT add _width_ here, they are defined dynmically by the plugin!
 */
#twitterwidget {
  border: 0;
  background-color: #e4f2fd;
  position: relative;
  margin-bottom:20px;
  padding:10px 10px 10px 10px;
}
/* tweet wrapper */
#twitterwidget div.tweet {
  padding:10px 0px 0px 0px;
  font-size: 10px;
  color: #464646;
  margin-bottom: 10px;
  border-bottom: 1px dashed;
  border-bottom-color:#0097d5;
}
/* date */
.twitterwidget-date {
  font-weight: bold;
  font-size: 11px;
  color:#005092;
}
/* links */
.twitterwidget-tweet-link {
/*  color: #0000ff;*/
}
.twitterwidget-link-link {
/*  color: #0000ff;*/
}
.twitterwidget-link-hashtag {
/*  color: #0000ff !important;*/
}
.twitterwidget-link-user {
/*  color: #0000ff;*/
}
/* follow me button */
#twitterwidget strong {
 
  text-align: center;
}
#twitterwidget strong a {
  background: url(../img/twitter.gif) left no-repeat;
  margin-top: 30px;
  padding-left: 30px !important;
  font-family: Arial;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  margin-left:10px;
}
/* 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: 10px;
}