/* GOOD SHEPHERD UNITED METHODIST CHURCH :: SCREEN STYLES

	=LAYOUT
	=TYPE
	=LINKS
	=CALENDAR
	=sIFR
	
````````````````````````````````````````````````````````````````````````````````````````*/


/* =LAYOUT
````````````````````````````````````````````````````````````````````````````````````````*/
* {
	margin: 0;
	padding: 0;
}
* img {
	border: 0;
}

body {
	font: 13px/18px Times, Georgia, serif;
	color: #333;
	background: #f0f0e8;
	padding-bottom: 30px;
}
body#page_stream {
	background: #fff url(http://www.goodshepherd-umc.net/images/stream_body_bg.gif) repeat-x 0 0;
}

/*------------------------------------------------------*/
#masthead {
	position: relative;
	width: 100%;
	height: 171px;
	padding-top: 1px;
	margin: 0 auto;
	background: url(http://www.goodshepherd-umc.net/images/body_bg.gif) repeat-x 0 0;
}

	#branding {
		position: relative;
		height: 133px;
		width: 783px;
		margin: 0 auto;
		padding: 1px;
	}
		#branding h2 {
			width: 164px;
			height: 71px;
			text-indent: -999em;
			background: url(http://www.goodshepherd-umc.net/images/tag_grace.gif) no-repeat 0 0;
			position: absolute;
			top: 50px;
			right: 50px;
		}
		
		
	#search {
		position: absolute;
		top: -1px;
		right: 0;
		width: 312px;
		height: 29px;
		background: url(http://www.goodshepherd-umc.net/images/search_bg.gif) no-repeat 0 0;
		margin: 0;
	
	}
		#search p {
			display: inline;
		}
	
/*------------------------------------------------------*/	
	#main_nav {
		width: 785px;
		height: 32px;
		margin: 0 auto;	
	}
		#main_nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#main_nav ul li {
				float: left;
			}
				#main_nav ul li a {
					height: 32px;
                  	border: 0;
					display: block;
					text-indent: -999em;
					outline: none;
				}
				#main_nav ul li a:hover {
					background-position: left bottom;
				}
				
				#nav1 a:link, #nav1 a:visited {
					width: 72px;
					background: url(http://www.goodshepherd-umc.net/images/nav_home.gif) no-repeat 0 0;
				}

				#nav2 a:link, #nav2 a:visited {
					width: 100px;
					background: url(http://www.goodshepherd-umc.net/images/nav_about.gif) no-repeat 0 0;
				}

				#nav3 a:link, #nav3 a:visited {
					width: 155px;
					background: url(http://www.goodshepherd-umc.net/images/nav_sermons.gif) no-repeat 0 0;
				}

				#nav4 a:link, #nav4 a:visited {
					width: 155px;
					background: url(http://www.goodshepherd-umc.net/images/nav_calendar.gif) no-repeat 0 0;
				}

				#nav5 a:link, #nav5 a:visited {
					width: 194px;
					background: url(http://www.goodshepherd-umc.net/images/nav_ministries.gif) no-repeat 0 0;
				}

				#nav6 a:link, #nav6 a:visited {
					width: 109px;
					background: url(http://www.goodshepherd-umc.net/images/nav_contact.gif) no-repeat 0 0;
				}
				
				#page_home #nav1 a:link, #page_home #nav1 a:visited,
 				#page_about #nav2 a:link, #page_about #nav2 a:visited,
				#page_sermons #nav3 a:link, #page_sermons #nav3 a:visited,
				#page_calendar #nav4 a:link, #page_calendar #nav4 a:visited,
				#page_ministries #nav5 a:link, #page_ministries #nav5 a:visited,
				#page_contact #nav6 a:link, #page_contact #nav6 a:visited {
                      	background-position: left bottom;
                 }

		
