body {
	background-image: url("../img/bg.png");
}

.tech {
	display:inline;
	margin: 0 10px 0 4px;
}

.overlay {
	position: absolute;
	display:none;
	color: #EEE;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 60px;
	left: 10px;
	margin-right: 8px;
}

.download {
	margin: 25px 0 0 62px;
}

.play {
	margin: 0 5px 0 2px;
}

.thumbnails {
	margin-top: 20px;
}

.playcontainer {
	text-align:center;
}

#vid {
	margin: 10px auto 35px auto;
}

#videoheader {
	text-align: left;
	margin: 20px 0 10px 0;
	float:left;
}

#follow {
	float:right;
	margin:35px 0 0 0;
}

#filterbar {
	margin:30px 0 0 0;
	float: left;
	width: 600px;
}

#thumbnails > li {
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #666;
  margin-left: 20px;
  position: relative;
  cursor: hand;
}

#container {
	width: 1200px;
}

#archivebutt {
	text-align: center;
	margin: 20px 0 50px 0;
}

#archivebutt a {
	margin: 10px 0;
}

table {
	margin: 30px 0 40px 0;
	width: 100%;
	background-color: #fefefe;
	text-align: center;
	border: 1px solid black;
}

th {
	background-color: #797979;
	color: #FFF;
	font-weight: bold;
	cursor: hand;
}

tr:hover{
  cursor: pointer;
  background-color: #eee;
}

#disqus_thread {
	margin-bottom: 30px;
}

.files {
	display: block;
	float: right;
	margin: 20px 0 0 0;
}

.downloadvideo {
	display: block;
	float: right;
	margin: 20px 10px 0px 0px;
}

object {
	border: 1px solid black;
}