@import "layout.css";
@import "print.css";
@import "home.css";
@import "announcement.css";
@import "eventpop.css";
@import "sidenav.css";
@import "staff.css";
@import "blog.css";
@import "archives.css";
@import "forms.css";
@import "donation.css";


@font-face {
    font-family: 'Humanst531BTRoman';
    src: url('hum531n-webfont.eot');
    src: url('hum531n-webfont.eot?#iefix') format('embedded-opentype'),
         url('hum531n-webfont.woff') format('woff'),
         url('hum531n-webfont.ttf') format('truetype'),
         url('hum531n-webfont.svg#Humanst531BTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Humanst521LtBTLight';
    src: url('hum521l-webfont.eot');
    src: url('hum521l-webfont.eot?#iefix') format('embedded-opentype'),
         url('hum521l-webfont.woff') format('woff'),
         url('hum521l-webfont.ttf') format('truetype'),
         url('hum521l-webfont.svg#Humanst521LtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* SET FONTS */
#nav div a,
.feature div h2,
#marquee a {
  font-family: "Humanst521LtBTLight","Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#nav a.parent-link,
#nav ul li div span,
#content_full #pageName,
#content #content_wide #pageName,
#coming_events .name,
#group_nav .name,
#related_pages .name {
  font-family: "Humanst521LtBTLight","Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#staff {
	margin: 0;
	padding: 0;
	width: 640px;
	display: none;
}

#staff.loaded {
	display: block;
}

#staff-photos {
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 5px;
	width: 100%;
}

#staff-photos h2 {
	float: left;
	clear: both;
	margin: 5px 0;	
}

#staff-photos .group {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}

#staff-photos .group li {
	float: left;
	margin: 2px;
}

#staff-photos .group li.shown {
	
}

#staff-photos .group li a {
	background: #e1e1e1;
	border: 1px solid #d1d1d1;
	float: left;
	clear: both;
	padding: 2px;
}

#staff-photos .group li a:hover {
	
}

#staff-photos .group li.shown a {
}

#staff-photos .group li a img {
}

#staff-current {
	float: left;
	display: block;
	position: relative;
	clear: both;
	margin: 10px 0;
	padding: 0;
	width: 650px;
	height: 500px;
}

#staff-current .staff-member {
	background: #FFF;
	position: absolute;
	width: 640px;
	padding: 5px;
	color: #000;
	z-index: 10;
}

#staff-current .staff-member a {
	
}

#staff-current .staff-member a:hover {
	
}

#staff-current .staff-member.shown {
	z-index: 100;
}

#staff-current .staff-member img {
	background: #ddd;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 175px 0;
	padding: 3px;
}


#staff-current .staff-member h1,
#staff-current .staff-member h2,
#staff-current .staff-member h3,
#staff-current .staff-member .bio,
#staff-current .staff-member .email,
#staff-current .staff-member .link,
#staff-current .staff-member .address,
#staff-current .staff-member .city,
#staff-current .staff-member .state,
#staff-current .staff-member .zip,
#staff-current .staff-member .phone {
	float: left;
	text-align: left;
	width: 400px;
	position: relative;
}


#staff-current .staff-member h1 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px;
}

#staff-current .staff-member h2 {
}

#staff-current .staff-member h3 {
	
}

#staff-current .staff-member .bio {
	margin: 10px 0 0;
}

#staff-current .staff-member .email {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 7px;
	margin: 5px 0 0;
}

#staff-current .staff-member .link {
	padding: 5px 10px;
	background: #eee;
	margin: 1px 0 0;
	width: 380px;
}


#staff-current .staff-member .link:first-of-type {
	margin: 10px 0 0;
}
#staff-current .staff-member .link:last-of-type {
	margin: 1px 0 10px;
}

#staff-current .staff-member .link:hover {
	background: #1297C2;
	color: #eee;
	text-decoration: none;
}

#staff-current .staff-member .address {
	display: inline;
	padding: 0 5px 0 0;
}

#staff-current .staff-member .city {
	display: block;
	width: auto;
	padding: 0 5px 0 0;
}

#staff-current .staff-member .state {
	display: inline;
	width: auto;
	padding: 0 5px 0 0;
}

#staff-current .staff-member .zip {
	display: inline;
	width: auto;
	padding: 0 5px 0 0;
}

#staff-current .staff-member .phone {
	border-top: 1px solid #ccc;
	padding: 5px 0;
	margin: 5px 0;
}

#staff-current .associate {
	width: 300px;
	background: #eee;
	padding: 5px;
	float: right;
	margin-right: 20px;
}

#staff-current .associate img {
	margin: 0 10px 0 0;
	float: left;
	display: block;
}

#staff-current .associate .name {
	font-size: 15px;
	display: block;
	float: left;
	width: 200px;
}

#staff-current .associate .title {
	display: block;
	font-style: italic;
	float: left;
	width: 200px;
}

#staff-current .associate .email {
	margin: 4px 0;
	width: 200px;
	float: left;
}
