/**
 * wrapper
 * IMPORTANT: Do NOT add _width_ here, they are defined dynmically by the plugin!
 */
#twitpic {
  background: #fff;
  margin: 0;
  padding: 0;
}
/* follow me button */
#twitpic strong {
  display: block;
  padding: 0;
  text-align: center;
}
#twitpic strong a.twitter {
  background: #fff url(../img/twitter.gif) left no-repeat;
  padding-left: 24px !important;
  font-family: verdana;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #ffabc3;
  font-weight: bold;
  font-size: 16px;
}
#twitpic strong a.twitpic {
  background: #fff url(../img/twitpic.gif) left no-repeat;
  padding-left: 24px !important;
  font-family: verdana;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #ffabc3;
  font-weight: bold;
  font-size: 16px;
}
/* footer */
.twitpic-footer, .twitpic-footer a:link, .twitpic-footer a:active, .twitpic-footer a:visited, .twitpic-footer a:hover {
  text-decoration: none !important;
  background: none !important;
  color: #ffc6d3 !important;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  font-size: 9px;
}

/* embedded images */
.twitpic {
  border: 10px solid #ffbfce;
}
.twitpic img {width: 60px !important; height: 60px !important; margin: 2px;padding: 3px; background: #fff; border:#ffa1b7 1px dashed;}

.twitpic img:hover {margin: 2px;padding: 3px; border:#FF85C2 1px solid;}

}
.twitpic small, .twitpic small a {
  color: #ffa1b7;
  text-decoration: none;
  border-bottom: 1px dashed #ffa1b7;
}