@charset "utf-8";
/* CSS Document

container
	left column
		video container
			video
			caption
				menu
				tag
		thumbs
	right column
		header
		cover
		links
		


*/





/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






@charset "utf-8";
/* CSS Document */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}














body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
}
a:link, a:active, a:visited {
	color:#CCC;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
#container {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#left {
	float:left;
	width:880px;
}
#video_container {
	width:855px;
	height:555px;
	background-color:#333;
	padding:20px;
}
#video {
	width:855px;
	height:505px;
	background-color:#000;
	text-align:center;
}
#caption {
	margin-top:15px;
}
#menu {
	float:left;
	position:relative;
}
#video_menu {
	border:2px solid #999;
	border-bottom:none;
	background-color:#000;
	width:300px;
	position:absolute;
	top:25px;
	left:150px;
	display:none;
	
}
#video_menu li {
	border-bottom:2px solid #999;
	padding:5px;
	color:#FFF;
}
#video_menu li a{
	display:block;
	text-decoration:none;
	height:20px;
	font-size:16px;
}
#video_menu li:hover {
	background-color:#666;
	cursor:pointer;
}
#selected_video {
	width:370px;
	height:30px;
	background-color:#000;
	padding:5px;
	font-size:18px;
	line-height:30px;
	padding-left:10px;
	cursor:pointer;
	background-image:url(../images/selectedBkg.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
#tag {
	float:right;
	font-size:18px;
	line-height:30px;
}
#thumbs {

}
#thumbs_list li {

	margin-right:24px;
	background-color:#333;
	padding:10px;
	display:block;
	float:left;
	margin-top:25px;
	display:block;
}
#thumbs_list li.selected {
	background-color:#666;
}
#thumbs_list li a{
	display:block;
}

#thumbs_list li.last {
	margin-right:0 !important;

}
#right {
	margin-left:915px;
}
#header {
}
#header h1 {
	font-weight:bold;
	font-size:51px;
	text-align:left;
}
#header h1 span {
	font-size:66px;
}
#header h3 {
	font-size:36px;
	text-align:left;
	color:#666;
}
#cover {
	margin-top:15px;
}
#links {
	margin-top:15px;
}
#links li{
	margin-bottom:10px;
}
#tweetmeme_button a:visited{
	color:#FFF !important;
}

