/*
|
| TITLE:		Good Shepherd Presbyrterian master style
| AUTHOR:		Eric Shiarla, emshiarla@gmail.com
| EMPLOYED: 	Pendergraphics Design Group, http://www.pendergraphics.com
| 
| CREATED:		March 24th, 2005 
| MODIFIED: 	---------------
|
| NOTE:			Any changes to this file must be made in the ktml file to 
|				be live in the editor.  
|
*/


html,body{
  	margin: 0;
  	padding: 0;
	height: 100%;
  	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
  	font-size: small;
  	line-height: 1.4em;
	color: #002B7C;	
  	background:#fff ;
}

#bgwrap {
	margin: 0 auto;
	width: 875px;
	background:#fff url(../../images/bg-pg) repeat-y top center;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 850px;
}


/* GLOBAL ELEMENTS 
----------------------------------------------------*/
h1, h2, h3, h4 {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: #8F2A38;
}

h2 {
	padding: 0 0 1px 0;
	font-size: 110%;
	border-bottom: 1px solid #8F2A38;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 95%;
}

h5 {
	color: #333;
	font-size: 95%;
}

p {
	margin: 5px;
	font-size: 95%;
}

	p.standout { color: #8F2A38; font-weight: bold; }

a {
	color: #8F2A38;
	
}

a:hover {
	color: #AA4E5B;
}
  
img {
	border: 4px solid #fff;
}

hr {
	margin: 2px 0;
	height: 2px;
 	color: #8F2A38;
	background-color: #8F2A38;
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

form input, form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}




/* HEAD
----------------------------------------------------*/
#head {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #173B76 url(../../images/bg-head.jpg) no-repeat top left;
}

	#head span {
		display: none;
	}

#logo {
	position: relative;
	top: 15px;
	left: 10px;
	display: block;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 100px;
	background: transparent url(../../images/logo.png) no-repeat top left;
}

#logo a {
	display: block;
	width: 500px;
	height: 100px;
	border: none;
}

#tag {
	display: none;
}


/* NAVS
----------------------------------------------------*/
#primaryNav {
	float: left; /* Allows the floated li's to fill container */
	margin: 0;
	padding: 10px 0;
	width: 100%;
	list-style: none;
	background: #71363E url(../../images/bg-primarynav.jpg) repeat-x top left;
	border-bottom: 1px solid #AA868C;
}

	#primaryNav li {
		float: left;
		margin: 0;
		padding: 0;
		font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		font-size: 90%;
		font-weight: bold;
	}
	
		#primaryNav li.last a {
			border: none;
		}

	#primaryNav a {
		float: left;
		display: block;
		margin: 0;
		padding: 0 10px;
		color: #fff;
		text-decoration: none;
		border-right: 1px solid #EDCC33;
	}
	
	#primaryNav a:hover {
		background-color: #88444D;
	}
	

#secondaryNav {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 85%;
	color: #EDCC33;
	font-weight: bold;	
	text-align: right;	
	border-top: 5px solid #7D313C;
}

	#secondaryNav span {
		margin: 0;
		padding: 5px;
		display: inline;
		background-color: #7D313C;
	}
	

	#secondaryNav a {
		padding: 0 .15em;
		color: #fff;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	#secondaryNav a:hover {
		color: #fff;
		background-color: #88444D;
	}
	

#navBox {
	float: left;
	width: 230px;
	margin: 0 5px 0 0;
	padding: 0 0 30px 0;
	list-style: none;
	letter-spacing: normal;
	background-color: #712A38;
	z-index: 100;
}

	#navBox h2 {
		margin: 0;
		padding: 10px 12px;
		color: #fff;
		text-transform: uppercase;
		font-size: 105%;
		font-weight: bold;
		letter-spacing: .2em;
		background: #71363E url(../../images/bg-primarynav.jpg) repeat-x top left;
		border-bottom: 1px solid #fff;
	}
	
	#navBox li {
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 100;
	}	
	
		#navBox li ul {
			margin: 0;
			padding: 0;
		}
		
		#navBox li ul li {
			margin: 0;
			padding: 0;
		}

	#navBox a {
		display: block;
		width: 215px;
		margin: 0;
		padding: 5px 3px 5px 12px;
		color: #fff;
		text-decoration: none;	
		border-bottom: 1px solid #531E28;
	}
	
		#navBox a:hover {
			font-weight: bold;	
			background-color: #8C525D;			
		}
			
			#navBox ul ul a {
				width: 210px;
				padding: 5px 3px 5px 16px;
				color: #fff;
				background-color: #8C525D;
				border: none;				
			}		

				#navBox ul ul a:hover {
					background-color: #AA737E;		
				}		


	#navBox ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		width: 228px;
		margin: 0;
		padding: 0;
		border: 1px solid #999;		
	}
	
		#navBox ul li.current ul {
			position: relative;
			left: 0;
			right: 0;			
		}

	#navBox ul ul,
	#navBox ul li:hover ul 
	{display: none;}
	
		#navBox ul li.current ul,
		#navBox ul li.current:hover ul 
		{display: block;}		

	#navBox ul ul li:hover ul,
	#navBox ul li:hover ul
	{display: block;}	
	
	
