/* 

STYLE SHEET FOR LAURENCE DAVIES WEB SITE
Created by www.performerswebdesign.co.uk
www.laurencedavies.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
body {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #c5d7d9;
}
body {
	text-align: center;
}
#wrapper {
	text-align: left;
}
		
#masthead {
	height: 122px;
	background-image: url(images/masthead_bg7.jpg);
	background-repeat: repeat;
	background-color: #e5e7d7;
		}
		
#masthead ul {
	float: right;
	list-style: none;
	margin-top: 20px;
	padding-right: 30px;
	padding-left: 10px;
	border-left: 4px solid #a36218;
}
#masthead li {
	border-bottom: 1px dotted;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #a36218;
	font-variant: lowercase;
}
#masthead li a {
	text-decoration: none;
	color: #a36218;
	font-weight: bold;
}
#masthead li :hover {
	background-color: #CFD2B5;
	color: #000000;
}
		
#masthead h1 {
	font-family: "Times New Roman", Times, serif;
	margin-left: -999999px;
	letter-spacing: .25em;
	font-size: 250%;
	text-align: center;
	color: #A36218;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#masthead h2 {
	font-family: "Times New Roman", Times, serif;
	margin-left: -999999px;
	font-size: 200%;
	text-align: center;
	color: #A36218;
	padding-left: 10px;
}	
		
#content {
	width: 760px;
	margin-top: 0;
	padding: 20px 0 0 0;
}
#content h1 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #A36218;
	font-family: Arial, Helvetica, sans-serif;
}

#content p{
	font-size: 90%;
	text-align: justify;
	line-height: 1.75em;
	letter-spacing: normal;
	padding: 10px 90px 30px 100px;
		}		

.leftimg {
	margin-right: 30px;
	margin-left: 15px;
	border-top: 3px solid #a36218;
	border-right: 3px solid #ecb97f;
	border-bottom: 3px solid #a36218;
	border-left: 3px solid #ecb97f;
}
.centerimg {
	margin-right: 25px;
	margin-left: 10px;
	border-top: 3px solid #a36218;
	border-right: 3px solid #ecb97f;
	border-bottom: 3px solid #a36218;
	border-left: 3px solid #ecb97f;
}
.rightimg {
	margin-right: 0;
	margin-left: 15px;
	border-top: 3px solid #a36218;
	border-right: 3px solid #ecb97f;
	border-bottom: 3px solid #a36218;
	border-left: 3px solid #ecb97f;
}

#footer {
	clear: both;
	background-color: #a6ad77;
	color: #555555;
	height: 50px;
	text-align: center;
		}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: left;
	padding-top: 18px;
	padding-left: 15px;
}

.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a { color: Blue;
	 text-decoration: none;
		}

a:hover {
	background-color: #DFDFDF;
	text-decoration: underline;
}

#navigation {
		}

#navigation a {
		}

#navigation ul {
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
		}

h3 {
		}
		
h4 {
		}

p {
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images first rule removes border from image
                 nested in links ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  