/* --------------------------------------------------------------------
																	  
  Twitter Module CSS
  
  Author: Joe Holdcroft
  Company: Message Digital Design
  
 -------------------------------------------------------------------- */

div.twitter_module {
		position: relative;
		display: block;
		width: 100%;
		margin: 0px 0 0 0;
		padding: 0;
/*		background: #333;*/
		line-height: 1.2em;
}

	div.twitter_module ul {
			list-style: none;
			margin: 0;
			padding: 0;
	}
	
		div.twitter_module ul {
				margin: 0;
		}


		div.twitter_module li {
				margin: 0;
				padding: 0 0 1em 0;
				display: block;
				position: relative;
/*				font-family: helvetica, arial, sans-serif;*/
		}
		
		div.twitter_module ul li#tweet-1 {
		color: #fff;
		font-size: small;
		}
			div.twitter_module ul li#tweet-1:hover {
			color: #fff;
			}
		div.twitter_module ul li#tweet-2 {
		color: #003F3B;
		font-size: small;
		}
			div.twitter_module ul li#tweet-2:hover {
			color: #fff;
			}
		div.twitter_module ul li#tweet-3 {
		color: #0C5F59;
		font-size: small;
		}
			div.twitter_module ul li#tweet-3:hover {
			color: #fff;
			}
		div.twitter_module ul li#tweet-4 {
		color: #377F7A;
		font-size: small;
		}
			div.twitter_module ul li#tweet-4:hover {
			color: #fff;
			}

		div.twitter_module ul li#tweet-5 {
		color: #77BFBA;
		font-size: small;
		}
			div.twitter_module ul li#tweet-5:hover {
			color: #fff;
			}
		
		
		
.created {
	font-style: italic;
	font-size: smaller;
}

.follow_link {
	padding: 10px 0 0 0;
	margin: 0;
}