#breadCrumbs, #breadCrumbsAlt {
	margin: -3px 0 0 -5px;
	padding: 5px;
	width: 565px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	letter-spacing: normal;
	background-color: #E6E6E6;
}



	#breadCrumbsAlt {
		margin: 0;
		padding: 5px;
		width: auto;
		background-color: transparent;
	}

	#breadCrumbs a, #breadCrumbsAlt a {
		color: #999;
	}	
	
		#breadCrumbs a:hover, #breadCrumbsAlt a:hover {
			color: #666;
		}

	#breadCrumbs dt, #breadCrumbsAlt dt{
		display: inline;
		margin: 0;
		padding: 0 5px 0 0;
		font-weight: bold;
	}
	
	#breadCrumbs dd, #breadCrumbsAlt dd{
		display: inline;
		margin: 0;
		padding: 0;
	}


/* PAGE BODY, COPY, ETC
----------------------------------------------------*/

#pageBody {
	clear: both;
	float: left; /* Allows the floated elements within div to fill container */  
	width: 830px;
	margin: 3px 0 0 0;
	padding: 10px;
	background: #FDFEFF url(../../images/bg-body.jpg) no-repeat top center;
	z-index: 1;
}

#pageCopyWrap {
	position: relative;
	top: 0;
	left: -5px;
	margin-top: 10px;
	width: 595px;
	padding: 0 0 13px 0; /* Expand wrap beyond the inner pageCopy div, dependent upon pageCopy padding. */
	background: transparent url(../../images/bg-pagecopywrap-lg.png) no-repeat bottom left;
	z-index: 1;
}

	body#home #pageCopyWrap {
		width: 575px;
		background: transparent url(../../images/bg-pagecopywrap.png) no-repeat bottom left;
	}

#pageCopy {
	width: 565px;
	height: 100%;
	margin: 0;
	padding: 7px 15px 5px 15px;
	background: transparent url(../../images/bg-pagecopy-lg.png) repeat-y top left ;
	z-index: 1;
}

	body#home #pageCopy {
		width: 545px;
		background: transparent url(../../images/bg-pagecopy.png) repeat-y top left ;	
	}