/*------------------------------------------------------*/		
	#content_wrap {
		width: 100%;
		background: #fff url(http://www.goodshepherd-umc.net/images/body_shdw.gif) repeat-y center top;
		border-bottom: 4px solid #e3e3dc;
	}	
		#content {
			position: relative;
			width: 761px;
			margin: 0 auto;
		}

		#page_stream #content {
			width: 380px;
			margin-top: 25px;
		}
			#primary_content {
				width: 484px;
				float: left;
				margin-right: 30px;
				padding-top: 30px;
			}
			
			#primary_content #service_times {
				position: absolute;
				top: 0;
				right: -12px;
				width: 238px;
				height: 209px;
				background: url(http://www.goodshepherd-umc.net/images/call_out_bg.gif) no-repeat 0 0;
				padding: 12px 18px 11px 23px;
				color: #73736f;
			}
			*:first-child+html #primary_content #service_times { right: -13px;}
			* html #primary_content #service_times { right: -13px; }

			#primary_content #welcome {
				margin-bottom: 18px;
			}

			#page_about #primary_content img, #page_ministries #primary_content img, #page_home #welcome img, #page_staff #primary_content img {
				float: left;
				margin-top: -8px;
				margin-left: -8px;
				margin-right: 5px;
			}
			#page_home #welcome img {
				margin-bottom: 15px;
			}
			
	
			#secondary_content {
				width: 232px;
				float: left;
				background: url(http://www.goodshepherd-umc.net/images/sidebar_shdw.gif) no-repeat left bottom;
				padding-left: 15px;
				padding-top: 245px;
			}
			* html #secondary_content img {
				display: none;
			}
				#secondary_content a#youth_ad {
					display: block;
					margin-left: -13px;
					border: 0;
					background: none;
					padding-bottom: 18px;
				}			
		
			#content #primary_content ul#ul_news img {
				float: left;
				margin: 0 10px 2px 0;
				border: 3px double #ccc;
			}
			#content #primary_content ul#ul_news li {
				clear: both;
			}
			
			#about_nav li {
				padding-left: 20px;
				background: url(http://www.goodshepherd-umc.net/images/list_arrow.gif) no-repeat 0 42%;
				margin-bottom: 8px;
			}

/*------------------------------------------------------*/	
	#footer {
		clear: both;
		width: 785px;
		margin: 0 auto;
		padding: 20px 0;
	}

		#site_map {
			float: left;
			width: 530px;
		}
			#site_map h5 {
				font: italic 18px/18px "Goudy Old Style", Verdana, sans-serif;
				color: #73736f;
				margin-bottom: 14px;
			}
			#site_map a:link, #site_map a:visited {
				color:#73736f;
				text-decoration: none;
				border: 0;
			}
			#site_map a:hover {
				border-bottom: 1px solid #73736f;
			}
			#site_map ul {
				position: relative;
				margin-left: 14px;
				font-size: 10px;
				list-style: none;
				margin-bottom: 50px;
				color: #73736f;
			}
				#site_map ul li {
					width: 170px;
					font-weight: bold;
					border-bottom: 1px solid #9f9f99;
				}
				#site_map ul li#li_site_map_home {
					border-top: 1px solid #9f9f99;
				}
				#site_map ul li a:link, #site_map ul li a:visited {
					line-height: 24px;
					display:block;
					height: 24px;
					width: 170px;
				}
				#site_map ul li a:hover {
					border: 0;
					background: #E3E3DC;
				}
				
					#site_map ul li ul {
						margin-left: 0;
						list-style: none;
						margin-top: 5px;
						margin-bottom: 0;
					}
						#site_map ul li ul li {
							color: #9F9F99;
							font-weight: normal;					
							border: 0;
						}
						#site_map ul li#li_site_map_about p {
							font-size: 10px;
							margin: 4px 0 0 0;
						}
							#site_map ul li ul li a:link, #site_map ul li ul li a:visited {
								background: url(http://www.goodshepherd-umc.net/images/list_arrow.gif) no-repeat 0 50%;
								padding-left: 16px;
							}
							#site_map ul li ul li a:hover {
								border: 0;
								background: #e3e3dc url(http://www.goodshepherd-umc.net/images/list_arrow.gif) no-repeat 0 50%;
							}
						#site_map ul li#li_site_map_about {
							position: absolute;
							left: 200px;
							top: 0;
							border-top: 1px solid #9f9f99;
							width: 185px;
						}
		
		#hcard {
			float: left;
			width: 205px;
			padding: 10px 25px;
			background: #e0e0d9;
			font-size: 11px;
		}
		.country-name {
			text-indent: -999em;
		}
		hr {
			clear: both;
			background: transparent;
			border: 0;
			margin: 0;
			color: #fff;
		}




