/* body provides solid color background within which pageFrame
   displays content */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#DEDEDE;
}

/* frame for content, white background, 1px border, logo is background img */
.pageFrame {
	display:block;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	z-index: 1;
	background-image:  url(../pics/final-brook-logo.gif);
	background-position:top right;
	background-repeat: no-repeat;
}

/****************************************************/
/* START OF NAVIGATION BAR STYLES                   */
/* alternative navigation ideas from ...
    http://www.alistapart.com/articles/keepingcurrent/# */
#navigation {

}
	
#navigation img {
	float:right;
	padding-right:10px;
	top:1px;
}
	
#navigation ul {
	list-style: none;
	padding: 0;
	margin-left:0;
	}
	
#navigation li.inline {
	border-right:1px solid #999;
	float: left;
	margin: 0;
	padding: 0;
	margin-top:40px;
	margin-bottom:30px;
	font-size:small;
	}

#navigation li.last {
	float: left;
	margin: 0;
	padding: 0;
	margin-top:40px;
	margin-bottom:30px;
	font-size:small;
}

#navigation a {
	color:rgb(57%,52%,49%);
	font-weight: 100;
	padding: 5px 10px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color:rgb(0%,0%,0%);
	}

/* shows user which page is current */
.pageName {
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	left:20px;
	top:20px;
	position:absolute;
	color:rgb(57%,52%,49%);
}

/* END OF NAVIGATION BAR STYLES                     */
/****************************************************/

.story {
	margin-top:10px;
	border-top:1px dashed;
	border-top-color:#CCCCCC;
	margin-bottom:10px;
	border-bottom:1px dashed;
	border-bottom-color:#CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
	color:#6F915E;
	color:#000000;
	padding-right:3em;
	padding-left:2em;
	font-size:0.84em;
	line-height:1.3em;
	clear:both;
}

/* used on about_us form */
.story ul {
	left:20px;
	float:right;
	padding-right:15px;
	padding-bottom:15px;
	line-height:1.5em;
	list-style-image:none;
}

.story em {
	color:#336666;
	font-style:normal;
}

.purple {
	color:#8E0064;
}

.storyImgLeft {
	float:left;
	position:relative;
	margin-bottom:15px;
}
.storyImageCentre {
	left: 30%;
	position: relative;
}

.storyFrontCover {
	vertical-align: middle;
}

.imageGridLeft {
	float:left;
	margin-left:1em;
}

.imageGridRight {
	float:right;
	margin-right:1em;
}

/* thumbnail code */
div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }

div.container {
  border:1px;
  background-color: #DEDEDE;
  }

div.spacer {
  clear: both;
  }
/* end of thumbnail code */

.aboutUsList {
	margin-bottom:15px;
}

.enquiryForm {
/*	background-color:rgb(57%,52%,49%);*/
	background-color:#DEDEDE;
	margin:0px
	width:400px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

.enquiryFormError {
	padding-left:10px;
}

.enquiryFormError p {
	padding-left:15px;
	color:#FF0000;
}

form p {
	clear:both;
}

form p label {
	height:auto;
	float:left;
	width:29%;
	text-align:right;
}

form p input, form p textarea, form p select {
	width:59%;
}

form br {
	line-height:0.1em;
}

.formButton {
	/*clear:both;*/
	left:15%;
	/*float:right;*/
	width:120px;
}

.thumbnail {
float: left;
width: 60px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}	

/* used in reviews page */
.quoteSource {
	color: #336666;
	font-size:xx-small;
}

/* styles for laying out the repertoire with no table */
.song {
}

.song br {
	line-height:0.2em;
}

.songTitle {
	left:7em;
	width:20em;
	height:auto;
	position:absolute;
}

.songTitleIndented {
	left:9em;
	height:auto;
	position:absolute;
}

.songComposer {
	left:25em;
	width:20em;
	position:absolute;
}

.songFile{
	right: 5em;
	position:absolute;
}

.genre {
	font-size:larger;
	letter-spacing:1.005em;
	position: relative;
	margin-top:2em;
	margin-bottom:0.75em;
	color:#999999;
}

.footer{
	clear:both;
/*	border-top-width:1px;
	border-top-style: solid;
	border-top-color:#CCCCCC;*/
	font-size:xx-small;
	width:100%;
	padding-top:1em;
	padding-bottom:3em;
}
.footerContact {
	left: 20px;
	position:absolute;
}

.footerCopyright {
	right: 20px;
	position:absolute;
}

#clear {
	clear:both;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	margin-top: 1em;
	margin-right: 4em;
	margin-bottom: 1em;
	margin-left: 4em;
}
