/* @override http://localhost:9514/fleximum/custom.css */

/* Import the grid we will be using */

@import url(grid_12-825-55-15.css);

/* @group Layout */


body {
	background:black;
	color: #fff;
}

#container {
	width: 875px;
  	margin: 0px auto;
	overflow: hidden;
	position: relative;
	background:#141414;
	border-left:1px solid #737373;
	border-right:1px solid #737373;
	border-bottom:1px solid #737373;
}

div.column {
	margin:0 20px;
}

#header {
	margin-top:20px;
}

#email_entry {
	padding-top: 10px;
}

#email_entry img {
	vertical-align:middle;
}

#email_entry table {
	width: auto;
	float: right;
}

#email_entry input{
	width: 75px;
	margin: 0 0 0 0px;
}

#email_entry td {
	vertical-align: top;
	padding: 0 0 0 5px;
}

#video-wrapper {
	background:#3e3e3e url('../images/main-video.gif') no-repeat top left;
	width:625px;
	padding-top:5px;
	z-index:-20;
}



div#controls {
	margin-top:10px;
}

div#controls a img{
	vertical-align:top;
}

#video {
	width: 615px;
	margin:0 5px;
	z-index:-20;
}


#video_thumbs {
	background:#3e3e3e url('../images/video-palette.gif') no-repeat top left;
	position: absolute;
	top: 230px;
	left: 655px;
	font-weight: bold;
	width:204px;
	padding-top:5px;
	}
	
#video_thumbs p {
	margin-right:5px;
	margin-left:5px;
}
	
#footer {
	padding: 30px;
	text-align:center;
}
.hint{
	color: #999;
}
/* @end */

.video_thumb {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 6px;
}

#Dialogue form {
	margin:20px;
}

#Dialogue form input {
	display:block;
	margin-bottom:3px;
}

#confirmation h2,
#confirmation p,
#broadcast h2,
#broadcast p,
#Dialogue h2,
#Dialogue p {
	color:black;
	margin:20px;
}


#confirmation,
#broadcast,
#Dialogue {
	display:none;
	width:400px;
	background:white;
	border:1px solid #333;
	position:absolute;
	top:80px;
	left:35%;
	z-index:500;
}

div#poll {

}

div#poll-wrapper {
	height:402px;
	width:100%;
}

div#poll-wrapper h2,
div#poll-wrapper p,
div#poll-wrapper form {
	margin:20px;
}

div#voterbuttons {
	float:right;
	width:100px;
	background:black;
}

.facebook {
	cursor:pointer;
}
