/*===============================
CSS code by factor 1 studios
================================*/


/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/back-pr.jpg) no-repeat top center fixed #4a0000;
margin: 0 auto;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#619e39;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
color: #FFF;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.05;
}

label {
cursor:pointer;
}

.prayerform  {
color: #fff;
}

.prayerform tr td textarea {
height: 150px;
width: 325px;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#headerwide 		{
	background: url('../images/header-pr.jpg') repeat-x top;
	height: 33px;
	width: 100%;
	}


#wrap {
width:960px;
margin:0 auto;
position: absolute;
top: 0px;
left: 1%;
right: 1%;

}


/***** header *****/
#header {
	width: 960px;
	height: 250px;
	}
	
#header h1 {
	height: 74px;
	width: 404px;
	display: block;
	text-indent: -20000px;
	padding: 50px 0 0 0;
	}
	
	#header h1 a {
		background: url(../images/logo-pr.png) center no-repeat;
		display: block;
		height: 74px;
		width: 404px;
		text-indent: -20000px;
		
		}


/***** nav *****/

#topnav {
	
	text-align: right;
	float: right;
	padding: 10px 0 0 0;
	display: block;
	}
	
	#topnav li {float: left; display: block;}
	
	#topnav li a {
		font-size: .7em;
		list-style: none;
		float: left;
		padding: 0 10px;
		border-right: 1px solid #FFF;
		color: #FFF;
		display: block;
		}
		
		#topnav li a.last {border-style: none; border-right:none 0px;}
		
		
		#topnav li a, #topnav li a:visted {color: #FFF;}
		
		#topnav a:hover {text-decoration: underline; color: #000;}
		
		
#mainnav {
	width: 960px;
	text-align: left;
	float: left;
	padding: 70px 0 0 0;
	display: block;
	}
	
	#mainnav li {float: left; display: block;}
		
		#mainnav li a {
			color: #FFF;
			font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
			list-style: none;
			float: left;
			padding: 0 15px;
			font-size: 1.7em;
			display: block;
			}
			
			
			
			a.button {
				background: transparent url('../images/button_a.png') no-repeat scroll top right;
				color: #444;
				display: block;
				float: left;
				height: 40px;
				margin-right: 6px;
				padding-right: 18px; /* sliding doors padding */
				text-decoration: none;
				}

			a.button span {
				background: transparent url('../images/button_span.png') no-repeat;
				display: block;
				line-height: 1em;
				padding: 5px 0 5px 18px;
				}
				
				
			a.button:hover {
				background-position: bottom right;
				color: #000;
				outline: none; /* hide dotted outline in Firefox */
				}

			a.button:hover span {
				background-position: bottom left;
				padding: 6px 0 7px 18px; /* push text down 1px */
}


/***** body *****/

/***** Crossline Prayer Main Page *****/

	#homecontent1 {
	background: url(../images/frame-top.jpg) center top no-repeat;
	height: 43px;
	margin: 10px 0 0 0;
	padding: 0;
	margin-bottom: 0;
	}
	
	#homecontent2 {
	background: url(../images/frame-mid.jpg) center top repeat-y;
	min-height: 100px;
	height: auto;
	_height: 100px;
	padding: 7px 63px;
	display: block;
	float: none;
	}
	
	#homecontent3 {
	background: url(../images/frame-bot.jpg) center top no-repeat;
	height: 43px;
	}	
	
	#homecontent2 a {
	color: #fff;
	text-decoration: underline;
	}	
	
	#homecontent2 a:hover {
	color: #fff;
	text-decoration: none;
	}
	
	#homecontent2 h2 {
	margin-top: 50px;
	}
	
	#welcomecontent, #prayerrequest {
	width: 375px;
	margin-left: 25px;
	display: block;
	float: left;
	}
	
	#praywithus, #weeklydev, #contact {
	width: 375px;
	margin-left: 40px;
	display: block;
	float: left;
	}
	
	#contact {
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
	#weeklydev2 {
	width: 750px;
	margin-left: 25px;
	}
	
	.NewsSummary, #NewsPostDetail {
	color: #fff;
	}
	
	.NewsSummaryLink h3, #NewsPostDetailTitle  {
	padding: 10px 0;
	margin: 0;
	top: 0;
	font-size: 1.6em;
	font-weight: normal;
	}

/***** Footer *****/

#footer {
	width: 940px;
	background: #2c0000;
	padding: 10px;
	color: #FFF;
	margin: 10px 0 20px 0;
	font-size: 0.75em;
	}
	

	
	.footerblock {
		width: 360px;
		float: left;
		border-right: solid 1px #ccc;
		margin: 0 10px 0 0;
		height: 150px;
		}
		
		.footerblock3 {
		width: 280px;
		float: left;
		border-right: solid 1px #ccc;
		margin: 0 10px 0 0;
		height: 150px;
		}
		
		.footerblock2 {
		width: 270px;
		float: left;
		border-right: none;
		height: 150px;
		}
		
		
		
		
		#footer h4 {
			font-style: normal;
			text-decoration: none;
			margin: 0px 0 12px 0; 
			padding: 0px; 
			font: "Century Gothic", Helvetica, Verdana, Arial, sans-serif; 
			font-size: 1.4em;
			}
			
			
			#quicklinks {width: 350px;}
			#quicklinks ul {
				float: left;
				padding: 0px;
				margin-left: 4px;
				width: 110px;
				}
			
			#quicklinks ul li {
				list-style: none;
				padding-bottom: 4px;
				}
				
				
				#quicklinks ul a, .footerblock a, .footerblock3 a 
					{color: white; text-decoration: underline; padding: 2px 4px; font: 70%/1;}
					
				#quicklinks ul a:hover, .footerblock a:hover, .footerblock3 a:hover
					{text-decoration: none; color: #FFF;}
					
					
		.footerblock2 form input.text {background-color: #fff; padding-bottom: 0px;}
		
		.footerblock2 form input.image {padding-top: 0px;}
		
		
		#subfooter p { color: #fff; font-size: 0.7em; width: 960px}
		#subfooter p span {float: right;}
		#subfooter p a { text-decoration: underline; color: #fff; }
		#subfooter p a:hover { text-decoration: none; color: #619e39; }
		
		
		


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
