* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 14px;
	background: #222222 repeat-x;
	color: #333;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;

}

a img {
	border: none;
}

#comments {
}

li#search{
	float: right;
	padding-right: 10px;
	margin-top: 5px;
	list-style-type:none;	
}

ul#nav li {
	list-style-type:none;
	text-transform:uppercase;
	float: left;
	height: 25px;
	margin-top: 5px;
	vertical-align:central;
}

ul#nav li a {
	font-size: 11px;
	padding: 7px 14px;
	color: #CCC;
	text-decoration:none;
	height: 26px;
}

li#search input {
	width: 200px;
}

#main {
	clear: both;
}



.videoentry {
	width: 240px;
	float: left;
	height: 250px;
	margin-right: 10px;
}

.videoentry a {
	color: #111;
}

.videoentry a:hover {
	color: #ccc;
}

.videoentry-img {
	border: 1px solid #ccc;
	width: 240px;
	height: 180px;
}

.pagination {
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#video {
}

video {
	width: 680px;
	height: 382px;
}

.videoentry-desc h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform:capitalize;
	padding-bottom: 4px;
	height: 14px;
	overflow:hidden;
}

.videoentry-desc p {
	height: 30px;
	overflow:hidden;
}

.videoentry-desc {
	text-align:center;
	font-size: 12px;
}

.videoentry-footer {
	font-size: 9px;
	height: 9px;
}

#video h1, #video h2
{
	padding-bottom: 10px;
}

#media-html5 {
	background-color:#000;
	position: relative;	
}

#maincol {
	min-height: 700px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

#sidebar {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	min-height: 700px;
	height: 100%;
	margin-top: 10px;
}

#ad-top-lb, .ad-top-lb {
	width: 728px;
	height: 90px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top: 10px;
}

.ad-top-lb {
	padding-bottom: 40px;
	clear: both;
}

ul#social {
	float: right;
	margin-top: 30px;
}

ul#social li {
	list-style-type:none;
	float: left;
	padding-right: 40px;
}

div#logo {
	float: left;
}

#container {
	margin: 20px;
	width: 1011px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background-color:#FFF;
	border: 1px solid black;	
	box-shadow: 0 0 10px black;
}

div#nav {
	background-color:#000;
	height: 30px;
	clear: both;
}

div#video-overlay {
	position: absolute;
	left: 0;
	top: 20px;
	text-align: center;
	padding-left: 10px;
	width: 100%;
}

#related {
	background-color: black;	
	margin-left: auto;
	margin-right: auto;
	width: 540px;	
}

#related p {
	padding-bottom: 10px;
	color: #FFF;
}

#related a {
	color: #CCC;
}

#related a:hover, #related a:visited {
	color: #999;
}

#related .videoentry {
	background-color: black;
	padding: 10px;
}

div#footer {
	clear: both;
}

#social-media {
	padding-top: 10px;
}
footer {

	border-radius: 0px 0px 10px 10px;
}

