h1
	{
	font-family: futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	font-size: 240%;
	line-height: 30pt;
	font-weight: 100;
	text-align: center;
	color: black;
	}

h2
	{
	font-family: futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	font-size: 180%;
	font-weight: normal;
	background-color: #89ae7f;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 0.5em;
	color: black;
	}

h3
	{
	font-family: futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	text-transform: uppercase;
	font-size: 180%;
	font-weight: normal;
	color: black;
	margin-right: 0em;
	margin-left: 0em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-top: 0.5em;
	}

h4
	{
	font-family: futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	text-transform: uppercase;
	color: black;

	font-size: 140%;
	}

#links h4
	{
	color:#363E40;
	background:#6c9461;
	font-family: gibraltar, futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	font-size: 100%;
	/* padding: 0.5em; */
	text-align:center;
	text-transform:uppercase;
	letter-spacing: .2em;
	}

body
	{
        /*
	background-color: #D6E3E6;
        */
	background-color: #d9e2d7;
	color: #394735;
	font-family: georgia, palatino,times new roman, serif;
	font-size: 12pt;
	}

ul.plain
	{
	list-style-type: none;
        /*
	margin-left: 1en;
        */
	/* padding-left: 1en; */
	}

a
	{
	text-decoration:none;
	}

a:link
	{
	color: #141a13;
	/* background-color: #d5e2d2; */
	}

a:visited
	{
	color: #141a13;
	}

a:hover
	{
	color: #546064;
	/* background-color: #c8e2c2; */
	text-decoration: underline;
	}

#banner
	{
	color: black;
	background-color: #6c9461;
	margin: 0px;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	}

#banner-headline
	{
	font-family: gibraltar, futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	font-size: 180%;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: .2em;
	}

#banner-subheading
	{
	font-weight:normal;
	}

#banner-byline
	{
	font-family: gibraltar, futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: .2em;
	}

#content
	{
	float:left;
	margin-right: 1em;
	}

#content2
	{
        /*
	border: 1em;
        */
	}

#links
	{
        /*
	left: 70%;
	width: 29%;
        */
	background-color: #CFDCDF;
	}

#links ul
	{
	list-style-type: none;
	/* padding-left: 5px; */
	}

#links li
	{
	text-align: left;
	}

#continue-reading
	{
	font-family: gibraltar, futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	font-size: 120%;
	}

#continue-reading-title
	{
	font-family: gibraltar, futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
	font-size: 120%;
	text-transform: uppercase;
	}

img
	{
	border: none;
	}

cite
	{
	font-style: normal;
	}

acronym[title], abbr[title], cite[title]
	{
	border-bottom: 1px dotted black;
	cursor: help;
	}

.categoriesbar
	{
	background-color: #6c9461;
	}

.categories
	{
	font-family: gibraltar, futura, trebuchet ms, helvetica, arial black, arial, sans-serif;
        /*
	background-color: #6c9461;
	background-color: #D6E3E6;
        */
	/* background-color: #92C3D0;
        background-image: url(/graphics/category.gradient.png);
        background-repeat: repeat-x;
        */
	text-transform: uppercase;
	}


#title
	{
        /*
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
        */
	}

#entries
	{
        /*
	top: 50px;
	left: 0;
	width: 76%;
        */
	}

#footer
	{
	background: #6c9461;
	/* padding-top: 5px; */
	text-align: right;
	}

pre, .code
	{
	background-color: #e4e8e3;
	font-family: consolas, lucidia console, courier new, courier, monospace;
	font-size: 10pt;
	margin: 5pt ;
	padding: 5pt;
	border: 1px solid #f2f2f2;
	}

.quote
	{
	background-color: #BEDAE0;
	border:1px solid #76878B;
	}

.centre
	{
	text-align: center;
	}

.inlinecode
	{
	font-family: consolas, lucidia console, courier new, courier, monospace;
	font-size: 10pt;
	line-height: 110%;
	}

.toc
	{
	}

.blogfooter
	{
	font-size: x-small;
	}

/* Some classes for my CV, produced using XMLResume */
.skillSetTitle, .jobTitle
	{
	font-weight: bold;
	}

.employer
	{
	font-style: italic;
	}

.bolditalic
	{
	font-weight: bold;
	font-style: italic;
	}