@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 */

/* *************************************************************************************** */
/*  ***** GENERAL CSS, STYLES , SIZES , MARGINS & PADDINGS ETC... BUT NO COLOR DEFINITIONS */
/* *************************************************************************************** */
body {
	background-color: #000000;
	margin-top: 0px;
	font: 16px Papyrus, georgia, "Times New Roman", times, serif;
	/* font: 16px georgia, "Times New Roman", times, serif; */
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}
/* Links in General */
a {
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Links in Menue */
#mainNav a {
	font-size: 14px;
	color: #FFFF00;
}
#mainNav a:link {
	text-decoration: none;
}
#mainNav a:visited {
	text-decoration: none;
	color: #FF0000;
}
#mainNav a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#mainNav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Astrid Hack to get rid of unwated spaces beween DIVs */
div, ul, p {
	margin: 0px;
	padding: 0px;
}

/* Paragraph Class */
.paragraph {
	margin-bottom: 10px;
	
}
/* MENUE LAYOUT & LINKS DEF */

ul#mainNav {
	list-style-type: none;
	float: none;
}
li#mainNav{
	float: left;
	margin-top: 7px;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 3px;
	border-left-width: medium;
	border-left-style: solid;
	font-style: normal;
	font-weight: bold;
	background-image: url(../images/brunedBGR_menu.png);
	background-repeat: no-repeat;
	background-position: right center;
	}


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

/* LINKS MAINTEXT PAGE */

#maintext a {}
#maintext a:hover{}
#maintext a:visited{}


/* IMAGE LAYOUTS */
.imageLeft {
	padding: 2px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;	
}

.imageRight {
	padding: 2px;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;	
}

.imageCenter {
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;	
}

.imageSimple {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;	
}

/* Video Pages Layout - Centering and Title */
div.jwplayer {
    width: 500px;
    padding:0;
    border:1px solid grey;
    margin:auto;
}
p.vtitle {
	padding-bottom: 1em;
	padding-top: .5em;
}
