
* { margin: 0; padding: 0; }

html { height: 100%; } /* necessary as part of footerStickAlt */

body {
	height: 100%; /* necessary as part of footerStickAlt */
	text-align: center;
	background: #800000 url(../images/base/bkg-body.jpg) top left repeat;
	font-size: 0.8125em;
	font-family: Georgia, Times, serif;	
	line-height: 1em;
}

ul { margin-left: 1em; }


#wrapper {
	margin: 0 auto;
	width: 800px;
	background: transparent url(../images/base/bkg-container.jpg) top center repeat-y;			
	height: 100%; /* necessary as part of footerStickAlt */
}

#container {
	margin: 0 auto; /* centers container */
	width: 720px; /* fixed width method */
	background-color: #fff;
	position: relative;
	min-height: 100%; /* necessary as part of footerStickAlt */
}

* html #wrapper { height: 100%; }



/* ************* */
/*    HEADER     */
/* ************* */



#head { 
	height: 120px;
	background-color: #000;
	background-position: top left;
	background-repeat: no-repeat;
}

#head p {
	text-indent: -9999em;
}


/* ************* */
/* HEADER IMAGES */
/* ************* */

#home #head {
	height: 250px; /* adjust header height for home page */
	background-image: url(../images/headers/home.jpg);
}
#contact #head {
	background-image: url(../images/headers/contactFF.jpg);
}
#workshop #head {
	background-image: url(../images/headers/workshopFF.jpg);
}
#materials #head {
	background-image: url(../images/headers/materialsFF.jpg);
}
#gallery #head {
	background-image: url(../images/headers/galleryFF.jpg);
}		



/* ************* */
/* MAIN NAV RULES */
/* ************* */


#nav {
	font-size: 0.85em;
	height: 2em; /* height set as list items are all floated */
	border-top: 1px solid #fff;
	background-color: #000;
}		
#nav ul { 
	margin: 0 auto;
	width: 670px;
	list-style-type: none; 
}
#nav li { 
	text-align: center;
	float: left; 
	line-height: 2em; /* Aligning text vertically using line-height */		}
#nav li a { 
	display: block; 
	width: 110px;
	color: #fff;
	background-color: #000;
	padding: 0 1em;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	background-color: #530000;
}


/* ************************** */
/* 'YOU ARE HERE' highlighter */
/* ************************** */

#home .nav1,
#workshop .nav2,
#materials .nav3, 
#gallery .nav4, 
#contact .nav5 
	{ background-color: #3A0303; }



/* ************************** */
/*     MAIN CONTENT RULES     */
/* ************************** */


#content { 
	clear: both; 
	border-top: 1px solid #fff;
	background: transparent url(../images/base/underhead.jpg) left top repeat-x;
	padding: 2.5em 20px;
	padding-bottom: 105px; /* to counter footerStickAlt */
	text-align: left;
	overflow: auto;
}


h1 { 
	font-family: Georgia, Times, serif;	
	color: #530000; 
	font-size: 1.8em;
	font-weight: normal;
	margin: 1em 0 0.25em;
}

#content>h1 { margin-top: 0; }

h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin: 1em 0 0.25em;
}

/*
h1+h2 { margin-top: 0; } 
*/


h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #666;
}

p { 
	line-height: 1.2em; 
	margin-bottom: 0.5em;
}



.center {
	text-align: center;
}
.floatright { 
	float: right; 
	margin-left: 1em; 
	margin-bottom: 1em;
}
.floatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.flourishTop { 
	padding-top: 50px;
	background: transparent url(../images/base/flourish-top.gif) center top no-repeat;
}
.flourishBot {
	padding-bottom: 50px;
	background: transparent url(../images/base/flourish-bot.gif) center bottom no-repeat;
}

.clear { clear: both; }


.flourishTop img { 
	display:block; /* forces multiple images in the div to display on new line */
	margin-bottom: 1em; /* space between images */
	margin-left: auto; /* centers images */
	margin-right: auto; /* centers images */
	}	



/* ************* */
/*    FOOTER     */
/* ************* */


#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -102px; /* negative margin to draw back onto page - footerStickAlt */
	background: #000 url(../images/base/undercontent.jpg) left top repeat-x;
	padding-top: 82px; /* height of bkg pic above */
	font-size: 0.85em;
	width: 720px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	height: 20px; /* height set as list items are all floated */
}
#footer li { 
	float: left;
	padding: 0 10px;
	line-height: 20px;
	color:#fff;
	
}

/* link for firetail */
#footer a:link, #footer a:visited { color: #fcc; }
#footer a:hover, #footer a:active { color: #f66;}



/* ***************************** */
/*      PAGE SPECIFIC RULES      */
/* ***************************** */


/* CONTACT PAGE */
/* large address */

#details { 
	font-size: 1.5em; 
	margin-top: 1em;
	}



/* HOME PAGE */
/* heading styling */

#home h1 { 
	padding-bottom: 25px;
	background: transparent url(../images/base/flourish01.gif) center bottom no-repeat;
	text-align: center;
	}
#home h2 {
	color: #999;
	font-size: 1em;
	text-align: center;
	margin-bottom: 30px;
	}
#home .flourishTop { margin-top: -40px; }
	

/* HOME PAGE - alternate version 2 */

#home2 h1 { 
	padding-bottom: 25px;
	background: transparent url(../images/base/flourish01.gif) left bottom no-repeat;
	text-align: left;
	}
#home2 h2 {
	color: #999;
	font-size: 1em;
	text-align: left;
	}
	
#home2 .nav1,
	{ background-color: #3A0303; }

#home2 #head {
	height: 250px; /* adjust header height for home page */
	background-image: url(../images/headers/home.jpg);
}




