 /* 

Edit to your hears content 
-Rikcat http://www.rikcat.com

*/


	#mytwitter {
		font:normal 11px 'lucida grande';
		width:200px; 
		background:#f9f9f9; 
		border:3px solid #ddd;
		color:#333;
		}

	#twit_header {
		margin:0; 
		background:#ddd;
		padding:8px; 
		}
		
	#twit_header p {
		margin:0; 
		padding:0; 
		color:#666;
		}

	#twit_header h3 {
		margin:0; 
		padding:0;
		}
	
	.status_list { 
		margin:0; 
		padding:0; 
		border-top:1px dotted #ddd;
		}
	
	.status_list li { 
		list-style:none; 
		padding:7px; 
		border-bottom:1px dotted #ddd; 
		}
	
	.status_list li:hover {
		background:#fff;
		}

	.date { 
		color:#999; 
		font:normal 10px 'lucida grande';
		}
	
	.profile_img { 
		width:35px; 
		float:left; 
		margin:0 7px 0 0; 
		border:3px solid #f9f9f9;
		}

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}
		
	a.more_link {
		padding:4px 7px 4px 7px;
		background:#ddd;
		color:#333;
		display:block;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		}
	
	a:hover.more_link {
		background:#eee;
		color:#333;
		}
		
	.error { 
		text-align:center;
		font-weight:bold;
		margin:20px 0 20px 0;
		}
