/*
Version: Pre-live. December 2009. Trevor Barton. Fellowship of Reconciliation.
*/

/* v1.0 | 20080212  This part written by Eric Meyer - CSS guru */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Eric Meyer part */

/*changed the margin left 10px to margin 10px at point of golive for the benefit of center and left divs */

#content, #left, #right, #center, #title {margin: 0px; background-image: none !important;}
h1, h1 a {text-decoration: none; color: black; font-size: 140%; margin: 10px 10px 20px 0px; }
#title {border-style: none !important;}
#title h2 {margin: 0px; padding: 0px;}
#left h2, h2.top, h2, h2 a {line-height: 2; color: black; margin: 0px 10px 20px 0px; text-decoration: none; font-size: 120%; }
h3, h4 {margin-top: 1em; margin-left: 0px;}
#content {margin: 0 0px;}
#content h2 {line-height: 1; margin: 0;}
p {margin: auto 0 25px 0px;}
.eventbox {border: 1px solid gray; margin: 10px; font-family: sans-serif; font-size: 80%;}
.eventbox h3 {background-color: #333; color: white; padding: 5px;}
.homebox1, .homebox2, .homebox3 {clear: both; margin-top: 5px;}
#right {clear: both}
.viewoptions {margin: 0px;}

#menusearchcontainer {display: none; visibility: collapse;}
#antiscreen_show, .antiscreen_show {display: none; visibility: collapse;}
.printshow {border-top: 1px dotted gray; margin-top: 5px; font-family: sans-serif; margin-left: 10px; padding-top: 5px;}
img {float: left; padding-right: 10px;}

.printhide, #printhide {display: none; visibility: collapse;}
#title {border-bottom: 1px solid black;}

/* hides a special version of menusearchcontainer which is called in just for versions of IE less than or equal to 7 */

#exploder {display: none;}

