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

/* ****************HTML TAGS**************** */

html {
	height: 100%;
}

body {
	background-image:url(../../images/defcon-15/dc15_bg.jpg);
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

a {
	border:0px;
	outline:none;
	color:#996600;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: none;
}

* html #container {
	height: 100%;
}
img {
	border: 0px;
}
/* ****************CLASSES**************** */


.clearing {
	height: 0;
	clear: both;
}
.hidden {
	display:none;
}
.bodystyle {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.small {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 9px;
}
.medium {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.big {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}
.xbig {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 1.7em;
}
.floatLeft {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0;
}

.floatRight {
	float:right;
}

.contest {
	width: 475px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
.link {
	height: 100%;
	width: 100%;
	display: block;
}
.q {
	font-weight: bold;
}
.a {
	font-style: italic;
}
/* ****************ID SELECTORS**************** */

#container {
	background-attachment: scroll;
	background-image: url(../../images/defcon-15/bg_repeat.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 800px;
	position: relative;
	min-height: 100%;
	height:auto;
}
#menu {
	background-image: url(../../images/defcon-15/dc15_header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 168px;
	background-color: #211401;
}
#pageTitle {
	background-image: url(../../images/defcon-15/dc15_ph.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	position: relative;
	height: 53px;
	text-align:left;
	padding-left: 60px;
	padding-top: 45px;
	background-color: #211401;
}
#wrapper {
	width: 800px;
	position: relative;
	height: auto;
	padding-bottom:95px;
}

#contentLeft {
	margin-right: 200px;
	padding: 5px 40px 0 70px;
	text-align: left;
	float:left;
}
#contentRight {
	width: 145px;
	float: right;
	padding: 0 27px 0 28px;
	color:#F0DE92;
	margin-left: -200px;
	text-align: justify;
}
#footer {
	background-image: url(../../images/defcon-15/dc15_footer.jpg);
	background-repeat: no-repeat;
	margin: -95px auto;
	height: 95px;
	width: 800px;
	clear: both;
	bottom: 0px;
	position: relative;
	background-color: #000000;
	
}
#footerText{
	height: 95px;
	width: 800px;
	padding-top: 77px;
	font-size: 9px;
	color: #F0DE94;
	}

/*  *********************DOUBLE ROLLOVER*********************  */


#vactubes {
	position:relative;
	width:600px;
	margin-left: 143px;
}
#vactubes ul {
	position:relative;
	margin:0;
	padding:0 0 10px;
	height:50px;
}
#vactubes li {
	float:left;
	display:block;
	width:45px;
	height:50px;
	background-position:left top;
	margin:0;
	padding:10px 16px 0px 18px;/* tube padding */
	list-style-type:none;
}
#vactubes li a {
	display:block;
	width:45px;
	height:50px;
	border-width:0;
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
}
#vactubes li#schedule a:hover {
	background-image:url("../../images/defcon-15/schedule_on.jpg");
}
#vactubes li#speakers a:hover {
	background-image:url("../../images/defcon-15/speakers_on.jpg");
}
#vactubes li#events a:hover {
	background-image:url("../../images/defcon-15/events_on.jpg");
}
#vactubes li#contests a:hover {
	background-image:url("../../images/defcon-15/contests_on.jpg");
}
#vactubes li#venue a:hover {
	background-image:url("../../images/defcon-15/venue_on.jpg");
}
#vactubes li#beprepared a:hover {
	background-image:url("../../images/defcon-15/beprepared_on.jpg");
}
#vactubes li#faq a:hover {
	background-image:url("../../images/defcon-15/faq_on.jpg");
}
#vactubes li a em {
	position:absolute;
	top:48px;
	left:0;
	display:block;
	line-height:1.2em;
	font-style:normal;
	color:#FFFFCC;
}
#vactubes li a:hover em {
	cursor:pointer;
}
#vactubes li#schedule a em {
	height:15px;
	width:55px;
	margin-left:12px;
	margin-top:103px;
}
#vactubes li#speakers a em {
	height:15px;
	width:55px;
	margin-left:96px;
	margin-top:103px;
}
#vactubes li#events a em {
	height:15px;
	width:45px;
	margin-left:180px;
	margin-top:103px;
}
#vactubes li#contests a em {
	height:15px;
	width:55px;
	margin-left:251px;
	margin-top:103px;
}
#vactubes li#venue a em {
	height:15px;
	width:35px;
	margin-left:338px;
	margin-top:103px;
}
#vactubes li#beprepared a em {
	height:15px;
	width:80px;
	margin-left:400px;
	margin-top:103px;
}
#vactubes li#faq a em {
	height:15px;
	width:35px;
	margin-left:500px;
	margin-top:103px;
}

#homeLink {
	position: absolute;
	height: 75px;
	width: 385px;
	left: 150px;
	top: 60px;
}
.textwhite {
	color: #FFFFFF;
}
.skyboxNum {
	color: #F0DE92;
	background-color: #211401;
	
}
.skyboxOcc {
	color: #F0DE92;
	background-color: #6C5834;
	text-align: center;
}
