/* 
* Example style!
* You can do whatever the hell you want on your site :-)
*/


div.twitter1 h2 {
  clear:both;
}

div.twitter1 p, div.twitter1 a {
  font-size:9pt;
  margin:10px 0 0 0;
  color:#3d3d3d;
}

div.twitter1 a, div.twitter1 a:visited {
  color:#e0922f;
}

div.twitter1 a:hover {
  color:#82afff;
}

div.twitter1 ul li {
  list-style:none;
  overflow:hidden;
  border:1px solid #dedede;
  margin:5px;
  padding:5px;
  background-color:#f0f3fb;
}

div.twitter1 ul li:hover {
}

.user, .tweet, .timePosted {
  float:left;
}

.user {
  width:25%;
}

.tweet {
  width:50%;
}

.timePosted {
  width:15%;
}

.user {
  clear:left;
}

.user a {
 width: 100px;
}

.user span span {
  width:100px;
  display:block;
  margin-top:10px;
}

.user img, .user a > span {
  float:left;
}

.interact {
  float:left;
  width:10%;
  margin-top:-7px;
}

.interact a {
  margin-left:5px;
  float:left;
}

.user a > span {
  margin-left:10px;

}
