
/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */

/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	ol,ul { list-style : none; }
	table { border-collapse : collapse; border-spacing : 0; }
	fieldset,img { border : 0; }
	caption,th { text-align : left; }
	.white { color:#fff; font-family: Century Gothic, sans-serif; font-size:22px; }
	.white2 { color:#fff; font-family: Century Gothic, sans-serif; font-size:18px; }
	.textsha {  text-shadow: 1px 1px 1px #333; filter: dropshadow(color=#333, offx=1, offy=1); }
	.blue { color:#0187dd; font-family: Century Gothic, sans-serif; font-size:30px; border-bottom:#CCC dashed 3px; margin:20px 0 10px 0; }
	.sp-header { color:#0187dd; font-family: Century Gothic, sans-serif; font-size:40px; margin:60px 0 25px 0;}
	
	body { 
	text-align:left; 
	color:#333; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg.jpg);  
	}

/* --------------------------------------------*/




/* --------------------------------------------/ BOX MODEL CLASS \-------------------------------------------- */

	.box {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;	 
	position:relative; 
	float:left; 
	width:250px; 
	height:94px; 
	margin:10px; 
	background-color:#0187dd; 
	overflow:hidden; 
	-webkit-box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1); 
	box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1);
	border:#fff solid 10px;
	background-repeat:no-repeat;
	}
	
	.box-1 { background-image:url(../images/box-1.png); margin-top:25px; }
	.box-2 { background-image:url(../images/box-2.png); }
	.box-3 { background-image:url(../images/box-3.png); }
	
	.box:hover { background-position:-35px 0px; }
	.calltxt { margin-top:50px; font-size:42px; }
	
	.homepage-box { position:relative; float:left; width:30%; height:400px; padding:0 15px; }

	.hp-image { 
		position:relative; 
		float:left; 
		height:80px; width:280px; 
		-webkit-box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1); 
		box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1);
		border:#fff solid 10px;
		margin-top:20px;
		overflow:hidden;
		}
		
	.ss-image { 
		position:relative; 
		float:left;
		-webkit-box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1); 
		box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1);
		border:#fff solid 10px;
		margin-top:20px;
		-moz-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-o-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		}
		
	.map-image { 
		position:relative; 
		float:left; 
		height:227px; width:280px; 
		-webkit-box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1); 
		box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1);
		border:#fff solid 10px;
		margin-top:20px;
		overflow:hidden;
		}
		
	button.css3button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		padding: 7px 20px;
		background: -moz-linear-gradient(
			top,
			#00b3ee 0%,
			#009fe9);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#00b3ee),
			to(#009fe9));
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #009fe9;
		-moz-box-shadow:
			0px 1px 3px rgba(000,159,233,0.5),
			inset 0px 0px 1px rgba(255,255,255,1);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,159,233,0.5),
			inset 0px 0px 1px rgba(255,255,255,1);
		box-shadow:
			0px 1px 3px rgba(000,159,233,0.5),
			inset 0px 0px 1px rgba(255,255,255,1);
		text-shadow:
			0px -1px 0px rgba(204,204,204,0.7),
			0px 1px 0px rgba(255,255,255,0.3);
		cursor: hand; cursor: pointer;
		margin-bottom:20px;
		}

/* --------------------------------------------*/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

	#container_header { width:100%; height:100%; background:url(../images/header-bg.jpg); border-bottom:#fff solid 20px; -webkit-box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1); box-shadow: 0px 2px 2px 2px rgba(3, 3, 3, .1);  }
		
		#header { 
		position:relative; 
		width:1000px;
		height:141px;
		margin:auto;
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */
	
		#nav { 
		position:relative;
		float:left;
		width:1000px;
		height:44px;
		margin:auto;
		background-color:#fff;
		}
		
			#nav li { position:relative; float:left; font-family: Century Gothic, sans-serif;   }
		
			#nav a { 
			-webkit-transition: all 300ms ease 0s;
			-moz-transition: all 300ms ease 0s;
			-ms-transition: all 300ms ease 0s;
			-o-transition: all 300ms ease 0s;
			transition: all 300ms ease 0s;	
			display:block; background-color:#FFFFFF; width:150px; padding:8px; text-align:center; text-decoration:none; color:#0187dd; font-size:20px; }
			
			#nav a:hover { background-color:#46a3d9; color:#fff; }

/* --------------------------------------------*/
 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

#sp-header_content { width:100%; height:250px; }

