/*==Bethlehem Lutheran Church main style sheet==*/
/*	Triad colour scheme: [Dark -> Light]        */
/*	  Blues: #00234F #003A84 #004BA6 #006CED    */
/*             #C4DEFF #E6F0FF                  */
/*    Reds: #A6002F #CD7092 #D48095             */
/*    Golds: #8B814C #CAC5AD                    */
/*==============================================*/

/*===== Global declarations =====*/

div {
	margin: 0; padding: 0;
}
address, blockquote, body, caption, dd, div, dl, dt, form, ol, p, td, th, ul {
	font-size: 1em;
}
body {
	margin: 0;
	font-size: 86%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #003A84; 
}

/*======= Content Elements =======*/
a {
	color: #A60037;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #CD7092;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #F0003D;
}
code, pre {
	font: .9em/1.2 "Courier New", Courier, monospace;
	border: dotted 1px #8B814C;
	background-color: #F3F2E9;
}
code { padding:.1em;}
pre {	padding: 1em;}
h1 {
	margin: 1.3em 0 1.3em -15px;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .06em;
	color: #8B814C;
}
h2 {
	margin: 1.1em 0 .8em -15px ;
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	color: #006CED;
}
h2 a { color: #006CED; }
h2 a:visited { color:#5EA6FF; }
h2 a:focus, h2 a:hover, h2 a:active { color: #F0003D; }
h3 {
	margin: 1.2em 0 .7em 0;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0 .3em 0;
	font: bold italic 1em Arial, Helvetica, sans-serif;
}
h5 {
	margin: 1em 0 0.1em 0;
	font: bold .9em Arial, Helvetica, sans-serif;
}
h6 {
	margin: 1em 0 0 0;
	font: bold italic .85em Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
p {
	margin: 0 0 1em 0;
}
/*LISTS*/
dl { line-height: 1.5; margin: 0 0 1em 0;}
dt { margin: .7em 0 .2em 0; font-size:1.1em; font-weight: bold;}
dd { margin: 0 0 0 2.5em;}

dt a { color: #006CED; }
dt a:visited { color:#5EA6FF;}
dt a:focus, dt a:hover, dt a:active { color: #F0003D; }



li { 
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
ol {
	padding: 0 0 0 2em;
	margin: 0.2em 0 1em 0;
	list-style-type: decimal;
}
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; } /*eg 2. b. ii.*/
ul {
	padding: 0 0 0 2em;
	margin: 0 0 1em 0;
	list-style-type:  square;
}
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: disc; }

ol ol, ul ul {
	margin: .3em 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
}
td {
	padding: .3em .2em;
	margin: 5px;
	border: 1px solid #8B814C;
	font-size: .95em;
}
th {
	font: normal normal 1.1em/1.5 Arial, Helvetica, sans-serif;
	text-align: left;
	padding: .2em;
	border: 1px solid #8B814C;
	background-color: #F8F7F1;
}
/*======= Customised Content Elements =======*/
.home h1 { margin: .6em 0 0.5em -10px; }
.home h2 { margin: .5em 0 .4em; }
.home p { font-size: 1.05em; margin: 0 0 .8em 4em;}

.sitemap ul ul, .sitemap ul ul ul { list-style-type: square; padding-left: 1.5em; }
.sitemap ul li {color:#5EA6FF;}
.sitemap ul ul li {color:#006CED;}
.sitemap ul ul ul li {color:#004BA6;}

.sermons .date { width: 35%;}
.sermons .reading {width: 35%;}
.sermons .preacher {width: 29%;}

/*======= Content Classes =======*/
/*lists*/
.expanded li { 
	margin: 0 0 1em 0;
}
.semiexpanded li {
	margin-bottom: .5em;
}
.expanded li li {
	margin: .5em 0;
}
.expanded li li li {
	margin: 0;
}
.wrap li {
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*featured images and quotes*/
.right {
	float: right;
	width: auto;
	margin: 0 0 1em 1em;
}
.left { 
	float: left;
	width: auto;
	margin: 0 1em 1em 0;
}
.centre {
	width: auto; 
	margin: 0 auto 1em;
}
.border {	
	border: 1px solid #8B814C;
	background-color: #F8F7F1;
	padding: 10px;
}
.thinborder {
	border: 1px solid #8B814C;
	padding: 0;
}
.pullquote {
	display: none;
}
.caption {
	font-size: .9em;
	margin: .2em 0 0 0;
	text-align: center;
}
.intro {
	font-size: 1.1em;
	margin-bottom: 1.4em;
}
.byline {
	font-style: italic;
	margin-top: 2em;
}
.keypress {
	border: 1px solid #8B814C;
	background: #F8F7F1;
	font-family:"Courier New", Courier, monospace;
}
ul.feature {
	margin: 2em 0;
	padding: 0;
	list-style: none;
}
.feature li {
	padding-left: 120px;
	overflow: hidden;
	margin-bottom: 1.2em;
}
.feature li h2 {
	margin: 0 0 .7em 0;
}
.feature li img {
	float: left;
	margin-left: -120px;
	margin-right: -100px;
	border: 1px solid #8B814C;
	background-color: #F8F7F1;
	padding: 5px;
}
.feature li a:focus img, .feature li a:hover img, .feature li a:active img { border-color: #F0003D; }


/*===== Main Layout Blocks =====*/
#container {
	width: auto;
	padding: 15px;
	color: #00234F; /*main text colour*/
	background: #FFF none;
}
#shadow {
	width: auto;
	background-color: #FFF;
}
#header {
	padding: 15px 0 5px;
	background: url(/images/css/building.jpg) no-repeat right top;
}
#site-name {
	font: 2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .13em;
	color: #8B814C;
}
#site-tagline {
	padding: .1em 0.1em 2em;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .25em;
	color: #A6002F;
}
#banner {
	width: auto;
	height: 1px;
	background: #FFF none;
}
#column {/*right*/
	width: 160px;
	clear: both;
	float: right;
	overflow: hidden;
	margin: 1em 0;
}
#content {/*left 560px available*/
	padding: 15px;
	line-height: 1.5;
}
#breadcrumb {
	font-size: .85em;
	padding: 0;
	margin-left: -15px;
	letter-spacing: .1em;
	border-bottom: dashed 1px #CAC5AD;
}
/*=== customised banners ===*/
.news #banner { background: #FFF url(/images/css/banner-news.jpg); }
.about #banner { background: #FFF url(/images/css/banner-about.jpg); }
.worship #banner { background: #FFF url(/images/css/banner-worship.jpg); }
.music #banner { background: #FFF url(/images/css/banner-music.jpg); }
.churchlife #banner { background: #FFF url(/images/css/banner-churchlife.jpg); }
.resources #banner { background: #FFF url(/images/css/banner-resources.jpg); }
.home #banner { height: 260px; background-image: url(/images/css/banner-home.jpg); }
/*=== customised layout ===*/
.home #container {background-image: none;}
.home #column {/*right*/ 	width: 180px; margin-top: 2em; }
.home #content {/*left*/ 	margin-right: 190px; }
.search #content { margin-right: 0;}
.search #container {background-image: none;}

/*===== Outside container =====*/
.outside {
	display: none;
}


/*===== Nav Main =====*/
#nav-main {
	display: none;
}

/*===== Search [nav-main] ======*/
#search {
	display: none;
}

