﻿/* Foundatiuon for the Holy Spirit Main CSS */

/* ===== global styles ===== */

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #f2e7a7 url('images/background.jpg');
	margin: 0;
	padding: 0;
	background-image: url('images/background.jpg');
}

p, h1, h2, h3, h4, h5, li; {
	margin: 1ex, 1em;
}

div#outerDiv {
	width: 770px;
	margin: 0 auto;
	background: #fff url('images/banner.jpg') no-repeat;
}

#outerDiv a:link, #outerDiv a:visited {
	text-decoration: none;
	color: #b36b00
}

#outerDiv a:hover, #outerDiv a:active {
	color: #566440;
	border-bottom: 1px solid #544660;
}

/* ===== header ===== */

div#header {
	height: 120px;
	position: relative;
}

#title p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #0000ff;
	margin: 0;
	padding: 1ex 0 0 2em;
}

/* ===== contact button ===== */

#outerDiv div#contactButton {
	position: absolute;
	left: 610px;
	top: 0;
}

#contactButton a:link, #contactButton a:visited {
	height: 29px;
	width: 86px;
	display: block;
	text-indent: -1000em;
	background: url('images/contact.gif') no-repeat left top;
	border: none;
}

#contactButton a:hover, #contactBotton a:active {
	background-position: left bottom;
}

/* ===== main menu ===== */

div#header #mainMenu {
	position: absolute;
	left: 120px;
	bottom: 0;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 30px;
	margin-right: 5px;
	line-height: 25px;
	background: url('images/nav_rollover.jpg') no-repeat left bottom;
	border: none;	
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #f8b449;
	background-position: left top;
}

#mainMenu li a.current {
	margin-top: -5px;
	height: 30px;
	background: url('images/nav_current.jpg') no-repeat;
	color: #f8b449;
	line-height: 25px;
}

#mainMenu li a.current:hover {
	cursor: default;
}

/* ===== main content ===== */

#content div#mainContent {
	float: left;
	width: 430px;
	margin: 0;
	padding: 0 15px;
}

#mainContent p {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #3c6cff;
	margin: 0 0 .4ex 0;
}

#mainContent h2 {
	font-size: 1.2em;
	color: #3c3809;
	margin: .4ex 0;
}

#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 1ex 0 -.2ex 0;
}

#mainContent ul {
	font-family: Georgia, serif;
	font-size: .8em;
	margin: 0 0 .4ex 1em;	
}

/* ===== main content left menu ===== */

#mainContent p.leftMenu {
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 0;
}

#mainContent p.leftMenu a {
	color: #566440;
}

#mainContent p.leftMenu a:hover {
	color: #b36b00;
	border: none
}

/* ===== pageContent ==== */

#content div#pageContent {
	float: left;
	width: 740px;
	margin: 0;
	padding: 0 15px;
}

#pageContent p {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0;
}

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4 {
	font-family: "Trebuchet MS", sans-serif;
}

#pageContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #3c6cff;
	margin: 0 0 .4ex 0;
}

#pageContent h2 {
	font-size: 1.2em;
	color: #3c3809;
	margin: .4ex 0;
}

#pageContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 1ex 0 -.2ex 0;
}

#pageContent ul {
	font-family: Georgia, serif;
	font-size: .8em;
	margin: 0 0 .4ex 1em;	
}

/* ===== resources subNavagation ===== */

#mainContent ul#resourceSubNav {
	width: 410px;
	margin: 0 auto;
	list-style: none;
}

#mainContent ul#resourceSubNav li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainContent ul#resourceSubNav a {
	width: 100px;
	height: 30px;
	font-family: "Oritor Std", Oritor, sans-sserif;
	font-size: .9em;
	text-align: center;
	padding-top: 100px;
	margin-right: 5px;
	border: none;
	display: block;
}

#mainContent ul#resourceSubNav a.last {	margin-right: 0; }

#mainContent ul#resourceSubNav a.services { background: url(images/rollover/service-off.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.events { background: url(images/rollover/event-off.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.cds { background: url(images/rollover/cd-off.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.videos { background: url(images/rollover/video-off.jpg) no-repeat center top; }

#mainContent ul#resourceSubNav a.services:hover { background: url(images/rollover/service-on.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.events:hover { background: url(images/rollover/event-on.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.cds:hover { background: url(images/rollover/cd-on.jpg) no-repeat center top; }
#mainContent ul#resourceSubNav a.videos:hover { background: url(images/rollover/video-on.jpg) no-repeat center top; }

/* ===== sideBar ===== */

#content div#sideBar {
	float: right;
	width: 265px;
	padding: 0 10px;
	margin: 0;
	border-left: solid #aaa 1px;
}

#sideBar p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #666;
	margin: 0 0 3ex 0;
}

#sideBar h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #3c6cff;
	margin: 1ex 0 .5ex 0;
}

#sideBar img {
	margin: 0 25px;
}

#sideBar class.photo {
	border: 1px solid #999;
	padding: 5px;
}

#sideBar ol {
	margin: .5em 0 1.5em 1.5em;
}

#sideBar li {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8em;
	color: #666;
	margin: .2em .5em;
}

/* ===== footer =====*/

div#footer {
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}

#footer p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color:	#99CCFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer a {
	color: #3c6cff;
	text-decoration: none;
}

/* ===== miscellaneous styles =====*/

.clear { clear: both; }

.image {
	padding: 5px;
	border: 1px solid #808080;
	float: left;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.tnimage {
	padding: 5px;
	border: 1px solid #808080;
	float: none;
	margin-bottom: 5px;
}

.photo {
	text-align: center;
	text-decoration: none;
	}

.tinyText {
	font-size: xx-small;
	}

.smallText {
	font-size: .8em;
}

.center {
	text-align: center;
}

.blueText {
	text-align: center;
	color: #0000FF;
}

#smallText {
	font-size: .8em;
}


