/* main divs */

html,body{
	font-size:1em;
	font-family:helvetica, free sans, verdana, clean,sans-serif;
	height:100%;
	margin:0;
	padding:0;}
#header {
	width:960px;
	text-align:center;
	margin:0 auto 0 auto;
	font-size:12pt;
}
#blurb {
	width:300px;
	text-align:left;
	margin:10px auto 0 auto;
	font-size:15pt;
	float:right;
}
#content {
	margin:0 auto 0 auto;
	width:960px;
}
#sendnow {
	margin:0px auto 0 auto;
	border:1px solid #ff6600;
	width:920px;
	position:relative;
	right:5px;
	padding:15px;
	background-color:#ffe;}
#new_tweets{
	width:630px;
	padding:0 5px 0 0;
}
#sidebar {
	float:right;
	width:290px;
	margin:27px 0 15px 15px;
	padding:0 0 0 15px;
	border-left:1px dotted #6495ED;
}
#scorecard {
	width:170px;
	background-color:#f0f7fd;
	text-align:center;
	padding:5px;
	height:65px;
}
#footer{
	border-top:1px solid #ff6600;
	height:30px;
	width:600px;
	text-align:center;
	margin:40px auto 0 auto;
	clear:both;}
#footer a, #footer a:hover, #footer a:active, #footer a:visited{
	color:#ff6600;
	font-size:1.1em;
	position:relative;
	top:1px;
	text-decoration:none;
	padding:0px;}
	
	
/* classes */


.clean{
	text-decoration:none;
	border:none;
	margin:0;
	padding:0;}
.tweeet{
	border-bottom:1px dotted #6495ED;
}
.biginput {
	width:750px;
}
	
	
/* elements */

#footer p{
	font-size:0.7em;
}
#content p{
	font-size:0.9em;
}
#sidebar p{
	font-size:1.1em;
}
a.username, a.username:hover, a.username:active, a.username:visited{
	color:#0084B4;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;}
a.tweet_body_link, a.tweet_body_link:hover, a.tweet_body_link:active, a.tweet_body_link:visited{
	color:#0084B4;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;}
a.biglink, a.biglink:hover, a.biglink:active, a.biglink:visited{
	color:#0084B4;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;}
span.highlight{
	background-color:#FEFE33;}