#main {
	float: left;
	margin: 0;
	padding: 0;
}


	/*--|| Categories || -------------*/  
	#categories{
		margin: 0;
		padding: 0 20px 0 20px;
		font-size: 90%;
	}

	#categories a, #categories h2 {
	  	margin: 0;
	  	padding: 0;
	  	text-decoration: none;
	  	display: inline; /* This corrects IE's diplay: block gaps */
	}

	#categories h2 {
	  	display: none;
	}
	
	#categories ul {
	  	list-style-type: none;
	  	list-style-image: none;
	  	display: block;
	  	padding: 5px 10px 5px 10px;
	  	margin-left: 0;
	}

	#categories ul li {
	  	padding: 0;	
	  	list-style-type: none;
	  	list-style-image: none;  
	  	display: block;	
	}

	#categories ul li a {
		margin: 0;
		padding: 3px;
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-size: 110%;
		color: #8F2A38;
		background-color: transparent; 
		border: none;
		border-bottom: 1px dashed #666;
	}

	#categories ul li a:hover {
		color: #88444D;
		font-weight: bold;
		text-decoration: none;	
		background-color: transparent;
	}

	#categories ul.page {
	  	display: block;
	  	margin: 10px;
	  	padding: 0;
		list-style-type: none;
	  	list-style-image: none;  
	  	border-left: 2px solid #8F2A38; 
	}

	#categories ul.page li{
		margin: 0;
		padding: 0 0 10px 10px;
		display: block;
	}

	#categories ul.page li a {
		display: inline;
		margin: 0;
		padding: 0;
		font-weight: bold;
		color: #8F2A38;
		letter-spacing: normal;
		text-transform: none;
		background-color: transparent;
		border: none;		
	}

	#categories ul.page li a:hover {
		color: #88444D;
		border: none;
	}
	
	#categories ul.link {
	  	display: block;
	  	margin: 10px;
	  	padding: 0;
		font-size: 90%;
		line-height: 1.25em;
		word-spacing: normal;
		list-style-type: none;
	  	list-style-image: none;  
	  	border-left: 2px solid #8F2A38; 
	}

	#categories ul.link li{
		margin: 0;
		padding: 0 0 10px 10px;
		display: block;
	}

	#categories ul.link li a {
		display: inline;
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-weight: bold;
		color: #8F2A38;
		letter-spacing: normal;
		text-transform: none;
		background-color: transparent;
		border: none;		
	}

	#categories ul.link li a:hover {
		color: #336600;
		border: none;
	}	


	/*--|| Archives || -------------*/
	#archives-search {
	  	margin: 0;
	  	padding: 0;
	}

	#archives-search form{
	 	margin: 0 5px;
	  	padding: 7px 0 20px 0;
	}	
	 
	#archives-frame {
		margin: 0 5px;
		padding: 0;
		background: url('../../images/bg-archives.jpg') no-repeat;
	}	

	#archives-monthly {
	  	float: left;
	  	margin: 0;
	  	padding: 0;
	  	width: 175px;
	}

	#archives-monthly h3{
	  	display: block;
	  	margin: 0;
	  	padding: 2px 0 2px 0;
		color: #333;
	  	border-top: 1px solid #c0c6c5;
	  	border-bottom: 1px solid #c0c6c5;
	}
	
	#archives-monthly a {
		font-size: 95%;
		font-weight: bold;
		text-decoration: none;
	}
	
	#archives {
		margin: 0 0 0 180px;
		padding: 0;
	}

	#archives h3{
	  	display: block;
	  	margin: 0;
	  	padding: 2px 0 2px 0;
		color: #333;
	  	border-top: 1px solid #c0c6c5;
	  	border-bottom: 1px solid #c0c6c5;
	}

	#archives p.frame {
		margin: 0;
		padding: 5px 0;
		border-bottom: 1px dashed #999;  
	}


	
	
	/*--|| Event & Prayer Request Submission || -------------*/
	#eventform, #prayerform{
		clear: both;
	  	margin: 10px 0;
	  	padding: 3px 0 0 0;
		width: 400px;
		background: url(../../images/bg-archives.jpg) no-repeat;		
	}
	
	#eventform fieldset.eventsubmit, #prayerform fieldset.prayersubmit{
		width: 400px;
		border: none;
	}
	
	#eventform legend.eventsubmit, #prayerform legend.prayersubmit{
		margin: 0 0 10px 0;
	  	padding: 2px 300px 2px 0;
	  	border-top: 1px solid #c0c6c5;	
	  	border-bottom: 1px solid #c0c6c5;	
		display: none;
	}
	
	#eventform label.eventsubmit, input.eventsubmit, input.prayersubmit, label.prayersubmit{
		float: left;
		display: block;
		width: 150px;
		font-size: 90%;
		margin-bottom: 10px;
	}
	
	#eventform label.eventsubmit, #prayerform label.prayersubmit{
		width: 75px;
		padding-right: 10px;
		text-align: right;
	}
	
	#eventform textarea.eventsubmit, #prayerform textarea.prayersubmit{
		float: left;
	}	
	
	#eventform br, #prayerform br{
		clear: left;
	}
			
	#eventform .submit, #prayerform .submit{
		margin: 10px 0 0 0;
	}	


/* SPECIAL EVENTS
----------------------------------------------------*/
#specialEvents {
	float: left;
	margin: 1px 0 10px 10px;
	width: 230px;
	padding-bottom: 8px;
	background: transparent url(../../images/bg-genbottomshade.png) no-repeat bottom left;
}

	#specialEvents dt {
		display: none;
		margin: 0;
		padding: 5px 0;
		color: #fff;
		font-size: 110%;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		background: transparent url(../../images/bg-primarynav.jpg) repeat-x top left;
		border-bottom: 1px solid #fff;
	}
	
	#specialEvents dd {
		margin: 0;
		padding: 5px 0;
		text-align: center;
		background-color: #712A38;
	}
	
	
#rotationLoad {
	display: block;
	position: relative;
	margin: 7px 7px 0 7px;
	width: 209px;
	height: 417px;
	background: transparent url(../../images/home/placeholder.gif) no-repeat top left;
	z-index: 1;
}


#rotationImages {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#rotationImages img{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}

	#rotationImages img.linked {
		cursor: pointer;
	}	
	


/* FOOTER
----------------------------------------------------*/
#footer {
	clear: both;
	padding: 2px 5px;
	width: 840px;
	color: #B3CBFE;
	font-size: 80%;
	text-align: right;
	background-color: #002B7C;
	position: relative;
}

#footer a.pdg {
	display: block;
	width: 100px;
	height: 15px;
	position: absolute;
	left: 5px;
	top: 5px;
	margin: 0;
	padding: 0;
}

#footer a.pdg:hover {
	background-color: transparent;
}

#footer a.pdg span {
	display: none;
}




	#footer img {
		margin: 0;
		padding: 0;
		vertical-align: middle;
		border: none;
	}

	#footer a {
		padding: 3px 2px;
		color: #B3CBFE;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #274B8F;
		background-color: #C9DAFE;
	}
