@import url(/core/css/reset.css);
@import url(/core/css/forms.css);


body {
	font-size: medium;
	font-size: 0.8em;
	color: #333;
	background-color: White;
}


body, input, select, textarea {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p, li, cite {
	margin-bottom: 1em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span {
	line-height: 1.5em;
}

pre {
	font-family: 'Courier New', monospace;
	overflow-x: auto;
	overflow-y: hidden;
	font-size: 0.9em;
	line-height: 1.3em;
}

.sIFR-replaced {
	line-height: 1em;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 0.5em;
	letter-spacing: -1px;
	font-weight: normal;
}

h1.sIFR-replaced {
	margin-bottom: 0;
}

.home h1 em {
	font-size: 0.7em;
	font-style: italic;
}

h1, h2 {
	font-family: "Gill Sans MT", "Lucida Grande", Verdana, Arial, sans-serif;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	display: inline;
}

div.cols h2 {
	display: block;
}

h2.sIFR-replaced {
	font-size: 1.5em;
	margin: 0 0 0 0;
}

h2 a {
	text-decoration: none;
}

h2 .subtext {
	font-size: 0.85em;
	font-style: italic;
}

h3 {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
	line-height: 1.2em;
}

dl {
	margin: -1em 0 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

ul {
	list-style-type: square;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

ul.flat {
	list-style-type: none;
	margin-left: 0;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

#content li.current, #content li.current a {
	font-weight: bold;
	color: Gray;
	text-decoration: none;
}

blockquote {
	background-image: url(/graphics/blockquote_background.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-color: #DFE8FF;
	padding: 20px 20px 10px 70px;
	margin: 20px;
	font-style: italic;
	font-size: 0.9em;
	border: 1px dotted Gray;
}

blockquote em {
	font-style: normal;
}

cite {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #7E93C8;
}

a:hover {
	text-decoration: none;
}

label {
	font-weight: bold;
}

.added {
	font-size: 0.8em;
	color: Grey;
	font-style: italic;
	margin-top: -1em;
}

hr {
	background-color: White;
	color: White;
	border: none;
	border-top: 1px dotted Gray;
	height: 1px;
	width: 100%;
	margin: 0.5em 0 1em 0;
	padding: 0;
	float: left;
	clear: both;
}

p.info {
	color: Gray;
	font-size: 0.9em;
	font-style: italic;
	
}

.summary {
	font-size: 0.8em;
}

div.block {
	border-top: 1px dotted Gray;
	margin-top: 1em;
}

div.blocks {
	border-bottom: 1px dotted Gray;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

textarea#comments_prayer {
	width: 270px;
	height: 6em;
}

.left {
	float: left;
	clear: left;
	margin: 5px 10px 10px -35px;
}

.right {
	float: right;
	clear: right;
	margin: 5px -35px 10px 10px;
}

#feed-url {
	border: 1px dotted Gray;
	display: block;
	padding: 3px;
	width: 132px;
	font-size: 0.8em;
}

table {
	margin: 0 auto 1em auto;
}

table.fullwidth {
	width: 100%;
}

table, tr, td, th {
	border-collapse: collapse;
}

tr, td {
	border-bottom: 1px solid #A6C462;
}

td, th {
	padding: 5px 10px;
}

td {
	font-size: 0.85em;
}

th {
	font-weight: bold;
	text-align: right;
}

thead th {
	text-align: left;
	color: White;
	background-color: #A6C462;
}

th.currency,
td.currency {
	text-align: right;
}


.form-container select {
	max-width: 260px;
}

.form-container input, .form-container textarea, .form-container select {
	font-size: 12px;
	border: 1px solid #999;
	background-color: White;
	padding: 3px;
	vertical-align: top;
	color: #555;
}


div.radio input {
	border: 0;
}

div.errors p {
	margin-bottom: 1em;
}


/**********************************************************
 * Column-based layouts                                   *
 **********************************************************/

div.cols-3,
div.cols-2 {
	float: left;
	width: 470px;
	margin: 0;
	line-height: 1.1em;
	position: relative;
}

div.col,
div.col-span,
div.col-last,
div.col-all {
	float: left;
	margin: 0 25px 0 0;
	overflow: hidden;
}

div.col-last,
div.col-all {
	margin-right: 0;
}

div.cols-2 div.col,
div.cols-2 div.col-last {
	width: 222px;
}

div.cols-3 div.col,
div.cols-3 div.col-last,
div.float-col-left,
div.float-col-right {
	width: 140px;
	font-size: 0.85em;
}

div.cols-3 div.col-span {
	/* Must come after previous rules */
	width: 305px;
	font-size: 1em;
}

div.col-all {
	width: 100%;
}

div.cols-2 .left, div.cols-3 .left {
	margin-left: 0;
}

div.cols-2 .right, div.cols-3 .right {
	margin-right: 0;
}

/* Floating Column */

div.float-col-left,
div.float-col-right {
	z-index: 10;
	position: relative;
}
div.float-col-left {
	float: left;
	clear: left;
	padding-right: 25px;
}

div.float-col-right {
	float: right;
	clear: right;
	padding-left: 25px;
}

/**********************************************************
 * News Archive                                           *
 **********************************************************/

div.archive {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
}

div.archive h3 {
	clear: both;
	margin-top: 0;
}

div.archive ul.months {
	margin: 0;
	padding: 0;
	width: 145px;
}

div.archive ul.months li {
	list-style-type: none;
	display: block;
	float: left;
	width: 30px;
	height: 1.2em;
	margin-right: 5px;
	color: Gray;
}

/**********************************************************
 * Staff Listing                                          *
 **********************************************************/

.vcard .org {
	display: none;
}

.vcard .note {
	font-size: 0.85em;
}

div.cols-2 .vcard {
	font-size: 0.9em;
}

div.cols-2 .vcard img {
	float: left;
	margin: 0 10px 10px 0;
}

div.cols-2 .vcard h3 {
	
}

div.cols-2 .vcard h3 span.subtext {
	font-size: 0.9em;
	font-style: italic;
	display: block;
}



/**********************************************************
 * Diary                                                  *
 **********************************************************/

div.diary dl {
	position: relative;
	clear: left;
}

div.diary dt {
	font-weight: normal;
	width: 4.7em;
	position: absolute;
	left: 0;
	margin: 0;
	padding-top: 1em;
}

div.diary dd {
	margin: 0 0 0 5em; /* If left margin changed, also change dt margin in ie6 css */
	padding-top: 1em;
	line-height: 1.5em;
}

div.diary dd span.details {
	font-size: 0.85em;
}

.diary .composer,
.diary .celebrant {
	font-style: italic;
}

.diary .day-info {
	margin-bottom: 1em;
}

.diary .day-info p {
	margin-bottom: 0;
}

.diary .red-letter {
	text-transform: uppercase;
	font-weight: bold;
	color: #C30;
	font-size: 1.1em;
}

.diary .black-letter {
	font-weight: bold;
	font-size: 0.8em;
}

.diary .day-extra {
	font-style: italic;
	font-size: 0.8em;
}

.diary p.more {
	text-align: right;
	margin-bottom: 0;
	font-size: 0.8em;
}

p.controls {
	float: left;
	width: 100%;
	margin-top: -1em;
}

p.controls .prev {
	float: left;
	display: block;
}

p.controls .next {
	float: right;
	display: block;
}

div.diary-summary p {
	margin: 0.5em 0 0 0;
}
div.diary-summary dt {
	margin-top: 0.5em;
}
div.diary-summary dl {
	margin: 0;
}




/**********************************************************
 * Sermons                                                *
 **********************************************************/



dl.details {
	position: relative;
	margin-top: 0;
}

dl.details dt {
	width: 6em;
	position: absolute;
	left: 0;
	margin: 0;
	padding-top: 0em;
}

dl.details dd {
	margin: 0 165px 0 7em; /* If left margin changed, also change dt margin in ie6 css */
	padding-top: 0em;
	line-height: 1.5em;
}


/**********************************************************
 * Image Gallery                                          *
 **********************************************************/

.image-gallery {
	float: left;
	width: 100%;
}

.image-gallery  .gallery-item {
	background-color: White;
	border: 1px solid Gray;
	border-top: 1px solid #DDD;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #DDD;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}

.gallery-item h2 {
	margin-top: 0;
}

.gallery-item img {
	margin: 0px auto;
	display: block;
}

/*.gallery-item div*/.caption,
#lightbox-image-details-caption {
	text-align: center;
	padding: 0 15px;
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
}

.gallery-item div.caption p,
#lightbox-image-details-caption p {
	text-align: center;
	margin-bottom: 0.5em;
}

.gallery-item p.copyright,
#lightbox-image-details-copyright {
	font-size: 0.8em;
	color: Gray;
	text-align: right;
	margin-left: 50%;
}

ul.image-gallery {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	width: 495px;
	position: relative;
}

ul.image-gallery li.gallery-item {
	float: left;
	display: block;
	margin: 0 23px 23px 0;
	width: 120px;
	height: 125px;
	overflow: hidden;
	text-align: center;
	font-size: 0.85em;
}

li.gallery-item  .caption {
	display: none;
}

li.gallery-item  .copyright {
	display: none;
}



#lightbox-image-details-title {
	font-weight: bold;
}
#lightbox-image-details-copyright {
	font-style: italic;
	float: right;
	margin-left: 10px;
}



