/* General Styles
=================================*/

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font: 76% verdana, helvetica, sans-serif;
	min-width: 720px;
	color: #E8D8D8;
	background: #660000;
}

ul, li {
	list-style-type: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia;
}

.incomplete {
	color: #33FF00;
}

em {
	font-style: italic;
}
.clear {
	clear: both;
}




/* Layout
=================================*/

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#mainArea {
	width: 800px;
	background: #660000 url(graphics/background.gif) repeat-y top left;
}

#sideBar {
	position: relative;
	width: 200px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentBottom {
	clear: both;
	width: 800px;
	height: 26px;
	background: #660000 url(graphics/bottomBg.gif);
}

#footer {
	background: #520000;
	padding: .5em;
	margin: 2em 0 0 0;
}

#qtheader {
	background: #520000;
	padding: .5em;
	margin: 0 0 2em 0;
}
#shopheader {
	margin: 0 0 8px 14px;
}
#shop-div {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #721414;
}



/* Header
=================================*/

#header {
	width:800px;
	height:180px;
	background: #660000 url(images/new-header.jpg) no-repeat;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	display: block;
}



/* London Internet Church
=================================*/

.lic-link {
	width:100px;
	height:60px;
	background: #660000 url(graphics/lic-link.gif) no-repeat;
	position: relative;
	float: left;
	margin-left: 810px;
	margin-top: -10px;
	text-indent: -9999px;
}

.lxmas-link {
	width:130px;
	height:77px;
	background: #660000 url(graphics/londonchristmas.gif) no-repeat;
	position: relative;
	float: left;
	margin-left: 690px;
	margin-top: 10px;
	text-indent: -9999px;
}



/* Navigation
=================================*/

#mainNav {
	float: left;
	background: url(graphics/nav-bg.gif) repeat-y;
	width: 800px;
}

#shop-div #mainNav {
	width: 800px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#shop-div #mainNav ul {
	height: 24px;
	width: 800px;
	border-top: 1px solid #843333;
	border-bottom: 1px solid #843333;
}

.iframe {
	background: #fff;
	margin: 0 auto;
	float: left;
	width: 780px;
	margin-left: 8px;
	border: 1px solid #520000;
}

#mainNav ul {
	height: 24px;
	width: 790px;
	border-top: 1px solid #843333;
	border-bottom: 1px solid #843333;
}
#mainNav li {
	display: inline;
}

#mainNav a {
    float: left;
	margin-top: 6px;
	padding-left: 24px;
	color: #c19999;
	text-decoration: none;
	font-family: helvetica;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}
#mainNav a:hover {
	color: #ffffff;
}
#home-page #mainNav .home-link {
	color: #ffffff;
}
#events-page #mainNav .events-link {
	color: #ffffff;
}
#av-page #mainNav .av-link {
	color: #ffffff;
}
#history-page #mainNav .history-link {
	color: #ffffff;
}
#buyatshop #mainNav .shop-link {
	color: #ffffff;
}
#donate-page #mainNav .donate-link {
	color: #ffffff;
}
#samaritans-page #mainNav .samaritans-link {
	color: #ffffff;
}
#links-page #mainNav .links-link {
	color: #ffffff;
}
#contact-page #mainNav .contact-link {
	color: #ffffff;
}




/* Main Content Area
=================================*/

#content {
	position: relative;
	float: left;
	width: 600px;
	display: inline;
}

#content p {
	width: 570px;
	font-size: .9em;
	line-height: 1.7em;
	text-align: left;
	height: 1%;
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
}

#shop-div p {
	font-size: .95em;
	line-height: 1.7em;
	text-align: left;
	width: 700px;
	margin: 0 0 8px 14px;
}

#content ul {
	width: 560px;
	font-size: 1em;
	line-height: 1.5em;
	height: 1%;
	margin: 0 0 7px 15px;
	padding: 5px 0 10px 10px;
}

h4 {
	color: #c19999;
}

.music {
	float: right;
	margin: 0px 0px 0px 10px;
}

