body {
	font: 75% 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background:url(/images/img_66.gif) repeat;
	text-align: center;
}



/* ---------  CORE STRUCTURE -------------  */

#wrapper {
	margin: 0 auto;
	width: 680px; /* was 664 */
	text-align: left;
}


#bg {
	padding: 10px; /* was 10 19 15 10 */
	border: 1px solid #666;
	background: #fff;
}

#bgp {
	border: 1px solid #666;
	background: #fff;
}

#sidebar {
	float: left;
	width: 165px;
	margin-top: 15px;
	padding: 0 10px;
	line-height: 1.1em;
}

#content {
	width: 450px;
	margin-top: 15px;
	padding: 0 10px;
	border-left: 1px dotted #ccc;
	line-height: 1.4em;
	float: right;
}


#full {
	margin: 10px auto;
	padding: 0;
	line-height: 1.4em;
	text-align: center;
}

#bottom {
	background: url(/images/shadow_bottom.gif) no-repeat center bottom;
	height: 4px;
	margin: 0;
	padding: 0;
}

#footer {
	height: 10px;
	margin: 0 4px 0 0;	
	font-size: 10px;
	text-align: right;
	
}


/* ---------  MASTHEAD -------------------  */


#masthead0, #masthead1, #masthead2, #masthead3, #masthead4 {
	width: 658px;
	height: 216px;
}

#masthead0 {
	background: url(/images/b0.jpg);
}
#masthead1 {
	background: url(/images/b1.jpg);
}
#masthead2 {
	background: url(/images/b2.jpg);
}
#masthead3 {
	background: url(/images/b3.jpg);
}
#masthead4 {
	background: url(/images/b4.jpg);
}




/* ---------  LINKS ----------------------  */


a:link {
	color: #036;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #036;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: underline;
}

img {
	border: 0 none;
}

#sidebar a:link, #nav a:link {
	border: 0 none;
}



/* ---------  HEADINGS ------------------- */


h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Georgia, Verdana, sans-serif;
	margin: 1.5em 0 .5em 0;
}

h1 {
	font-size: 1.5em;
	color: #600;
	line-height: 1em;
	margin-top: 0;
}

h2 {
	font-size: 1.25em;
	color: #600;
}

h3 {
	font-size: 1.1em;
	color: #600;
	margin: 0;
}


h4 {
	font-size: 1em;
	color: #333;
}

h1+h2, h2+h3, h3+h4, h4+h5, h2+h4 {
	margin: 0;
}


/* keeps headings aligned with tops of images */
img+h2 {
	margin-top: 0;
}

/*
#content h1, #content h2, #content h3 {
	color: #C60;
}


#content h2+h4 {
	margin: 0;
}


#content+h1, #content+h2 {
	margin: 0 0 .25em 0;
}
*/

#sidebar h2, #sidebar h3 {
	margin: 0;
	font-size: 1em;
	color: #600;
}

/*
h1+p, h2+p, h3+p, h4+p, h5+p {
	margin-top: .75em;
}
*/


/* ---------  LISTS ------------------- */

#content ol, #content ul {
	margin-bottom: 2em;
}


#content ol li, #content ul li {
	margin: 8px 0;
}



#content ol li li, #content ul li li {
	margin: 5px 0;
}











p {
	margin: 0 0 1em 0;
}
/*
p+p {
	margin-top: .5em;
	font-size: 1em;
}
*/


blockquote {
	font-style: italic;
}

strong {
	color: #333;
}





#services {
	border: 1px solid #999;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

#services h3 {
	margin: 0;
}






/* ---------  PRIMARY NAVIGATION ---------  */


#nav {
	background: #ececec;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #666;
	padding-left: 80px;
	height: 16px;
}

#nav img {
	margin: 0;
	float: left;
}

#nav a:link img {
	text-decoration: none;
}


#nav a:visited img {
	text-decoration: none;
}

#nav a:hover, #nav a:hover img {
	background: #ddd;
	text-decoration: none;
}

#nav a img.here {
	background-color: #ccc;
	text-decoration: none;
}



/* ---------  SECONDARY NAVIGATION -------  */


#sidebar ul {
	list-style: none;
	margin: 0 0 1em .5em;
	padding: 0;
}

#content ul, #content ol {
	margin-top: 0;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: .9em;
	line-height: 1.5em;
/*	border-left: 1px dotted #ccc; */
	color: #666;
}

#sidebar ul li ul li {
	line-height: 1.5em;
	font-size: 1em;
	padding-left: 12px;
}


#sidebar p {
	margin: 0 0 1em 0;
	font-size: .9em;
	line-height: 1.3em;
}

#sidebar h2 {
	margin-bottom: .25em;
}




/* --------- IMAGES ----------------------  */


#content img, #sidebar img {
	border: 1px solid #ccc;
	float: right;
	background-color: #e8e8e8;
	padding: 5px;
	margin: 0 0 10px 10px;
}

#sidebar img {
	float: none;
	margin: 0 auto;
	background-color: #fff;
}


#content div.thumb img {
	margin: 0 10px 10px 0;
	float: left;
}

#sidebar div.thumb img {
	margin: 0px auto;
	text-align: center;
}


#content img.none {
	border: 0;
	float: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* input formatting */
#smallta {
	font-size:1.25em;
}




/* no longer used, but keeping in case I want to use this to highlight announcements */
.title {
	color: #69c;
	background: url(/images/heart.gif) no-repeat left top;
	padding-left: 35px;
	display: block;
	margin: 10px 0;
}