/* =TYPE
````````````````````````````````````````````````````````````````````````````````````````*/
p, cite {
  	font-size: 12px;
   	line-height: 18px;
	margin-bottom: 18px;
}
p#skip_nav {
	text-indent: -999em;
	line-height: 0;
	margin: -4px 0 0 0;
	padding: 0;
}

p.news_date {
	font-size: 80%;
	color: #777;
}

p.signature {
	text-align: right;
}

h1 {
	text-indent: -999em;
	outline: none;
	width: 375px;
	height: 83px;
	background: url(http://www.goodshepherd-umc.net/images/logo.gif) no-repeat 0 0;
	margin-top: 26px;
}
h3, h4, legend {
	font: italic 24px/24px "Goudy Old Style", Georgia, Times, serif;
	border-bottom: 1px solid #006135;
	color: #006135;
	margin-bottom: 14px;
}

h5 { font-size: 14px; }

#service_times h3 {
	width: 100%;
	height: 18px;
	text-indent: -999em;
	margin-bottom: 0;
	border-bottom: 1px solid #90908c;
}
#service_times h3#h_podcast {
	background: url(http://www.goodshepherd-umc.net/images/h_available_podcasts.gif) no-repeat 0 0;
	margin-bottom: 12px;
}
#service_times h3#h_service_times {
	background: url(http://www.goodshepherd-umc.net/images/h_service_times.gif) no-repeat 0 0;
}

#service_times h3#h_about_us {
	background: url(http://www.goodshepherd-umc.net/images/h_about_us.gif) no-repeat 0 0;
	margin-bottom: 12px;
}

#service_times ul {
	list-style: none;
}
#service_times li {
	padding-bottom: 6px;
}


#related_links h4 {
	margin-bottom: 8px;
}

h3 {
  	line-height: 24px;
}

#search h3 {
	text-indent: -999em;
	line-height: 0;
}

#ul_news {
	list-style: none;
}
	#ul_news li {
		margin-bottom: 10px;
	}

		#ul_news h4 a {
			text-decoration: none;
			font-size: 80%;
		}
		
#related_links ul {
	list-style: none;
	margin-bottom: 18px;
	
}
	* html #related_links ul li {
		margin: 0; padding: 1px 0;
	}
	#related_links ul a:link, #related_links ul a:visited {
		display: block;
		font-size: 12px;
		color: #555;
		text-decoration: none;
		border: 0;
		padding: 6px 2px;
		border-bottom: 1px dotted #555;
	}
	
	
	
/*sermons-----------------------------------*/
#ul_sermons, #search_results ol, #ul_events {
	list-style: none;
	padding: 0 0 18px 0;
}
	#ul_sermons li, #search_results li, #ul_events li  {
		position: relative;
		padding: 10px 130px 10px 6px;
		clear: both;
	}
	#search_results li { padding-bottom: 1px; }
	#ul_sermons li.odd, #search_results li.odd, #ul_events li.odd {
		background: #F2F2EC;
	}
	
	#ul_sermons p {
		font-size: 80%;
        margin-bottom: 0;
	}
	#ul_events p {
		margin-bottom: 0;
	}

#ul_sermons p.button {
	position: absolute;
	top: 12px;
	right: 12px;
}
#page_sermons #primary_content h4 {
	font-size: 18px;
	border: 0;
}
#ul_events h3 {
	font-size: 18px;
	margin-bottom: 2px;
	border: 0;
}
	#page_sermons h4 a:link, #page_sermons h4 a:visited {
		color: #555;
	}

#page_stream embed {
	margin: 0 auto;
}

/*-----------------------------------------*/	
dt {
	margin-top: 12px;
	font-weight: bold;	
	padding-right: 0;
}

dd {
	margin-left: 12px;
	font-size: 12px;
}

*:first-child+html #service_times dd { margin: 0;}
* html #service_times dd { margin: 0; }

#service_times dd {
	padding: 0;
	font-size: 11px;  
}

dl {
	padding-bottom: 9px;
	margin-bottom: 9px;
}
#service_times dl {
	border-bottom: 1px solid #999;
}

/* =LINKS
````````````````````````````````````````````````````````````````````````````````````````*/
a:link, a:visited {
	color: #006036;
	text-decoration: none;
   	border-bottom: 1px dotted #006036;
}

#ul_news a {
	border: 0;
}

a:hover {
   	color: #006036;
   	border-bottom: 1px solid #006036;
   	background: #F0F0E8; 
}

