/* Main Styles */

body {
	background-color: #000000;
	margin: 0;
	width: 980px;
	color: #c9c9c9;
	text-align: center;
}

img {
  border: none;
}

a.pagenum:hover {
  color: #c9c9c9;
}

img a{
  border: none;
}

a {
  color: #fdbb01;
}

#terms {
  width: 850px;
  float: left;
  clear:both;
  font-size: 16px;
}

ul {
  list-style: none;
}

h3.advertisment {
  color: #c9c9c9;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}

#header {
  float: left;
  clear: both;
  margin-left: 15px;
}

/* Navigation Styles */
#topnav {
  float: left;
  clear: both;
  width: 900px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 40px;
  font-size: 18px;
}

#lowernav {
  float: left;
  clear: both;
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
  margin-left: 20px;
  padding-top: 10px;
  width: 900px;
  background-color: #181c23;
  height: 30px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* Single Page */
#single {
	width: 620px;
	float: left;
	margin-left: 20px;
	clear: none;
	margin-bottom: 30px;
	text-align: left;
}

#srad {
  float: right;
  clear: none;
  margin-right: 20px;
  width: 300px;
}

/* Main Video Page & Search Page */
#videoscontainer {
	width: 740px;
	float: left;
	clear: none;
}

.videorow {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.videorow li {
	float: left;
	width: 125px;
	margin-right: 20px;
}

.videorow img.thumb {
	padding: 0px;
	border: 2px solid #606060;
	margin: 0 0 5px 0;
}

.videorow .title {
	width: 124px;
	overflow: hidden;
	text-align: left;
	margin: 0 0 5px 0;
}

.videorow .title a {
	font: 16px arial;
	text-decoration: none;
	font-weight: bold;
}

.videorow .title a:hover {
	text-decoration: underline;
}

.videorow .duration {
	text-align: left;
	font: 16px arial;
	margin: 0 0 3px 0;
}

.videorow .views {
	text-align: left;
	font: 16px arial;
	margin: 0 0 3px 0;
}

/* Right Advertisements */
#rightads {
  width: 200px;
  float: right;
  clear: none;
}

/* Footer */
#footer {
  clear: both;
	margin-top: 30px;
	color: #606060;
	margin-bottom: 20px;
}

/* Footer Advertisements */
#footerAds {
  clear: both;
  text-align: center;
	margin-top: 30px;
}
