html {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-image: url("../images/gradient.png"); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6cf;
}
h1, h2, p, div, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2{
	color: #fff;
	line-height: 12px;
}
input{
	padding: 1px;
}
textarea {	
	width: 100%;
}
#container {
	margin: 0 auto;
	width: 320px;
	text-align: left;
	background-image: url("../images/tweetasaurus.png");
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
#header {
	padding: 77px 0px 0px 36px;
	height: 80px;
}
h1.title {
	height: 37px;
	width: 245px;
	position: relative;
	overflow: hidden;
}
h1.title a {
	position: absolute; 
	height: 0;
	width: 100%;
	background-position: right top;
	background-repeat: no-repeat;
}
h1#title {
	width: 245px;
	height: 37px;
}
h1#title a {
	padding-top: 37px;
	background-image: url("../images/replacement/title.png");
}
#header h2 {
	text-align: left;
	margin: 4px 0px 0px 130px;
}
#content {
	margin-left: 5px;
	width: 308px;
}
#feedback, #timeline, #footer {
	margin-left: 8px;
	width: 308px;
}
#feedback, #footer {
	margin-top: 6px;
}
#content p {
	margin-bottom: 7px;
	color: #000;
	line-height: 13px;
}
#content ul, #content li{
	display:block;
	margin:10px 5px;
	padding-left:10px;
}
#content h3 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:12px 0 3px;
}
#ui textarea {
	width: 300px;
	height: 85px;
	padding: 5px 4px;	
	margin-bottom: 6px;	
	font-size: 14px;
	line-height: 18px;
}
#ui .login {	
	float: left;
	margin-left: 2px;
}
#ui .loginfield {	
	width: 70px;
	height: 16px;
}
#ui label, #rememberlogin {
	font-size: 10px;
	height: 15px;
	margin-top: 4px;
} 
#tweetsubmit {
	float: right;
}
#feedback {
	margin-top: 8px;
}
#feedback p {	
	display: inline;
}
#feedback em {	
	font-weight: bold;
}
#feedback a:link, #feedback a:hover, #feedback a:active, #feedback a:visited {
	color: #000;
}
#feedback .timelinenav {
	display: inline;
	margin-left: 23px;
}
#feedback .failmessage {
	font-weight: bold;
	color: #f00;
}
#timeline .message img {
	float: left;
	display: inline;
	margin-top: 3px;
	margin-right: 8px;
	width: 28px;
	height: 28px;
}
#timeline h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #fff;
}
#timeline h3 a:link, #timeline h3 a:hover, #timeline h3 a:active, #timeline h3 a:visited {
	color: #fff;
}
#timeline p a:link, #timeline p a:hover, #timeline p a:active, #timeline p a:visited {
	color: #000;
}
#timeline .datestamp {
	margin-bottom: 10px;
}
#timeline hr {
	border-color: #06c;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0px;
	height: 0px;
}
#timeline hr:first-child {
	margin-top: 12px;
}
#timeline .anchorlink {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align:center;
}
#footer p{
	margin-top: 9px;
	text-align:center;
	font-size: 9px;
	color: #06c;
}
#footer ul{
	text-align:center;
}
#footer ul li {
	font-size: 11px;
	display:inline;
	margin: 0px 5px;
}
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #fff;
}

