
body  {
        font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
        color: #000;
        background-color: #f4e3d9;
	margin: 10px 5px 10px 20px;
	padding-bottom: 20px;
	font-size: 13px;
	background-image: url('/images/bgnd.gif');
	background-repeat: repeat-x;
}

div#header {
	margin: 20px 0 30px 0;
}

h1 {
	margin: 0 10px 0 0;
	font-size: 20px;
	float: left;
}

div#tags {
	margin: 0;
	padding: 5px 0 0 0;
}

div#header a:link, 
div#header a:visited, 
div#header a:active, 
div#header a:hover {
	color: #d55000;
	text-decoration: none;
}

div#header a:active, 
div#header a:hover {
	color: #ff7420;
}

div#header div#tags a:link, 
div#header div#tags a:visited, 
div#header div#tags a:active, 
div#header div#tags a:hover {
	color: #00a;
	text-decoration: underline;
	margin: 0 2px;
}

div#header div#tags a:active, 
div#header div#tags a:hover {
	color: #ff7420;

}


ul.tweets {
	float: left;
	width: 65%;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

div.fullmsg {
	float: left;
	width: 65%;
	margin-left: 0;
	padding-left: 0;
}

p.older {
	width: 65%;
	text-align: right;
}

span.timestamp {
	padding-left: 10px;
	font-size: 10px;
	color: #ababab;
}

div#rightcolumn {
	float: left;
	width: 30%;
	margin-left: 30px;
	padding: 10px 5px 10px 20px;
	border-left: 1px #ccc dotted;
}

ul.tweets li {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px #bbb dotted;
}

ul.tweets li div.avatar {
	float: left;
	width: 48px;
	height: 48px;
	background-color: #000;
	margin-right: 5px;
	font-size: 6px;
}

ul.tweets li div.avatar img {
	border-width: 0;
}

ul.tweets li div.avatar a, 
ul.tweets li div.avatar a:link, 
ul.tweets li div.avatar a:visited, 
ul.tweets li div.avatar a:active, 
ul.tweets li div.avatar a:hover {
	color: #000;
	border-width: 0;
}

ul.tweets li div.text {
	float: left;
	width: 75%;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 13px;
}

body#user ul.tweets li div.text {
	width: 80%;
}

ul li.twitterlink {
	text-align: center;
	margin-top: 50px;
	border-width: 0;
	color: #d55000;
}

ul.tweets li div.more {
	float: right;
	font-size: 11px;
}

a.older:link, 
a.older:visited, 
a.older:active, 
a.older:hover {
	padding: 4px 10px;
	border: 1px #aaa solid;
	margin-right: 18px;
	text-decoration: none;
	color: #d55000;
}

a.older:active, 
a.older:hover {
	text-decoration: underline;
}

p.footer {
	text-align: center;
	color: #999;
	letter-spacing: 1px;
	margin: 25px 250px 0 25px;
}

a:link, 
a:visited {
	color: #d55000;
}

a:active, 
a:hover {
	color: #ff7420;
}
