/* @group General Styles */

body {
	margin: 0px 5px 0px 5px;
	text-align: center;
	font: 13px Optima-Regular, Optima, Helvetica, sans-serif;
    font-family: Optima-Regular, Optima;
}

p { 
}

b, strong {
	font-weight: bold;
	color: #092143;
}

a:link {
	color: #2b71b7;
	text-decoration: underline;
}

a:visited {
	color: #2b71b7;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}
	
/* @end */

/* @group Layout */

#container {
	background: #ffffff repeat-y left url(images/sidebar_bg.png); /* This Is The BG Color Of The Main Div */
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 20px;
	font-family: Optima-Regular, Optima, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
}

#pageHeader {
	width: 780px;
	background: url(images/header_bg.jpg) no-repeat;
	text-align: left;
	list-style: none;
	height: 111px;
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	text-shadow: 0px 0px 4px #c6e3f9;
	margin: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 20px 20px 5px 50px;
}

#pageHeader h2 {
	color: #c6e3f9;
	text-shadow: 0px 0px 3px #c6e3f9;
	margin: 0px;
	font-size: 16px;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
	letter-spacing: 3px;
}

/*
for Christmas
*/
#pageHeader h3
{
	color: #c6e3f9;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 3px;
	padding: 250px 20px 5px 50px;
}
/*
for Christmas
*/
#pageHeader h3 b
{
	color: #C6E3F9;
	font-style: italic;
	font-weight: bold;
}

#contentContainer {
	width: 589px;
	float: right;
	text-align: left;
	border-top: 1px solid #ccc;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 40px;
	width: 519px;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	padding: 10px;
}

#footer {
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 3px;
	height: 31px;
	color: #ffffff;
	background: url(images/footer_bg.png) repeat-x;
}

#footer p {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer a
{
	color: #9CC;
	text-decoration: none;
}

#footer a:hover {
	color: #6FF;
	text-decoration: underline;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
}

#navcontainer #current {
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}



#navcontainer ul li {
	position: relative;
}

	

#navcontainer li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}



/* Styles for Menu Items */

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li { float: left; height: 1%; }

* html #navcontainer ul li a { height: 1%; }

/* End */

#navcontainer ul li a:hover { color: #FFFFFF; background: #3175b9;} /* Hover Styles */
#navcontainer ul li a:hover span.sidebar-title { color: #FFFFFF; background: #3175b9;} /* Hover Styles */
 /* Hover Styles */


#navcontainer li ul li a { padding: 6px 5px 6px 5px; } 

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

/* IE 6 PC Hack */
body { behavior:url(csshover.htc); }

/* @end */

/* @group Global Classes */

.standout, blockquote {
	font-style: italic;
	background: #e3f1fc;
	padding: 10px;
	font-size: 11px;
	color: #092143;
	border-bottom: 1px dotted #092143;
	border-top: 1px dotted #092143;
}

h1 {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #092143;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #092143;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #092143;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #092143;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	border-style: none;
}

.thumbnail-caption {
	margin-top: -2px;
	font-size: 0.8em;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	color: #092143;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #092143;
}

/* @end */
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link { 
}

	
/* @end */

.blog-entry {
}

.blog-entry-title {
/*  Fancy shadowed, cursive script...

	text-shadow: black 0.0em 0.0em 0.2em;
	color: #06C;
	font-family: 'cochin', 'cursive';
	font-size: 34pt;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.32;
*/
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 24px;
	text-shadow: 0px 0px 4px #c6e3f9;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #092143;
	font-size: 14px;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/* @end */

/* @group Quicktime Page */

.movie-title {
	color: #092143;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.movie-description {
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-right: 40px;
	text-align: center;
	width: 131px;
	margin-bottom: 20px;
}


.movie-thumbnail-caption {
	text-align: center;
	color: #333333;
	margin-bottom: 5px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
} 

.required-text {
	color: #0080ff;
} 

.form-input-field {
	color: #2160a9;
} 

.form-input-button { } 
/* @end */

/* Larry's additions */
.blog-entry-body
{
    font-family:Georgia, Optima-Regular, Optima, Helvetica, serif;
    font-size:1.1em;
}

p.highlight
{
	background-color:yellow;
}

.dark-background
{
	color: #3CF;
	text-align: justify;
	background: #333;
	padding-top: 0px;
	padding-bottom: 0px;
/*
	padding-left: 10px;
	padding-right: 10px;
*/
}

/* for nifty corners */
div.dark-background p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.sidebar-title
{
	color: #069;
	font-variant: small-caps;
	font-size: 120%;
	font-weight: bold;
}

.sidebar-body
{
	font-size: 90%;
}

.myh2
{
	font-weight: bold;
	display: block;
	background: #e3f1fc;
	font-size: 14px;
}


.dark-background b { color: #0FF; }
.dark-background i.adam { color: #CFF; }
.dark-background i.men { color: #CFF; }
.dark-background i.serpent { color: #F9F; }
.dark-background i.eve { color: #F90; } 
.dark-background i.god { color: lime; }
.dark-background i.jesus { color: #3C3; }
.dark-background i.pilate { color: aqua; }
.dark-background i.jews { color: #F03; }
.dark-background i.pilateswife { color: #F0C; }
.dark-background a:visited { color: #6FF; }
.dark-background a:link
{
	color: #0FF;
	text-decoration: underline;
	text-transform: inherit;
}

.bibleref {
	color: #99F;
	font-variant: small-caps;
	font-size: 130%;
	}

i.who { color: #06C; }
.personcolon { color: #30F; }
.singlespacedlist {
	line-height: 1em;
}
.nopad-blockquote {
	font-style: italic;
	background: #e3f1fc;
	padding: 0px;
	font-size: 11px;
	color: #092143;
	border-bottom: 1px dotted #092143;
	border-top: 1px dotted #092143;
}
.NiceTitleScript
{
	text-shadow: black 0.0em 0.0em 0.2em;
	color: #06C;
	font-family: 'cochin', 'cursive';
	font-size: 34pt;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.32;
	margin-bottom: 0.000000pt;
	margin-left: 0.00pt;
	margin-right: 0.00pt;
	margin-top: 0.000000pt;
	padding-bottom: 0.000000pt;
	padding-top: 0.000000pt;
	text-align: left;
	text-decoration: none;
	text-indent: 0.00pt;
	text-transform: none;
	vertical-align: 0.000000em;
}
/* nifty corners */
.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}