@charset "UTF-8";
/* CSS Document */

/*
Author: Benjamin J Steyaert
Company: AppleBoxStudios

COLORS:
Green: #7BC143
Grey: #5E6E66
*/
h1, h1 a {
	font-size:24px;
	color:#7BC143;
	font-weight:bold;
	margin:10px 0;
	text-decoration:none;
	text-justify: left;
	line-height: 1.2em;
}
h1 a:hover {
	text-decoration:underline;
}
h2, h2 a {
	font-size:20px;
	font-weight:normal;
	color:#7BC143;
	margin:20px 0 0;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	font-size:20px;
	color:#7BC143;
	font-weight:normal;
	margin: 20px 0 5px;
}
h4 {
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h5 {
	font-size:18px;
	color:#7BC143;
	padding:0;
	margin:0;
}
h6 {
	font-size:16px;
	color:#5E6E66;
	padding:0;
	margin: .5em 0;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom:20px;
	}

#maincontent p {
	line-height:1.5em;
	margin:0;
}
#maincontent a {
	color:#7BC143;
	text-decoration:none;
}
#maincontent a:hover {
	text-decoration:underline;
}
#content p {
	line-height:1.5em;
	margin:10px 0 15px;
}
#content a {
	color:#7BC143;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
.narrowcolumn {
/*	width:550px; */
}
.entry {
	margin-top:10px;
}
