/* General style sheet for Findhorn Emporium */

@import url(defaults.css);


/* body background colour */

body {
	text-align: center;
	background-color: #FEB;
	}


/* headerBox - the banner at the top */

#headerBox {
	background-image: url(pix/Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 203px;
	text-align: center;
	top: 0;
	left: 0;
	position: fixed;
	}

/* Fix for IE6 */
* html #headerBox {position: absolute; }


/* headerIndexBox - navigation buttons on top of the header */

#headerIndexBox {
	position: fixed;
	width: 100%;
	top: 176px;
	left: 0px;
	height: 16px;
	}

/* Fix for IE6 */
* html #headerIndexBox {position: absolute; }

/* headerIndex - the navigation buttons */

.headerIndex li { display: inline; }

.headerIndex a { 
	font-size: 1.3em;
	color: #EEE;
	margin-right:16px;
	font-variant: small-caps;
	}

.headerIndex a:hover { color: #F8F;
	}

.headerIndex a:active { color: #D4D;
	}

/* wrapperBox - contains the whole page to centre it */

#wrapperBox {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFD;
	}

/* contentBox - the scrollable area */

.contentBox {
	text-align: left;
	padding: 16px;
	color: #424;
	padding-top: 216px;
	}

.contentBox a {
	font-weight: bold;
	color: #424;
	}

.contentBox a:hover {
	font-weight: bold;
	color: #F8F;
	}


/* coachingButton - links on coaching pages */

.coachingButton a {
	background-image: url(pix/littleButton.png);
	background-repeat: no-repeat;
	background-position: center center;
  	width: 244px;
  	height: 40px;
  	text-align: center;
  	display: block;
  	color: #555;
  	padding-top: 16px;
  	}
  
.coachingButton a:hover {
	background-image: url(pix/littleButtonHover.png);
	color: #444;
	}

a.coachingButtonSelected {
	background-image: url(pix/littleButtonHover.png);
	color: #444;
	}

.nudgeDown {
	margin-top: 6px;
	}

.coachingPicBox {
	float: right;
	text-align: center;
	width: 480px;
	margin: 8px;
	}

.coachingPicQuote {
 	font-style: italic;
 	text-align: left;
 	margin-top: 8px;
 	}
	
.coachingPicAuthor {
 	text-align: right;
 	margin-top: -8px;
 	}

.listBox {
  	width: 680px;
  	padding: 8px;
  	border-top: 1px solid #646;
  	border-left: 1px solid #646;
  	border-bottom: 2px solid #666;
  	border-right: 2px solid #666;
  	text-align: left;
  	margin-top: 16px;
  	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
  	}

.printableText {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 0px;
	}

.gapAbove {
	margin-top: 16px;
	}

/* Positioning classes */

.centrePic {
	text-align: center;
	margin: 12px;
	}

.rightPic {
	float: right;
	margin: 12px;
	}

.rightTightPic {
	float: right;
	margin-left: 8px;
	}

.leftPic {
	float: left;
	margin: 12px;
	}

.leftTightPic {
	float: left;
	margin-right: 8px;
	}

.textLeft {
	text-align: left;
	}

.textCentre {
	text-align: center;
	}

.textJustify {
	text-align: justify;
	}

.textRight {
	text-align: right;
	}

.topLeft {position: absolute;
	left: 12px;
	top: 0px;
}

.bottomLeft {position: absolute;
	left: 12px;
	bottom: 12px;
}

.topRight {position: absolute;
	right: 12px;
	top: 0px;
}

.bottomRight {position: absolute;
	right: 12px;
	bottom: 12px;
}

/* Very general (default) text styling classes */

.txQuote {
 	font-style: italic;
	}

.txStress {
 	font-weight: bold;
	}

.txLink {
  	font-weight: bold;
  	font-family: sans-serif;
	}

.txRed {
	color: #F00;
	}
	
.linkSelected {
 	font-weight: bold;
	}

a.linkSelected {
 	color: #D4D;
	}

/* Headings */

h1 {
	font-size: 1.8em;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 16px;
	}

h2 {
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
	}


br.clear {
	clear: both;
	}
  
	

