body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 24px;		/* Changing this will break the baseline grid. */
	-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
}

object, embed {
	margin-bottom: 20px;
}

a img {
	display: block;		/* Stops image links getting text link styles */
}

p, ul, ol, blockquote {
	margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}

li {
	margin-bottom: 6px;
}

/* Headings */
h1 {
	font-size: 1.6em;
	line-height: 36px;		/* Changing this will break the baseline grid. */
	margin-bottom: 24px;	/* Changing this will break the baseline grid. */
	font-weight: lighter;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 22px;	/* Changing this will break the baseline grid. */
	font-weight: lighter;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 20px;	/* Changing this will break the baseline grid. */
	font-weight: lighter;
}

h4 {
	font-size: 1.0em;
	margin-bottom: 18px;	/* Changing this will break the baseline grid. */
	font-weight: lighter;
}

h5 {
	font-size: 0.9em;
	margin-bottom: 16px;	/* Changing this will break the baseline grid. */
	font-weight: lighter;
}

h6 {
	font-size: 0.8em;
	margin-bottom: 14px;	/* Changing this will break the baseline grid. */
	font-weight: lighter;
}

table {
	border-collapse: collapse;
}

thead tr {
	font-weight: bold;
	border-bottom: solid 1px #eee;
}

td {
	padding: 5px;
}

table tbody tr:nth-child(even) {
	background-color: #eee;
}


/* Errors and notices */
.error, .notice, .success { border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { 
	background: #E6EFC2; 
	color: #264409; 
	border-color: #C6D880; 
	max-width: 250px;
	padding-left: 100px;
	position: relative;
	top: -50%;
	
	}
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Spacers */

.horSpacer {
	width: 20px;
	height: 1px;
}

.verSpacer {
	width: 1px;
	height: 30px;
}

span.horSpacer { display:inline-block; }

hr {
	border: 0;
	border-bottom: dashed 1px #ccc;
	margin: 20px 0;
}