* { margin: 0; padding: 0; }

html {  }

body { background: #000; color: #222; font-family: arial, sans-serif; }

a {}
a:hover {  }
td {  }

#container { width: 800px; }


/****************************
	LOGO
****************************/
#logo {}
#logo h1 { width: 788px; height: 418px; background: transparent url('../img/logo-01.jpg') 0 0 no-repeat; }
#logo h1 a { display: block; height: 100%; }
#logo h1 a span { display: none; }

#logo h1.inside { width: 788px; height: 191px; background: transparent url('../img/logo-inside.jpg') 0 0 no-repeat; }


/****************************
	MAIN AREA
****************************/
#main {}


/****************************
	NAVIGATION
****************************/
#main_nav {
	position: relative;
	width: 630px;
	height: 80px;
	padding: 0 0 0 30px;
	margin: 0 auto 0 auto;
}
#main_nav ul {
	font: 18pt arial, sans-serif;
	list-style-type: none;
}
#main_nav ul li {
	float: left;
	margin: 0 50px 0 0;
}
#main_nav ul li a {
	float: left;
	display: block;
	height: 70px;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 0;
}

#main_nav a.home { color: #9ecee3; }
#main_nav a.events { color: #ff75a4; }
#main_nav a.vendors { color: #f3cf39; }
#main_nav a.about { color: #9bd437; }
#main_nav a.sponsors { color: #ee7b29; }

#main_nav li.active a { background: transparent none center bottom no-repeat; }
#main_nav li.active a.home { background-image: url('../img/menu-home-active.gif'); }
#main_nav li.active a.events { background-image: url('../img/menu-events-active.gif'); }
#main_nav li.active a.vendors { background-image: url('../img/menu-vendors-active.gif'); }
#main_nav li.active a.about { background-image: url('../img/menu-about-active.gif'); }
#main_nav li.active a.sponsors { background-image: url('../img/menu-sponsors-active.gif'); }

#sub_nav { text-align: center; margin: .5em 0 1.5em 0; }
#sub_nav a { margin: 0 16px; }

.home #sub_nav a { color: #7e9ec3; }
.events #sub_nav a { color: #ff75a4; }
.vendors #sub_nav a { color: #e3af19; }
.about #sub_nav a { color: #88ba30; }
.sponsors #sub_nav a { color: #ee7b29; }


/****************************
	CONTENT
****************************/
#content {
	width: 710px;
	background: #fff;
	margin: -5px 0 0 20px;
	padding: 10px;
	border-width: 5px;
	border-style: solid;
	border-color: #9ecee3;
}

#content.home, div.home { border-color: #9ecee3 !important; }
#content.events, div.events { border-color: #ff75a4 !important; }
#content.vendors, div.vendors { border-color: #f3cf39 !important; }
#content.about, div.about { border-color: #9bd437 !important; }
#content.sponsors, div.sponsors { border-color: #ee7b29 !important; }

#content h2 {  }
#content h3 {  }
#content h4 {  }
#content p, #content ul, #content ol { font: 11pt/1.5em arial, sans-serif; margin: 0 0 1.5em 0; }
#content ul, #content ol {  }

#content .col1 {  }

#content .col2 {  }

#content .home h2 {  }
#content .home p, #content .home ul, #content .home ol {  }

#content .editor {
	display: block;
	background: #ffc;
	font-size: 8pt;
	text-align: center;
	word-spacing: .35em;
	padding: .5em;
}
#content .editor a {
	color: #fc0;
}

#content td.label {  }

#general {}
#general img {}


/****************************
	GALLERIES
****************************/
.photo_cat {
	position: relative;
	float: left;
	width: 28em;
	font-size: 10px;
	margin: 0 15px 15px 0;
}
.photo_cat a {
	display: block;
	height: 2.94em;
	background-color: #eee;
	background-position: .59em center;
	background-repeat: no-repeat;
	color: #239;
	font: normal 17px 'times new roman', times, serif;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 1.76em 0 0 6.17em;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
}
.photo_cat a:hover {  }

#gallery_pic {
	float: left;
	width: 450px;
	text-align: left;
	margin: 10px 0 0 0;
}
#gallery_pic .full_photo { border: 10px solid #eee; }
#gallery_pic p { margin-left: 10px; }

#gallery_cat_pics {
	float: right;
	overflow: auto;
	width: 140px;
	height: 355px;
	background: #eee;
	margin: 10px 0 0 0;
	padding: 10px 0;
}
#gallery_cat_pics a {
	display: block;
	width: 82px;
	height: 60px;
	background: #fff;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 10px;
	border: 1px solid #a8a9a7;
}
#gallery_cat_pics a:hover { border: 1px solid #9587a9; }
#gallery_cat_pics img { border: 0; }

/****************************
	FOOTER
****************************/
#footer { color: #888; font-size: 8pt; text-align: center; padding: .5em 0; }
#footer p {  }
#footer a, #footer a:hover { color: #7DA5DF; }


/****************************
	GENERAL
****************************/
.cleaner { clear: both; height: 1px; font-size: 1px; }

hr.line {
	height: 1px;
	margin: 1em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #abd;
}

.admin_links {
	text-align: center;
	margin: .25em 0 .45em 0;
}

input, textarea { width: 15em; color: #008; font: bold 10pt arial, sans-serif; padding: .15em; border: 1px inset #888; }
textarea { width: 25em; height: 7em; font-weight: normal; }
input.norm { width: auto; }
.half input, input.half { width: 8em; }
input.submit, a.submit { width: auto; background: #d4e4f8; color: #22a; font-weight: bold; padding: .25em; border: 2px solid #44c; }
a.submit { padding: .5em; }

.lowlite { color: #888 !important; }

.small { font-size: 8pt !important; }
.fine { font-size: 6pt !important; }

.error { color: #a00 !important; font-style: italic !important; text-align: center !important; }
.success { color: #0a0 !important; font-style: italic !important; text-align: center !important; }