
div.monitter
{
	width: 300px;
	float: left;
	padding: 0px;
	height: 500px;
	overflow: hidden;
}
div.monitter div.tweet
{
	clear: both;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 2px;
	display: block;
	background: #efefef;
	clear: both;
	padding: .6em;
	margin: .3em;
	overflow: hidden;
}
.tweets
{
	position: relative;
	top: -3px;
}
.monitterad
{
	color: #666;
	padding: 4px;
	padding-left: 10px;
	font-size: 11px;
	background:#fff !important;
}
.monitterad a
{
	color: #44a1d0;
}
.monitterad img
{
		margin-right: 6px;
}

.tweet img
{
	float: left;
	margin-right: 5px;
	border: 2px solid #ccc;
	background: #444;
}
.tweet p.text
{
	margin: 0;
	padding: 0;
	padding-left: 55px;
	color: #666;
}
.tweet a
{
	color: #44a1d0;	
}
/**********************************************

   CUSTOM USER STYLES
   ------------------
   This enables you to add custom
   styling to tweets from a particular  
   user... in this case.. appleiphoneschool

***********************************************/
div.monitter div.user-ahhyeah 
{
	background: #569dda!important;
}
div.monitter div.user-ahhyeah p.text
{
	color: white!important;
}
div.monitter div.user-ahhyeah a
{
	color: #9FF;!important;
}
/**********************************************/
