/* @override http://192.168.1.104:8888/style.css */

body {
	background-color: #212121;
	color: #e3e3e3;
	margin: 0px;
	font: 14px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#message {
  display: none;
}

.header {
	height: 65px;
	text-align: center;
	background-image: url("vlogobg.png");
	background-repeat:repeat-x;
}

#about {
  text-align: center;
  padding: 5px;
}

#footer {
  background-image: url("footerbg.png");
  background-repeat: repeat-x;
  height: 50px;
  clear: both;
  line-height: 50px;
	vertical-align: middle;
}
.logo {
  float: left;
}

.link {
  float: right;
  padding-right: 10px;
}
a img{
  border: none;
}
a {
  color: #FFFFFF;
}

a:visited {
  color: #f68e56;
}

div#tweets ul {
	padding: 0px;
	margin: 0px;
}
.tweet {
	clear: both;
	list-style-type: none;
	min-height: 95px;
	margin-bottom: 4px;
	background-image: url("aroundtweetbg.png");
	background-repeat: repeat-x;
}

span.profileimage {
	display: block;
	float: left;
	padding-right: 10px;
	height: 95px;
}

span.profileimage img {
	position: relative;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 50px;
}

span.status span.text {
	
}
span.status span.username {
	font-weight: bold;
}