#hp-bot-container_content { width:100%; 
		background-color:#fff;
		background-image:url(../images/hp-bot-content-bg.jpg);
		background-repeat:repeat-x;}

	#content { 
		position:relative;  
		width:1000px;
		height:100%;
		margin:auto; 
		}
		
	#sp-bot-content p { margin-bottom:20px; }	
		
	#hp-bot-content { 
		position:relative;  
		width:1000px;
		height:400px;
		margin:auto;
		}
		
	#sp-bot-content { 
		position:relative;  
		width:960px;
		height:100%;
		background-image:url(../images/sp-bg.jpg);
		background-repeat:no-repeat;
		top:-125px;
		margin:auto;
		padding:20px;
		}
		
		.sp-inside-left { position:relative; float:left; width:60%; }
		.sp-inside-right { position:relative; float:right; width:35%; }
		.social-media { position:relative; float:left; width:60%; }
		
		#ss-content { 
		position:relative; 
		float:left; 
		width:700px; 
		height:460px;
		margin:auto;
		padding-top:20px;
		}
		
		#left-content { 
		position:relative; 
		float:left; 
		width:260px; 
		height:100%;
		margin:auto;
		padding:20px;
		background-color:#069; 
		}
		
		#hp-right-content { 
		position:relative; 
		float:left;
		width:278px; 
		height:480px;
		margin:auto;
		padding-left:17px;
		}
		
		#right-content { 
		position:relative; 
		float:left;
		width:660px; 
		height:100%;
		margin:auto;
		padding:20px;
		background-color:#363; 
		}
		
		#left-contact {
		position:relative;
		float:left;
		height:100%;
		width:460px;
		margin:auto;
		padding:20px;
		}
		
		#right-contact {
		position:relative;
		float:left;
		height:100%;
		width:410px;
		margin:auto;
		padding:20px;
		}

			.min-holder { float:left; width:1px; height:450px;  }
	
			.clear {clear:both; height:1px; overflow:hidden; }

/* --------------------------------------------*/

/* --------------------------------------------/ CONTACT FORM \-------------------------------------------- */

		input, textarea { 
			padding: 8px;
			border: solid 1px #E5E5E5;
			font: normal 12px Verdana, Tahoma, sans-serif;
			width: 200px;
			background: #FFFFFF url('images/form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
			background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
			background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
			box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
			-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
			-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
			}
		
		textarea { 
			width: 400px;
			max-width: 400px;
			height: 150px;
			line-height: 150%;
			}
		
		input:hover, textarea:hover,
		input:focus, textarea:focus { 
		-moz-box-shadow:0 0 8px lightblue;
			-webkit-box-shadow:0 0 8px lightblue;
			box-shadow:0 0 8px lightblue;
		}
		
		.form label { 
			margin-left: 12px; 
			color: #999999; 
			}
		
		.submit input {
			width: auto;
			padding: 10px 14px;
			background: #617798;
			font-size: 14px;
			color: #FFFFFF;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			cursor:pointer;
			}
			
		#form-div { 
		padding:15px;
		}

/* --------------------------------------------*/


/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:139px; background: rgb(6,137,222); /* Old browsers */
background: -moz-linear-gradient(top, rgba(6,137,222,1) 0%, rgba(92,178,233,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,137,222,1)), color-stop(100%,rgba(92,178,233,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(6,137,222,1) 0%,rgba(92,178,233,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(6,137,222,1) 0%,rgba(92,178,233,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(6,137,222,1) 0%,rgba(92,178,233,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(6,137,222,1) 0%,rgba(92,178,233,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0689de', endColorstr='#5cb2e9',GradientType=0 ); /* IE6-9 */ }
	
	#footer { 
	position:relative; 
	width:1000px;
	height:139px;
	margin:auto;
	background:url(../images/presbyterian-church-lcon.png) center no-repeat;
	color:#fff; 
	}
	
		#footer ul { position:relative; margin-top:23px; }
		#footer li { position:relative; margin-left:10px; }
		#footer a { text-decoration:none; color:#fff; }
		#footer a:hover { color:#FFF; }
	
	#footer-left {
	position:relative;
	float:left;
	width:500px;
	height:60px; 
	}
	
		#footer-left ul { float:left; left:20px; }
		#footer-left li { float:right; }
	
	#footer-right {
	position:relative;
	float:left;
	width:500px;
	height:60px; 
	}

		#footer-right ul { float:right; right:20px; }
		#footer-right li { float:left; }
		
		.cdsLink {
			
			-webkit-transition: all 300ms ease 0s;
			-moz-transition: all 300ms ease 0s;
			-ms-transition: all 300ms ease 0s;
			-o-transition: all 300ms ease 0s;
			transition: all 300ms ease 0s;	
			display: block;
			width: 328px;
			height: 18px;
			background:url(../images/chop-dawg-studios-website-design.png) bottom;
			text-indent: -99999px;
		}
		.cdsLink:hover {
			background-position: 0 0;
		}

/* --------------------------------------------*/



