/*
 * You may copy this in your templates root path and edit it
 *
 */

#serendipity_admin_tweeter{
 width: 400px;
 float: left;
}

#tweeeter_charcount{
	display:inline;
}

.serendipity_admin_tweeter_header,
#serendipity_admin_tweeter_statuses {
    clear:both;
}

#serendipity_admin_tweeter_statuses {
	width:400px;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

#serendipity_admin_tweeter_statuses li.tweeter_line{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	margin-bottom: 5px;
}

.tweeter_profile_img {
	float: left;
	padding: 5px;
}

.tweeter_profile_img img {
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	padding: 5px;
}

.tweeter_profile_text {
	float: right;
	width: 310px;
	padding: 5px;
}

.tweeter_profile_links {
	clear: both;
	padding: 5px;
	text-align: right;
	border-top: 1px solid #ccc;
	background: #f5f5f5;
}

#tweeter_tweet, #tweeter_submit{
    padding-left:2px;
    width:100%;
}
