/**
	Written for Kele Fleming/Tinforest Productions
	v.1 Aug 30, 2005
	@author unstressedvowel.com
**/

/*
body, containers
-----------------------------------*/

body {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	color: #000;
	background: #BFCEC0 url(pattern3_3.gif) top left repeat;
}

#allwrapper {
	width: 700px;
	margin: 15px auto 0px auto;
	text-align: left;
	background: transparent;
	color: #000;
	border: 4px solid #EDEBD5;
	padding: 0;
}

img {
	border: 0;
}
/*
header
-----------------------------------*/
.header {
	/*background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;*/
	height: 175px; /* was 170px */
}

.header h1 {
	padding: 169px 0 0 0;
	margin: 0;
	text-align: right;
	right: 0;
	font: italic 1.5em "Palatino Linotype", Georgia, serif;
	text-transform: lowercase;
	letter-spacing: 2px;
	background: transparent url(title3.gif) top right no-repeat;
	height: 169px;
	position: relative;
	overflow: hidden;
	voice-family: "\"}\""; 
 	voice-family: inherit;
 	height: 0;
} .header {}

/** to change header images on specific pages **/
#headerAbout {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	color: #333;
}

#headerContact {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	color: #333;
}

#headerIndex {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	height: 330px;
	color: #333;
}

#headerLinks {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	color: #333;
}

#headerPerform {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	color: #333;
}

#headerPress {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	color: #333;
}

#headerSounds {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	color: #333;
}

#headerSoundsWords {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	color: #333;
}

#headerWords {
	background: #FBF8E8 url(dampleakingsound.gif) top left no-repeat;
	color: #333;
}

#announce {
	position: relative;
}

#announce h2 {
	width: 318px;
	margin: 0 0 0 360px;
	padding: 0 0 8px 0;
	font: bold 1em "Palatino Linotype", Georgia, serif;
	background: transparent;
	color: #071900;
}

#announce p {
	width: 318px;
	margin: 0 0 0 360px;
	padding: 0;
	font: normal 0.9em "Palatino Linotype", Georgia, verdana, serif;
	background: transparent;
	color: #333; 
}
/*
navigation
-----------------------------------*/
#mainnav {
	padding: 0;
	margin: 0;
	background: #EDEBD5;
	color: #071900;
	display: block;
	float: left;
	width: 100%;
	border-top: 2px solid #433A12;
	border-bottom: 2px solid #433A12;
}

#mainnavlist {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
	float: left;
	display: block;
	font: bold small-caps 0.8em Georgia, "Palatino Linotype", serif;
	letter-spacing: 1px;
	text-transform: lowercase;
	position: relative;
	/*border-right: 1px solid #999;*/
}

#mainnavlist li {
	display: block;
	float: left;
	/*padding: 9px 15px;*/
	margin: 0;
	/*border-left: 1px solid #999;*/
}

#mainnavlist li a {
	display: block;
	padding: 9px 15px;
	text-decoration: none;
	color: #071900;
	background: transparent;
}

#mainnavlist li a:hover, #mainnavlist li a.current {
	text-decoration: none;
	color: #071900;
	background: transparent url(hover.gif) bottom center no-repeat;
}
#subnav {
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
	width: 9.3em;
	color: #222;
	background: transparent;
}

#subnavlist {
	clear: both;
	position: relative;
	list-style: none;
	padding: 0 0 0 30px;
	margin: 30px 0 0 0;
	font: normal 0.9em "Palatino Linotype", Georgia, serif;
}

#subnavlist li a {
	text-decoration: none;
	color: #222;
	background: transparent;
	border-bottom: 1px dotted #222;
}

#subnavlist li a:hover, #subnavlist li a.subcurrent {
	text-decoration: none;
	color: #fff;
	background: transparent;
	border-bottom: 1px dotted #fff;
}

/*
content
-----------------------------------*/
#contentwrapper {
	clear: both;
	background: #A3B397 url(blob3_1.gif) bottom left repeat; /*A3B397 kinda brown #9B9470 /*#AEA67E*/
	color: inherit;
}

#contentwrapper2 {
	margin: 0 0 0 9.3em;
	padding: 0;
	border-top: 1px solid #FAF5DA;
	background: #FBF8E8 url(leaves1_7.gif) top left no-repeat;
	color: inherit;
}

#content {
	margin: 25px 25px 0 25px;
	padding: 0px; 
	background: transparent;
	font: normal 0.9em "Palatino Linotype", Georgia, serif;
	padding-bottom: 5px;
	position: relative;
}

#content h2, #content h3, #content h4 {
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
	background: transparent;
	font-family: "Palatino Linotype", "Times New Roman", serif;
}

#content a {
	color: #536247;
	background: transparent;
}

#content li {
	list-style-type: circle;
}

/**
	for quotes
**/
#content .quote {
	color: #708064;
	background: transparent;
}

#content p.quoteauthor {
	text-align: right; 
	color: #444;
	background: transparent;
	font-style: italic;
}

/**
	for albums on the sounds page
**/

#content .album {
	padding-left: 25px;
	position: relative;
	line-height: 1.2em;
}

#content .album .title {
	padding: 0 0 6px 20px;
	margin: 0;
	background: transparent url(dfly.gif) bottom left no-repeat;
	color: inherit;
}

#content .album .descr {
	padding: 0 0 3px 20px;
	margin: 0;
	font-size: 0.7em;
	font-family: verdana, sans-serif;
	border-bottom: 1px solid #ccc;
}

#content .album .albumcover {
	padding: 5px;
	float: left;
	position: relative;
}

#content .album .samples {
	float: left;
	list-style-type: circle;
	position: relative;
}

/*
footer
-----------------------------------*/

#footer {
	clear: both;
	background: #A3B397 url(blob4_2.gif) top left repeat-x;
	color: #444;
	text-align: right;
	margin: 0;
}

#footer p {
	margin: 0 10px;
	padding: 0;
	font: normal 0.7em "Palatino Linotype", Georgia, serif;
}

/*  \*/
* html .clearing {
	height: 1%;
	clear: both;
}
/*  hollyhacked clearing div
	kills peekaboo bug http://www.positioniseverything.net/explorer/peekaboo.html
	needed in the first place to kill guillotine bug http://www.positioniseverything.net/explorer/guillotine.html */