/* HEADER */

#header {
	position: relative;
	margin: 0;
	padding: 0;
}


#header1 {
	position: relative;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #36322D; /* don't change this color */
}



#header2 {
	background:none repeat scroll 0 0 #E8BE4C;
	height:1%;
	margin:0;
	min-height:25px;
	padding:0;
	position:relative;
}

#header3 {

}


/* ELEMENTS IN HEADER1 */

#exhib-title {
	background:url("../images/header/OE-threefaiths.gif") transparent;
	bottom:0;
	height:34px;
	margin:0;
	padding:0;
	position:absolute;
	right:5px;
	width:230px;
}

#exhib-title a#site-id {
	display: block;
	width: inherit;
	height: inherit;
}

#exhib-title a#site-id span.site-name {
	display: none;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


#nypl-home {
	margin: 0;
	position: absolute;
	bottom: 0;
}



/* ELEMENTS IN HEADER2 */
/* PRIMARY LINKS (TOP NAV) */
#primary-links {
	margin: 0 auto;
	padding: 0 auto;
}

#primary-links ul {
	font-size:0.9em;
	letter-spacing:0.2pt;
	margin:0;
	padding:3px 0 0 10px;
	text-align:left;
}

#primary-links ul li {
	border-right:1px solid #635D50;
	padding:0 4px 0 0;
}


#primary-links ul li.first {
}

#primary-links ul li.last {
	border-right: none;
}

#primary-links ul li a {
	color: #635D50;
}

#primary-links ul li a:link,
#primary-links ul li a:visited {
	text-decoration: none;
}

#primary-links ul li a:hover,
#primary-links ul li a:active,
#primary-links ul li.active a,
#primary-links ul li.active-trail a {
	border-bottom: 1px solid #635D50;
}

/* Search */

.search-form-container {
position:absolute;
right:10px;
top:4px;
width:150px;
}

.search-form-container #edit-search-block-form-1-wrapper {
float:left;
margin:0;
/* width:100px; */
}

.search-form-container #edit-search-block-form-1-wrapper input#edit-search-block-form-1 {
color:#635D50;
font-size:0.8em;
height:0.95em;
width:120px;
}

.search-form-container #edit-search-block-form-1-wrapper label {
	display: none;
}

input#edit-submit {
float:right;
margin-right:4px;
}

/* ELEMENTS IN HEADER3 */
/* Color Key to Faiths */

ul#faith-key {
	font-size:0.8em;
	font-weight:bold;
	margin-top:5px;
	position:absolute;
	right:5px;
	text-transform:uppercase;
}

ul#faith-key li {
	border-left:20px solid;
	float:left;
	line-height:10px;
	margin-left:10px;
	padding-left:5px;
}

ul#faith-key li.first {
	border-left:none;
}

/* these affect all other elements in the site which have the faith_name class */
.judaism {
	color: #d75b27;
}
.christianity {
	color: #989443;
}
.islam {
	color: #00a2ce;
}