.twitter
{
	padding-bottom: 5px;
}

.twitter .twitterPicture
{
	float: left;
	padding: 5px 5px 5px 5px;
	width: 50px;
	height: 50px;	
}

.twitter .twitterPost
{
	float: left;
	height: 50px;
    color: #AC8250; /*-- Light Brown --*/
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	width: 740px;
	padding: 5px 5px 5px 5px;
}

.twitter .twitterPost .twitterText
{
    font-size: 15px;
    font-family: Courier New, Courier, Arial;
	color: #F79234; /*-- Light Orange --*/
}

.twitter .twitterPost .twitterText a
{
	color: #F79234; /*-- Light Orange --*/
	font-weight: bold;
    text-decoration: none;
}

.twitter .twitterPost .twitterText a:hover
{
    text-decoration: underline;
}

.twitter .twitterPost .twitterHeader
{
	font-family: Courier New, Courier, Arial;
    font-weight: bold;
	font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;	
    padding-right: 5px;
}

.twitter .twitterPost .twitterHeader:hover
{
    text-decoration: underline;
}

.twitter .twitterPost .twitterTime
{
    color: #AC8250; /*-- Light Brown --*/
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
}