@charset "UTF-8";
/* CSS Document */

body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font: 100% Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.8;
	background: #FFFFFF;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	min-height:1000px; /* this is the key! */
	border:0px dashed red;
}
.oneColFixCtrHdr #container {
	width: 957px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image:url('../images/header.jpg');
	background-repeat:no-repeat;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
	/*padding:0px 0px 0px 0px;*/
	height:100%; /* this is the key! */
	border:0px dashed blue;
}
.oneColFixCtrHdr #bottGrad {
	background: #a57a47;
	width: 957px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url('../images/footer_bg.png');
	background-position: 50% 100%;
	background-repeat:no-repeat;
	border:0px dashed green;/*padding:0px 54px 0px 54px;*/
}
.assPic {
	margin-right:-40px
}
.oneColFixCtrHdr #header {
	border: 0px dashed red;
	margin: 0 0 0 0px;
	/*padding: 0 0px 0 0px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #navBlock {
	z-index:5;
	border: 0px dashed red;
	margin: 0px 0px 0px 54px; /* remember that padding is the space inside the div box and margin is the space outside the div box *//*background: #FFFFFF;*/
}
.oneColFixCtrHdr #mainContent {
	border: 0px dashed red;
	padding: 20px 54px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:848px;/*background: #FFFFFF;*/
}
.oneColFixCtrHdr #footer {
	border:0px dashed green;
	/*background-image:url('../images/footer_bg.png');
	background-position: bottom left;
	background-repeat:no-repeat;*/
	text-align:center;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. *//*background:#DDDDDD;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* fixing pngs...*/
img, div {
	border:none;
	/*behavior: url('http://www.virginiakerr.ie/web/iepngfix.htc');*/
	behavior: url('iepngfix.htc');
}
.navCell {
	text-align:center;
}
/* 
---------------------------------------------------
every thing below is to move to separate CSS files
---------------------------------------------------
*/

/* image if section heading - need one ofr each page...*/
.titleTextBio {
	float:left;
	width:225px;
}
.titleTextRepertoire {
	width:158px;
	float:left;
}
.titleTextEvents {
	float:left;
}
.titleTextPress {
	float:left;
}
.titleTextRecordings {
	float:left;
}
/* right column images colum set up , and individual pages*/
.rightImage {
	float:right;
	display:inline;
	margin:0px 0px 20px 45px;
	border:0px dashed blue;
}
.rImage {
	margin:0px 0px 30px 0px;
}
/* links*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* 
--------
sections 
--------
*/

/* general */
.horizSeperator {
	border-bottom:1px solid #d1bca2;
	width:560px;
	height:1px;
}
*html .horizSeperator {
	width:560px;
	
}
.horizSeperatorRec {
	border-bottom:1px solid #d1bca2;
	width:395px;
	height:1px;
	margin:0 0 0 160px;
}

*html .horizSeperator {
	width:550px;
}

*html .oneColFixCtrHdr #bottGrad {
	width: 850px;
	background: #361E00;
	background-image:url('../images/footer_bg.png');
	background-position: bottom right;
	background-repeat:no-repeat;
	bottom: 12px;
}
*html .oneColFixCtrHdr #container {
	
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: left;  this overrides the text-align: center on the body element. */
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	height:100%; /* this is the key! */
	border:0px dashed blue;
}