/* body provides solid color background within which pageFrame
   displays content */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:rgb(57%,52%,49%);
}

/* frame for content, white background, 1px border */
.pageFrame {
	display:block;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}

/****************************************************/
/* START OF NAVIGATION BAR STYLES                   */
/* navBar goes at top of page with absolute positioned links and a background
   image aligned right as a logo */
.navBar {
	z-index: 1;
	background-image:  url(../images/triologo2.gif);
	background-position:center right;
	background-repeat: no-repeat;
	border-bottom:1px solid;
	border-bottom-color:#CCCCCC;
	height:100px;
	position:relative;
	color:rgb(57%,52%,49%);
}
.navBar a:link,
.navBar a:visited {
	text-decoration:none;
	color:rgb(57%,52%,49%);
	font-weight:100
}
.navBar a:hover {
	text-decoration:underline;
	color:rgb(57%,52%,49%);
}

/* shows user which page is current */
.pageName {
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	position:absolute;
	left:15px;
	top:20px;
	z-index:99;
}
.pageNameShadow {
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	position:absolute;
	left:17px;
	top:22px;
	color:#FFFFFF;
	z-index:0;
}

.nav {
	position:absolute;
	top:60px;
	left:15px;
}

.nav ul {
	text-align:left;
	margin-left:5px;
	padding-left:0px
}

.nav li {
	margin-left:0;
	padding-left:0;
	display:inline;
	list-style-type:none;
	padding-right:5px;
}

/* END OF NAVIGATION BAR STYLES                     */
/****************************************************/

.frontLogo {
	z-index: 1;
}

.story {
	color:#000000;
	margin: 1.5em;
	padding-right:3em;
	padding-left:2em;
/*	font-size:0.84em;
	line-height:1.3em;*/
	clear:both;
}

.story em {
	color:#336666;
	font-style:normal;
}

.story h1 {
	font-size:larger;
	font-weight:normal;
}

.storyImgLeft {
	float:left;
	margin: 0.5em;
	position:relative;
}
.storyImageCentre {
	left: 30%;
	position: relative;
}

.frontCover {
	float:left;
	padding:5px;
	margin:0px 10px 10px 0px;
	border:1px solid #92A1B2;
}

.enquiryForm {
	background-color:rgb(57%,52%,49%);
	margin:0px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

.enquiryFormError p {
	padding-left:15px;
	color:#FFFFFF;
}

form p {
	clear:both;
	padding-left:15px;
}

form p label {
	height:auto;
	float:left;
	width:27%;
	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;
}

	
/* used in reviews page */
.quote {
}

.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;
}
.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.formTextBox {
	cursor: text;
}