.list li {
	margin: 0 10px 0 0;
	padding: 7px 10px 7px 10px;
	background: #7C2626 url(graphics/dotted-line.gif) repeat-x bottom left;
	font-size: 0.9em;
	clear: both;
}

.list a {
	color: #E03333;
	text-decoration: none;
}
.list a:link {
	border-bottom: 1px dotted #E03333;
}
.list a:visited {
	color: #A36666;
	border-bottom: 1px dotted #A36666;
}
.list a:hover {
	color: #6677AA;
	border-bottom: 1px solid #6677AA;
}

.alt-list li {
	margin: 0 10px 0 0;
	padding: 1px 10px 1px 10px;
	background: #7C2626;
	font-size: 0.85em;
	clear: both;
}

.advent-list li {
	margin: 0 10px 0 0;
	padding: 6px 10px 6px 10px;
	background: #7C2626;
	font-size: 0.85em;
}

#content img {
	background: #8C3F3F;
	float: left;
	margin: 7px 10px 0 0; 
	padding: 4px;
	vertical-align: bottom;
}

#content img.right {
	float: right;
	margin: 6px 0 0 7px;
}

#content img.map {
	margin: 20px 0 20px 145px;
}





#lic {
	margin: 20px 0 10px 15px;
	height: 16px;
	width: 275px;
	background: url(graphics/lic.gif) no-repeat;
}


#content h2 {
	line-height: .7em;
	font-size: 2.5em;
	color: #c19999;
	font-weight: normal;
	font-style: italic;
	margin: 20px 15px 10px 15px;
	padding-bottom: 12px;
	background: url(graphics/dotted-line.gif) repeat-x bottom left;
}
#content h3 {
	margin: 20px 15px 10px 15px;
	font-size: 1.7em;
	font-weight: normal;
}

#content h4 {
	margin: 15px 15px 4px 15px;
	font-size: 1.2em;
}

#content h5 {
	margin: 15px 0px 4px 15px;
	font-size: 1.0em;
	color: #B27F7F;
}

p a {
	color: #E03333;
	text-decoration: none;
}
p a:link {
	border-bottom: 1px dotted #E03333;
}
p a:visited {
	color: #A36666;
	border-bottom: 1px dotted #A36666;
}
p a:hover {
	color: #6677AA;
	border-bottom: 1px solid #6677AA;
}

.article {
	background: url(graphics/dotted-line.gif) repeat-x bottom left;
}

.smaller {
	font-size: .8em;
}

.advent-list, .new-schedule a {
	color: #E03333;
	text-decoration: none;
}
.advent-list, .new-schedule a:link {
	border-bottom: 1px dotted #E03333;
}
.advent-list, .new-schedule a:visited {
	color: #A36666;
	border-bottom: 1px dotted #A36666;
}
.advent-list, .new-schedule a:hover {
	color: #6677AA;
	border-bottom: 1px solid #6677AA;
}

.flashvid {
	margin: 10px 0 10px 58px;
}

.schedule {
	margin: 10px 0 10px 24px;
	font-size: .9em;
	width: 552px;
	background: #7C2626;
	border: 1px #520000 solid;
}
.schedule td {
	padding-left: 4px;
	padding-bottom: 4px;
}
.section-header {
	padding-top: 15px;
	font-size: 0.9em;
	background: #721414;
}

.new-schedule {
	font-size: 1em;
	line-height: 1.2em;
	height: 1%;
	margin: 5px 0 0 10px;
	border: 1px solid #520000;
	background: #660000;
	width: 524px;
	padding: 7px;
	color: #CDB2AF;
}
.new-schedule li {
	padding-right: 10px;
}
.title {
	font-family: Georgia, Garamond;
	font-size: 1.5em;
	padding: 6px 0 4px 0;
	color: #FFFFFF;
	font-weight: normal;
}
.title_divider {
	font-family: Georgia, Garamond;
	font-size: 1.5em;
	padding: 6px 0 10px 0;
	margin-right: 10px;
	color: #FFFFFF;
	border-top: #721414 1px solid;
}
.subtitle {
	font-family: Georgia, Garamond;
	font-size: 1em;
	font-style: italic;
	color: #CDB2AF;
	font-weight: normal;
}
.new-schedule-para {
	font-size: 0.85em;
}
.new-schedule-img {
	margin-right: 400px;
	float: left;
}
.new-schedule-para-title {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: #721414 1px solid;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 4px;
	margin-top: 7px;
	margin-right: 10px;
}
.new-schedule-footer {
	font-size: 0.7em;
	text-transform: uppercase;
	border-top: #721414 1px solid;
	line-height: 1.1em;
	padding-top: 7px;
	margin-top: 4px;
	margin-right: 10px;
}

