@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	margin: 0px;
	padding: 0px;
}
img { border: 0px; }

#leftNav img { border: 0px; }

#toggleQuestion {
	cursor: pointer;
}

#faceBook {
	position:fixed;
	right: 0px;
	z-index:5;
}
a:link, a:visited {
	color:#FFFF99;
	text-decoration:none;
}

a:hover {
	color: #00FF00;
}

#buildings {
	height: 192px;
	background: url(/images/buildings.gif) center repeat-x;
}

#backgroundWrapper {
	background: url(/images/main_bg.gif) center top repeat-y fixed;
}


#backgroundTop {
	background: url(/images/bg_top.png) center top no-repeat;
}

#leftNav {
	float: left;
	width: 180px;

}

#navLinks {
	width: 180px;
	overflow:hidden;
}
#navLinks a:link, #navLinks a:visited {
	display: block;
	width: 181px;
}

#navLinks a:hover {
	margin-left: -180px;
}

#navLinks a.currentPage, #navLinks a.currentPage:link , #navLinks a.currentPage:visited  {
	margin-left: -360px;
}

#rightContent {
	float: left;
	width: 678px;
}

#rightContent h1 {
	padding-bottom: 0px;
}
#rightContent p {
	font-size: 18px;
}
#rightWrapper {
	padding: 20px;
	padding-top: 0px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
}
.line {
	clear: both;
	height: 1px;
}
#contentWrapper {
	width: 858px;
	margin:auto;
}

#invite {
	width: 244px;
	height: 180px;
	position:absolute;
	margin-top: 10px;
	margin-left: -54px;
}

#countDown {
	width: 451px;
	height: 120px;
	position:absolute;
	margin-top: -160px;
	margin-left: 220px;
	z-index:0;
}

#thehouse {
	width: 211px;
	height: 180px;
	position:absolute;
	margin-top: 103px;
	margin-left: -42px;
}

#prayers {
	width: 211px;
	height: 180px;
	position:absolute;
	margin-top: 30px;
	margin-left: -42px;
}

#logo {
	position: relative;
	margin-left: -26px;
}
#rightContent p.postmetadata {
	font-size: 12px;
}
h2, h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 36px;
}

#content h2 {
	
}

h3 {
	font-size: 32px;
}
div.post {
	padding: 10px;
	border-bottom: dashed 1px #333333;

}

.entry p {
	color: #CCCCCC;
}

#stageBg {
	background: url(/images/bg.jpg) top center fixed;
}

textarea#comment {
	width: 500px;
}