/* Stylesheet by Matt Hinchliffe > www.maketea.co.uk */

/*
1.	Reset
2.	Body
3.	Block Level
4.	Inline
5.	Classes
*/

/* 1. Reset */
html * {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	border: none;
	outline: none;
	text-decoration: none
}

/* 2. Body */
html, body {
	font-size: 12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif
}

/* 3. Block Level */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px
}
	h1 {
		font-size: 40px;
		line-height: 45px
	}
	h2 {
		margin-top: 30px;
		font-size: 28px;
		line-height: 30px
	}
	h3 {
		font-size: 21px;
		line-height: 30px
	}
	h4, h5, h6 {
		font-weight: bold;
		line-height: 15px
	}

p {
	margin-bottom: 15px;
	line-height: 15px;
	text-align: justify
}

ul, ol {
	margin: 0 0 15px 35px
}
	ul {
		list-style-type: disc
	}
	ol {
		list-style-type: lower-roman
	}
	li {
		line-height: 15px
	}

dl {
	margin-top: 15px
}

address {
	font-style: normal;
	line-height: 15px
}

table {
	margin-bottom: 15px;
	border-collapse: collapse
}
	thead th {
		line-height: 15px;
		font-weight: bold
	}
	tfoot td {
		line-height: 15px;
		font-style: italic
	}
	tbody td {
		line-height: 15px
	}

/* 4. Inline */
a {
	color: #8c0a4b
}
	a:hover {	
		text-decoration: underline
	}
	a:focus {
		color: #555
	}

img {
}

/* 5. Classes */
.float-left {
	float: left
}
.float-right {
	float: right
}

.left {
	text-align: left
}
.centre {
	text-align: center
}
.right {
	text-align: right
}

.bob {
	color: #8C0A4B /* Pink */
}
.dave {
	color: #1E0A19 /* Purple */
}
.pete {
	color: #a57828 /* Gold */
}

.replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat
}