.collapsable {
	height: 1%;
	margin: 5px 0 0 15px;
	border: 1px solid #520000;
	background: #660000;
	padding: 7px;
	font-size: .9em;
	line-height: 1.2em;
	width: 555px;
	color: #CDB2AF;
	float: left;
}
.collapsable ul {
	margin-left: -30px;
	font-size: 1em;
}
.collapsable li {
	padding-right: 10px;
	font-size: 1em;
}
.collapsable li.footer {
	font-size: 0.9em;
	text-transform: uppercase;
	border-top: #721414 1px solid;
	line-height: 1.1em;
	padding-top: 7px;
	margin-top: 4px;
	margin-right: 10px;
}



/* Side Bar
=================================*/


#sideBar h2 {
	line-height: .7em;
	font-size: 2.1em;
	color: #c19999;
	font-weight: normal;
	font-style: italic;
	margin: 10px 15px 10px 15px;
}

ul.highlightsNav {
	float: left;
	width: 190px;
	background: transparent url(graphics/dotted-light.gif) repeat-x top left;
	padding: 1px 0 0 0;
	margin-bottom: 34px;
	font-family: Georgia, Garamond;
	font-size: 1em;
	font-style: italic;
	color: #CDB2AF;
}

ul.highlightsNav li {
	font-size: .9em;
	display: inline;
}

ul.highlightsNav li.para {
	font-size: .8em;
	font-style: normal;
}

ul.highlightsNav li a {
	display: block;
	padding: 8px 8px 8px 18px;
	background: transparent url(graphics/dotted-light.gif) repeat-x bottom left;
	text-decoration: none;
}
ul.highlightsNav li a:link {
	color: #c19999;
}
ul.highlightsNav li a:visited {
	color: #D1B2B2;
}
ul.highlightsNav li a:hover {
	color: #E03333;
	background: #7C2626 url(graphics/dotted-light.gif) repeat-x bottom left;
}

.side-title {
	font-family: Georgia, Garamond;
	font-size: 1.4em;
	color: #ffffff;
	font-style: normal;
}

#miniGallery {
	margin: 8px 0 34px 0;
	float: left;
}
#windows {
	margin-left: 30px;
	height: 140px;
	width: 140px;
	position: relative;
}
#windows img { 
	background: #721414;
	padding: 4px;
	width: 60px;
	height: 60px;
}
.window1 {
	position: absolute;
	top: 0;
	left: 0;
}
.window2 {
	position: absolute;
	top: 0;
	right: 0;
}
.window3 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.window4 {
	position: absolute;
	bottom: 0;
	right: 0;
}


/* History
=================================*/

ul#vNav {
	float: left;
	width: 290px;
	margin: 0 0 20px 15px;
}
ul#vNav li {
	font-size: 1em;
	display: inline;
}
ul#vNav li a {
	display: block;
	padding: 0 0 0 30px;
	line-height: 28px;
	height: 30px;
	background: transparent url(graphics/verticalNav.gif) repeat-x bottom left;
	text-decoration: none;
}
ul#vNav li a:link {
	color: #C19999;
}
ul#vNav li a:visited {
	color: #A36666;
}
ul#vNav li a:hover {
	color: #E03333;
	background: #660000 url(graphics/verticalNav.gif) repeat-x bottom left;
}

ul#chapters {
	position: absolute;
	top: 14px;
	left: 279px;
	float: right;
	display: inline;
	width: 310px;
}
ul#chapters li {
	float: left;
	display: inline;
}
ul#chapters li a {
	line-height: 1.9em;
	width: 23px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
