.sidebar .tweet_list .post {
  margin-bottom: 10px;
  padding: 0 0 0 42px;
  overflow: hidden;
}
.sidebar .tweet_list .post_meta {
}
.sidebar .tweet_list .date,
.sidebar .tweet_list .time {
  color: #333;
}
.sidebar .tweet_list .date {
  padding-left: 5px;
}
.sidebar .tweet_list .status {
  padding: 10px;
}
.sidebar .tweet_list .status p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.sidebar .tweet_list .tweet .username {
  font-size: 16px;
  font-weight: bold;
}

.sidebar .tweet_list {
  padding: 0 5px;
}
.sidebar .tweet_list .post_meta a {
  font-size: 14px;
}


/* TWITTER SIDEBAR
----------------------------------------------------------------------------*/
.twitter_list {
  margin-bottom: 20px;
  padding: 5px;
  background: #C6EAFF;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eef9ff), to(#C6EAFF));
  background: -moz-linear-gradient(100% 100% 90deg, #C6EAFF, #eef9ff);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.twitter_list h3 {
  margin: 0;
  padding: 0 5px 5px 5px;
  font-size: 14px;
  line-height: 18px;
  color: #14365a;
  text-shadow: #fff 1px 1px 0;
}
.twitter_list strong {
  color: #333;
}
.twitter_list .twitter_content {
  margin: 0;
  padding: 10px 5px;
  background: #fff;
  border: solid 1px #88ceff;
  border-bottom: none;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #777;
  text-align: center;
}
.twitter_list .tweet_list {
  padding: 0;
  background: #fff;
  border: solid 1px #88ceff;
  border-top: none;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.twitter_module.twitter_list .tweet_list .tweet {
  margin-bottom: 5px;
  padding: 5px 10px;
  border-bottom: solid 1px #88ceff;
}
.twitter_list .tweet_list a.avatar {
  left: 6px;
}
.twitter_list .tweet_list .status {
  padding: 0 0 5px 0;
}
.twitter_module.twitter_list .tweet_list .status p {
  font-size: 13px;
  line-height: 17px;
  color: #333;
}
.twitter_list .footer {
  margin: 0;
  padding: 0 5px;
  padding-bottom: 6px;
  text-align: center;
}
.twitter_module .tweet_list .post {
  margin-bottom: 10px;
  padding: 0 0 0 42px;
  overflow: hidden;
}
.twitter_module .tweet_list .post_meta,
.twitter_module .tweet_list .tweet .username {
  font-size: 13px;
  color: #333;
}
.twitter_module .tweet_list .tweet a.username:hover {
  color: #F66926;
  text-decoration: underline;
}
.twitter_module .tweet_list .tweet .datetime,
.twitter_module .tweet_list .tweet .datetime .date,
.twitter_module .tweet_list .tweet .datetime .time {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.twitter_module .tweet_list .tweet .date {
  padding: 0;
}
.twitter_module .tweet_list .tweet p {
  font-size: 12px;
  line-height: 16px;
}
