

h2.tut{
	color:white;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:16px;
	padding:12px 0 0 58px;
	text-transform:uppercase;
	
	text-shadow:2px 1px 6px #333;
}

#twitter-ticker{
	width:297px;
	height:400px;
	background-color:#72463B;
	color:#352114;
	display:none;
	text-align:left;
	padding:5px 0 0 0;
}

#tweet-container{
	height:390px;
	width:auto;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

#top-bar{
	height:45px;
	/*background:url(img/top_bar.png) repeat-x;
	border-bottom:1px solid white; */
	position:relative;
	margin-bottom:8px;
	
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	
	background-color:#C1B2A5;
	
	width:auto;
	overflow:hidden;
}

.twitterPage .tweet{background:none;}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#352114;
	white-space:nowrap;
	margin:2px;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.twitterPage .tweet .avatar img{
	width:50px;
	height:50px;
	padding-right:10px;
}

.tweet .txt{
	width:210px;
	float: right;	
}

.tweet .tweet-txt{
	width:410px;
	float:left;
}

.twitterPage .tweet .tweet-txt{
	width:370px;	
}

.tweet .user{
	font-weight:bold;
}

a, a:visited {
	color:#CD2026;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
	color:#352114;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

p{
	padding-top:7px;
}


body{

}

#main{
	text-align:left;
	width:290px;
	color:white;
	font-size:13px;
	line-height:17px;
	background: #72463B;
	font:Georgia, "Times New Roman", Times, serif;	
}

h1{
	color:white;
	font-size:36px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

.subhead{
	color:#fff;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	padding-left:8px;
}

.subhead a{color:#fff; border-bottom: 1px dotted #fff;}
.subhead a:hover{border:none;}

.subhead2{
	color:#fff;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	padding-left:8px;
}

.subhead2 a{color:#fff; border-bottom: 1px dotted #fff;}
.subhead2 a:hover{border:none;}
