#twitter-feed {
	float: left;
	width: 300px;
	height: 218px;
	color: #fcfcfc;
	font-family: 'Walter Turncoat', serif;
	background: url(/images/blackboard.jpg) no-repeat;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

#twitter-title {
	color: #5fa033;
	text-align: center;
	font-size: 1.5em;
	padding-top: 20px;
	text-shadow: black 0 0 1px;
}

#tweet {
	padding: 10px 25px;
}

#tweet li {
	list-style-type: none;
	padding: 5px 0;
	text-shadow: black 0 0 1px;
	font: 1.4em;
}

#tweet a {
	color: #84adff;
}


