@import url(fonts.css);

.typography * {
	margin: 0;
	padding: 0;
	}

.typography {
	font: 12px/20px Verdana,sans-serif;
	}

.typography p,
.typography ol,
.typography ul,
.typography dl {
	margin: 20px 0;
	}

.typography h1 {
	font: 400 18pt/20px "Lato", sans-serif;
	margin: 20px 0 4px;
	padding-bottom: 16px;
	}
.typography h2 {
	font: 400 15pt/20px "Lato", sans-serif;
	margin: 20px 0;
	}
.typography h3 {
	font: 400 12pt/20px "Lato", sans-serif;
	margin: 20px 0;
	}

.typography > img {
	display: block;
	margin: 20px auto;
	}

.typography p img {
	}
	.typography p img.left {
		float: left;
		margin: 0 20px 20px 0;
		}
	.typography p img.right {
		float: right;
		margin: 0 0 20px 20px;
		}

.typography ul,
.typography ol {
	padding-left: 20px;
	}


.typography dt {
	font-weight: bold;
	margin-top: 20px;
	}
.typography dd {
	margin: 0 0 0 40px;
	}
.typography hr {
	display: block;
	border: 0;
	height: 1px;
	width: 80%;
	margin: 20px auto 19px;
	}
	.typography hr + * {
		margin-top: 19px;
		}

.typography a {
	text-decoration: none;
	}
	.typography a:hover {
		text-decoration: underline;
		}

.typography a.more {
	padding-right: 25px;
	font-variant: small-caps;
	display: block;
	text-align: right;
	}
	
.typography .header {
	margin: 20px 0;
	}
	.typography .header > h1,
	.typography .header > h2,
	.typography .header > h3,
	.typography .header > p,
	.typography .header > img {
		margin: 0;
		}
	.typography .header + .footer {
		margin-top: -20px;
		}
	.typography .header .byline {
		color: grey;
		margin: 0;
		}
		.header .byline .author,
		.header .byline .time {
			color: #494949;
			}

/*
 * Colours
 */

.typography {
	color: #494949;
	}
	.typography a,
	.typography h1 {
		color: #7AC044;
		}
	.typography h1 {
		background: url(../images/bg_h1.png) no-repeat 38px 100%;
		}
	.typography a.more {
		background: url(../images/bg_readmore.gif) no-repeat center right;
		}
	.typography hr {
		background-color: LightGrey;
		}
	.typography img {
		border: 0px solid LightGrey;
		}

.typography.green,
.typography.green a {
	color: white;
	background-color: #7AC044;
	}
	.typography.green a.more {
		background-image: url(../images/bg_homeReadMore.gif);
		}

.typography.dark,
.typography.dark a {
	color: white;
	}

#News.widget.typography {
	font-size: 10px;
	}
	#News.widget.typography h3 {
		font-size: 14px;
	}
