/* @override http://benjamintomlinson.com/includes/twitter.css */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: #fefee8;
	/*background-color: {{ config.TEXT_COLOUR }};*/

}





ul {
	list-style-type: none;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#tweets {
	width: 500px;
}

.twitterStatus span {
	background-color: #000;
	color: white;
	font-size: 2.1em;
	padding: 4px;
	margin: 0px;
	line-height: 1.4em;
}

.twitterStatus  {
	margin-bottom: 5px;
}


.tweet{
margin-bottom: 25px;

}

li {
	margin-bottom: 21px;
}

a {
	text-decoration: none;
	color: #faed1e;
	background-color: #000;
	padding: 0 4px 1px;
}

p {
	text-decoration: none;
	color: #000;
	padding: 0;
}



a:hover {
	text-decoration: underline;
	color: black;
	background-color: yellow;
}


#links {
	margin-bottom: 47px;
	font-size: .8em;
}

