
h2.tut{
	color:#31641b;
	font-family:verdana;
	font-size:12px;
	padding:15px 0 0 50px;
	text-transform:uppercase;
}

#twitter-ticker{
	width:200px;
	height:160px;
	background:url(img/slickbg.png) no-repeat #ffffff;
	color:#666666;
	display:none;
		/*-moz-border-radius:5px 5px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;*/
	text-align:justify;
}

#tweet-container{
	height:120px;
	width:auto;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:-18px;
	left:-8px;
	width:70px;
	height:50px;
}

#top-bar{
	height:20px;
	background:url(img/top_bar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:5px;
		/*-moz-border-radius:6px 6px 0 0;*/
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	
/*	border:1px solid #b3d234;*/
	background:url(img/transparent.png);
	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:8.5px;
	color:#5d8620;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:1px solid #ffffff;
	margin:0px 5px 5px 0;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
	padding:5px 0 0 0px;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

p{
	padding-top:5px;
}

#twitter-ticker{
	/*margin:20px auto 20px;*/
}

body{
	color:white;
	font-size:12px;
	background: #333333;
	font-family:verdana;
}

#main{
	text-align:center;
	width:200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1{
	color:#31641b;
	font-size:36px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