a.btn_listen:link, a.btn_listen:visited {
	display: block;
	width: 104px;
	height: 20px;
	background: url(http://www.goodshepherd-umc.net/images/btn_listen.gif) no-repeat 0 0;
	text-indent: -999em;
	outline: none;
	border: 0;
	margin-bottom: 8px;
}
a.btn_download:link, a.btn_download:visited {
	display: block;
	width: 104px;
	height: 20px;
	background: url(http://www.goodshepherd-umc.net/images/btn_download.gif) no-repeat 0 0;
	text-indent: -999em;
	outline: none;
	border: 0;
}
a#btn_subscribe:link, a#btn_subscribe:visited {
	display: block;
	width: 104px;
	height: 20px;
	background: url(http://www.goodshepherd-umc.net/images/btn_subscribe.gif) no-repeat 0 0;
	text-indent: -999em;
	outline: none;
	border: 0;
	margin: 35px auto;
	margin-bottom: 2px;
}

.more a:link, .more a:visited {
	display: block;
	width: 90px;
	height: 20px;
	background: url(http://www.goodshepherd-umc.net/images/btn_more.gif) no-repeat 0 0;
	text-indent: -999em;
	outline: none;
	border: 0;
}

#search_box {
	background: url(http://www.goodshepherd-umc.net/images/search_box.gif) no-repeat 0 0;
	width: 229px;
	height: 19px;
	margin-left: 50px;
	margin-top: 5px;
}

#search_box input {
	border: 0;
 	width: 140px;
	background: transparent;
	margin: 0;
	padding: 1px 3px;
	font: 10px/10px "Lucida Grande", Verdana, Arial, sans-serif;
   	color: #555;
}

/*=FORMS
````````````````````````````````````````````````````````````````````````````````````````*/
fieldset {
	border: 0;
	padding-bottom: 12px;
	margin-bottom: 18px;
}
	fieldset legend {
		display: none;
	}

	fieldset ol {
		list-style: none;
	}
		fieldset ol li {
			margin-bottom: 1px;
			padding: 4px 0;
		}
		label {
			display: block;
			font-size: 12px;
		}
	fieldset ol input, fieldset ol textarea {
		width: 80%;
		padding: 2px 4px;
		background: #f0f0e8;
		border: 1px solid #C8C7BE;
	}
	fieldset ol textarea {
		height: 100px;
	}

/*=CALENDAR
````````````````````````````````````````````````````````````````````````````````````````*/
#service_times table {
	background: transparent;
	color: #73736f;
	font-size: 11px;
}
#page_calendar #content {
	padding-top: 0;
}

#service_times table tr {
	border-right: 1px solid #fff;
}
.calendarBG {
	background: transparent;
	width: 100%;
}
.calendarBlank {
	text-indent: -999em;
	border: 1px solid #D5D5D0;

}
.calendarHeader {
	text-align: center;
	background: transparent;
}
.calendarMonthLinks {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}
.calendarMonthLinks a:link, .calendarMonthLinks a:visited {
	text-decoration: none;
	background-color: transparent;
}
.calendarMonthLinks a:hover {
	color: #ccc;
}
.calendarDayHeading {
	font-weight: bold;
	background: transparent;
	text-align: center;
	vertical-align: middle;
	height: 28px;
}
.calendarToday {
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	background: #D5D5D0;
}
.calendarCell {
	letter-spacing:	.1em;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	border: 1px solid #D5D5D0;


	height: 28px;
}


.calendarCell a:link, .calendarCell a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border: 0;
	background-color: transparent;
	text-align: center;
	line-height: 28px;
	display: block;
	width: 99%;
	height: 99%;
	background: #fff;
}
.calendarCell a:hover {
	color: #333;
	background: transparent
}
.calendarEvent {
	padding: 0;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	border: 1px solid gray;
	text-decoration: none;
	color: #000;
	margin: 0em;
}
.calendarEvent a {
	text-decoration: none;
	display: block;
}
.calendarEvent a:hover {
	background-color: #ccc;
}

/* =sIFR (Flash text replacement **Don't touch**)
````````````````````````````````````````````````````````````````````````````````````````*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: visible;
	letter-spacing: -5px;
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 2px 0;
	padding: 0;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 2px 0;
	padding: 0;
}

