body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}
body {
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position:center center;
}
#content {
	margin:auto;
	margin-top: 50px;
	width:900px;
	height:100%;
	border-style:solid;
	border-width:medium;
	z-index:1;
}
#footer {
	position:absolute;
	left:47px;
	top:900px;
	width:950px;
	height:81px;
	z-index:2;
}
#header {
	position:absolute;
	left:47px;
	top:200px;
	width:950px;
	height:500px;
	z-index:2;
}
#videoSpace {
	border-style:dashed;
	border-width:medium;
	position:absolute;
	left:165px;
	top:617px;
	width:874px;
	height:400px;
	z-index:3;
}
#lightbox {
	position:absolute;
	left:449px;
	top:802px;
	width:221px;
	height:111px;
	z-index:3;
}
#videogallery a#videolb{display:none}


#videogallery {
	width:100%;
	zoom:1;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	padding:6px;
	width:230px;
	border:solid 1px #b8b8b8;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0px;
}
#videogallery a:hover{
	opacity:1;
}
/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(engine/images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:480px;
	height:360px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(engine/images/close.png);
	position:absolute;
	left:5px;
	top:5px;
	cursor:pointer;
	height:30px;
	width:30px;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(engine/images/loading.gif) no-repeat 50% 50%;
}

#container
{
	margin: 0 auto;
	width: 100%;
	background: #000;
}

#header
{
	background: #000;
	padding: 20px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #000;
}

#navigation li a:hover { background: #383; }

#content-container1
{
	float: left;
	width: 100%;
}

#content-container2
{
	float: left;
	width: 100%;
}

#section-navigation
{
	float: left;
	width: 15%;
	padding: 80px 0;
	margin: 0 2%;
	display: inline;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}



#content h2 { margin: 0; }

#content p {color: #fff;}

#aside
{
	float: right;
	width: 15%;
	padding: 80px 0;
	margin: 0 2% 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#footer
{
	clear: both;
	background: #000;
	text-align: right;
	padding: 20px;
	height: 1%;
}

.alignleft 
{
	float: left;
}

.alignright 
{
	float: right;
}

.hidden
{
	display: none;
}
.twitter-share-button
{
	position:relative;
	top: -158px;
	left:-455px;
	z-index: 100;
}
.hide {
	display:none;
}