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

html{color:#000000;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
body { background-color:rgb(34,34,34);}
p {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#999;}
h1,h2 {font-weight:bold;font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;}
h2 {font-size:10px;text-shadow:none;text-transform:uppercase;}


a.link-blue:link {color:rgb(44,164,227); text-decoration:underline;}
a.link-blue:visited {color:rgb(44,164,227); text-decoration:underline;}
a.link-blue:hover {color:rgb(44,164,227); text-decoration:none;}
a.link-blue:active {color:rgb(44,164,227);}

a.link-grey:link {color:#666; text-decoration:none;}
a.link-grey:visited {color:#666; text-decoration:none;}
a.link-grey:hover {color:rgb(44,164,227); text-decoration:none;}
a.link-grey:active {color:#666; text-decoration:none;}

a.link-menu:link {color:#fff; font-weight:bold; text-decoration:none;}
a.link-menu:visited {color:#fff; font-weight:bold; text-decoration:none;}
a.link-menu:hover {color:#fff; font-weight:bold; text-decoration:underline;}
a.link-menu:active {color:#fff; font-weight:bold; text-decoration:none;}

#header {
	height:100px;
	}
	
#wrapper {
	width:930px;
	margin: 0 auto;
	padding:0px;
	}
		
#content {
	width:930px;
	height:450px;
	margin:auto;
	background:rgb(48,48,48);
	padding:15px;
	}
	
#box {
	height:415px;
	}
	
.video-box {
	padding-top:7px;
	
	}
	
#menu {
	position:absolute;
	height:34px;
	position:relative;
	bottom:0px;
	left:0px;
	background-color:rgb(18,18,18);
	}
	
.ne_superfans { padding:10px; color:#FFF; }


.submenu {
	position:absolute;
	top:0px;
	right:0px;
	color:#FFF;
	padding:10px;
	}

#footer {
	text-align:center; font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif; font-size:11px; color:#999; padding-top:15px;
}

/* Feedback page */
.feedback {
	width:390px;
	margin:auto;
	padding-top: 160px;
	padding-left:auto;
}
	
.team_member_feedback {
	background: url(../_images/feedback_button.gif)no-repeat;
	padding:10px 15px;
	float:right;
	}

.team_member {
	width:390px;
	margin:auto;
	padding-top: 160px;
	padding-left:30px;;
	}
	
.feedback p { /* Not in "attendee" or "team" feedback pages */
	font-size:16px;
}
.attendee {
	width:560px;
	padding-top:130px;
	padding-left:180px;
	}

.attendee_feedback {
	background:url(../_images/feedback_button.gif) no-repeat;
	width:172;
	height:43;
	padding: 10px 15px;
	float:left;
	}

.attendee_form {
	margin-top:-60px;
	font-size:4px;
}

.attendee_form p {
	font-size:12px;
}
.team_form {
	margin-top:-60px;
	font-size:7px;
}

/* Form Styling */
.comment				{background:#fff; color:#000000; border:1px solid #CCC; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
.comment:hover			{background:#fff;border:1px solid #1FA8FF;}
/*.comment:focus			{border:2px solid #1FA8FF;}*/



input {
	font-size:20px;
	padding:4px 0px 4px 5px;
	border:solid 1px rgb(44,164,227);
	width:288px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(44,164,227);
	margin-top:10px;
}

.submit {
	width:182px;
	height:36px;
	border: none;
	color:#fff;
	margin:5px 0 0 -5px;
	}
.status{
	outline:none;
}
.focusField{
	background:#fff;
	color:rgb(44,164,227);
	border:solid 1px rgb(44,164,227);
}
.idleField{
    /*front*/
	background:rgb(249,249,249);
	color:rgb(44,164,227);
	border: solid 1px rgb(215,215,215);
}	
