/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* ----------- end Reset ------------- */

/*  ----------------- Fonts ------------ */
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {font-family:"LED";src:url("../fonts/LED.eot?") format("eot"),url("../fonts/LED.woff") format("woff"),url("../fonts/LED.ttf") format("truetype"),url("../fonts/LED.svg#LED") format("svg");font-weight:normal;font-style:normal;}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 22, 2011 12:25:26 PM America/New_York */

@font-face {
    font-family: 'Digitaldream';
    src: url('../fonts/DIGITALDREAM-webfont.eot');
    src: url('../fonts/DIGITALDREAM-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DIGITALDREAM-webfont.woff') format('woff'),
         url('../fonts/DIGITALDREAM-webfont.ttf') format('truetype'),
         url('../fonts/DIGITALDREAM-webfont.svg#DigitaldreamFatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper{width:1920px; }

#admin, #public{float: left; position: relative;}

#admin{
	height: 500px;
	overflow-y: scroll;
	width: 610px;
	margin-left: 10px;
	border: 1px solid #777;
	padding: 10px;
}

#public{
	font: 18px Arial, Helvetica, sans-serif;
	width: 600px;
	height: 1000px;
	background: url(../img/publicBG.png) no-repeat;
	color: #FFF;
}

#strike{
	display: none;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .6);
	z-index: 20;
	vertical-align: middle;
}

#strike img{
	margin: 0 auto;
	display: block;
	position: relative;
	top: 30%;
}


.team-board{
	position: absolute;
	top: 129px;
	font-weight: bold;
	text-align: center;
}
.team-board dt:hover, .team-board dd:hover{ cursor: pointer; }

.team-board dt { font-size: 16px; }
.team-board dd { font-size: 36px; position: relative; bottom: 10px;}

#team-board1{ left: 45px; }
#team-board2{ left: 500px; }

#question{
	position: absolute;
	top: 95px;
	left: 140px;
	width: 310px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

#question dt{
	margin-bottom: 10px;
}

#question dd{
	font-size: 10px;
	margin-bottom: 10px;
}



#point-prompt{
	display: none;
	position: absolute;
	z-index:1002;
}

#blackout{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#admin .question{
	width: 400px;
	margin-bottom: 40px;
}

#admin input{
	float: right;	
}

input[value='Reset Game']{
	position: absolute;
	top: 70px;
	left: 82%;
}

#admin .selected {
	border: 1px solid #777;
}

#admin .selected dd:hover{
	cursor: pointer;
	background: #BBB;
}

#admin .selected dd.answered{
	text-decoration: line-through;
	cursor: default;
	background: #FFF;
}

#asked-questions{
	color: #888;
}