@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	color: #888;
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	padding:0px;
	margin:30px 60px 50px 60px;
	text-transform:uppercase;
}

div#loading {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	z-index:20;
	background:#000;
}

div#loadingLogo {
	position:absolute;
	height:103px;
	width:100%;
	top:50%;
	margin-top:-60px;
}

#loadingLogo img {
	max-width:100px;
}

div#loadingMessage {
	position:absolute;
	width:40%;
	bottom:30px;
	font-size:60%;
	margin-left:30%;
	margin-right:30%;
}

div#main_container {
	margin-left:auto;
	margin-right:auto;
}

div#header {
	background:url(../images/kefski_logo.png) top left no-repeat;
	height:57px;
	width:100%;
	padding-top:20px;
}

hr {
	color:#888;
	height:1px;
	background-color:#888;
	border:none;
}

span#byline {
	font-size:60%;
	font-weight:100;
	float:right;
	padding-bottom:6px;
}

hr.header {
	clear:both;
	margin-left:230px;
}

div#nav_container {
	margin:0px;
	padding:0px;
	width:220px;
}

div.navigation {
	font-size:60%;
	font-weight:100;
	float:left;
	width:100px;
	padding:0px;
	margin:0px;
}

div.secondary {
	width:120px;
}

.navigation ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

.navigation ul li {
	padding-bottom:5px;
}

a {
	text-decoration:none;
	color:#888;
}

.selected {
	color:#eee;
	padding-left:4px;
}

.white {
	color:#eee;
}

a:hover {
	color:#eee;
}

.navigation ul li a:hover{
	padding-left:4px;
}

div#stage {
	float:right;
	margin-top:-20px;
	max-height:500px;
	width:80%;
}

img#stageImage {
	max-height:inherit;
	max-width:inherit;
	float:right;
}

div#stageImage {
	max-height:inherit;
	max-width:inherit;
	float:right;
}

#stageContent {
	margin-top:0px;;
	margin-left:30px;
	font-size:60%;
	font-weight:100;
}

span.contactLinks {
	font-size:60%;
	font-weight:100;
}

img.contactIcon {
	vertical-align:bottom;
	float:none;
	display:inline;
	border:none;
	margin-top:-3px;
	margin-right:5px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

span.contactLink:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.meta-sep {
	margin:0px 8px 0px 8px;
}

div#footer_container {
}

div#footer {
}

span.controls {
	font-size:60%;
	font-weight:100;
}

span.controls:hover {
	cursor:pointer;
	color:#eee;	
}

span#footerInfo {
	padding-top:1px;
}

span#count, span#total {
	font-size:60%;
	font-weight:100;
}

span.separator {
	font-size:60%;
	font-weight:100;
	padding:0px 6px 0px 6px;
}

span.info {
	font-size:60%;
	font-weight:100;
}

span#thumbnail_toggle:hover {
	cursor:pointer;
	color:#eee;	
}

span#copyright {
	font-size:60%;
	font-weight:100;
	float:right;
	padding-top:4px;
}

div#thumbnails {
	width:220px;
	clear:left;
}

ul#thumbnail_list {
	margin:0px;
	padding:0px;
}

ul#thumbnail_list li{
	display:block;
	float:left;
	width:50px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	position:relative;
	z-index:1;
	border:1px solid #888;	
	margin:0px 3px 3px 0px;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

ul#thumbnail_list li img{
	position:relative;
	max-height:100px;
	top:-10px;
	left:-15px;
}

ul#thumbnail_list li.video_thumbnail img{
	position:relative;
	height:90px;
	width:90px;
}

ul#thumbnail_list li:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	cursor:pointer;
	border:1px solid #eee;	
}

.clear {
	clear:both;
}

.hidden {
	display:none;
	visibility:hidden;
}


