#twitterFeed{

}
.twitWidget{
	width:300px;
	height:280px;
	font-family:'Lucida Grande', sans-serif;
	font-size:11px;
	position:relative;
	text-align:left;
	margin-bottom:15px;
	background:#F1F5FA;
}

.twitWidget, .tweetHead{
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;

}
.twitWidget a{
	text-decoration:none;
	color:#0084B4;
}
.twitWidget a:hover{
	text-decoration:underline;
}
.tweets{
	overflow-y:auto;
	overflow-x:hidden;
	height:223px;
	margin:0 2px;
	background-color:#fff;
	position:relative;
	border:1px solid #C2D2EA;
}
.tweetHead{
	font-size:10px;
	height:25px;
	text-align:center;
	color:#ebe7fd;
	padding:5px;

}
.tweetFoot, .tweetHead{
	background:#F1F5FA;
}
.tweetFoot{
	text-align:center;
	padding:3px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.tweetFoot a, .tweetHead a{
	font-style:italic;
	line-height:24px;
}
.twitWidget .page{
	/*width:155px; may need padding or something here */
}
.twitWidget .twitRow{
	position:relative;
	margin-top:5px;
}
.twitWidget .thumb{
	width:35px;
	position:absolute;
	top:0px;
	left:0px;
}
.twitWidget .twitContent{
	margin-left:1px;
}

.twitWidget .twitterer{
	font-weight:bold;
}
.twitWidget .timeStamp{
	display:block;
	font-size:9px;
	color:#999;
	line-height:18px;
}

