/* 
STYLE SHEET FOR www.kinsbourne-green-nursery.co.uk
Created by Rebecca D'Cruz, Tembo Consulting
www.temboconsulting.co.uk

ToC

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


*/

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

* {
		margin: 0;
		padding: 0;
		}

/* --------- 2. structure --------- */

body {
	margin: 0px;
	padding: 0px;
	background: #E7FAE7;
	color: #006600;
	font-family: 62.5%/1.5 Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.2em;
}

#content {
	margin: 10px auto;
	width: 750px;
}

#header {
	width: 700px;
	margin: 0px auto;
}


#rightColumnContent {
	float: right;
	width: 555px;
	padding-left: 10px;
}

#leftColumn {
	float: left;
	width: 185px;
}

#middleColumn {
	float: left;
	width: 340px;
	padding: 0px 20px;
}

#rightColumn {
	float: right;
	width: 185px;

}

#footer {
	clear: both;
	width: 750px;
	padding: 10px 0px;
	margin-right: auto;
	border-top: 5px solid #006600;
}

#footer p {
	font-style: italic;
}

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

a {
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: none;
	color: #003366;
}

a:focus {
    outline: none;
}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
}		

p {
	margin-bottom: 1.2em;
}	

p, li {
	font-size: 1.1em;
}

h1,h2, h3, h4 {
	font-weight: bold;
}

.highlightedText{
	font-weight: bold;
}

h1 {
	font-size: 2.1em;
	line-height: 1em;
	font-style: italic;
	padding-bottom: 7px;
	margin-bottom: 7px;	
}

h2 {
	padding-top:7px;
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4{
	font-size: 1em;
}

h5 {
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: underline;
}

.comment {
	font-size: 0.9em;
	line-height: 1.3;
	font-style: italic;
}

ul, ol{
	margin-bottom: 10px;	
}

li {
	margin-left: 20px;
}

/* ---------- 5. images ---------- */

img {
	padding: 0;
	border: 0;
}
