/**
 * Stylesheet
 *
 * Copyright 2007 The Pentecostals of Kentwood!
 * http://www.mypentecost.com
 *
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}





/* MAIN styles
-------------------------------------------*/
body{
	background: #252525 url(../images/bg_body.gif) 0 0 repeat-x;
	font: normal normal 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #363636;
}

h1{
	font: normal normal 36px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #050360;
	margin:0px 0px 0px 0px;
}

h2{
	font: normal normal 20px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #050360;
	margin: 10px 0px 5px 0;
}

h3{
	font: normal bold 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin: 0px 0px 10px 0;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #003399;}
a:visited{color: #003399;}
a:hover{color: #0000FF;}
a:active{color: #003399;}

em{
	font: normal normal 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px;
	background: #FFFFCC;
}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 497px;
	position:relative;
	left: 50%;
	margin: 6px 0px 0px -248px;
	background: #252525;
}




/* HEADER styles
-------------------------------------------*/
#header{
	background: #252525 url(../images/bg_header.gif) 0 0 no-repeat;
	height: 141px;
	margin: 0 0 0 0;
	padding: 0;
}
#header h1{
		position: absolute;
		top: 16px;
		left: 35px;
		margin: 0px;
		padding: 0px;
		height: 95px;
		width: 230px;
		letter-spacing : -1000em;
		text-indent: -1em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h1 { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */


#header h2{
		position: absolute;
		top: 15px;
		left: 360px;
		margin: 0px;
		padding: 0px;
	}

	#header h2 a{
		display: block;
		height: 110px;
		width: 104px;
		background: transparent url(../images/logo_poc.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -1000em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */


	#header h1 {  }

	#header-nav, #header-nav-sup{
		margin: 5px 0px;
		padding: 0px;
		list-style: none;
	}
	#header-nav li{
		display: inline;
		padding: 5px 0px 0px 5px;
	}
	#header-nav-sup li{
		display: inline;
		padding: 5px 0px 0px 5px;
	}





/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 0px 8px 8px 8px;
	padding: 10px 30px 30px;
	background: #fff url(../images/bg_container.gif) left bottom repeat-x;
}
	p#splash{
		text-align: center;
	}


/* CONTACT FORM styles
	---------------------------------------*/
	fieldset{
	padding: 10px;
	border: none;
	font-size: 11px;
	}	
		fieldset input,fieldset textarea{
			border:1px solid #ccc;
			background:url(../images/input_back.gif);
			width: 250px;
			padding: 2px;
		}
			fieldset input.submit{
				width: 150px;
				background: #fff url(../images/bg_container.gif) 0 -5px repeat-x;
				cursor: pointer;
			}
				fieldset input.submit:hover{
					background: #fff url(../images/bg_container.gif) 0 -8px repeat-x;
				}
		fieldset input:hover,fieldset textarea:hover{
			border:1px solid #d7c523;
		}
		fieldset input:focus,fieldset textarea:focus{
			border:1px solid #050360;
		}

		.formfields dl, .formfields dt, .formfields dd{
			margin: 0px;
			padding: 0px;
		}

		.formfields dl{
			margin: 0px 0px 10px;
			padding: 0px;
		}

		.formfields dt{
			float: left;
			clear: left;
			width: 25%;
			margin: 10px 10px 0 0;
			text-align: left;
		}	

		.formfields dd{
			float: left;
			margin: 10px 0px 0 0;
			width: 70%;
		}
		.form-rep-contact{
			height: 3.5em;
		}

		.required{
		}

	.form-error, #form-error-alert{ 
		color: #CC0000; 
		font-weight: bold;
		padding: 5px 0px 0px 30px;
		background: transparent url(../images/icon_alert.gif) 0 0 no-repeat;
	
	}
	.form-error, #form-error-alert{ 
		display: none;
	}
	#form-error-alert{
		display: block;
	}
	
	



/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: #fff;
	width: 200px;
	float: right;
	display: inline;
}




/* FOOTER styles
-------------------------------------------*/
#footer{
	margin: 5px;
	padding: 0px 0px 20px;
	color: #555;
}
	#footer p a{
		color: #777;
	}
	#footer p{
		padding: 5px 10px;
		text-align:center;
		margin: 0px;
	}
