 /* twitter feed - IN USE!*/
.container {
display:block;
width: 150px;
margin-left:-4px;
}
.tweet {

  font-family: arial;
  font-size: 12px;
   /* twittervenk color*/
  color: #0099FF; }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
   st-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #EAF1F8; 
}
    .tweet {
      overflow: auto;
      padding: .5em; 
}
      .tweet a:link {
        /* twittervenk color*/
        color: #0099FF; 
        }
      .tweet a:visited {
        /* twittervenk color*/
        color: #00CCFF;
        }
      .tweet a:hover {
        /* twittervenk color*/
        color: #0066FF;
        }
      .tweet a:active {
        /* twittervenk color*/
        color: #0099FF;
}
    .tweet .tweet_even {
      background-color: #EAF1F8; 
}
    .tweet .tweet_avatar {
      padding-right: .5em;
      float: left; 
}
      .tweet .tweet_avatar img {
        vertical-align: middle; 
}
.tweet {
	width: 12.3em;
	margin-bottom: .1em;
	border: 0px none #C0DEF2;
	font-size: 12px;
	color:#336699;
	line-height:14px;
	/*background-color:#FFFFFF;
	background-color:#EAF1F8;*/
}

.tweet h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 12px;
	line-height:14px;
	color: #000000;
	background-color:#EAF1F8;
	/*background-color:#33CCFF;*/
	/*background: url('http://www.sbscuttlebutt.com/cut/poll_back.gif');*/
}

.tweet p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("http://www.sbscuttlebutt.com/cut/loading.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}
/* STYLE WHICH DEFINES THE CONTENT PORTION*/
.tweet #tweet_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
	color:#336699;
}
/* STYLE WHICH DEFINES THENKS PORTION*/
.tweet #tweet_update_list {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: .16em dotted #66CCFF;
}

.tweet #tweet_update_list span {
	/* tweet content */
	display: block;
}

.tweet #tweet_update_list span a {
	/*nks in tweet content */
	color:#3399FF;
	/*color: #00f;
	clear:right*/
}
.tweet #tweet_update_list span a:hover {
	/*nks in tweet content */
	color:#3300FF;
	/*color: #00f;*/
}

.tweet #tweet_update_list a {
	/* timestampnk */
	/*color: #f00;*/
	color:#33CC00;
	font-weight:bold;
}
.tweet #tweet_update_list a:hover {
	/* timestampnk */
	/*color: #f00;*/
	color: #6199FF;
}

.tweet #tweet_update_list.firstTweet {

}
