/* twitter */

#your-ador-panels-twitter {

width: 240px;
float: left;
border: 10px solid #CCC;
}

#your-ador-twitter-copy 

{
float: left;
height: 210px;
width: 240px;
margin-top: 5px;

}


.tweet {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.63em;
	color: #000;
	line-height: 1.5em;
}
.tweet .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tweet .tweet_list li {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 5px 10px;
}
.tweet .tweet_list li a {
	color: #32bcad;
}
.tweet .tweet_list .tweet_even {
	background-color: #ECECED;
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 5px 10px;
}
.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
}
.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle;
}

#twitterfooter {
	background: url(../images/twitter-backgnd.gif) no-repeat;
	width: 260px;
	height: 65px;
}

#twitterfooter a {
	text-indent: -9999px;
	display: block;
	width: 260px;
	height: 65px;
}