/**********************************************************
 * Selectors                                              *
 **********************************************************/

ul.selector {
	list-style-type: none;
	margin: 0 0 1em 0;
	text-align: center;
}

ul.selector li {
	display: inline;
}

ul.selector a {
	display: inline;
	position: relative;
	margin: 0 5px 0 0;
	padding: 0 5px;
	border: 1px solid #001B4D;
	background-color: #001B4D;
	color: White;
	text-decoration: none;
	outline: none;
}

ul.selector a:hover,
ul.selector li.current a:hover {
	background-color: #7E93C8;
	color: White;
}

ul.selector li.current a {
	color: #001B4D;
	background-color: White;
}

ul.selector li.prev a,
ul.selector li.next a {
	color: #001B4D;
	background-color: transparent;
	border: none;
}

ul.selector li.prev a:hover,
ul.selector li.next a:hover {
	text-decoration: underline;
}

ul.selector li.disabled a {
	color: #AAA;
	cursor: default;
}

ul.selector li.disabled a:hover {
	text-decoration: none;
}





/**********************************************************
 * Search                                                 *
 **********************************************************/

.search-form label {
	position: absolute;
	top: -5000px;
	height: 1px;
	overflow: hidden;
}

.search-form input {
	width: 250px;
}

p.provided-by {
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}

ol.search-results {
	list-style-type: none;
	margin-left: 0;
}

ol.search-results li {
	
}

ol.search-results li p, ol.search-results li h3 {
	margin-bottom: 0;
	font-size: 0.85em;
}

ol.search-results li h3 {
	font-weight: normal;
	color: Gray;
}

ol.search-results li h3 a {
	font-size: 1.1em;
}

ol.search-results li p.url{
	color: #A6C462;
	font-size: 0.8em;
}