/*===== Nav Home [column] in place of nav section =====*/
#nav-home {
	background-color: #E6F0FF;
	padding: 1em 15px 2em;
}
#nav-home h2 { 
	font-size: 1.5em; 
	margin: .5em 0;
	color: #004BA6;
}
#nav-home ul {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1.5em;
	list-style: outside url(/images/css/list-home.gif);
}
#nav-home li {
	margin: 0 0 .5em 0;
	font-size: .9em;
	letter-spacing: .05em;
}

/*===== Nav Section [column] =====*/
#nav-section {/*inside column*/
	display: none;
}

/*===== Sub Sections =====*/
#nav-section li ul  {
	display: none;
}

/*===== Nav on this page =====*/
#on-this-page {
	margin-bottom: 3em;
	border-left: #E6F0FF solid 10px; 
	border-top: #E6F0FF solid 3px; 
	border-bottom: #FFF solid 5px; 
	border-right: #FFF solid 5px;
	padding: 5px;
}
#on-this-page p {
	margin: 0 0 .2em 0;
}
#on-this-page ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}
#on-this-page li {
	display: inline;
	padding: 0;
	margin: 0;
	border-right: solid 1px #00234F;
}
#on-this-page a {
	padding: 0 .5em;
}
#on-this-page .last {
	border-right: none;
}

/*===== Nav toplink =====*/
#toplink {
	display:none;
}

/*===== Nav markers =====*/
/*not required for prin*/
