
	$(document).ready(function() {
	$("#twitter").getTwitter({
		userName: "fletcher_design",
		numTweets: 2,
		loaderText: "Loading tweets...",
		slideIn: true,
		slideDuration: 750,
		showHeading: true,
		headingText: "",
		showProfileLink: true,
		showTimestamp: true
		});
	});


.twitted {
	width: 16em;
	margin-bottom: 1.5em;
	border: 0px solid #f7f7f7;
	color:#8dadd1;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #f7f7f7;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	color: #f7f7f7;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #8dadd1;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #f7f7f7;
	text-decoration:none;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
	
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color:#8dadd1;
}

