/* Top-level style sheet for www.findhornbakery.co.uk web site */

/* Inport default styles */
@import url(defaults.css);

/* Overall font, colour, link details, etc. */

body {
	color: #362F25;
	font-family: Helvetica, Ariel, san-serif;
	}

a {
	color: #362F25;
	}

a:hover {
	color: #EE5E12;
	}
	
/* Header */

#headerBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background-image: url("pix/logo.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	}
	
/* Fix for IE6 */
* html #headerBox {position: absolute; }

/* Primary index */

.topIndex {
	margin-top: 180px;
	padding: 4px;
	font-size: 1.2em;
	}

.topIndex a {
	color: #fff;
	}

.topIndex a:hover {
	color: #ff0;
	}

.topIndex li {
	margin-bottom: 4px;
	padding-left: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	}

.topIndex a {
	font-size: 1.2em;
	}

/* contentBox - the main content area */

#contentBox {
	text-align: left;
	margin-left: 200px;
	padding: 12px;
	}

#contentBox a {
	font-weight: bold;
	}

/* simple float boxes */

.floatRight {
	float: right;
	}

.floatLeft {
	float: left;
	}

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

.txQuote {
 	font-style: italic;
	}

.txStress {
 	font-weight: bold;
	}

.txCenter {
	text-align: center;
	}
	
.linkSelected {
	font-weight: bold;
	}

/* Clear float problems */

.clearFloat {
	clear: both;
	}
