@import '/styles/reset.css';

body {
	margin: 0px;
	padding: 0px;
	background: #00bde1;
	text-align: center;
}

#wrapper {
	width: 550px;
	height: 150px;
	margin: 0% auto;
	text-align: left;
}

#header h1 { 
	background: url('/images/sergeimuller.png') top left no-repeat;
	width: 550px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header h1 a {
	color: #ffffff;
	display: block;
	font-size: 48px;
	text-indent: -5000px;
	width: 550px;
	height: 150px;
}		

#content {
	clear: both;
}

#twitterSearch {
	display: none;
	background-color: #ffffff;
	border: none;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.tweet {position:relative; margin: 5px;padding:6px 0 1px 0;}
.tweet p.text {  padding: 5px 15px 30px 15px; margin-bottom:10px; font-size:14px; min-height:30px}
.tweet .time {position:absolute; bottom:8px; left:43px; font-size:11px; color:#999; }
.tweet img {float:left; padding:9px; height:28px; width:28px;}

