/*
File: style.css
Author: Scott Buckner
Date: 31-Jan-2008
*/
@import url("base_styles.css");

.readings {
	list-style: none;
	margin-left: 0;
	padding: 3px;
}
.reading {
	list-style: none;
}
#lesson sup {
	color: #03c; 
	padding: 0 1px 0 3px;
}
#lesson p{
	font-size: small;
	line-height: 1.5em; 
}
#lesson p:first-letter {
	font-size: x-large; 
	font-weight: 700;
	color: red;
	margin-right: 5px;
	float: left; 
}
#disclaimer p {
	font-size: small;
	font-family: arial, helvetica, sans;
}
		
.hdr {
	margin-left: 115px;
}

img.color {
	display: inline;
	padding-right: 5px;
}

.dateposted {
	display: block;
	margin: 0;
	padding: 1px;
	font-size: x-small;
	font-family: verdana, sans; 
	color: green;
	border-top: 1px dashed green;
}
.links {font: 13px 'bookman old style', 'times new roman', serif; margin: 0 3px 6px;}
.home {font: 7pt arial, helvetica, sans;}
.updates {
	list-style: none; 
	width: 400px; 
	border: 2px solid #a52a2a; 
	padding: 2px 3px; 
	margin: 3px 5px;
}
.lectionary {margin-left: 20px;}

table.outer { border-width: 0px; }
table.banner { border: 0px transparent;}
table.graph { border-width: 0px;}
table.office { margin-left: 20px; border: 2px solid #bc8f8f;}
table.plain { border: 0px transparent; padding: 0px; margin: 0px;}

#eventcal {
	display: block; 
	clear: left;
}
#eventcal table {
 	width: 100%;
	border: 2px solid #bc8f8f;
}
#eventcal th {
 	font-size: large; 
	letter-spacing: 0.35em; 
	border: none; 
	padding-bottom: 5px;
}
#eventcal tr {
}

td.banner { border: 0px transparent; padding: 0px; }
td.office { border: 1px solid #bc8f8f; vertical-align: top;}
td.bday { vertical-align: top;}
td.calendar_days { background-color: #bc8f8f; text-align: center; font-weight: 700; }
td.plain { border: 0px transparent; padding: 0px; }
td.calendar {border: 1px solid #bc8f8f;}
td.space {border: 1px solid #bc8f8f; background-color: #add8e6; }
td.today {border: 1px solid #bc8f8f; background-color: #ffffcc; }
td.outer, td.graph {border: 0px;}
.sunday {color: red; }
.inline {
	display: inline; 
	list-style-type: none;
}
.bookmark a {font-weight: 700;}
a:hover {color: red; text-decoration: none;}
a.sunday {font-weight: 700; color: red; text-decoration: none;}
a.sunday:hover {background-color: red; color: white; }
.sundayholiday {font: 11px arial, helvetica, sans; color: red;}
.holiday {font: 11px arial, helvetica, sans; color: green;}
.caltxt {font: 11px arial, helvetica, sans;}
.noborder { border: 0px; }

#address {
	display: inline;
	position: relative;
	top: 0px;
	left: 116px;
	height: 25px;
	width: 504px;
}

#church {
	float: right; 
	padding: 10px 0px;
}
#info {
	font-size: small;
	margin: 0;
	width: 504px; 
	letter-spacing: 0.05em;
}

#middle {
	width: 100%;
	height: 220px;
	clear: left;
} 
#middle p {margin: 0.1em;}

#worship table {clear: right;}
#worship td {
	padding: 3px; 
	border: 1px solid #bc8f8f; 
	vertical-align: top;
}
#worship th {
 	font-size: medium;
	font-family: "Trebuchet MS", Verdana, "Myriad Web", Syntax, sans-serif; 
	text-align: center; 
	font-weight: 400; 
	letter-spacing: 0.2em; 
	background-color: #ffe4e1; 
	border: 1px solid #bc8f8f; 
	padding-bottom: 5px;
}
#worship pre {
	padding-bottom: 5px;
}

#ministry_info ul {
	list-style: none; 
	border: 2px solid #a52a2a; 
	margin: 2px
}
#ministry_info li {
	padding: 2px;
}
#guestbook fieldset {
 padding: 2px;
}
#guestbook p {
 margin-left: 10px;
}
#guestbook label {
	display: inline-block;
	min-width: 100px;
	padding-right: 10px;
	padding-top: 2px;
	vertical-align: top;
}
#guestbook ul {
	list-style: none; 
}
#guestbook textarea, #guestbook input {
font-family: verdana, sans-serif;
max-width: 400px;
}
#guestbook li button {
font-family: verdana, sans-serif;
margin-top: 2px;
margin-left: 110px;
}

#errors {
	background-color: #fdf;
}

#lesson {
	text-align: justify;
	margin: auto 20px;
}
