/*
Prayer For The City
Created: 22/03/07
Last Updated: 25/07/08
Author: Project 15
*/

/*
=====================================
Body
 =====================================
*/

body {
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F7F7F1 url(../images/template/bg.jpg) repeat-x center top;
}

h1 { 
	color: #393023;
	margin: 30px 30px 20px 30px;
	font-size: 180%;
	font-weight: normal;
}

h2 {
	font-size: 130%;
	color: #7D9F73;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	color: #7495B9;
	font-weight: normal;
}

p {
	font-size: 72%;
}

li {
	font-size: 72%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul li ul li {
	font-size: 100%;
}

ol li {
	font-size: 72%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

input, select, textarea {
	font-size: 100%;
	border: 1px solid #396C9F;
	background-color: #EFEFEF;
}

/*
=====================================
Layout
 =====================================
*/

#container {
	width: 735px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	padding: 10px;
}

/* Header */

#headerLinks {
	float: left;
	width: 100%;
	height: 22px;
	font-size: 68%;
	text-align: left;
	background-color: #F1EFE7;
	color: #000000;
	margin-bottom: 5px;
	padding-top: 5px;
}

#headerLinks a, #headerLinks a:hover {
	color: #666666;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#headerLinks a:hover {
	text-decoration: underline;
}

#header {
	display: block;
	height: 85px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background: #000000 url(../images/template/header.jpg) no-repeat center;
	clear: both;
	margin-bottom: 5px;
}

/* Navigation */

/*ul#simple-menu {
	list-style-type: none;
	width: 100%;
	position: relative;
	height: 25px;
	font-weight: bold;
	margin: 0;
	padding: 0px 0 0 0;
}

ul#simple-menu li {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	height: 25px;
}

ul#simple-menu li.left {
	margin: 0;
}

ul#simple-menu li a {
	display: block;
	float: left;
	color: #FFFFFF;
	background: #0088CC;
	line-height: 25px;
	text-decoration: none;
	padding: 0 10px 0 10px;
	height: 25px;
}

ul#simple-menu li a.right {
	padding-right: 19px;
}

ul#simple-menu li a:hover {
	background: #7D9F73;
}

ul#simple-menu li a.current {
	color: #FFFFFF;
	background: #FFFFFF;
}

ul#simple-menu li a.current:hover {
	color: #2E4560;
	background: #FFFFFF;
}*/

/* Content */

#contentContainer {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	clear: both;	
}

#content {
	background: #FFFFFF;
	width: 700px;
	padding: 10px;
	font-size: 110%;
}

#content a {
	color: #7495B9;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #7495B9;
}

/* Footer */

#footer {
	color: #999999;
	width: 100%;
	font-size: 72%;
	text-align: center;
	display: block;
	clear: both;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	color: #264362;
	text-decoration: underline;
}

/*
=====================================
Form
 =====================================
*/

fieldset {
	border: 1px solid #666666;
	font-size: 83%;
}

legend {
	font-weight: bold;
}
	  
label {
	display: block;
	margin: 3px;
	font-size: 83%;
}

input {
	color: #666666;
	font-size: 83%;
}

input:focus {
	background-color: #FFFFCC;
	color: #000000;
}

input.inputBox {
	color: #000000;
	display: block;
	margin-top: 5px;
}

input.required_Field {
	border-left: 3px solid #FF0000;
}

textarea {
	color: #666666;
	font-size: 83%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea:focus {
	background-color: #FFFFCC;
	color: #000000;
}

textarea.inputBox {
	color: #000000;
	display: block;
	margin-top: 5px;
}

/*
=====================================
Images
 =====================================
*/

.imageLeft, .imageRight, .imageCentre {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.imageLeft {
	margin: 5px;
	float: left;
}

.imageRight {
	margin: 5px;
	float: right;
}

.imageCentre {
	display: block;
	clear: both;
	margin: 0px auto 0px auto;
}

/*
=====================================
Columns
 =====================================
*/

/* 2 columns*/

#TwoColumns {
	display: block;
	clear: both;
}

#TwoColumnsColumn50 {
	float: left;
	width: 50%;
	vertical-align: text-top;
	margin: 0px;
}

