@import url( fonts.css );

body {
	background: #dbdada url( ../images/body-background.png) repeat-x top center;
	color: #2f2f2f;
	color: #131210;
	font: 12pt 'CalibriRegular', sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*--- MAIN WRAPPER ---*/

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 977px;
}

/*--- HEADER ---*/

#header {
	height: 199px;
	width: 977px;
}

#header #logo {
	float: left;
}

#header #logo img {
	border: none;
}

/*--- NAVIGATION ---*/

#navigation {
	margin-left: 253px;
	width: 754px;
}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#menu li {
	font: 9pt 'CalibriRegular', sans-serif;
	display: block;
	height: 141px;
	position: absolute;
	text-transform: uppercase;
	width: 142px;
}

ul#menu li a {
	background-image: url( ../images/nav/background.png );
	background-repeat: no-repeat;
	background-position: top left;
	color: #ededed;
	display: block;
	height: 141px;
	line-height: 142px;
	text-align: center;
	text-decoration: none;
}

ul#menu li#home {
	height: 74px;
	left: 45px;
	top: 30px;
	width: 75px;
	z-index: 1000;
}

ul#menu li#home a {
	background-image: url( ../images/nav/home.png );
	height: 74px;
	line-height: 74px;
	width: 75px;
}

ul#menu li#home a:hover {
	background-image: url( ../images/nav/home-over.png );
}

ul#menu li#about-us {
	left: 95px;
	top: 45px;
	z-index: 1001;
}
ul#menu li#about-us a:hover {
	background-image: url( ../images/nav/about-us.png );
}

ul#menu li#get-involved {
	left: 220px;
	top: 5px;
	z-index: 1002;
}

ul#menu li#get-involved a:hover {
	background-image: url( ../images/nav/get-involved.png );
}

ul#menu li#the-coin-box {
	left: 350px;
	top: 35px;
	z-index: 1003;
}

ul#menu li#the-coin-box a:hover {
	background-image: url( ../images/nav/the-coin-box.png );
	color: #2f2f2f;
}

ul#menu li#prayers {
	left: 480px;
	top: 15px;
	z-index: 1004;
}

ul#menu li#prayers a:hover {
	background-image: url( ../images/nav/prayers.png );
}

ul#menu li#stories {
	right: 0px;
	top: 0px;
	z-index: 1004;
}

ul#menu li#stories a:hover {
	background-image: url( ../images/nav/stories.png );
}


/*--- CONTENT ---*/

#slideshow-container {
	margin-bottom: 25px;
}

#contentContainer {
	min-height: 350px;
}

h1 {
	height: 66px;
}

h1#home-title {
	background-image: url( ../images/titles/home.png );
	text-indent: -9999px;
}
h1#about-title {
	background-image: url( ../images/titles/about.png );
	text-indent: -9999px;
}
h1#involved-title {
	background-image: url( ../images/titles/involved.png );
	text-indent: -9999px;
}
h1#box-title {
	background-image: url( ../images/titles/box.png );
	text-indent: -9999px;
}
h1#prayer-title {
	background-image: url( ../images/titles/prayer.png );
	text-indent: -9999px;
}
h1#stories-title {
	background-image: url( ../images/titles/stories.png );
	text-indent: -9999px;
}
#content {
	width:977px;
	min-height: 300px;
}

/*--- FOOTER ---*/

#footer-container {
	background-color: #098abb;
	color: #dbdada;
	font: 9pt/40px 'CalibriRegular', sans-serif;
	height: 40px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#footer {
	margin: 0 auto;
	text-align: left;
	width: 977px;
}

#footer a {
	color: #dbdada;
	text-decoration: none;
}

#footer img {
	margin-right:15px;
	vertical-align: middle;
}

/*--- OTHER ---*/

#contentleft {
	width:615px;
	float:left;
	line-height: 1.2em;
}

#contentleft.fullWidth {
	width:auto;
	float:none;
	line-height: 1.2em;
}

#contentleft a {
	color: #098ABB;
	font-weight: bold;
	text-decoration: none;
}

#contentleft a:hover {
	text-decoration: underline;
	color: #999;
}

#contentleft p.quoteAuthor{
	font-size:13px;
	margin-top:-15px;
	text-align:right
}

#contentleft p.indent{
	margin-left:100px;
	font-size:15px;
	margin-top:-8px;
}

#contentright{
	width:334px;
	float:right;
	text-align: right;
}

img.box{
	margin-left:14px;
	margin-right:14px;
	border: none;
}

.clear{
	clear:both;
}

div#boxthumb {
	text-align: center;
	margin-bottom: 25px;
}

h2.title {
	font-size: 19px;
	font-weight: bold;
	margin-top: 0px;
}

p.involed-highlight {
	font-size: larger;
}

/* stories */

div.story-item-container {
	background-image: url( ../images/divider.png );
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 25px;
	overflow: auto;
	padding-bottom: 28px;
}

div.story-item-image {
	float: left;
	height: 230px;
	width: 245px;
}

div.story-item-information {
	margin-left: 260px;
	min-height: 230px;
}

div.story-item-information {
	margin-left: 260px;
	min-height: 230px;
}

div.story-item-information h2 {
	margin-top: 0px;
}