/**
* default.css
*
* @author Adam Green <140dev@gmail.com>
* @license GNU Public License
* @version BETA 0.10
*/
.hidden {
	display: none;
}
#tweet_column {
	height: 100%;
	margin-top:10px;
	margin-bottom:10px;
}
.tweet {
	width: 100%;
	display:inline-block;
	padding: 5px;
}
.tweet_image {
	float: left;
	width: 48px;
	height: 48px;
	padding: 8px 0 0 5px;
}
.tweet_image img {
	border: none;
}

.tweet_right {
	float: left;
	overflow: hidden;
	padding: 0px;
	padding-right: 5px;
}
.tweet_screen_name a {
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	color:#0f5b7f;
	text-decoration: none;
}
.tweet_screen_name a:hover {
	text-decoration: underline;
}
.tweet_name {
	font-size: 100%;
	color: #808080;
	padding-left: 10px;
}
.tweet_text {
	padding-top: 5px;
	font-size: 100%;
}
.tweet_text a {
	text-decoration: none;
}
.tweet_text a:hover {
	text-decoration: underline;
}
.tweet_date a {
	font-size: 80%;
	color: #808080;
	margin-top: 5px;
	float: left;
	text-decoration: none;
}
.tweet_date a:hover {
	text-decoration: underline;
}
#new_tweet_count {
	background-color: #cae4ff;
	cursor: pointer;
	width: 97%;
	text-align: center;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
#more_tweets_button {
	background-color: #0080ff;
	color:#FFFFFF;
	text-align: center;
	cursor: pointer;
	width: 100%;
	border: 1px solid #A6D5EC;
	padding: 10px 0 10px 0;
	margin-top:10px;
	background:#2F8DB7;
	margin-top:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #0f5b7f;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #0f5b7f;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #0f5b7f;
		
		font-weight: bold;
		background-color: #0f5b7f;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	} 
.twthumbnail { 
border:2px solid #e0e0e0;
padding:1px
}