/*  
Theme Name: Pathway Dothan Baptist
Theme URI: http://www.pathwaydothan.com
Description: The default church theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Doy Cave
Author URI: http://www.richmondhillwebdesign.com
*/

/* ============================================================= CSS RESET === */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================================================= HTML and Setup === */

body{
	text-align: center; 
	background: #513b15 url(images/body_bg.jpg) top center no-repeat; 
	line-height: 18px;
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 9px;
}

	p a {
		text-decoration: none;
		border-bottom: 1px dotted #224a77;
		color: #224a77;
	}
	
	p a img {
		border: none;
	}
	
h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 36px;
}

h2 {
	font-size: 20px;
	border-bottom:1px dotted #d5cfbd;
	margin-bottom: 9px;
	font-weight: normal;
	color: #3e2802;
}

hr{
	visibility:hidden;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.bannerHome a {
	position: absolute;
	width: 147px;
	height: 147px;
	top: 24px;
	left: 24px;
	text-indent: -999em;
}

.separate {
	clear: both;
	height: 0;
	visibility:none;
}

/* ============================================================= BANNER and styles === */

#banner {
	background: url(images/banner_bg.jpg) top center no-repeat;
	height: 286px;
	position: relative;
	}
	
	#banner h1 a {
		display: block;
		position: absolute;
		top: 0;
		left: 8px;
		width: 300px;
		height: 240px;
		text-indent: -999em;
		}


/* ============================================================= CONTAINER and styles === */

#container{
	background: url(images/container_bg.gif);
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
	
#contentLeft{
	float: left;
	width: 560px;
	margin-left: 36px;
	display: inline;
	}
	
#contentRight{
	float: right;
	margin-right: 36px;
	width: 265px;
	}


/* ============================================================= FOOTER and styles === */

#footer {
	clear: both;
	background: url(images/footer_bg.jpg) top center no-repeat;
	height: 105px;
	text-align: center;
	}
	
	#footer p {
		padding-top: 50px; 
		color: #FFF; 
		}
	
	#footer a {
		color: #EFEFEF;
		}

/* ============================================================= NAV and styles === */

#nav{
	background: url(images/nav_bg.jpg) top center no-repeat;
	height: 78px;
	padding-left: 24px;
	}
			
	#nav li {
		float: left; 
		position: relative; 
		}
		
		#nav li a {
			display: block; 
			border-right: 1px dotted #EFEFEF; 
			padding: 6px 12px; 
			font-family: Georgia, "Times New Roman", Times, serif; 
			color: #FFF; 
			text-decoration: none; 
			font-size: 15px;
			}
			
			#nav li li a {
				color: #3e2802;
			}

		#nav li a:hover {
			background-color: #d5cfbd;
			color: #3e2802;
			}
			
		#nav li ul {
			position: absolute; 
			left: -999em; 
			background-color: #d5cfbd; 
			border-bottom: 3px solid #3e2802; 
			width: 250px;
			color: #3e2802;
			}
			
		#nav li ul ul {
			margin: -28px 0 0 250px;
			}
		#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}
		#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{left: auto;}
		#nav li li{float: none; margin-top: 0; border-right: none; border-top: 1px solid #3e2802;}
		#nav li li a:hover{background-color: #9d9373; color: #3e2802;}		
	
	
	
	
.widgettitle{

	}
	
	li#search{padding:10px; background-color:#d5cfbd; margin-bottom:15px;}
	li#search input{margin:10px 0 0 0;}
	
	li#pages li a{display:block; text-decoration:none; padding:7px 10px; border-bottom:1px solid #d5cfbd; color:#3e2802; text-transform:uppercase;}
	li#pages li a:hover{background-color:#d5cfbd;}
	
	.post{border-bottom:1px solid #d5cfbd;}
	
img.alignleft {
	margin: 0 18px 18px 0;
	border: 1px dotted #3e2802;
}

img.alignright {
	margin: 0 0 18px 18px;
	border: 1px dotted #3e2802;
}

.staff {
	margin-bottom: 18px;
}

#slider {
	margin-top: 12px;
}