﻿/*  page basics */
* {
	margin: 0;
	padding: 0;
}
/* structure */
body {
	text-align: center;
	background: repeat-y center;
}
#header {
	height: 110px;
	position: relative;
	background: url(images/conflogo.jpg) no-repeat top;
}
.indent {
	margin-left: 35px;
	margin-right: 35px;
	font-size: medium;
	color: #003366;
    font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: justify;
}
#container {
	width: 772px;
	margin: 20px auto 0em auto;
	background: #ffffff repeat-y center url('images/outerwrap.jpg');
	text-align: left;
}
#wrapper {
	clear: both;
	width: 485px;
	float: left;
}
#content {
	margin-left: 20px;
	margin-right: 18px;
	width: 455px;
}
#saint {
	float: left;
	width: 280px;
	margin-bottom: 1em;
}
#extra {
	height: 285px;
	background: url("images/mount_Rainier_from_northw.jpg") no-repeat left;
	margin-top: 15px;
	margin-left: 15px;
	clear: both;
	margin-right: 7px;
}
#extra-sidebar {
	height: 285px;
	width: 285px;
	float: right;
	text-align: left;
	background: repeat-x;
}
.footer {
clear:both;
margin-left:35px;
margin-right:35px;
	text-align: center;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
}
/*links */
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #e5ca63;
}
a img {
	border: 0;
}
/*images*/
img {
	border-width: 0px;
	border-style: solid;
}
/*typography*/
body {
	font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;
	color: #555;
}
.title {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #0F0000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height:normal;
	}
	.subheading {
	font-size: medium;
	color: #003366;
	vertical-align: middle;
	font-weight: bold;
	line-height:normal;
	text-align:center;
}
.info {
font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
text-align: justify;
color: #003366;
	line-height: normal;
}
.date {
	font-size: large;
	line-height: normal;
	color: #555555;
	text-align: center;
}
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: normal;
}
.introtitle {
	font-size: xx-large;
	line-height: normal;
	color: #333333;
	text-align: center;
	font-style: italic;
		line-height: normal;
	font-family: "Times New Roman", Times, serif;

}
.intro {
	font-size: medium;
	line-height: normal;
	color: #555555;
	text-align: center;
}
/* H1
---------------------------------------------*/
h2 {
	font-family: "Georgia", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0em 0em 0em 0px;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	color: #004080;
}
p {
	padding: 0em 5px 10px 0px;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
#footer p {
	margin-left: 30px;
	font-size: small;
	margin-right: 5px;
}
/*events */
#extra-sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#extra-sidebar ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#extra-sidebar ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
}
#extra-sidebar li {
	display: block;
	border-bottom: 1px #3366cc solid;
	color: #666;
	font-weight: bold;
}
#extra-sidebar li a {
	text-transform: capitalize;
	font-weight: bold;
	color: #003366;
}
#extra-sidebar li a:hover {
	color: #e5ca63;
}
.navigation a:hover {
	color: #c2bfb2;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.archive li a:hover {
	color: #333;
}
/*Forms*/
.picture {
border-color: #FFFFFF;
margin-top: 15px;
}
.photo {
border-color: #FFFFFF;
vertical-align: text-top;
float: left;
}
#pagenav li a:hover {
}
blockquote {
color: #003366;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
text-indent: 10px;
}