

/* Bethel Lutheran CSS */
/* Jeremy Gustafson */

body {
	background-color:#EEEECC; /*EEEEFF*/
	margin:0;
	padding:0;
}

a img {
	border:0;
}

.imageRight {
	float:right;
	margin:10px 10px 10px 15px;
}

.imageLeft {
	float:left;
	margin:10px 15px 10px 10px;
}

.imageBorder {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	padding:5px;
}

#wrapper {
	width:100%;
	margin:0;
	padding:0;
}

.center{text-align:center;}


/*************
Masthead
*************/

#mastheadwrapper {
	background-image:url(/images/BannerGradientSlice.jpg);
	background-repeat:repeat-x;
	height:160px;
	width:100%;
}

#masthead, #mastheadlinks {
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	width:800px;
}

#masthead {
	height:160px;
	background-image:url(/images/BethelBanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:50px;
	cursor:pointer;
}

#mastheadlinkswrapper {
	width:100%;
	background-color:#001133;
	height:2.5em;
}

#mastheadlinks {
	padding:11px 0 11px 0;
	width:850px;
	position:relative;
	left:31px;
	margin-left:auto;
}

/*#mastheadlinks a {
	background-image:url(/images/BannerGradientSlice.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#666666;
	text-decoration:none;
	padding:9px 20px 9px 20px;
}
*/
#mastheadlinks a:hover {
	background-position:top;
	color:#333333;
}

#mastheadlinks .calendarlink {
	background-image:url(/images/BannerGradientSliceDarkBlue.jpg);
	left:50%;
	position:absolute;
	margin-left:235px;
	margin-top:-9px;
	width:95px;
	text-align:center;
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#666666;
	text-decoration:none;
	padding:.6em 20px;
}

#mastheadlinks .homelink {
	background-image:url(/images/BannerGradientSliceDarkBlue.jpg);
	margin-top:-9px;
	margin-right:0.4em;
	width:45px;
	text-align:center;
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#666666;
	text-decoration:none;
	padding:.6em 20px;
	float:left;
}

#mastheadlinks .calendarlink:hover,#mastheadlinks .homelink:hover {color:#EEEEEE;}


#mastheadlinks .visitorslink {
	cursor:pointer;
	background-image:url(/images/BannerGradientSliceGray.jpg);
}

#mastheadlinks .aboutlink {
	cursor:pointer;
	background-image:url(/images/BannerGradientSliceBlue.jpg);
}

#mastheadlinks .worshiplink {
	cursor:pointer;
	background-image:url(/images/BannerGradientSliceRed.jpg);
}

#mastheadlinks .ministrylink {
	cursor:pointer;
	background-image:url(/images/BannerGradientSlicePurple.jpg);
}

/*#mastheadlinks .outreachlink {
	cursor:pointer;
	background-image:url(/images/BannerGradientSliceGreen.jpg);
}*/

#mastheadlinks .stewardshiplink {
	cursor:pointer;
	background-image:url(/images/BannerGradientSliceGold.jpg);
}





/*************
Content
*************/

#contentwrapper {
	width:850px;
	margin:auto;
	background-image:url(/images/ContentBackground.jpg);
	background-repeat:repeat-y;
}

#content {
	width:740px;
	margin:auto;
	padding:10px 0 0 40px;
}

#contentbottom {
	width:850px;
	height:72px;
	margin:auto;
	background-image:url(/images/ContentBackgroundBottom.jpg);
	background-repeat:no-repeat;
	clear:both;
}



/*************
Footer and other links
*************/

#footer {
	position:fixed;
	bottom:0;
	width:100%;
	padding:5px;
	text-align:center;
	font-size:.75em;
}

#bottomlinks {
	text-align:center;
	font-size:.75em;
	color:#666666;
	margin-bottom:70px;
}

#bottomlinks a {
	color:#111166;
	text-decoration:none;
}

#bottomlinks a:hover {
	color:#222299;
	text-decoration:underline;
}



/*************
Section Links
*************/

#SectionLinksWrapper {
	float:right;
	width:250px;
	margin:10px;
}

#SectionLinksTitle {
	margin:0;
	padding:10px;
	font:Georgia, serif;
	font-size:1.25em;
	text-align:center;
	color:#DDDDDD;
	background-image:url(/images/SectionLinksBackgroundFlat.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#SectionLinksContent {
	background-image:url(/images/SectionLinksBackgroundMiddle.jpg);
	background-repeat:repeat-y;
	padding:0 15px 0 11px;
}

#SectionLinksContent a {
	display:block;
	width:213px;
	padding:3px 4px 3px 7px;
	color:#333399;
	text-decoration:none;
}

#SectionLinksContent a:hover {
	background-color:#CCBBFF;/*#FDEDC5;*/
	color:#2222AA;
	text-decoration:underline;
}

#SectionLinksBottom {
	background-image:url(/images/SectionLinksBackgroundFlat.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:27px;
	margin:0;
	padding:0;
}

#SectionLinksContent .SectionTitle {
	display:block;
	width:213px;
	padding:6px 4px 6px 7px;
	text-align:center;
	font-weight:bold;
	color:#333333;
	background-color:#CCCCCC;
}

