/*

CSS 2.1 Stylesheet for Fridley Covenant Church < http://fridleycov.org/ >
Designed by JWMD < http://blog.jeremywolfe.com/design/ >

*/

body {
	background: #000000 url(images/bg.png) repeat fixed;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}

#header {
	width: 776px;
	height: 113px;
	background: transparent url(images/header.png) top center no-repeat;
	padding: 0;
	margin: 10px auto 0 auto;
}

#header div {
	width: 200px;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}

#container {
	width: 740px;
	padding: 0 18px 0 18px;
	margin: 0 auto 0 auto;
	background: transparent url(images/body.png) center repeat-y;
	text-align: center;
}
#footer {
	width: 710px;
	height: 90px;
	padding: 10px 33px 0 33px;
	margin: 0 auto 10px auto;
	background: transparent url(images/footer.png) top center no-repeat;
	font-size: 10px;
}

#navigation {
	width: 740px;
	height: 30px;
	border: none;
	background: #2b5688 url(images/menubar.png) top center no-repeat;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
}
#navigation a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 4px 10px 4px;
}
#navigation a:hover {
	background: url(images/nav_highlight_full.png) top repeat-x;
}
#navigation span, #navigation a:active {
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/nav_highlight_full_e.png) top repeat-x;
	padding: 10px 4px 10px 4px;
}
#foot_nav {
	width: 740px;
	height: 12px;
	border: none;
	background: #2b5688 url(images/menubar.png) top center no-repeat;
	padding: 8px 0 8px 0;
	margin: 0 auto 0 auto;
	font-size: 10px;
}
#foot_nav a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px 4px 8px 4px;
}
#foot_nav a:hover {
	background: url(images/nav_highlight_full.png) top repeat-x;
}
#foot_nav span, #foot_nav a:active {
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/nav_highlight_full_e.png) top repeat-x;
	padding: 8px 4px 8px 4px;
}
#W3C-badges {
	float: right;
	background: transparent url(../../images/w3c.png) no-repeat center left;
	vertical-align: middle;
	padding: 0;
	margin-top: 6px;
}
#W3C-badges img {
	display: block;
	margin: 0 4px 0 28px;
}
#design-badge {
	float: right;
	border-left: 1px solid #000000;
}
h1 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin: 5px;
}
h2 {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 2px 4px 2px;
	padding: 0;
	line-height: 16px;
}

.nothing {
	border: none;
	padding: 0;
	background-color: transparent;
}
a.linkto, .linkto a:link, .linkto a:active, .linkto a:visited {
	background: url(images/linkto.gif) no-repeat top left;
	padding-left: 16px;
}
a.mailto, .mailto a {
	background: url(images/mailto.gif) no-repeat top left;
	padding-left: 16px;
}
a.light, .boxtext a {
	text-decoration: none;
	color: #0000FF;
}
a.light:hover, .boxtext a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFAA;
}
a.dark, .titletext a {
	color: #CCCCCC;
	text-decoration: none;
}
a.dark:hover, .titletext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}
a.expand {
	padding-left: 18px;
}
a.expand:hover {
	padding-left: 18px;
	background: url(images/ani_expand.gif) no-repeat left center;
}
a.collapse {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	padding-left: 18px;
}
a.collapse:hover {
	text-decoration: underline;
	color: #2b5688;
	padding-left: 18px;
	background: url(images/ani_collapse.gif) no-repeat left center;
}
.noborder {
	border: none;
	color: #2b5688;
}
.normal, .normal-only {
	background-color: #2b5688;
	border: 3px solid #2b5688;
	color: #ffffff;
}
table {
	border-collapse: collapse;
	border: none;
	margin: 0;
}
td {
	font-size: 12px;
	border: none;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}
.smallfont .downsize {
	font-size: 8px;
}
.smallfont, .smallfont td, .downsize {
	font-size: 10px;
}
.largefont .downsize {
	font-size: 12px;
}
.largefont, .largefont td, .hugefont .downsize {
	font-size: 14px;
}
.hugefont, .hugefont td {
	font-size: 16px;
}
ul {
	list-style: disc outside;
}
li ul {
	list-style: circle outside;
}
a.treeicon {
	text-decoration: none;
	color: #000000;
}
p.indent {
	padding-top: 0px;
	margin-left: 10px;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #2b5688;
	color: #2b5688;
	border-top: 3px solid #2b5688;
}
img {
	border: 0;
}
.staffimg {
	padding: 4px 6px 0 4px;
	float: left;
}
.png {
	/* Reserved for IE6 PNG transparency hack */
}
div.event_expanded {
	visibility: visible;
	padding: 2px 2px 2px 24px;
	position: static;
	border: 1px solid #2b5688;
}
div.event_expanded ul {
	list-style-position: outside;
	padding: 0 0 0 0;
}
div.event_collapsed {
	visibility: hidden;
	position: absolute;
	padding: 0 0 0 0;
}
.box {
	border: none;
	background: none;
	width: 100%;
	text-align: left;
}
.boxtext {
	margin: -20px 20px -20px 20px;
	min-height: 40px;
	position: relative;
	z-index: 3;
}
.titletext {
	margin: 0 -30px 0 -30px;
	padding-top: 16px;
	position: relative;
	z-index: 3;
}
.box .title_left {
	background: #ffffff url(images/box.png.php?s=title_left) top left no-repeat;
	height: 72px;
	padding-left: 72px;
	position: relative;
	z-index: 2;
}
.box .title_mid {
	background: #ffffff url(images/box.png.php?s=title_mid) top repeat-x;
	height: 72px;
	color: #ffffff;
}
.box .title_right {
	background: #ffffff url(images/box.png.php?s=title_right) top right no-repeat;
	height: 72px;
	padding-right: 72px;
}
.box .box_mid_top {
	background: #ffffff;
	color: #2b5688;
}
.box .box_mid_left {
	background: transparent url(images/box.png.php?s=box_mid_left) left repeat-y;
}
.box .box_mid_right {
	background: transparent url(images/box.png.php?s=box_mid_right) right repeat-y;
}
.box .box_bottom_left {
	background: #ffffff url(images/box.png.php?s=box_bottom_left) bottom left;
	width: 72px;
	height: 60px;
	float: left;
}
.box .box_mid_bottom {
	background: #ffffff url(images/box.png.php?s=box_mid_bottom) bottom repeat-x;
	height: 60px;
	clear: both;
}
.box .box_bottom_right {
	background: #ffffff url(images/box.png.php?s=box_bottom_right) bottom right;
	width: 72px;
	height: 60px;
	float: right;
}
.emphasized .title_left {
	background: #ffffff url(images/box.png.php?e&s=title_left) top left no-repeat;
}
.emphasized .title_mid {
	background: #ffffff url(images/box.png.php?e&s=title_mid) top repeat-x;
}
.emphasized .title_right {
	background: #ffffff url(images/box.png.php?e&s=title_right) top right no-repeat;
}
.emphasized .box_mid_top {
	color: #880000;
}
.emphasized .box_mid_left {
	background: transparent url(images/box.png.php?e&s=box_mid_left) left repeat-y;
}
.emphasized .box_mid_right {
	background: transparent url(images/box.png.php?e&s=box_mid_right) right repeat-y;
}
.emphasized .box_bottom_left {
	background: #ffffff url(images/box.png.php?e&s=box_bottom_left) bottom left;
}
.emphasized .box_mid_bottom {
	background: #ffffff url(images/box.png.php?e&s=box_mid_bottom) bottom repeat-x;
}
.emphasized .box_bottom_right {
	background: #ffffff url(images/box.png.php?e&s=box_bottom_right) bottom right;
}

