/* @group General styles */
/*
Harmonise v1.3
Resets styles then adds basic typographical styling.
Use as a starting point upon which to build more CSS.
By Clearleft.com
*/

/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*
:focus {
	outline: 0;
}
*/
/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


body {
	padding: 0;
	margin: 0 auto;
	background-color: #111111;
	color: #333333;
    font-size: 14px;
    line-height: 1.6em; 
    position: relative;
}

a:link,
button.link span
/*a:visited*/ {
	color: #2F8BBE;
	text-decoration: underline;
}
a:hover, 
a:focus,
a:active,
button.link:hover,
button.link:focus span, 
button.link:active span {
	color: #2F8BBE;
	/* color: #1E3E48; */
	text-decoration: none; 
}

a:visited {
	/*color: #1E3E48;*/
	color:#2D6171;
}

/* @group Font sizes & margins */

p, ul, ol, dl, address, table, pre, form, fieldset {
	font-size: 1em /* 14px */;
	margin-bottom: 1.5em; /* 21px */
}

/* @end */

/* @group Font families */

body {
	font-family: Calibri, "Trebuchet MS", "Gill Sans", Frutiger, Univers, "helvetica neue", arial, helvetica, sans-serif;	
}

pre, code, kbd, tt, samp {
	font-family: "andale mono", monospace;
	font-size: 0.92em;
}

/* @end */

/* @group Headings */

/* size headings using classic scale of 16, 18, 24, 36 */

h1 {
	font-size: 2.571em /* 36px */;
	line-height:1em /* 36px */;
	margin-top:0.1667em /* 6px */;
	margin-bottom:0.5833em /* 21px */;
	color: #1E3E48;
	clear: both;
}
h2 {
	font-size: 1.286em /* 18px */;
	margin-top:1.556em /* 28px */;
	margin-top:1.75em;
	margin-bottom:0.778em /* 14px */;
	color: #8C765A;
}
.secondary h2 {
	margin-top: 1.1em;
	margin-bottom: 1.2em;
}
h3 {
	font-size:1.286em /* 18px */;
	margin-top:1.556em /* 28px */;
	margin-bottom:0.778em /* 14px */;
	color: #1E3E48;
}
h4 {
	font-size:1.143em /* 16px */;
	margin-top:1.3125em /* 21px */;
	margin-bottom:0.4375em /* 7px */; 
	color: #1E3E48;
}
h5, h6 {
	font-size:1em /* 14px */;
	color: #1E3E48;
}

/* @end */

/* @group Lists */

.prose ul, 
ul.xoxo, 
ul.xoxo ul,
body.wysiwyg ul {
/* unordered lists more often DON'T require bullets except in extended bits of writing. Where bullets are required apply the .prose class to a container, or apply directly with .xoxo */
/* JJM - added them for the WYSIWYG */
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.prose ul li,
ul.xoxo li,
body.wysiwyg li {
	padding-left: 15px;
	margin-left: 0;
	background-image: url(../img/icons/li-arrow.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	color: #1E3E48;
	font-weight: bold;
}

/* JJM - fixes for calendars and slideshows within prose sections */
.prose ul li.vevent, .slideshow ul li, .prose ul.jPag-pages li {
	padding-left: 0;
	background-image: none;

}

ol {	/* ordered lists usually DO require (numbered) bullets */
	list-style-type: decimal;
	margin-left: 2em; /* 28px */
}

dt {
	font-weight: bold;
	margin-top: 1.5em; /* 21px */
}

ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

/* @end */

/* @group Tables */

table {
	border-bottom: 1px solid #666;
}

caption {
	font-weight: bold;
	padding-bottom: 0.4375em; /* 7px */
	font-size:1.144em; /* 16px */
}

thead th {
	border-top: 1px solid #666;
	border-bottom: 3px solid #666;
	padding-top: 0;
	padding-bottom: 0.5em; /* 7px */
}

tbody {
	border-top: 3px solid #666;	/* not rendered in IE6/7 */
}

tbody tr th, tbody tr td {
	border-top: 1px solid #ddd;
}

th, td {
	text-align: left;
	padding: 0.286em 0.5em 0.214em 0.5em; /* 4px 7px 3px 7px */
}

/* @end */

/* @group Blockquotes */

blockquote {
	font-style: italic;
	margin: 0 1.5em 1.5em 1.5em; /* 21px */
	color: #585858;
}

p+p+blockquote {
	margin-top: 1.5em /* 21px */;
}

blockquote cite, blockquote em {
	font-style: normal;
}

/* @end */

/* @group Body Blockquote */

/* Additions by Firefly */
/* WYSIWYG only supports one class for a paragraph style */

.quotation, .quotation-pull-left, .quotation-pull-right {
	border-top: 0.364em solid #E9E4DD;
	line-height: 1.25;
	font-size: 1.571em;
	color: #A99579;
	font-weight: bold;
	font-style: normal;
	margin: 0.3em 0 0 0;
	padding-top: 0.5em;
	clear: both;
}

.quotation p, .quotation-pull-left, .quotation-pull-right {
	margin-bottom: 1.4em;
}

blockquote.pull-left, 
blockquote.pull-right,
.quotation-pull-left,
.quotation-pull-right {
	width: 48.2%;
	clear: none;	
}

blockquote.pull-left,
.quotation-pull-left {
	float: left;
	text-align: right;
	margin-right: 7.018%;
}

blockquote.pull-right,
.quotation-pull-right {
	float: right;
	margin-left: 7.018%;
	text-align: left;
}

.pull-left {
	float: left;
	margin-right: 1em;
}

.pull-right {
	float: right;
	margin-left: 1em;
}

.prose-quote  {
	border-left:0.364em solid #E9E4DD;
	color:#8C765A;
	font-size:1.2em;
	padding-left:1em;
}

/* @end */


/* @group Other styling */

address {
	font-style: normal;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}
code {
	background-color: #D9D9D9;
	padding: 0 0.3em;
}

sub,
sup {
	font-size: 0.714em;
}

sub {
	vertical-align: top;
}
sup {
	vertical-align: bottom;
}
q,
cite {
	font-style: italic;
	color: #585858;
}
/* @end */


/* @end */

/* firefly forms */

table.questiontable, table.questiontable td, table.questiontable tr, table.questiontable th, table.questiontable table, table.questiontable tbody {
	border: 0;
	vertical-align: top;
}