/* Start of CMSMS style sheet 'Tweeter' */
#tweetbox {
	
	padding: 20px 5px;
}
#twit_header {
	font-family: Helvetica, Arial,  sans-serif;
	margin: 0px 5px 5px 0px;
	height: 68px;
	width: 100%;
}
#twit_icon {
	float: left;
	padding: 0px 5px;
}
#twit_user {
	font-size: 20px;
	color: #912C20;
	display: block;
}
#twit_followers {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
}
#twit_page {
	display: block;
}
#twit_page a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	outline: none;
}
#twit_page a:hover {
	color: #712514;
}
#tweets {
}
.onetweet {
width:95%;
overflow:hidden;
	color:#999999; 
	position:relative;
	background-color: #333333;
	margin:5px;
}

.onetweet p {
overflow:hidden;
width:95%;
	position:relative;
	z-index:2;
	font-family:Helvetica, Arial,  sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin: 5px;
	padding: 3px 0px;
}
.onetweet p a {

	text-decoration: none;
	color: #912C20;
	outline: none;
}
.onetweet p a:hover {
	text-decoration: none;
	color: #000000;
}
.tweet_date {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
a.tweet_reply {
	
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 7px;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 2px;
	outline: none;
}
a.tweet_reply:hover {
	background-position: right top;
}
#twitter_logo {
	text-align: right;
	margin: 10px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: right center;
	height: 16px;
}
/* End of 'Tweeter' */

