
#twittercontainer {
width: 577px;
background: url('../images/twitterbg.jpg');
height:50px;
margin-bottom: 10px;
}


ul#twitterwidget, li#twitterwidget {
	margin: 5px 0 0 75px;
	padding-left: 10px;
	list-style: none;
	list-style-image: none;
}


#twittercontainer ul li {
	line-height: 14px;
	list-style: none;
}

#twitterwidget a {
text-decoration: none;
color: #000000;
}

#twitterwidget a:hover {
text-decoration: underline;
}

#twitterwidget small {
font-weight: normal;
font-size: 9px;
display: block;
}

#twitterheader {
	border-top: none;
	width: 567px;
	padding-left: 10px;
}


#twitterheader h1 {
	font-size: 20px;
	line-height: 30px;
	color: #8F2A83;
	text-transform:uppercase;
}

#twitterwidget {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	height: 45px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 475px;
}


#twitterwidget li {
clear: left;
overflow: hidden;
position: relative;
top: 0;
height: 45px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

#twitterwidget li p {
margin-top: .2em;
font-size: 9px;
}