#TwoColumnsColumn50 {
	float: left;
	width: 50%;
	vertical-align: text-top;
	margin: 0px;
}

#TwoColumnsColumn75Left {
	float: left;
	width: 75%;
	vertical-align: text-top;
	margin: 0px;
}

#TwoColumnsColumn75Right {
	float: right;
	width: 75%;
	vertical-align: text-top;
	margin: 0px;
}

#TwoColumnsColumn25Left {
	float: left;
	width: 25%;
	vertical-align: text-top;
	margin: 0px;
}

#TwoColumnsColumn25Right {
	float: right;
	width: 25%;
	vertical-align: text-top;
	margin: 0px;
}

/*
=====================================
Side Boxes
 =====================================
*/

#sideBarBox1, #sideBarBox2 {
	display: block;
	clear: both;
	float: left;
	margin: 5px;
	width: 85%;
	color: #000000;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#sideBarBox1 {
	background: #D6F5F0;
}

#sideBarBox2 {
	background: #F1FFCC;
}

#sideBarBox1 h2, #sideBarBox2 h2 {
	color: #666;
	font-size: 93%;
}

#sideBarBox1 p, #sideBarBox2 p {
	font-size: 73%;
}

/*
=====================================
Discuss Boxes
 =====================================
*/

div.discuss {
	background: #F8F7EF url(../images/template/speech_mark.gif) 15px 11px no-repeat;
	border: 1px dashed #999999;
	border-width: 1px 0px;
}

div.discuss h2, div.discuss p {
	padding: 0 0 0 90px;
	margin: 0px;
}

div.discuss h2 {
	padding-top: 5px;
	border-top: 4px solid white;
	color: #7D9F73;
}

div.discuss p {
	padding-bottom: 5px;
	border-bottom: 4px solid white;
}

/*
=====================================
Section- News
 =====================================
*/

.newsInfo {
	clear: both;
	padding: 5px 5px 5px 30px;
	background: #eee url(../images/template/info.gif) 8px 50% no-repeat;
	border: 1px solid #ccc;
	width: 60%;	
	margin: 0px auto 0px auto;	
}

/*
=====================================
Section- Events
 =====================================
*/

#eventContent {
	position: relative;
	float: right;
	width: 475px;
}

#eventContent .event {
	padding: 0px 0px 20px 0px;
}

#content .event h4 {
	margin-top: 0px;
	padding: 0px 0px 5px 20px;
	text-align: right;
	color: #ff9300;
	background:   url(/images/template/calendar.gif) 0 40% no-repeat;
	border-bottom: 1px solid #EFEFEF;
	font-size: 73%;
}

#content .event h4 span {
	float: left;
	font-size: 100%;
	color: #555555;
}

/*
=====================================
Section- Prayer Newsletters
 =====================================
*/

#download {
	background-color: #ECF8F8;
	list-style :none;
	border-top: solid 1px #C7E7E7;
	border-bottom: solid 1px #C7E7E7;
	background: url(/images/template/pdf.gif) 12px center no-repeat;
	padding: 5px;
}

#download p {
	margin-left: 55px;
}






/*http://www.cssmenumaker.com/builder/menu_info.php?menu=057*/

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	/*font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	/*font-size:14px;*/
	/*font-weight:bold;*/
	}
.menu ul{
	background:#FFFFFF;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		margin: 1px;
		}
	.menu li a{
		background:#0088CC;
		color:#FFFFFF;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #7D9F73;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#0088CC;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		/*font-size:14px;*/
		font-style:normal;
		margin:0px;
		padding:0px 0px 0px 5px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#7D9F73;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		