html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; vertical-align: text-top;}
img, fieldset { border: 0; padding: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }


				/* TRANSFERABLE CODE */

/* Core Framework */				

body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
background: #ddd url(../palette/faade.png) repeat;
	margin: 0px;
	}
	
body.red {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
background: #a11c1d url(../palette/faade.png) repeat;
	margin: 0px;
	}

body.white {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
background: #fff url(../palette/faade.png) repeat;
	margin: 0px;
	}	

#topline_outer {
	width: 100%;
	height: 30px;
	}

#topline_inner {
	width: 900px;
	height: 30px;
	margin: 0px auto;
	}	

#wrapper {
	width: 860px;
	margin: 0px auto;
	padding: 20px 20px;
	background-color: #fff;
	}	
	
#logo {
	margin: 0px 0px 20px 5px;
	}

p.contact {
	text-align: right;
	float: right;
	padding-top: 8px;
	}	

.contact_subtext {
	text-align: right;
	float: right;
	margin-top: -2px;
	font-size: 0.8em;
	font-style: italic;
	}
	
#link {	
	width: 100%;
	margin: 0px auto 0px auto;
	}

#link_line {
	clear: both;
	}	

.linkblock {
	float: left;
	}

#link a:link, #link a:visited {
	display: block;
	color: #333;
	font-weight: bold;
	background-color:#fff;
	text-align: center;
	padding: 10px 13px;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: 0.9em;
}
	
#footer {	
	padding-top: 10px;
	margin-top: 15px;
	}

#affiliation {	
	padding-top: 15px;
	margin-top: 40px;
	}
	
#footer p, #affiliation p {
	font-size: 0.8em;
	color: #999
	}
	
#social {
	margin-top: 10px;
	float: right;
	}
	
#social img {
	width: 50px;
	}	
	
		
#map_frame {
	margin: 20px 0px;
	}

#map_frame p {
	text-align: right;	
	}
	
#map {
	border: 1px solid #ddd;	
	}	

#contact_form {
	width: 380px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

#contact_form p {
	margin-bottom: 2px;	
	color: #fff;
	}		

/* Core Text */		

p {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0px 5px 5px 5px;
	}

h1 {
	font-size: 2.1em;
	line-height: 150%;
	margin: 20px 5px;
	color: #3ea123;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}		
	
h2 {
	font-size: 1.4em;
	line-height: 150%;
	margin: 20px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

h3 {
	font-size: 1.3em;
	line-height: 150%;
	margin: 20px 5px 3px 5px;
	}

ul {
	margin: 15px 5px;
	list-style-type: none;
	}
	
li {
	font-size: 1.2em;
	line-height: 150%;
	background-image: url(../palette/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding: 3px 0px 15px 20px; 
	}		
	
a, a:visited, a:hover, a:active {
	text-decoration: underline;
	}

	

/* Secondary coding */

.clear {
	clear: both;
	}

p.subtext {
	margin-top: -8px;
	font-size: 1em;
	}	
	
p.center {
	text-align: center;
	}

p.right {
	text-align: right;
	}	
	
.dual_right {
	width: 415px;
	float: right;
	margin: 0px 0px 15px 20px;
	border: 1px solid #e0e0e0;
	}

.dual_left {
	width: 415px;
	margin: 0px 0px 15px 0px;
	}

.lookshot {
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
	}	

.lookshot p {
	text-align: center;
	font-size: 0.8em;
	}	

img.logo2 {
	float: right;
	top: -60px;
	right: -8px;
	position: relative;
	z-index: 1;
	}
	
	
				/* BRANDED CODE */

/*Primary Dark Colour*/
#topline_outer {
	background-color: #901112;
	}
	
h2 {color: #901112;
	}

	
/*Primary Medium Colour*/
#topline_inner {
	background-color: #a11c1d;
	}

#link_line {
	border-bottom: 2px solid #a11c1d;
	}
	
#link a.this {
	background-color: #a11c1d;
	color: #fff;
	}

.montage {
	border-left: 2px solid #a11c1d;
	border-right: 2px solid #a11c1d;
	border-bottom: 2px solid #a11c1d;
	}	
	
#montage {
	border-left: 2px solid #a11c1d;
	border-right: 2px solid #a11c1d;
	border-bottom: 2px solid #a11c1d;
	}	

#footer, #affiliation {	
	border-top: 2px solid #a11c1d;
	}		
	
h1, h3 {
	color: #a11c1d;
	}		

a, a:visited {
	color: #a11c1d;	
	}

	
.lookshot img {
	border: 1px solid #a11c1d;
	}	

.cloud {
	border: 1px solid #a11c1d;
	}	
	
#contact_form {
	clear: right;
	}
	
/*Primary Light Colour*/
#link a:hover, #link a:active {
	background-color: #ddd;
	color: #666;
	}

a:hover, a:active {
	color: #666;
	}

	
	





	







	



	
	


	
			/* RIGHT COLUMN (GREY BOXES) */

.right_column {
	width: 250px;
	border: 1px solid #ddd;
	background-color: #eee;
	margin: 20px 0px 10px 10px;
	float: right;
	padding: 0px 5px 5px 5px;
	clear: right;
	/* Grey boxes that float on the right side of most pages */
	}
	
.right_column h2 {
	margin: 10px 0px 0px 5px;
	}	
	
.right_twitter {
	width: 250px;
	margin: 20px 0px 10px 10px;
	float: right;
	padding: 0px 0px 5px 5px;
	clear: right;
	/*for twitter feed */
	}	

img.prayer {
	float: left;
	margin: 5px 10px 10px 0px;
	}
	
.right_column p {
	font-size: 0.85em;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 5px;
	}		

.right_column .content_divider {
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	/* Grey line to divide sections */
	}	
	
img.floatr {
	float: right;
	margin: 14px 10px 10px 10px;
	/* For a right floating image */
	}	
	
img.floatr2 {
	float: right;
	margin: 0px 10px 10px 10px;
	border: 1px solid #ddd;
	/* For a right floating image */
	}	
	
.white_divider {
	padding-bottom: 0px;
	border-bottom: 0px solid #fff;
	margin: 2px 0px 0px 0px;
	clear: both;
	/* Used to extend whitespace beyond floating items, regardless of whether content runs that far or not. */
	}
	
.content_divider {
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	/* Grey line to divide sections */
	}	

.content_divider_clear {
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
	/* Grey line to divide sections. Clears items to either side to form definitive break. */
	}		
	
	
	
	
			
	

