﻿/* BODY */
html, body
{


}


		#twitterbox {
		float: left;
		width: 450px;
		height: 200px;
		padding-left: 10px;
		margin-top: 20px;
		background-color:Red;
background: url('../assets/img/bkgrnd-twitter450x174.png') top left no-repeat;
		}





/* TWITTER CONTAINER */
.twitter-feed
{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
margin: 20px 30px 0px 20px;
padding: 0px 0px 0px 0px;
position: relative;
display: block;
width: 400px;
height: 155px;
text-align: left;
}
/* TWITTER LIST */
ul#twitter_update_list
{
margin: 0px 0px 0px 0px;
padding: 22px 25px 0px 35px;
list-style: none;
}
ul#twitter_update_list li
{
padding: 0px 0px 5px 0px;
margin: 0px 0px 0px 0px;
display: none; /* Prevents the entire feed list from showing momentarily on page load */
}
.twitter-feed span
{
    font-size: 14px;
    color: #005CA1;
    display: block;
    line-height: 1.3em;
}
/* TWITTER FEED LINKS */
.twitter-feed span a
{
    color: #DF6611;
    text-decoration: none;
}
.twitter-feed span a:hover
{
color: #3CCEFF;
text-decoration: underline;
}
/* OTHER LINKS */
.twitter-feed a
{
color: #777;
text-decoration: none;
}
.twitter-feed a:hover
{
color: #AAA;
text-decoration: none;
}
/* TWITTER BIRD */
.twitter-bird
{
margin: 105px -8px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top: 0;
right: 0;
line-height: 3.5em;
width: 100px;
height: 50px;
}
.twitter-bird:hover
{
}