.date {
	color: #333;
	font-size: 1.2em;
}

.clear {
	clear:both;
}


/*
.thumbnail {
	float: left;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #ececec;
}
*/

/* --------- SERMON DOWNLOADS ------------  */

table#downloads {
	border: 0px solid white;
	width: 100%;
}

table#downloads th {
	background-color: #efefef;
	color: #000;
	font: 1em/1.1em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

table#downloads td {
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #ccc;
	font: 95% 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	vertical-align: top;
}

table#downloads td.left, table#downloads th.left {
	border-left: 0px;
	width: 80px;
}


table.basic {
	border: 0px solid white;
	width: 100%;
}

table.basic th {
	background-color: #efefef;
	color: #600;
	font: 95%/1em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

table.basic td {
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #ccc;
	font: 95% 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	vertical-align: top;
}

table.basic td.left, table.basic th.left {
	border-left: 0px;
}







div.entrytime {
	font-size: 10px;
	margin: 0;
	border-top: 1px dotted #999;
	text-align: right;
}

div.post+div.post {
	margin-top: 20px;
}

.highlight p {
	color: #900;
}

span.postdetails
{
	color: #666;
	font-size: 10px;
	margin: 0;
	display: block;
	font-style: italic;
}

div.post p {
	margin-bottom: 0;
}


div.divider {
	border-bottom: 1px dotted #ccc;
	margin: 15px 0;
	clear: both;
}

.success {
	color: #060;
	font-weight: bold;
}

.error {
	color: #600;
}

.warning {
	color: #C60;
}


td {
	vertical-align: top;
	font: 10px Verdana;
}

th {
	text-align: left;
	color: maroon;
	font-size: 110%;
	padding: 3px;
}	

tr.odd td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
}

tr.even td {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
}

form {
	margin: 15px 0;
}

table#form {
	width: 100%;
	
	border-top: 1px solid #ccc;
	margin: 0 0 5px 0;
}

table#form {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 0 5px 0;
}


table#form th {
	background-color: #eee;
	border-bottom: 2px solid #ccc;
}

table#form td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	background-color: #eee;
}


table#form td.label {
	text-align: right;
	border-left: 0px;
	vertical-align: top;
	width: 90px;
	color: #666;
	background-color: #fff;
}

tr.odd tr td, tr.even tr td {
	border: 0;
	padding: 0;
}

table#form td.left {
	border-left: none;
}


/* --------- CALENDAR --------------------  */

table#month {
	background-color: #A1A5A9;
	width: 100%;
/*	clear: both; */
}

table#month td {
	font: 9px Verdana;
	vertical-align: top;
	background-color: #fff;
	padding: 2px;
	height: 91px;
	line-height: 1.2em;
	text-align: left;
}

table#month th {
	background-color: #e3e3e3;
	font: 9px Verdana;
	font-weight: 900;
	text-align: center;
	height: 12px;
}

h2.cal {
	font: 18px 'Trebuchet MS';
	margin: 0;
	text-align: center;
}

#month td.monthoff {
	background-color: #eee;
}


#month td div.fcdate {
	font: 11px verdana;
	color: #933;
	float: right;
	padding: 2px;
	width: 100%;
	text-align: right;
	clear: both;
}

#month td.monthoff div.fcdate {
	font: 11px verdana;
	color: #666;
	float: right;
}

#month td.today {
	background-color: #b9c7d5; /*#c7e3b9;*/
}

#month td.today div.fcdate {
	color: #000;
	font-weight: bold;
}

div.event {
	text-decoration: none;
	padding: 2px;
	margin: 0 0 2px 0;
	border: 1px solid #ccc;
	clear: both;
	background-color: #eee;
}

div.event:hover {
	border: 1px solid #ccc;
	background-color: #fff1b9;
	padding: 2px;
	margin: 0 0 2px 0;
	display: block;
}

td.today div.event:hover {
	background-color: #fff;
}


#attention {
	border: 1px solid #999;
	background-color: #FFC;
	padding: 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 120%;
	color: maroon;
	text-align: center;
}




.errors {
	border-top: 1px solid #C90;
	border-bottom: 1px solid #C90;
	background-color: #FFC;
	margin: 10px 0;
	padding: 10px;
}


#container-errors ul li {
	margin-left: 20px;
	color: #600;
	font-weight: bold;
}

.success {
	border-top: 1px solid #98c15e;
	border-bottom: 1px solid #98c15e;
	background-color: #cfeba8;
	margin: 10px 0;
	padding: 10px;
}


#container-success ul li {
	margin-left: 20px;
	color: #557825;
	font-weight: bold;
}



blockquote {
	background: url(/images/quotes_open.gif) no-repeat top left;
	font-style: italic;
	margin: 0;
	padding: 10px 20px 0 20px;
}

cite {
	text-align: right;
	display: block;
	margin-bottom: 1em;
	font-style: normal;
	padding-right: 20px;
}


.news {
	border: 1px solid #999;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #600;
}

.news a:link,
.news a:visited,
.news a:hover,
.news a:active {
	color: #600;
}




/*

table#minical {
	width: 150px;
	border: 1px solid blue;
}

table#minical th {
	background-color: yellow;
}

table#minical td {
	border-left: 1px dotted #ccc;
	background-color: yellow;
}
*/

td.rank {
	text-align: center;
}


dl.womens_events {
	margin-left: 2em;
}

dl.womens_events dt {
	font-weight: bold;
}

dl.womens_events dd {
	margin-left: 1.5em;
	margin-bottom: 1em;
}


