/* STYLESHEET Info
Filename: george.css
URI: http://stgeorgeaurora.org/george.css
Description: Primary Stylesheet for St. George
Author: Eric Scheidler
Version: 1.0
---------------------- */


/* COLOR Table
Dark Red: rgb(60,15,15)
	Body Background
	Body Color (Text)
Ruby Red: rgb(110,25,35)
	Icon Border
	Page Border
	Menu Links Border
Pale Tan: rgb(240,210,160)
	Page Background
	Current Menu Item
Dark Brown: rgb(80,55,40);
	H1, H2, H3, H6 (Footer) Text
Light Gold: rgb(200,165,80)
	H1 Background
	H6 (Footer) Background
Medium Gold: rgb(180,150,70)
	H1 Border
	H2 Border
	Menu Link Background
	H6 (Footer) Border
Dark Blue: rgb(15,15,180)
	Unvisited Inline Links
Purple: rgb(90,15,150)
	Visited Inline Links
Light Brown: rgb(155,95,80)
	Links Hover
---------------------- */


/* MAJOR LAYOUT Styles
---------------------- */
body {
	background-image: url("tile.gif");
	background-color: rgb(60,15,15);
	background-position: center top;
	margin: 0;
	padding: 0;
	font: normal normal normal 13px/1.6em Georgia, "Times New Roman", Times, serif;
	color: rgb(60,15,15);
	}
#masthead {
	position: absolute;
	top: 8px;
	right: 50%;
	margin-right: -366px;
	}
#icon {
	border: 3px solid rgb(110,25,35);
	position: absolute;
	top: 56px;
	right: 50%;
	margin-right: -366px;
	}
#page {
	position: absolute;
	top: 76px;
	right: 50%;
	border: 3px solid rgb(110,25,35);
	background-color: rgb(240,210,160);
	width: 534px;
	margin-right: -174px;
	z-index: 1;
	padding: 0 0 10px;
	}


/*	HEADING Styles
	Usage:
	H1: Main page title
	H2: Standard page subheads
---------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote {
	padding-right: 20px;
	padding-left: 20px;
	}
h1, h2, h3 {
	font-variant: small-caps;
	color: rgb(80,55,40);
	}
h1 {
	font-size: 20px;
	line-height: 25px;
	margin: 15px 0 20px;
	padding-top: 1px;
	padding-bototm: 2px;
	background-color: rgb(200,165,80);
	border-top: 3px solid rgb(180,150,70);
	border-bottom: 3px solid rgb(180,150,70);
	clear: both;
	}
h2 {
	font-size: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
	background-color: rgb(220,190,120);
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgb(180,150,70);
	clear: both;
	}
h2 a:hover {
	color: rgb(80,55,40);
	}
h3 {
	font-size: 13px;
	}


/* BLOCK Styles
---------------------- */
p, ul, ol, dl {
	margin: 0 0 10px;
	}
li, dd {
	margin: 0 0 2px 20px;
	}
dt {
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	margin: 15px 0 0;
	padding: 0;
	}
dd {
	margin-bottom: -3px;
	}
dd.note {
	font-size: 11px;
	line-height: 1.4em;
	margin: 2px 0 -3px 40px;
	}

/* IMAGE Styles
---------------------- */
img {
	border: none;
	margin: 0;
	padding: 0;
	}
.image {
	margin: 0 20px 10px;
	padding: 0;
	border: 3px solid rgb(180,150,70);
	}
.donate {
	margin: 10px 20px 10px;
	padding: 0;
	float: center;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}

/* LINK Styles
---------------------- */
a:link {
	color: rgb(15,15,180);
	text-decoration: underline;
	}
a:visited {
	color: rgb(90,15,150);
	}
a:hover {
	color: rgb(155,95,80);
	text-decoration: none;
	}


/* INLINE Styles
---------------------- */
strong {
	font-size: 12px;
	line-height: 1.6em;
	}
.note strong {
	font-size: 11px;
	}

/* MENU Styles
---------------------- */
ul#menu {
	position: absolute;
	top: 56px;
	right: 50%;
	width: 530px;
	margin: 0 -178px 0 0;
	z-index: 2;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	text-align: justify;
	}
#menu li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	}
#menu #here, 
#menu li a:link,
#menu li a:visited {
	color: rgb(80,55,40);
	background-color: rgb(180,150,70);
	border: 3px solid rgb(110,25,35);
	padding: 2px 8px;
	text-decoration: none;
	font-size: 12px;
/*	line-height: 16px; */
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}
#menu li a:hover {
	background-color: rgb(215,185,120);
	}
#menu #here {
	color: rgb(80,15,25);
	background-color: rgb(240,210,160);
	border-color: rgb(240,210,160); 
	}

/* FOOTER Styles
NOTE: Footer is just an H6
	CREDITS: For site design credit (EJS)
---------------------- */
h6 {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	font-variant: small-caps;
	margin: 20px 0 5px;
	color: rgb(70,45,30);
	padding-top: 0px;
	padding-bototm: 2px;
	background-color: rgb(200,165,80);
	border-top: 3px solid rgb(180,150,70);
	border-bottom: 3px solid rgb(180,150,70);
	clear: both;
	}
h6 a:link,
h6 a:visited,
h6 a:hover {
	color: rgb(80,55,40);
	text-decoration: none;
	}
h6#credits {display: none;}