﻿/* The dimensions of any web page on the St. Sepulchre's site are fixed. */
div#dimensions {
	position:relative;
	width:792px;
	height:1380px;
}

/* The header frame occupies the top 200px of the page. */
div#header {
	position:absolute;
	top:0;
	height:200px;
	left:0px;
	right:0px;
	background:blue; 
	color:white;
    font-family:Baskerville,serif;
}

div#header h1 {
    margin:15px 20px 0px 260px;
    font-size:x-large;
	font-weight:normal;	
}

div#header h2 {
	position:relative;
    margin:5px 5px 15px 300px;
    font-size:small; 
	font-weight:normal;
}

div#header img {
   height:140px; 
   width:132px;
   float:left;   
   background:white;
}

div#lower_rule {	
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
}

div#lower_rule hr {
	background-color:#007FFF; 
	height:12px;	
	border:none;
}

/* The sidebar frames occupy the sidemost 180pxs of the page. */
div#sidebar_left {
	position:absolute;
	top:250px;
	right:612px;
	bottom:0%;
	left:0%;
	padding-top:5px; 
	color:white;
    font-family:Baskerville,serif;
    overflow:hidden;
}

div#sidebar_right {
	position:absolute;
	top:250px;
	left:612px;
	bottom:0%;
	right:0%;
	padding-top:5px; 
	color:white;
    font-family:Baskerville,serif;
    overflow:hidden;
}

/* Style overrides for Yahoo's Tree View widget. */

.ygtvtn,.ygtvtm,.ygtvtmh,.ygtvtmhh,.ygtvtp,.ygtvtph,.ygtvtphh,
.ygtvln,.ygtvlm,.ygtvlmh,.ygtvlmhh,.ygtvlp,.ygtvlph,.ygtvlphh,
.ygtvloading,.ygtvdepthcell,.ygtvblankdepthcell,.ygtvspacer,.ygtvok,.ygtvcancel {
    width:18px; height:32px; 
}

.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
    margin-left:2px; 
    padding:7px 10px;
    border:1px solid #007FFF; 
    text-decoration: none; 
/*    background-color: white; *//* workaround for IE font smoothing bug */
    background-color:blue; 
    color:white;
	cursor:pointer;  
	display:block;	
	width:140px;
}

.ygtvfocus {
	background-color:#007FFF; 
}

.ygtvfocus .ygtvlabel, .ygtvfocus .ygtvlabel:link, .ygtvfocus .ygtvlabel:visited, .ygtvfocus .ygtvlabel:hover {
	background-color:#007FFF; 
}

.ygtvitem {
}

/* The main frame occupies the remainder of the page. */
div#main {
	position: absolute;
	top: 250px;
	left: 180px;
	right: 180px;
	height: 1080px; 
	background: white;
	padding: 10px;
	font-family: sans-serif;
	font-size:small;
	overflow: auto;
	background-image:url('images/pale_etching.jpg');
}

div#main br {
	clear:both;
}

div#main a {
    font-weight:bold;
}

div#main table {	
	padding:5px 0px 20px;
}

div#main td {
	padding:0px 5px 0px 0px;
}

div#main img {
   float:left;   
   padding:5px 10px 20px 0px; 
}

div#coming_soon {
	position:absolute;
	top:200px;
	left:0px;
	right:0px;
	height:50px; 
	padding:0px 5px; 
	background:#007FFF; 
	color:white;
	font-family:sans-serif;
	font-size:small;
	overflow: auto;
}

div#coming_soon ul {
    padding-left:1em;
    margin-left:10px;
}

div#coming_soon a:link {
	color:yellow;
}

div#coming_soon a:visited {
	color:silver;
}

