@charset "utf-8";
/* CSS Document */

body {
	background: #000 url("/images/backdrop.jpg") repeat-x fixed top left;
	font-family:Arial, Helvetica, sans-serif;
}

#twitter {
	margin:0px auto;
	width: 450px;
	clear:both;
}

#twitnav {
 color: white;
 cursor:pointer;
 font-weight:bold;
 margin:300px auto 0px;
 width:450px;
}

#later{
	text-align:right;
}

#last,#later {
display:none;
}

#earlier, #last, #later {
	width: 225px;
	float:left;
	font-size:13px;
	margin-bottom:3px;
}



.post {
	width:450px;
	display:none;
}

.message {
	background-color:#fff;
	padding: 10px; 
	color: #000;
	font-size: 24px;
}

.time {
	color: #fff;
	font-size: 12px;
	text-align:right;
	margin-top:3px;
}


#lastfm{
 position: absolute;
 bottom:0%;
 right: 0%;
}

#showhide {
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

#songs{
 background-color:#fff;
 color: #000;
 font-size:11px;
 text-align: right;	
 margin-right: 20px;
 padding: 5px;	
 max-width:300px;
 width:expression(document.body.clientWidth > 300? "300px": "auto" )!important;
}

.hide {
	display:none;
}