#content .tweetable {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-top-color: #eee;
	border-bottom-color: #bbb;
	float: right; 
	margin: 1em 0 1em 2em;
/*	margin: 2em auto;*/
	overflow: hidden;
	position: relative;
	width: 55%;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content .tweetable b {
	color: #e3e3e3;
	font-family: Arial, sans-serif;
	font-size: 12em;
	line-height: 0.8em;
	position: absolute;
	left: -3px;
	top: 0;
}
#content .tweetable blockquote {
	background: none !important;
	margin: 0;
	overflow: hidden;
	padding: 12px;
	padding: 1em;
}
#content .tweetable div {
/*	font-family: "Helvetica Neue", Arial, sans-serif;*/
	margin: 0;
	text-align: left;
}
#content .tweetable p {
	font-size: 1.2em;
}
#content .tweetable .author {
	color: #999;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
#content .tweetable .author a {
	background: url('/images/twitter-48x48.jpg') no-repeat left top;
	color: #999;
	display: inline-block;
	min-height: 48px;
	padding-left: 53px;
	text-decoration: none;
}
#content .tweetable .author a:hover {
	text-decoration: none;
}
#content .tweetable .author .fn {
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#content .tweetable .author a:hover .fn {
	text-decoration: underline;
}
#content .tweetable .nickname {
	display: block;
}
#content .tweetable .author b {
	font-weight: normal;
}
#content .tweetable .tweet {
	margin: 0 0 7px 0;
}
#content .tweetable .actions {
	float: right;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#content .tweetable .actions li {
	background: none;
	display: inline;
	font-size: 0.9em;
	margin: 0 0 0 1em;
	padding: 0;
}
#content .tweetthis,
#content .tweetable .actions a {
	background: #f8f8f8;
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	font: 11px/20px 'Helvetica Neue',Arial,sans-serif;
	font-weight: bold;
	padding: 0 3px 0 19px;
	position: relative;
	text-decoration: none !important;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	vertical-align: top;
	zoom: 1;
	

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
	background: -moz-linear-gradient(top,  #ffffff,  #dedede);
	background: linear-gradient(top,  #ffffff,  #dedede);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');
}
#content .tweetthis:hover,
#content .tweetable .actions a:hover {
	background: #f8f8f8;
	border-color: #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d9d9d9));
	background: -moz-linear-gradient(center top,  #f8f8f8,  #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d9d9d9');
}
#content .tweetthis i,
#content .tweetable .actions i {
	background: url('tweetable.png') no-repeat left top;
	display: block;
	height: 13px;
	width: 16px;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -5px;
}
#content .tweetable .actions .fbthis i {
	background-image: url('tweetable_fb.png');
	margin-top: -6px;
}

#content .tweetalign_left {
	float: left;
	margin: 1em 2em 1em 0;
}
#content .tweetalign_right {
	float: right;
	margin: 1em 0 1em 2em;
}
#content .tweetalign_center {
	float: none;
	margin: 1em auto;
}
#content .tweetalign_none {
	float: none;
	margin: 1em 2em;
}