/* 
 *
 * FESTIVAL HEADING / TOP NAVIGATION STYLE SHEET
 *
 * #FFD700 = gold
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; 
}
body {
	background-color: #0000cb;
	color: #0000cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	line-height: 140%;
}
.theme {
	color: blue;
	font-style: italic;
}
sup {
	font-size: 80%;
	position: relative;
	bottom: 0.9ex;
}
span.alt {display: none;}
div#navigate {
	background-color: #FFFFFF;
	width: 100%;
	height: 175px;
	position: relative;
}
div.nav {
	position: absolute;
	z-index: 3;
	top: 25px;
	width: 14%;
	height: 110px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
div.nav img {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	border: 1px solid #FFD700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
div.nav img:hover {
	border: 2px solid #CC6699;
}
div#home      {left: 7%;}
div#events    {left: 25%;}
div#lodging   {left: 43%;}
div#craftap   {left: 61%;}
div#grouptour {left: 79%;}
div.nav ul {
	position: absolute;
	z-index: 2;
	top: 100%;
	width: 200%;
	list-style: none;
	display: none;
}
ul.nav2 li {
	background-color: #306EFF;
	color: white;
	font-size: 0.90em;
	font-weight: bold;
	line-height: 110%;
	padding: 1% 5% 1% 5%;
	border: 1px outset #306EFF;
	position: relative;
}
ul.nav2 li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
}
div.nav:hover ul.nav2 {
	display: block;
}
ul.nav2 li:hover {
	background-color: #3BB9FF;
	color: #EE7755;
}
ul.nav2 li:hover a {
	background-color: #3BB9FF;
	color: #EE7755;
}
ul.nav2 li.first {
	background-color: white;
	line-height: 50%;
	border: none;
}
ul.nav2 li.last {
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	display: block;
}
div#sharebutton {
	font-family: arial, helvetica, serif;
	font-size: 10px;
	text-align: right;
	width: 47px;
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 20;
}
h1#ghostheading {display: none;}
