h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

h2.tut{
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:12px 0 0 58px;
	text-transform:uppercase;
	text-shadow:2px 1px 6px #151515;
}

#twitter-ticker{
	width:298px;
	height:340px;
	color:#666666;
	display:none;
	text-align:left;
	background-color: #f3f3f3;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#tweet-container{
	height:330px;
	width:auto;
		font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

#top-bar{
	height:0px;
	background:url(img/top_bar.png) repeat-x;
	position:relative;
	margin-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	border:1px solid #f3f3f3;
	width:auto;
	overflow:hidden;
	background-color: #fff;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:capitalize;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
	margin-left: 10px;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

a, a:visited {
	color:#2c6ecf;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin-top: 100px;
	margin-right: 95px;
	margin-bottom: 100px;
	margin-left: 120px;
}

/* The styles below are only necessary for the demo page */

p{
	padding-top:7px;
}

#twitter-ticker{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#main{
	text-align:center;
	width:300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