ul#chapters li a:link {
	color: #C19999;
}
ul#chapters li a:visited {
	color: #C19999;
}
ul#chapters li a:hover {
	color: #E03333;
}


body#history-early ul#chapters li.early a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-early ul#chapters li.early a:hover span {
	color: #C19999;
}
body#history-greatfire ul#chapters li.greatfire a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-greatfire ul#chapters li.greatfire a:hover span {
	color: #C19999;
}
body#history-rebuilding ul#chapters li.rebuilding a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-rebuilding ul#chapters li.rebuilding a:hover span {
	color: #C19999;
}
body#history-kingwren ul#chapters li.kingwren a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-kingwren ul#chapters li.kingwren a:hover span {
	color: #C19999;
}
body#history-masterpiece ul#chapters li.masterpiece a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-masterpiece ul#chapters li.masterpiece a:hover span {
	color: #C19999;
}
body#history-additions ul#chapters li.additions a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-additions ul#chapters li.additions a:hover span {
	color: #C19999;
}
body#history-famous ul#chapters li.famous a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-famous ul#chapters li.famous a:hover span {
	color: #C19999;
}
body#history-stpauls ul#chapters li.stpauls a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-stpauls ul#chapters li.stpauls a:hover span {
	color: #C19999;
}
body#history-defined ul#chapters li.defined a {
	background: transparent url(graphics/navCircle.gif) no-repeat right bottom;
}
body#history-defined ul#chapters li.defined a:hover span {
	color: #C19999;
}



/* Gallery
=================================*/

#container {
	position: relative;
	width: 790px;
	height: 517px;
	margin: 24px auto 0 auto;
}

#content p.gallery {
	margin: 0 0 0 40px;
}

.arrow {
	height: 15px;
	background: url(graphics/arrow.gif) no-repeat bottom right;
	padding: 0 25px 0 0;
}

#container img {
	background: #843333;
	float: left;
	border: 5px solid #843333;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#container ul {
	display: inline;
	width: 150px;
	height: 450px;
	margin: 55px 20px 10px 0;
	float: right;
}

#container li {
	float: left;
	padding: 2px 0 2px 2px;
}

#container a.gallery, #container a.gallery:visited {
	display: block;
	color: #721414;
	text-decoration: none;
	border: 4px solid #721414;
	margin: 1px 2px 1px 2px;
	text-align: left;
	cursor: default;
}

a.galleryLink {
	color: #E03333;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: -59px;
	right: 15px;
	font-size: 0.9em;
	float: right;
	display: inline;
}
a:visited.galleryLink {
	color: #A36666;
}
a:hover.galleryLink {
	color: #C19999;
}



/* Gallery One
=================================*/

