body {
	background-color: #2e2e23;
	font-family: arial;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

img {
	border: 0px;
	}
	
h2 {
	font-size: 1.5em;
	border-bottom: 2px solid black;
	margin-bottom: 3px;
	}
	
h3 {
	font-size: 1.25em;
	border-bottom: 1px solid black;
	margin-bottom: 2px;
	}

div#website_body_content {
	position: fixed;
	top: 85px;
	left: 10px;
	right: 10px;
	bottom: 0px;
	overflow: auto;
	background: #fff9dc url('../images/body_bg.png') no-repeat scroll 50% 15px;
	border-left: 5px solid #3f6bac;
	border-right: 5px solid #3f6bac;
	border-bottom: 5px solid #3f6bac;
	padding: 10px 15px 45px 10px;
	}
	
#causes_container {
	position: fixed;
	top: 85px;
	left: 15px;
	right: 15px;
	bottom: 5px;
	background: #fff9dc url('../images/body_bg.png') no-repeat scroll 50% 15px;
	z-index: 50;
	padding: 15px;
	padding-bottom: 40px;
	overflow: auto;
	}
	
#causes_container h3 {
	font-size: 1.4em;
	width: 100%;
	text-align: center;
	border: none;
	}
	
#causes_container a {
	color: #7ba269;
	float: left;
	width: 16%;
	padding: 5px 0 5px 0;
	text-align: center;
	background: white;
	opacity: 0.75;
	}
	
#focus_info {
	clear: both;
	background: #eeeeee;
	padding: 10px;
	opacity: 0.75;
	}
	
#focus_info a {
	float: none;
	}
	
div.happening {
	opacity: 0.75;
	background-color: #eee;
	padding: 10px 10px 10px 10px;
	}

div.happening p {
	clear: both;
	}

	
#text_count, #testimony_text_count, #prayer_request_text_count {
	float: right;
	font-size: 1.5em;
	}
	
#text_box_div {
	width: 100%;
	border: 1px solid blue;
	}
	
#happening_text{
	font-size: 1.9em;
	width: 100%;
	clear: both;
	border: 2px solid black;
	background: #FFF8DC;
	}
	
#testimony_text, #prayer_request_text {
	font-size: 1.9em;
	width: 100%;
	clear: both;
	margin-bottom: 8px;
	border: 2px solid black;
	background: #FFF8DC;
	}
	
#testimony_name, #testimony_email, #prayer_request_email, #prayer_request_name {
	font-size: .9em;
	margin-bottom: 8px;
	border: 2px solid black;
	background: #FFF8DC;
	}
	
#post_text, #login_submit, #post_testimony, #post_prayer_request {
	float: right;
	margin: 5px 0 0 0;
	padding: 5px 10px 5px 10px;
	font-style: bold;
	font-size: 1.15em;
	background: #EEE685;
	cursor: pointer;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border: 2px solid #615E3F;
	}

.login_text {
	width: 190px;
	float: right;
	border: 2px solid black;
	background: #FFF8DC;
	margin-bottom: 5px;
	}
	
.login_text:hover  {
	background: #CDB79E;
	}
	
#post_text:hover, #login_submit:hover, #post_testimony:hover, #post_prayer_request:hover {
	background: #CDCD00;
	}
	
div.happening ul {
	clear: both;
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
	}

div.happening li{
	border-bottom: 1px solid #5C4033;
	}
	
div.happening li a{
	color: orange;
	}
	
div.more_info {
	opacity: 0.75;
	background-color: #eee;
	padding: 10px 0px 10px 10px;
	}

div.more_info  a, div.more_info a:visited, div.more_info a:active {
	color: black;
	}
	
div#website_banner {
	margin: 0px;
	text-align: center;
	font-family: "Times New Roman", Georgia, Serif;
	color: red;
	background: #c4deff;
	padding: 0px 10px 0px 10px;
	border-bottom: 3px solid #3f6bac;
	border-top: 5px solid #3f6bac;
	border-left: 5px solid #3f6bac;
	border-right: 5px solid #3f6bac;
	position: fixed;
	z-index: 150;
	top: 0;
	left: 10px;
	right: 10px;
	}
	
div#website_banner img{
	padding: 7px;
	background: #eee;
	border-left: 1px solid #3f6bac;
	border-right: 1px solid #3f6bac;
	}
	
div#website_banner img:hover {
	background: #fff9dc;
	}
	
div#website_banner_top {
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
	}

div#website_banner_top a {
	color: #dd3444;
	}
	
div#website_banner_top span.left {
	float: left;
	}

div#website_banner_top span.center {
	width: 100%;
	}
	
div#website_banner_top span.right{
	float: right;
	}

div#website_banner_middle {
	margin: 0px;
	padding: 0px;
	}
	
a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: gray;
	}

a:hover {
	text-decoration: underline;
	}
	
div#footer {
	z-index: 100;
	background: #3f6bac;
	color: #fff9dc;
	position: fixed;
	bottom: 5px;
	right: 45px;
	font-size: 1.0em;
	padding: 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	}

div#footer a {
	color: #fff9dc;
	height: 100%;
	}

div#footer div.footer_right {
	margin: 0.25em 10px 0 10px;
	font-size: 0.75em;
	line-height: 29px;
	vertical-align: middle;
	float: right;
	}
	
div#navigation {
	z-index: 101;
	color: #fff9dc;
	position: fixed;
	height: 29px;
	bottom: 5px;
	left: 25px;
	font-size: 0.75em;
	margin: 0.25em 0 0 0;
	vertical-align: middle;
	padding: 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	}

div#navigation a {
	color: #fff9dc;
	background: #3f6bac;
	line-height: 29px;
	vertical-align: middle;
	height: 29px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 10px 6px 10px 6px;
	margin: 0;
	}
	
