/*
Theme Name: EFDDS
Author: Nate Long
Description: A basic theme for EFDDS.com
Version: 1.0
*/
body{
	background: url( img/header-bg.png ) left -70px repeat-x #e2c7a6;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 24px;
	margin: 10px 0 20px 0;
}
p{
	line-height: 1.5;
}
a{
	color: #2d2821;
}
li{
	padding: 3px 0;
}

.button{
	font-size: 18px;
	padding: 5px 10px;
	border: 1px solid #4b291c;
	border-radius: 5px;
	background: url( img/button-bg.png ) repeat-x #4b291c;
	color: #fff;
	text-decoration: none;
}
.button a{
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
	background: url( img/button-arrow.png ) center right no-repeat;
}
.button a:hover{
	text-decoration: underline;
}

.container{
	width: 960px;
	margin: auto;
}
.header{
	height: 165px;
}
.header a img{
	border: none;
}
.nav{
	padding-left: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #fff;
	overflow: hidden;
}
	.nav > ul{
		margin: 0;
		padding: 5px 0 0 0;
		float: left;
	}
	.nav > ul li {
		display: inline;
		float: left;
		background: url( img/nav-arrow.png ) center right no-repeat;
		padding: 0 20px 0 5px;
		margin: 0 15px 0 0;
		font-size: 18px;
	}
	.nav > ul > li:first-child{
		padding: 0 15px 0 0;
		margin-right: 0;
		background: none;
	}
	.nav > ul a{
		color: #fff;
		text-decoration: none;
		display: block;
	}
	.nav > ul a:hover{
		text-decoration: underline;
	}
	/* submenu */
	.nav > ul li:hover > ul{
		visibility: visible;
	}
	.nav > ul ul {
		position: absolute;
		visibility: hidden;
		padding: 5px 0;
		background: #77402b;
		z-index: 100;
		margin: 0;
	}
	.nav > ul ul li {
		display: block;
		float: none;
		padding: 5px 10px;
		background: none;
		list-style-type: none;
	}
.nav .button{
	width: 258px;
	float: right;
}

.body{
	overflow: auto;
	padding-top: 10px;
}
.content{
	width: 660px;
	margin-right: 20px;
	float: left;
	color: #14120F;
}
	.carousel{
		background-color: #fff;
		border: 1px solid #8e7966;
		padding: 10px;
	}
	.slides_container{
		width: 640px;
		height: 370px;
		overflow: hidden
	}
	.gallery .slides_container{
		width: 628px;
		height: 418px;
	}
	.content-inner{
		padding: 0 10px;
	}
.page{
	padding: 0 0 0 10px;
	overflow: auto;
}
	.page h2{
		color: #fff;
	}
	.page h3{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
.breadcrumbs,
.breadcrumbs a{
	color: #98918f;
	font-size: 10px;
}
.breadcrumbs{
	margin: 0 0 15px 0;
}
.sidebar{
	width: 258px;
	padding: 0 10px 15px 10px;
	float: left;
	background: #77402b;
	border: 1px solid #492719;
	color: #fff;
}
	.sidebar .title{
		border-bottom: 1px solid #fff;
		padding-bottom: 3px;
		font-size: 20px;
		margin: 10px 0 5px 0;
	}
	.sidebar table{
		width: 100%;
	}
	.sidebar .schedule td{
		padding: 2px 0;
	}
	.sidebar .hours,
	.sidebar .phone{
		text-align: right;
	}
	.sidebar address{
		font-style: normal;
		line-height: 1.5em;
	}

.footer{
	font-size: 10px;
	color: #a39079;
	border-top: 1px solid #a39079;
	padding: 10px 10px 25px 10px;
	margin-top: 40px;
	overflow: auto;
	line-height: 1.5;
}
	.footer a{
		color: inherit;
	}
	.footer a:hover{
		color: #2d2821;
	}
	.footer > .column {
		width: 200px;
		float: left;
		margin-right: 20px;
	}

.staffImage{
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
	margin: 0 15px 0 0;
}
.staffBlurb{
	overflow: auto;
	margin-bottom: 20px;
}
.staffBlurb .staffTitle {
	font-size: 11px;
	font-style: italic;
}