#container a.slide01a {
	background:url(images/gallery/exterior_02crop.jpg); 
	height:60px; 
	width:60px;
}
#container a.slide02a {
	background:url(images/gallery/exterior_05crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide03a {
	background:url(images/gallery/exterior_07crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide04a {
	background:url(images/gallery/exterior_10crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide05a {
	background:url(images/gallery/exterior_11crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide06a {
	background:url(images/gallery/exterior_14crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide07a {
	background:url(images/gallery/exterior_15crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide08a {
	background:url(images/gallery/exterior_16crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide09a {
	background:url(images/gallery/exterior_17crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide10a {
	background:url(images/gallery/illustration_01crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide11a {
	background:url(images/gallery/diagram_01crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide12a {
	background:url(images/gallery/diagram_02crop.jpg); 
	height:60px;
	width:60px;
}

/* Gallery Two
=================================*/

#container a.slide01b {
	background:url(images/gallery/interior_01crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide02b {
	background:url(images/gallery/interior_02crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide03b {
	background:url(images/gallery/interior_04crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide04b {
	background:url(images/gallery/interior_03crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide05b {
	background:url(images/gallery/interior_05crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide06b {
	background:url(images/gallery/interior_06crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide07b {
	background:url(images/gallery/interior_07crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide08b {
	background:url(images/gallery/interior_08crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide09b {
	background:url(images/gallery/interior_09crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide10b {
	background:url(images/gallery/interior_10crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide11b {
	background:url(images/gallery/interior_11crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide12b {
	background:url(images/gallery/interior_13crop.jpg); 
	height:60px;
	width:60px;
}

/* Gallery Three
=================================*/

#container a.slide01c {
	background:url(images/gallery/detail_08crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide02c {
	background:url(images/gallery/detail_12crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide03c {
	background:url(images/gallery/detail_03crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide04c {
	background:url(images/gallery/detail_04crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide05c {
	background:url(images/gallery/detail_01crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide06c {
	background:url(images/gallery/detail_05crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide07c {
	background:url(images/gallery/detail_07crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide08c {
	background:url(images/gallery/detail_10crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide09c {
	background:url(images/gallery/detail_09crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide10c {
	background:url(images/gallery/detail_06crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide11c {
	background:url(images/gallery/detail_11crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide12c {
	background:url(images/gallery/detail_02crop.jpg); 
	height:60px;
	width:60px;
}


#container a.gallery:hover {
	border: 4px solid #843333;
}

#container a.gallery:hover span {
	position: absolute;
	width: 435px;
	height: 435px;
	top: 60px;
	left: 23px;
	color: #E8D8D8;
	background: #721414;
}

#container a.gallery span {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 5px;
	left: 5px;
	overflow: hidden;
	background: #721414;
}

#container a.gallery:hover img {
	border: 4px solid #A36666;
	float: left;
	margin-right: 5px;
}



/* Contact
=================================*/

.telephone {
	height: 18px;
	background: url(graphics/telephone.gif) no-repeat;
	padding: 0 0 3px 25px;
}

.email {
	height: 18px;
	background: url(graphics/email.gif) no-repeat;
	padding: 0 0 3px 25px;
}





/* Footer
=================================*/

#footer p {
	font-size:.8em;
	line-height: 2em;
	color: #8A3E3E;
	margin: 0 0 0 0;
}



/* Audio/Video
=================================*/

#avBg {
	background: #7c2626;
	width: 560px;
	padding: 20px 0 7px 0;
	margin-left: 20px;
}

#av-table {
	width: 520px;
	padding: 0;
	margin: 0 0 20px 20px;
}

#av-table caption {
	padding: 0 0 5px 0; 
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #888888;
}

#av-table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 15px;
	background: #CAE8EA url(graphics/bg_header.jpg) no-repeat;
}

#av-table th a {
	letter-spacing: 1px;
}
#av-table th.spec a:link {
	color: #4f6b72;
}
#av-table th.specalt a:link {
	color: #797268;
}
#av-table th.spec a:visited {
	color: #4f6b72;
}
#av-table th.specalt a:visited {
	color: #797268;
}
#av-table th.spec a:hover {
	color: #E03333;
}
#av-table th.specalt a:hover {
	color: #E03333;
}

#av-table td {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 15px;
	color: #4f6b72;
	width: 55px;
}

#av-table td.alt {
	background: #F5FAFA;
	color: #797268;
}

#av-table th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(graphics/bullet1.gif) top left no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#av-table th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(graphics/bullet2.gif) top left no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}



/* Form
=================================*/

.ssw-form {
	font-size: 1em;
	line-height: 1.2em;
	height: 1%;
	margin: 5px 0 0 10px;
	border: 1px solid #520000;
	background: #660000;
	width: 524px;
	padding: 7px;
	color: #CDB2AF;
}

.text-input{
	width: 300px;
	margin-bottom: 10px;
	padding: 3px 2px 3px 2px;
}




/* Video Player
=================================*/

#player {
	border: #666666 1px solid;
	width: 440px;
	padding: 3px 4px 0 4px;
	margin: 12px 0 0 70px;
	background-color: #FFFFFF;
}