/* ----------------------------------------------
	JerabekChallenge
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html { background: #010000;
       background-image: url(../images/bg_blue.jpg);
	   background-repeat:repeat-x;
	   text-align: center;}

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	margin: 0; 	padding: 0; 
	background: #010000;
	background-image: url(../images/bg_blue.jpg);
	text-align: center;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #BEBEBE;	
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #fc3;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
}
h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;		
}

p, dl {
	padding: 10px;
	margin: 0;
	font-weight: normal;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}
s

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #070707;
	border: 1px solid #111;   
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #070707 url(quote.gif) no-repeat 10px 10px;
	border: 1px solid #111; 
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}



/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	background: #070707; 	
	border: 1px solid #111;	
}
form p {
	border-bottom: 1px solid #101010;
	padding: 12px 0 5px 0;	margin: 0;	
}
label {
	font-weight: bold;	
	color: #FAFAFA;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #fc3;
	background: #000;
	border: 1px solid gray;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 480px;
}
input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 950px;	
	margin: 0 auto;
	text-align: left;
	height:100%;
}


#content-wrap {
	clear: both;
	width: 950px;	
	float: left;	
	padding-top: 15px;
	padding-bottom: 50px;	
	background: rgba(0, 0, 0, 0.7);
	height:100%;
	
}

#header {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(jerbshead.jpg);
}

#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 473px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}
#header-about {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_about.jpg);
}
#header-about h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-about h1#logo-text a:hover {
	background: none;	border: none;
}
#header-about p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}





#header-volunteers {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_volunteers.jpg);
}
#header-volunteers h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-volunteers h1#logo-text a:hover {
	background: none;	border: none;
}
#header-volunteers p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}






#header-schedule {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_schedule.jpg);
}
#header-schedule h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-schedule h1#logo-text a:hover {
	background: none;	border: none;
}
#header-schedule p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}




#header-hotels {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_hotels.jpg);
}
#header-hotels h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-hotels h1#logo-text a:hover {
	background: none;	border: none;
}
#header-hotels p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}


#header-course {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_course.jpg);
}
#header-course h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-course h1#logo-text a:hover {
	background: none;	border: none;
}
#header-course p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}




#header-multimedia {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_multimedia.jpg);
}
#header-multimedia h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-multimedia h1#logo-text a:hover {
	background: none;	border: none;
}
#header-multimedia p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}



#header-registration {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_registration.jpg);
}
#header-registration h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-registration h1#logo-text a:hover {
	background: none;	border: none;
}
#header-registration p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}




#header-results {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_results.jpg);
}
#header-results h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-results h1#logo-text a:hover {
	background: none;	border: none;
}
#header-results p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}



#header-sponsors {
	position: relative;
	width: 950px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-image: url(header_sponsors.jpg);
}
#header-sponsors h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px;
	left: 25px;
	width: 899px;
}
#header-sponsors h1#logo-text a:hover {
	background: none;	border: none;
}
#header-sponsors p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FC3;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 192px;
	left: 30px;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 50px;
	left: 10px;	top: 30px;			
}
#nav ul {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 12px;
	font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #C33;
	text-transform: uppercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eee;
	background: none;
	border: none;
}
#nav ul li#current a {
	color: #FFF;
}

/* Main Column */
#main {
	float: left;
	width: 900px;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
	font-size: 12px;
	color: #CCC;
	text-align: justify;
}
#main h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	color: #45D5E6;
	border-bottom: 1px solid #121212; 
	background-image: url(pattern.gif);	
}
#main h2 a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* footer */
#footer {
	clear: both;
	padding: 1em 0 2.5em 0;
	background: rgba(0, 0, 0, 0.7);
	color: #666;
	width: 100%;
	float: left;
	border-bottom: 60px solid #010000;	
}
#footer a {	
	color: #c33;
	border: none;
}
#footer a:hover {
	color: white;
}
#footer .rssfeed {
	background: url(rss.gif) no-repeat left 1px;
	padding-left: 17px;
}
#footer-left {
	float: left;
	width: 30%;
}
#footer-right {
	float: right;
	width: 70%;
}.large_gray {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
.yellow {
	font-size: 24px;
	color: #fc3;

}
.yellowsubhead {
	font-size: 14px;
	color: #fc3;
	font-weight: bold;
}
.whitetext {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.winnerhighlight {
	font-size: 12px;
	color: #000000;
	background: #fc3;
	font-weight: bold;
}
.red {
	font-size: 16px;
	color: #c33;
}
.italic {
	font-style:italic;
}
#whiteheading {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}
whiteheading {
	color: #FFF;
}
whiteheader {
	color: #FFF;
}
headingwhite {
	color: #FFF;
}
