#birdietweet_logo {
  float: left;
  height: 63px;
}

/* Categories */
#categories_wrap {
  clear: left;
  float: left;
  width: 750px;
}

#twitter_link {
  float: right;
  height: 127px;
}

.categories {
  overflow: hidden;
  font-family: "Helvetica Neue Condensed", "Helvetica Neue", Tahoma, Helvetica, Arial;
  font-size: 13px;
  margin-top: 10px;
}

.categories .category {
  float: left;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
}

.categories .category .filter {
  height: 30px;
  width: 66px;
  margin: 0 auto;
}

.categories .category a.label {
  height: 26px;
  display: block;
  text-decoration: none;
  color: #878383;
}
.categories .category .label span {
  float: left;
  height: 26px;
}
.categories .category.highlight .label span.left {
  background-image: url(../img/category-menu-left-highlight.jpg) !important;
}
.categories .category .label span.left {
  width: 17px;
  background-image: url(../img/category-menu-left.jpg);
}
.categories .category.highlight .label span.name {
  background-image: url(../img/category-menu-bg-highlight.jpg) !important;
  color: white;
}
.categories .category .label span.name {
  background-image: url(../img/category-menu-bg.jpg);
  line-height: 26px;
  padding: 0 10px;
  cursor: pointer;
}
.categories .category.highlight .label span.right {
  background-image: url(../img/category-menu-right-highlight.jpg) !important;
}
.categories .category .label span.right {
  width: 17px;
  background-image: url(../img/category-menu-right.jpg);
}

/* Twitter Feeds */
.twitter_users {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}


.twitter_users .row {
  margin: 20px 0;
  overflow: hidden;
}

.twitter_users .twitter_user {
  padding: 10px;
  background-color: #f2f2f2;
  overflow: hidden;
  border-radius: 8px; /* css3 */
  -moz-border-radius: 8px; /* mozilla */
	-webkit-border-radius: 8px; /* webkit */
  width: 285px;
  float: left;
}

.twitter_users .twitter_user.middle {
  margin: 0 20px;
}

.twitter_users .twitter_user .meta {
  overflow: hidden;
  border-bottom: 2px ridge white;
  padding-bottom: 5px;
}

.twitter_users .twitter_user .meta img.profile_image {
  border: 1px solid #848484;
  width: 48px;
  float: left;
}

.twitter_users .twitter_user .meta h4 {
  font-size: 14px;
  color: #595858;
  float: left;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 10px;
  width: 220px;
}

.twitter_users .twitter_user .meta p {
  float: left;
  overflow: hidden;
  margin-left: 10px;
}

.twitter_users .twitter_user .meta p a {
  font-size: 11px;
  color: #878383;
}

.twitter_users .twitter_user .tweets {
  color: #878383;
  font-size: 11px;
  overflow: hidden;
}

.twitter_users .twitter_user .tweets .tweet {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #a5b1bb;
}

.twitter_users .twitter_user .tweets .tweet a {
  color: #878383;
}

.twitter_users .twitter_user .tweets .tweet abbr {
  display: block;
  font-style: italic;
  font-size: 10px;
  margin-top: 2px;
}

.twitter_users .twitter_user .tweets a.read_more {
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
