/* 
* Example style!
* You can do whatever the hell you want on your site :-)
*/

.twitter-widget h2 {
  clear:both;
}

.twitter-widget p, .twitter-widget a {
  font-size:9pt;
}

.twitter-widget a, .twitter-widget a:visited {
  color:#1FB7FF;
}

.twitter-widget a:hover {
  color:#82afff;
}

.twitter-widget ul {
  padding:0px;
}

.twitter-widget ul li {
  list-style:none;
  overflow:hidden;
  border:1px solid #c5c5c5;
  margin:5px;
  padding:5px;
  width:100%;
  background:white;
  box-shadow: 0 2px 0 #c5c5c5;
  padding:10px;
  border-radius:5px;
  font-family:arial;
  position:relative;
  margin-bottom:7px;  
  padding-bottom: 0px;
}

.twitter-widget ul li:hover {
  background-color:#f0f3fb;
}

.twitter-widget .user, .tweet, .timePosted {
  float: none;
}

.twitter-widget .user {
  width:60px;
  height: 50px;
}

.tweet {
  width: 82%;
  line-height: 18px;
  left: 60px;
  position: relative;
  text-align: left;
  float: left;
  top: -42px;
  display: block;
  margin: 0px;
  margin-bottom: -5px;
}

.timePosted {
  width:15%;
  position: absolute;
  right: 20px;
  
  top: 7px;
  color: rgb(177, 177, 177);
  text-align: right;
  min-width: 130px;
}

.user {
  clear:left;
}

.user a {
 width: 100px;
}

.user span span {
  width:250px;  
  display:block;
  margin-top: 0px;
  font-size: 15px;
  font-weight: bold;
}

.user img, .user a > span {
  float:left;
  border-radius:3px;
  position:relative;
}

.interact {
  min-width: 155px;
  width: 10%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  /* margin-bottom: 0px; */
}

.interact a {
  margin-left:5px;
  float:left;
  color: rgb(177, 177, 177);
}

.user a > span {
  left: 60px;
  top: -48px;
  line-height: 17px;
}

#linkage {
  position:fixed;
  top:0px;
  right:0px;
  background-color:#3d3d3d;
  color:#ffffff;
  text-decoration:none;
  padding:5px;
  width:10%;
  font-family:arial;
}

/*sidebar twitter widget */
.sidebar > .twitter-widget h2 {
  clear:both;
}

.sidebar > .twitter-widget p, .sidebar > .twitter-widget a {
  font-size: 8pt;
}

.sidebar > .twitter-widget a, .sidebar > .twitter-widget a:visited {
  color: #96D119;
}

.sidebar > .twitter-widget a:hover {
  color:#82afff;
}

.sidebar > .twitter-widget ul {
  padding:0px;
}

.sidebar > .twitter-widget ul li {
  list-style:none;
  overflow:hidden;
  border: 1px solid #ECECEC;
  margin: 0px;
  padding:5px;
  width:100%;
  background:white;
  box-shadow: 0 0px 0 #ECECEC;
  padding:10px;
  border-radius: 3px;
  font-family:arial;
  position:relative;
  margin-bottom:7px;  
  padding-bottom: 0px;
}

.sidebar > .twitter-widget ul li:hover {
  background-color:#f0f3fb;
}

.sidebar > .twitter-widget .user, .tweet, .timePosted {
  float: none;
}

.sidebar > .twitter-widget .user {
  width: 45px;
  height: 50px;
}

.sidebar > .twitter-widget .tweet {
  width: 100%;
  line-height: 18px;
  left: 0px;
  position: relative;
  text-align: left;
  float: left;
  top: -42px;
  display: block;
  margin: 0px;
  margin-bottom: -5px;
}

.sidebar > .twitter-widget .timePosted {
  width:15%;
  position: absolute;
  right: 13px;  
  top: 13px;
  color: rgb(177, 177, 177);
  text-align: right;
  min-width: 130px;
}

.sidebar > .twitter-widget .user {
  clear:left;
}

.sidebar > .twitter-widget .user a {
 width: 100px;
}

.sidebar > .twitter-widget .user span span {
  width:250px;  
  display:block;
  margin-top: 3px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: -4px;
}

.sidebar > .twitter-widget .user img, .user a > span {
  float:left;
  border-radius:3px;
  position:relative;
  width: 40px;
  margin-bottom: 6px;
}

.sidebar > .twitter-widget .interact {
  min-width: 138px;
  width: 10%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  /* margin-bottom: 0px; */
}

.sidebar > .twitter-widget .interact a {
  margin-left:5px;
  float:left;
  color: rgb(177, 177, 177);
}

.sidebar > .twitter-widget .user a > span {
  left: 50px;
  top: -48px;
  line-height: 17px;
}

.sidebar > .twitter-widget #linkage {
  position:fixed;
  top:0px;
  right:0px;
  background-color:#3d3d3d;
  color:#ffffff;
  text-decoration:none;
  padding:5px;
  width:10%;
  font-family:arial;
}