@import url(moz_style.css);

/* Scottish Churches Architectural Heritage Trust */
/* Layout CSS 2.1 */
/* Last updated: Sunday 20 March 2005 */
/* By Gareth J M Saunders */

/*
	PAGE LAYOUT	
	|-----------------------------------------------------|
	|                                                     |
	| #header 760 x 190                                   |
	|                                                     |
	|-----------------------------------------------------|
	| #menu 760 x 25px                                    |	
	|-----------------------------------------------------|
	|                                      |              |
	|                                      |              |
	|                   #content           |              |
	|                                      | #sidebar     |
	|                                      |              |
	|-----------------------------------------------------|
	| #footer 760 x 50px                                  |	
	|-----------------------------------------------------|

	COLOURS USED
	white		#FFFFFF		text background
	black		#000000		text colour
	dk grey		#808080		page background
	
	light blue	#77AAE2		header background & navbar mouseover
	dk blue		#006699		nav bar
	brown		#B6733A		header level text colour

*/

/* === BODY === */
/* centres the content on the screen, part 1 */
/* background is dark grey (#292929) */
/* padding-left: 50% is an IE workaround */

body {
	background: #808080; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Be nice to Netscape 4 */
	margin: 0;
	padding: 0;
	text-align: center;
	}

html>#container {
	width: 760px; /* Be nice to Opera */
	}

	
/* === LAYOUT TABLE === */
/* Specific rules for the layout table*/
	
table#layout {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

#layout td, #layout tr {
	border: 0;
	vertical-align: top;
	padding: 0;
	margin: 0;
}	
	
	
/* === HEADER === */
/* graphic image at the top of each page */
/* provides default image of NYCgb rehearsal */
#header {
	background: #77AAE2 url(../images/header.jpg) right no-repeat;
	vertical-align: top;
	width: 760px;
	z-index: 2;
	}
	
#header h1 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	}
	
#header img {
	margin-left: 10px;
}

html>#header {
	width: 760px; /* Be nice to Opera 5 */
	}

/* === MENU === */
/* inline menu style with rollover effect */

/* Sets the size of the table row*/
#menu {
	background-color: #fff;
	height: 48px;
	vertical-align: top;
	width: 760px;
	}

/* <ul id="navbar"> unordered list called navbar */	
#navbar {
	display: inline;
	list-style: none;
	margin-left: 5px;
	overflow: hidden;
	padding: 0px;
	white-space: nowrap;
	}

 #navbar li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navbar li a:link, #navbar li a:visited {
	float: left;	/* Fixes IE6 problem displaying margin above table cell height*/
	background: #006699;
	color: white;
	margin: 0 0 0 10px;
	padding: 10px 5px;
	text-decoration: none;
	}
		
#navbar li a:hover {
	color: white;
	background: #77AAE2;
	}
	
#navbar li a:link.thispage, #navbar li a:visited.thispage {
	background: #77AAE2;
	}	


/* === CONTENT === */
/* Main content of each page*/

#content {
	background-color: white;
	}

#content p {
	margin-left: 10px;
	margin-right: 20px;
	width: 480px;
	}

#content h2 {
	color: #B6733A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	}
	
#content h3 {
	color: #B6733A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	}
	
#content form h3 {
	margin-top: 0;
	}	
	
#content h4 {
	color: #B6733A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0;
	width: 400px;
	}	

/* Examples page : Featured Church buildings */
#content img + p {
   	 font-style: normal;
	 padding-bottom: 30px;
	 padding-left: 30px;
	 width: 400px;
	 }
	 
#content ul + p {
   padding-left: 30px;
   color: #006699;
   }	 
	
#content li.square {
	list-style-type: square;
	margin-bottom: 12px;
	margin-right: 40px;
	}	
	
#content li.tick {
	list-style: disc url(../images/list_yes.gif);
	margin-bottom: 12px;
	margin-right: 40px;
	}

#content li.cross {
	list-style: disc url(../images/list_no.gif);
	margin-bottom: 12px;
	margin-right: 40px;
	}
	
td#content {
	/* Fixes IE/Win problem with final line of text flush against footer */
	padding-bottom: 20px;
	}

ul.grants li, ul.trusts li, ul li {
	list-style: none;
	margin-bottom: 12px;
	margin-right: 40px;
	}

#donatedetails {
	margin-left: 10px;
	}	
	
fieldset {
    margin-left: 10px;
	width: 490px;
    }
		
#content img {
	margin-top: 10px;
    margin-left: 40px;
	}
	
#content p.copyright {
	margin-left: 40px;
	}
			
/* SIDEBAR */
/* Sidebar information on right hand side*/

#sidebar {
	background-color: white;
	}

#sidebar h3 {
	background: #B6733A;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	padding: 5px;
	}

#sidebar img {
	border: 0;
	padding-bottom: 10px;
	}
	
#sidebar p {
	color: #B6733A;
	font-weight: bold;
	margin-right: 5px;
}	

td#sidebar {
	/* Fixes IE/Win problem with final line of text flush against footer 
	when there is limited text in content */
	padding-bottom: 20px;
	}	
	
/* === GENERAL ===*/
	
p, ul, li, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Be nice to Netscape 4 */
	font-weight: normal;
	font-size: 12px;
	color: black;
	text-align: left;
	}
	
p a:link, p a:visited, p a:active, li a:link, li a:visited, li a:active, a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: underline; 
	}
	
p a:hover, li a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
	}

hr {
	color: #ffffff;
	border-style: solid;
	height: 20px;
	width: 200px;
	}	
	
img {
	display: block;
	border: 0;
	}	
	
.hide {
	display: none;
	}
	
.indent {
	padding-left: 30px;
	font-weight: normal;
	}
	
	
/* === FOOTER === */

#footer {
	background-color: #006699;
}
	
#footer p {
	color: #e0e0e0;
	font-size: 10px;
	margin: 10px;
}

#footer p a:link, #footer p a:visited, #footer p a:active{
	color: #e0e0e0;
	font-weight: normal;
	text-decoration: underline; 
	}
	
#footer p a:hover {
	color: #e0e0e0;
	font-weight: normal;
	text-decoration: none; 
	}