body { 
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	zoom: 0;
}

a {
	color: #52699F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

img {
	border: 0px none transparent;
}

.wrapper-title-top {
	margin: 0 auto;
	padding-top: 20px;
	width: 960px;
	text-align: center;
}

.wrapper {	
	width: 700px;
	margin: 2px auto 0 auto;
}

.clearing {
	clear: both;
	height: 1px;
}

.swf-container {
	width: ${width}px;
	float: left;
}

.author-info .images {
	margin-top: 10px;
}

.author-info .images .button-tweet {
	float: left;
	width: 50px;
	margin-left: 15px;
}

.author-info .images .button-digg {
	float: left;
	width: 50px;
}

.author-info .images .image {
	float: left;
	padding-left: 15px;
}

.author-info .images .image img {
	border: 0px none transparent;
}

.author-info {
	float: left;
	width: 200px;
}

.author-info .bio {	
	margin-top: 8px;
	color: #888;
}

.author-info .bio-author {
	font-style:italic;
	color: #aaa;
	margin-top: 6px;
	font-size: 11px;
}

.produced {
	text-align: right;
	font-size: 11px;
	width: 433px;
}

.author-info .images .image a,
.produced a {
	color: #aaa;
	text-decoration: none;
}

.author-info .images .image a:hover,
.produced a:hover {
	color: #318dff;
}

.tweet-wrapper {
	margin-top: 10px;
	height: 450px;
}

.tweet-wrapper h2 {
	color: #3E3E3E;
}

#tweets ul {
	margin: 0px;
	padding: 0px;
}

#tweets li {
	list-style: none;
	margin-bottom: 7px;
	display: none;	
}

#tweets li .avatar {
	float: left;
}

#tweets li .avatar img {
	width: 48px;
	height: 48px;
}

#tweets li .content {
	float: left;
	margin-left: 10px;
	width: 610px;
	color: #888888;
}

#tweets li .content a.tweet {
	color: #888888;	
}

#tweets li .content .username {
	font-weight: bold;
	padding-right: 4px;
}

#tweets li .content .feedInfo {
	color: #AAAAAA;
}