@charset "utf-8";
/* CSS Document */
/* Author: Astrid Drolson, Kilauea Graphic & Web Design, Kauai-Hawaii Phone: +1 808 828 0313 */
/* For: Soul Firec- Fire * Light Dance Performances Hawaii & International */
/* Date of creation: June 2009 */
/* Copyright for CSS: This work is licensed under the Creative Commons Attribution-Share Alike 3.0 United States License.  */
/* Copyright for Pictures & Content of this website: All Right Reserved by Soul Fire */

/* *************************************************************************************** */
/*  ***** FIRE CSS, COLOR & MENU DEFINITIONS */
/* *************************************************************************************** */
body
 {
	color: #FFFF99;
	scrollbar-base-color:#FF9933; /* Orange for Fire */
	link="#FFFF00"; 
	vlink="#FF9900"; 
	alink="#FF0000";
	}

/* WRAPPER LAYOUTS */
#wrapper {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	
}

#header {
	height: 333px;
	width: 1200px;
	background-image: url(../images/soulfire_introbanner_01.jpg);
	background-repeat: no-repeat;	
}

#menue {
	height: 42px;
	width: 1200px;
	background-image: url(../images/soulfire_introbanner_02.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

h1 {
	border-bottom: medium dotted #FF9933;
	}
h2 {
	border-bottom: medium dotted #FFCC00;
}

.menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 210px;
}

#maintextbox {
	height: 423px;
	width: 1200px;
	background: url(../images/soulfire_03.jpg) no-repeat top;
	overflow: hidden;
	}
#text {
	height: 400px;
	width: 620px;
	margin-left: 290px;
	margin-top: 23px;
	overflow: hidden;
	}	

#footer {
	height: 139px;
	width: 1200px;
	background-image: url(../images/soulfire_04.jpg);
	background-repeat: no-repeat;	
	text-align: center;
	font-size: 10px;
}

/* IMAGE LAYOUTS */
.imageLeft {
	border: thin solid #000000;
}

.imageRight {
	border: thin solid #000000;
}
.imageCenter {
	border: thin solid #000000;
}

.imageSimple {

}

/* Menue List Layout */

ul#mainNav {
}

li#mainNav{
	border-left-color: #FF9933;	
}

#menue a {}
#menue a:hover{}
#menue a:visited{}

/* Links on Mainpage */

#maintext a {}
#maintext a:hover{}
#maintext a:visited{}
.box {
	background: #9E0402;
	color: #FFCC00;
	padding: 4px;
	border: thin double #000000;
	font-size: small;
	text-transform: uppercase;
	text-decoration: blink;
	width: 400px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
}

