/** Twit **/

#twitDiv {
	position: relative;
	margin: 0 auto 25px auto;
	width: 940px;
	min-height:125px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0DACD;
	border-bottom-color: #E0DACD;
	background: url(http://a2.twimg.com/a/1265328866/images/frontpage-bird.png) no-repeat bottom right;
}

.twit {}
.twitHeader {
	margin: 0;
	padding: 5px 5px 0 5px;
}
.twitLabel {font-size: 161.5%;font-family:"blender-thin";color:#508693;}
.twitTitle {font-weight: bold;}
.twitUser {
	border-bottom: none;
	font-size:160%;
	padding: 5px;
}
.twitUser a{
	color:#222;
	font-weight:bold;
	text-decoration: none;
}
.twitBody {
	padding: 0 5px 5px 5px;
	margin: 0;
	list-style: none;
}
.twitEntry {
	width:160px;
	float:left;
	position:relative;
	padding: 6px 8px;
	margin: 0;
	height: 100px !important;
	list-style: none;
	display:inline;
}
.twitNavi {display:none;}