/*********************************************************
* General
*********************************************************/
* {
	font-family: Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;
	color: white;
}

body{
	background-color: #637790;
	padding-top: 3px;
}

div#primary{
	background: url('../images/primary_bg.png') top center repeat-x #000000;
	min-height: 400px;
}

#header, #body, #footer{
	width: 960px;
	margin: 0 auto;
}

hr{
	border: 0;
	color: #3F3F3F;
	background-color: #3F3F3F;
	height: 1px;
	margin: 30px 0;
}

* h1, * h2, * h3, * h4, * h5, * h6{
	color: white;
}

form input{
	color: black;
}

#showcase ol{
	list-style-type: decimal;
	margin-bottom: 10px;
}

#showcase ol li, #showcase ul li{
	margin-left: 35px;
	margin-bottom: 10px;
}


/*********************************************************
* Header
*********************************************************/
#header{
	min-height: 120px;
}

#header h1{
	float: left;
	font-size: 24px;
	letter-spacing: 2px;
	height: 97px;
	background: url('../images/logo.png') top left no-repeat transparent;
	padding-left: 97px;
	padding-top: 15px;
	line-height: 1.2em;
}

#header h1 a{
	text-decoration: none;
}

#subtext{
	font-size: 18px;
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: -383px;
	color: #DFDFDF;
	line-height: 1.5em;
}

#contact label{
	display: block;
	float: left;
	width: 100px;
}

#contact .fields input, #contact .fields textarea{
	width: 500px;
	color: black;
	padding: 2px;
	border: 2px solid #1E1D1F;
	font-size: 14px;
	background-color: #EFEFEF;
}

#contact .fields textarea{
	height: 200px;
}

#contact .controls{
	text-align: center;
}

#contact .controls input{
	color: black;
}

#header ul#navigation li, #header ul#navigation li a{
	background-color: #191A1A;
}

/*********************************************************
* Navigation
*********************************************************/
#header ul#navigation{
	margin-left: 410px;
	list-style-type: none;
	position: relative;
	z-index: 1000;
	width: 540px;
}

#header ul#navigation li{
	display: block;
	float: left;
	margin-right: 8px;
	margin-top: 32px;
	background-color: #191919;
	font-size: .75em;
}

#header ul#navigation li a{
	text-decoration: none;
	display: block;
	margin: 4px 12px;
}

#header ul#navigation li.current, #header ul#navigation li.current a{
	background: url('../images/showcase_bg.png') top left repeat transparent;
	background-color: #222222;
}

#header ul#navigation li:hover{
	background-color: #222222;
}


/*********************************************************
* Body
*********************************************************/
#contest{
	width: 128px;
	height: 130px;
	position: absolute;
	left: 50%;
	padding-left: 360px;
	margin-top: -10px;
	z-index: 1;
}

h3, h2{
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#body{
	clear: both;
	width: 930px;
}

#body #content{
	line-height: 1.3em;
}

#body #content p{
	margin-bottom: 12px;
}

#body #content ul{
	padding-left: 50px;
	list-style-type: disc;
	margin-bottom: 20px;
}

#body #content ul{
}

#content div#showcase{
	min-height: 400px;
	padding: 30px;
	background: url('../images/showcase_bg.png') top left repeat transparent;
	font-size: 12px;
	color: #DDDDDD;
}

#content div#showcase h2{
	font-size: 20px;
	margin-bottom: 24px;
	color: white;
	line-height: 1.5em;
}

/*********************************************************
* Footer
*********************************************************/
#footer{
	padding: 15px 0;
	font-size: 10px;
}

#footer p, #footer_navigation li a{
	color: #DDDDDD;
}

#footer p{
	float: left;
}

#footer_navigation{
	float: right;
	list-style-type: none;
}

#footer_navigation li{
	display: block;
	float: left;
	border-right: 1px solid white;
	margin-right: 10px;
	padding-right: 10px;
}

#footer_navigation li.last{
	border-right: 0;
	padding-right: 0;
}

#footer_navigation li a{
	text-decoration: none;
}

#footer_navigation li.current, #footer_navigation li a:hover{
	color: white;
}

#footer_copy{
	margin: 30px 0;
	line-height: 1.6em;
}

#footer_copy h4{
	font-size: 14px;
	color: black;
	line-height: 2em;
}

#footer_copy .footer_copy_item{
	float: left;
	width: 290px;
	padding-right: 10px;
	margin-right: 19px;
	color: white;
	border-right: 1px dotted #8397AF;
}

#footer_copy .footer_copy_item.last{
	border-right: none;
}

#footer_copy .footer_copy_item p{
	color: white;
}

/*********************************************************
* Editor
*********************************************************/
p.form_controls{
	text-align: right;
	padding: 30px 0;
}

/*********************************************************
* General jQuery UI Adjustments
*********************************************************/
#tabs{
	margin-bottom: 30px;
}

/*********************************************************
* Login
*********************************************************/
form#login label{
	display: block;
	width: 120px;
	float: left;
}
