/* Top-level style sheet for John Hyslop website */

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

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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F3E4CD;
	}

/* frameBox - fixed width container */

.frameBox {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	}

/* headerBox */

.headerBox {
	height: 114px;
	background-image: url("pix/header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DAD0C0;
	}

/* contentBox */

.contentBox {
  	text-align: left;
  	padding: 8px;
	}

.contentBox a {
	color: #000;
	font-weight: bold;
	}
	
.contentBox a:hover {
	color: #8A4;
	}
	
/* footerBox */

.footerBox {
	height: 40px;
	background-color: #DAD0C0;
	font-family: Helvetica, san-serif;
	}

/* topIndexBox */

.topIndexBox {
	padding-top: 90px;
	font-size: 14pt;
	}

/* footerIndexBox */

.footerIndexBox {
	padding-top: 8px;
	font-size: 14pt;
	}

/* rowIndex */

.rowIndex {
	color: #000;
	}

.rowIndex li {
	display: inline;
	}

.rowIndex a {
	color: #000;
	padding: 0 16px;
	}

.rowIndex a:hover {
	color: #8A4;
	}

.linkSelected {
	font-weight: bold;
	}

/* Text colours and styles */

.whiteText {
	color: #FFF;
	}

.highlightText {
	color: #800080;
	}

.leftAlign {
	text-align: left;
	}

.centreAlign {
	text-align: center;
	}

.rightAlign {
	text-align: right;
	}

.quoteText {
	font-style: italic;
	}

.strongText {
	font-weight: bold;
	}

/* Background colours */

.background-1 {
 	background-color: #BED093;
	}
	
.background-2 {
 	background-color: #DAD0C0;
	}

/* Odds and ends */

.boxPadding {
	padding: 8px 16px;
	}

/* Clear float problems */

.clearFloat {
	clear: both;
	}