html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: georgia, times, serif;
	font-size: 16px;
	line-height: 22px;
	min-width: 950px;
}

#borderleft {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 30px;
	background-color: #dfd6c1;
	background-image: url(images/cross_border.gif);
	background-repeat: no-repeat;
	background-position: 0px 65px;
	margin: 0px;
}

#sidebar {
	width: 400px;
	float: right;
	display: inline;
}

#content {
	margin-right: 420px;
	margin-left: 50px;
}

#header {
	height: 135px;
	padding: 0px;
	padding-top: 65px;
	position: relative;
}

#title {
	margin: auto;
	width: 470px;
}

#footer {
	clear: both;
	position: relative;
	bottom: 0px;
	height: 80px;
	width: 100%;
	color: #717171;
	font-size: 14px;
	padding-top: 50px;
	background-image: url(images/cross_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contactdetails {
	position: absolute;
	bottom: 10px;
	left: 50px;
}
#feeds {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: right;
}

#aboutus {
	margin-top: 50px;
}

/* text */

a {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	color: #000000;
}

h1 {
	margin: 0px;
	font-size: 38px;
	font-weight: normal;
	line-height: 46px;
}

#header h1 {
	background-image: url(images/cross_header.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: visible;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 95px;
}
#header h1 a {
	color: #000000;
}
#header h1 a:hover {
	color: #0066cc;
}
h1 .subhead {
	margin-top: 4px;
	display: block;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #717171;
}

h2 {
	font-weight: normal;
	color: #717171;
}
.sectionhead {
	font-size: 26px;
	margin-bottom: 30px;
}
#sidebar h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
}

.itemdate {
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #717171;
}

.item {
	margin-bottom: 50px;
}

.item.divider {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfd6c1;
}

.item img, .event img, iframe {
	padding: 2px;
	margin: 16px;
	margin-left: 0;
	background: white;
	border: 1px solid #dfd6c1;
}

.readmorelink {
	margin: 0px;
	margin-top: -30px;
	font-style: italic;
}

#content p {
	max-width: 700px;
}

#calendar {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#calendar .event  {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
#calendar .event .date {
	float: left;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #717171;
	text-align: center;
	border: 1px solid #dfd6c1;
	text-transform: uppercase;
}
#calendar .event .datesub {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	background: #dfd6c1;
	padding-left: 4px;
	padding-right: 4px;
}
#calendar .event .title, #calendar .event .description {
	display: block;
	margin-left: 50px;
}
#calendar .event p {
	margin: 0px;
}
#calendar .event .title {
	margin-bottom: 0px;
	line-height: 20px;
}
#calendar .event .time {
	text-transform: lowercase;
}
#calendar .event .type {
	font-size: 12px;
	color: #000000;
}
#calendar .event .type.Service {
	background-color: #fffda6;
	padding: 0px 4px 0px 4px;
}
#calendar .event .type.Concert {
	background-color: #bbff9c;
	padding: 0px 4px 0px 4px;
}
#calendar .event .type.Lecture {
	background-color: #ffd5f7;
	padding: 0px 4px 0px 4px;
}
#calendar .event .type.Sunday-Service {
	background-color: #e9fcff;
	padding: 0px 4px 0px 4px;
}
#calendar .event .type.Meeting {
	background-color: #ffd0b4;
	padding: 0px 4px 0px 4px;
}

/* sidebar */

#randomimage, #navigation, #upcoming {
	margin-bottom: 58px;
}

#randomimage {
	position: relative;
	height: 200px;
	overflow: hidden;
}

#overlay {
	background-image: url(images/cross_overlay.png);
	height: 189px;
	width: 189px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#upcoming {
	margin-right: 30px;
	margin-left: 20px;
}

#upcoming ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#upcoming .event {
	margin-bottom: 20px;
}
#upcoming .event p {
	margin: 0px;
}
#upcoming .event .title, #sidebar .event .details {
	padding-left: 23px;
	margin: 0px;
	display: block;
}
#upcoming .event .details {
	color: #717171;
}
#upcoming .event .title {
	font-weight: bold;
}

#mailinglist {
	border-top: 1px solid #d3c5ab;
	border-bottom: 1px solid #d3c5ab;
	margin-right: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#mailinglist p {
	font-size: 12px;
	line-height: 18px;
	color: #717171;
}

/* navigation */

ul#navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
	margin-bottom: 58px;
	border-top: 1px solid #d3c5ab;
}

ul#navigation li {
	border-bottom: 1px solid #d3c5ab;
	padding-left: 20px;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}

ul#navigation ul {
	padding-left: 0;
}

ul#navigation li ul {
	list-style: square;
	border-top: none;
	color: #d3c5ab;
}

ul#navigation li ul li {
	font-weight: normal;
	margin-left: 18px;
	padding: 0;
	margin-top: 6px;
	border-bottom: none;
}

/* contact form */

input, select {
	margin-bottom: 10px;
}

/* pew sheet */

body.notices #services {
	border-bottom: solid 1px black;
}

body.notices #calendar {
	list-style: none;
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px black;
}

body.notices #calendar .event {
	margin-bottom: 30px;
}

body.notices #calendar .event h4, .notices #notices h4 {
	font-size: 18px;
	margin: 0;
}

body.notices #calendar p, body.notices #notices p {
	margin-top: 0;
}

body.notices #notices .item {
	margin-bottom: 30px;
}