/*
	'Grounded Kitchen & Coffeehouse' Twitter stylesheet
*/

/* =General
---------------------------------------------------------------------------------------------------- */
p#preloader {
	margin: 0;
	padding: 1em 1em 1em 4em;
	background: transparent url("/common/images/ajax.gif") 1em center no-repeat;
	color: #999;
	/* generate your own loader gif: http://www.ajaxload.info */
}
#twitter-feed {
	height: auto !important;
	height: 100px;
}
#twitter-feed ul {
	margin: 0 !important;
}
#twitter-feed li {
	list-style: none;
}
#twitter-feed a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
#twitter-feed span a {
	color: #c70001;
	text-decoration: underline;
	font-weight: normal;
}
#twitter-feed span {
	display: block;
}
.post h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
.post h2 a {
	text-decoration: none;
}