
/*
618 COLORS

BLACK #0F0F0F
WHITE #FFFFFF
ORANGE #F57E3D
DARK ORANGE #B1460E
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #101010;
	color: #fff;
	height: 100%;
}

body, tr,
td, input,
select, textarea 	{;font:normal small/1.3 Verdana, Arial, Helvetica, sans-serif;}

a:link 			{color:#ccc; text-decoration:underline;outline: none;}
a:visited 		{color:#ccc; text-decoration:underline;outline: none;}
a:hover 		{color:#F57E3D; text-decoration:none;outline: none;}
a:active 		{color:#F57E3D; text-decoration:none;outline: none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:18px; margin:0 12px 0 0px;}
h2 					{font-size:12px; margin:8px 0;color:#F57E3D;}
h2 span				{color: #fff;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

hr {
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
	width: 100%;
	text-align: left;
}

hr.clr {color: transparent;background-color: transparent;}

h1.clr {clear: both;}
#preload {display: none;}

#gallerypage h2, #sponsorspage hr {
	clear: both;
}

.rightimage {
	padding: 6px 6px 8px 6px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
	
.leftimage {
	padding: 6px 6px 8px 6px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.right {float: right;margin-left: 10px;}
.left {float: left;margin-right: 10px;}



.slideshow {
	position:absolute;
	left:40px;
	top: 30px;
	width: 570px;
	height: 387px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	margin-bottom: 20px;
}
.slideshow-images {
	width: 550px;
	height: 367px;
	margin: 10px;
	overflow: hidden;
}

#text-on-photo {
	float:right;
	width: 200px;
	padding: 15px;
	padding-bottom: 1px;
	background: url("../images/transparent.png");
	height: auto;
	color: #fff;
	font-size: 10px;
	position:relative;
	margin: 25px 30px 0 0;
	z-index:10;
	line-height: 1.2em;
}

#text-on-photo h2 {
	margin-top: 0px;
}



/* Standard Layout */

#wrapper {
	position: relative;
	background:#101010 url("../images/header.jpg") no-repeat 0 0;
	width: 872px;
	margin: 0 auto;
	margin-top: 46px;
	text-align: left;
/*	height:100%;*/
}

#splash #wrapper {
	background:#101010 url("../images/header-splash.gif") no-repeat 0 0;
	margin-top: 200px;}

#header {
	position: relative;
	padding: 0;
	width: 872px;
	height: 160px;
}

#header h1, #header h2 {text-indent: -9000px;}

#content {
	position: relative;
	margin: 0;
	margin-left: 220px;
	width: 652px;
	height:auto;
	background: #101010 url("../images/content-bg.gif") repeat-y;
}

#content-main {
	padding: 0 30px 20px 40px;
	min-height: 320px;
}

.content-side {
	float: right;
	width: 130px;
	height: 100%;
	padding-bottom: 20px;
}

.content-side span {
	font-weight: bold;
	color:#F57E3D;
}

#sponsorspage p span,
#contactpage p span {
	font-weight: bold;
	color:#F57E3D;
}

#contactpage #content-side {
	width: 200px;
	margin-top: 20px;
}

#footer {
	clear:both;
	width: 622;
	height: 130px;
	padding:15px;
	background: #101010 url("../images/footer.gif") no-repeat 0 0;
	text-align: center;
}

.clr {
	clear:both;
}


/*
618 COLORS

BLACK #0F0F0F
WHITE #FFFFFF
ORANGE #F57E3D
DARK ORANGE #B1460E
*/


/*-- FORM STYLING --*/

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

input.button {
	width:80px;
	height: 38px;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
	border: 5px solid #0F0F0F;
	background: #fff;
}

input.button:hover {
  color: #fff;
  background: #0F0F0F;
}

input{
	border: 5px solid #0F0F0F;
}

input:hover, textarea:hover, input.button:hover {
  border: 5px solid #F57E3D;
}

input.noborder {border: none;} 

textarea{
  border: 5px solid #0F0F0F;
  width: 290px;
  height: 120px;
}

.fieldWithErrors input{
	background-color: #FCC;
}


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px solid #B1460E;
}

table.nostyle td {
	border-bottom: 0px;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}


