body {
	background: #171717;
	color: #444;
	font-family: 'Lucida Grande';
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #444;
}
#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
h1 {
	display: block;
	height: 60px;
	margin: 40px 0;
	background: url('/videos/images/videos.gif') top center no-repeat;
	text-indent: -1000px;
	outline: 0;
}
#playing {
	background: #000;
	padding: 20px;
	overflow: hidden;
}
#playing embed {
	border: 10px solid #222;
	float: left;
	width: 360px;
	height: 270px;
}
#playing #desc {
	float: left;
	width: 350px;
	margin: 95px 20px 0 30px;
}
#playing #desc h2 {
	font-size: 23px;
	margin: 0;
}
#playing #desc b {
	color: white;
	padding-right: 5px;
}
#playing #desc p {
	font-size: 12px;
	padding: 5px 0;
}
#playing #desc p.meta {
	margin: 0;
	padding: 2px 0;
}
#about {
	font-size: 23px;
	line-height: 28px;
	padding: 15px 0;
}
#about a {
	font-weight: bold;
}
#motherload {
	position: relative;
	background: black;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#motherload #filter {
	position: absolute;
	top: 20px;
	font-size: 12px;
	font-weight: bold;
	right: 20px;
}
#motherload h3 {
	display: block;
	height: 60px;
	text-indent: -1000px;
	border-bottom: 1px solid #171717;
	margin: 0;
	background: url('/videos/images/motherload.gif') top left no-repeat;
}
#motherload .thumbnail {
	position: relative;
	width: 180px;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0 0 20px;
}
#motherload .thumbnail .video_title {
	display: block;
	width: 180px;
	height: 15px;
}
#motherload .thumbnail a img {
	display: block;
	border: 10px solid #222;
	margin-bottom: 5px;
}
#motherload .thumbnail a:hover img {
	border: 10px solid #fff;
}
#footer {
	font-size: 12px;
	overflow: hidden;
}
#footer p.steal,
#footer p.camera {
	font-size: 14px;
	margin: 0 0 4px 0;
}
#footer p.camera {
	padding: 0 0 40px 0;
	border-bottom: 1px solid black;
}
#footer p.rss {
	float: left;
}
#footer p.hosting {
	float: right;
}