body {
	margin: 10px;
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Judson', serif;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #F9E6D8;
	color: #F9E6D8;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	margin-top: 1em;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

p, li {
	line-height: 1.5em;
	margin: 0.7em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
	border: 1px solid #fff;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

body.ie6 img, body.ie8 img {
	max-width: none;
}

body.ie8 div#pagebody img {
	max-width: 530px;
}

a {
	color: #F0E59E;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

ul, ol {
	list-style-type: decimal;
	margin: 1em 0;
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px dotted rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

ul {
	list-style-type: disc;
}

ol ol {
	list-style-type: lower-roman;
	border:  none;
	background-color: transparent;
}

ul ul {
	list-style-type: circle;
	border:  none;
	background-color: transparent;
}

ul li, ol li, {
	margin: 0.5em 2em;
}


.clearfloats {
	clear: both;
}

.backlink {
	border-bottom: 1px solid #F9E6D8;
	padding-bottom: 0.5em;
	margin: 0;
	line-height: 1em;
	font-size: 1.1em;
}

.backlink a {
	font-family: 'Judson', serif;
	color: #fff;
}


/* templated images */

.captioned_image {
	text-align: center;
	line-height: 1em;
	font-size: 0.9em;
	font-family: 'Architects Daughter', cursive;
}

.captioned_image img {
	margin-bottom: 5px;
}

.captioned_image a {
	color: #fff;
}

.single_image_left {
	float: left;
	margin: 0.5em 1em 1em 0;
}

.single_image_right {
	float: right;
	margin: 0.5em 0 1em 1em;
}

.triple_image_left, .triple_image_centre, .triple_image_right {
	float: left; 
	width: 32%;
	margin: 1em 0;
}

.triple_image_left {
	clear: both;
}

.triple_image_centre {
	margin-left: 2%; 
	margin-right: 2%;
}

body.ie7 .triple_image_centre {
	margin-left: 1%; 
	margin-right: 1%;
}





