/* ---------------------------CONTENT-SPECIFIC LAYOUT AND STYLES  2:46PM 10.15.2010*/

/* EXCEPTIONS FOR HEDS ON "SUBPAGES" */
.node-type-exhibition-topic-1 h1 {
	color:#635D50;
	font-size:1.4em;
	letter-spacing:0.01em;
	text-transform:none;
}


/* ITEM (OBJECT) PAGE */

.node .content {
	position: relative;
}

.item-content {
	position: relative;
	margin: 0;
	padding: 0;
}

.item-content .item-details {
	margin:28px 20px 0;
	float: left;
	padding: 0;
	width: 210px;
}

.item-content .item-details .block {
	margin:20px 0;
}

.item-content .item-images {
	float: left;
	margin: 0;
	padding: 0;
	width: 460px;
}

.item-details h1 {
	border-bottom:4px solid;
	font-size:2em;
	letter-spacing:0.01em;
	padding-bottom:9px;
	text-transform:none;
}

.item-details h1 span.faith {
	font-size:60%;
	letter-spacing:0.01em;
	line-height:1;
	padding-bottom:4px;
}

.item-images .image-tools {
	padding: 0;
	text-align: center;
	width: 48px;
	margin: 0 auto 10px auto;
	position: relative;
	height: 18px;
}

.image-tools .item-zoom {
	display: block;
	height: 18px;
	width: 18px;
	background: url(../images/zoom_button.gif) top left no-repeat;
	margin: 0 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.image-tools .print-page {
	display: block;
	height: 18px;
	width: 18px;
	background: url(../images/print_button.gif) top left no-repeat;
	margin: 0 3px;
	position: absolute;
	top: 0;
	right: 0;
}

.main-image-container {
	height: 350px;
	width: 460px;
	position: relative;
	background: #000000;
}

.main-image-inner {
	padding-bottom: 10px;
}

.main-image {
	height: 330px;
	width: 440px;
	text-align: center;
	background: #000000;
	position: absolute;
	top: 10px;
	left: 10px;
}

.item-images .thumbnails {
	padding: 20px 0 15px 0;
	background: #000000;
}


.item-images .highlight-nav {
	text-align: center;
	margin: 1em 0 0 0;
	font-size: .9em;
}

.item-images .highlight-nav a:link,
.item-images .highlight-nav a:visited {
	text-decoration: none;
}
.item-images .highlight-nav a:hover,
.item-images .highlight-nav a:active {
	text-decoration: underline;
}

.item-content .item-description {
	background:none repeat scroll 0 0 #EDECEB;
	border:1px solid;
	float:left;
	font-size:0.9em;
	line-height:1.4em;
	margin:28px 0 0 20px;
	padding:10px;
	width:200px;
}

.item-description p {
	color: #36322D;
}

.item-description a:link, .item-description a:visited {
	font-size:0.9em;
	font-weight:bold;
	line-height:1em;
	text-decoration:none;
}
.item-description a:hover, .item-description a:active {
	text-decoration: underline;
}

.item-details .gallery-return {
	border-bottom:1px solid;
	padding-bottom:5px;
	/* fixes double border thing */
	border-top:4px solid #FFFFFF;
	margin-top:-3px;
}

.gallery-return a:link,
.gallery-return a:visited {
	text-decoration: none;
}
.gallery-return a:hover,
.gallery-return a:active {
	text-decoration: underline;
}

/* Add This */

.addthis_toolbox {
	height: 16px;
	margin: 0 0 20px 12px;
	position: relative;
}

.addthis_toolbox .addthis_item {
	height: 16px;
	width: 18px;
	float: left;
}

#block-nypl_exhibitions_content-1 h3 {
	color:#36322D;
	font-size:0.7em;
	margin:0 14px 3px;
	text-transform:uppercase;
}

/* Visit the Exhib/Scriptorium */

.exhibition-link {
	background:url("../images/3F_visit-exhib.jpg") no-repeat scroll left top transparent;
	height:45px;
	margin:0 0 7px 12px;
	padding-bottom:10px;
	position:relative;
}

.scriptorium-link {
	background:url("../images/3F_visit-script.jpg") no-repeat scroll left top transparent;
	height:38px;
	margin:0 0 10px 12px;
	position:relative;
}

.exhibition-link a, .scriptorium-link a {
	display: block;
	height: inherit;
	width: inherit;
}

.exhibition-link a span, .scriptorium-link a span {
	display:none;
	height:0;
	line-height:0;
	visibility:hidden;
} 


/* Follow on Twitter */

.follow-twitter {
	background:url("../images/follow-twitter.jpg") no-repeat scroll left top transparent;
	height:21px;
	margin:0 0 10px 12px;
	position:relative;
}

.follow-twitter a {
	display: block;
	height: inherit;
	width: inherit;
}

.follow-twitter a span {
	display:none;
	height:0;
	line-height:0;
	visibility:hidden;
} 

/* ----fixes the left margin on object pages! DON'T CHANGE IT */
body.node-type-exhibition-item-1 .addthis_toolbox, 
body.node-type-exhibition-item-1 .exhibition-link,
body.node-type-exhibition-item-1 .scriptorium-link,
body.node-type-exhibition-item-1 .follow-twitter {
	margin:0 0 5px;
}


/* Buttons for Gallery Pager */

.gallery-nav {
	height:50px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:85px;
}

.gallery-nav .prev-link {
    display: block;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 30px;
    background: transparent url(../images/gallerynav_prev.gif) no-repeat 0 0;
}
.gallery-nav .return-link {
display:block;
	position:absolute;
bottom:0;
	top:22px;
	left:28px;
	right:23px;
	width:22px;
height:22px;
	background:url("../images/galleryicon.jpg") no-repeat scroll 0 0 transparent;
}
.gallery-nav .next-link {
    display: block;
	position: absolute;
    bottom: 0;
    right: 0;
    width: 27px;
    height: 30px;
    background: transparent url(../images/gallerynav_next.gif) no-repeat 0 0;
}

.gallery-nav .prev-link:hover,
.gallery-nav .next-link:hover {
    background-position: 0 -27px;
}


.gallery-nav .next-link-off,
.gallery-nav .prev-link-off {
    cursor: default;
    background-position: 0 -54px;
}

.item-images .gallery-return {
	font-size:0.7em;
	font-weight: bold;
	line-height:1.5em;
	text-align:center;
	text-transform:uppercase;
}

.item-images .gallery-return a:link, .item-images .gallery-return a:visited {
color: #A7945E;
text-decoration: none;
}
.item-images .gallery-return a:hover, .item-images .gallery-return a:active {

}

/* GALLERY PAGE */
/* Note: All styles associated with the thumbnail gallery are in the gallery_carousel skin */

.topic-gallery {
	margin-top:5px;
}

.topic-description {
	margin:0 25px 0 411px;
}


/* pager on image viewer */
#main-content-body .item-list {
	margin-top: 20px;
}

#main-content-body .item-list ul.pager li.pager-previous a,
#main-content-body .item-list ul.pager li.pager-next a {
	border:2px solid #908B85;
	background: #CBC8C1;
	font-size:150%;
	padding:0 5px;
	text-decoration:none;
}

#main-content-body .item-list ul.pager li.pager-previous a:link,
#main-content-body .item-list ul.pager li.pager-previous a:visited,
#main-content-body .item-list ul.pager li.pager-next a:link,
#main-content-body .item-list ul.pager li.pager-next a:visited {

}

#main-content-body .item-list ul.pager li.pager-previous a:hover,
#main-content-body .item-list ul.pager li.pager-previous a:active,
#main-content-body .item-list ul.pager li.pager-next a:hover,
#main-content-body .item-list ul.pager li.pager-next a:active  {
	background: #534D45;
	color: #ffffff;
}


/* THREE HIGHLIGHTS PAGE */

.threehighlights {
	width: 600px;
	margin: 20px auto;
	padding: 0;
	position: relative;
}

.threehighlights .highlight,
.threehighlights .highlight a {
	display:block;
	height:237px;
	margin:0;
	padding:0;
	width:190px;
}

.threehighlights .highlight {
	float: left;
}

.threehighlights .highlight-1,
.threehighlights .highlight-2 {
	margin-right: 15px;
}

.threehighlights .highlight-1 a {
	background-image: url(../images/highlight1.jpg);
}

.threehighlights .highlight-2 a {
	background-image: url(../images/highlight2.jpg);
}

.threehighlights .highlight-3 a {
	background-image: url(../images/highlight3.jpg);
}

.threehighlights .highlight a:link,
.threehighlights .highlight a:visited {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.threehighlights .highlight a:hover,
.threehighlights .highlight a:active {
	background-position: 0 -237px;
}





/* THEMES LANDING PAGE */

#block-nypl_exhibitions_content-3 ul.topics-overview {
	clear:both;
	list-style:none outside none;
	margin:1em auto;
	padding:0;
	position:relative;
	width:550px;
}

#block-nypl_exhibitions_content-3 ul.topics-overview li {
	float: left;
	width: 89px;
	height: 109px;
	padding: 0;
	margin:0 9px 10px;
}

#block-nypl_exhibitions_content-3 ul.topics-overview li a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li a:visited {
	display: block;
	width: 89px;
	height: 109px;
	padding: 0;
	margin: 0;

	background-position: 0 0;
	background-repeat: no-repeat;
}

#block-nypl_exhibitions_content-3 ul.topics-overview li a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li a:active {
	background-position: 0 -109px;
}


#block-nypl_exhibitions_content-3 ul.topics-overview li.judaism a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li.judaism a:visited{
	background-image: url(../images/theme-jud.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#block-nypl_exhibitions_content-3 ul.topics-overview li.judaism a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li.judaism a:active {
	background-position: 0 -109px;}

#block-nypl_exhibitions_content-3 ul.topics-overview li.christianity a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li.christianity a:visited{
	background-image: url(../images/theme-chr.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#block-nypl_exhibitions_content-3 ul.topics-overview li.christianity a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li.christianity a:active {
	background-position: 0 -109px;}

#block-nypl_exhibitions_content-3 ul.topics-overview li.islam a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li.islam a:visited{
	background-image: url(../images/theme-isl.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#block-nypl_exhibitions_content-3 ul.topics-overview li.islam a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li.islam a:active {
	background-position: 0 -109px;}
	
#block-nypl_exhibitions_content-3 ul.topics-overview li.abraham a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li.abraham a:visited{
	background-image: url(../images/theme-abr.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#block-nypl_exhibitions_content-3 ul.topics-overview li.abraham a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li.abraham a:active {
	background-position: 0 -109px;}	
		
#block-nypl_exhibitions_content-3 ul.topics-overview li.jesus a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li.jesus a:visited{
	background-image: url(../images/theme-jes.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#block-nypl_exhibitions_content-3 ul.topics-overview li.jesus a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li.jesus a:active {
	background-position: 0 -109px;}	
			
#block-nypl_exhibitions_content-3 ul.topics-overview li.moses a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li.moses a:visited{
	background-image: url(../images/theme-mos.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#block-nypl_exhibitions_content-3 ul.topics-overview li.moses a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li.moses a:active {
	background-position: 0 -109px;}	
				
#block-nypl_exhibitions_content-3 ul.topics-overview li.muhammad a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li.muhammad a:visited{
	background-image: url(../images/theme-moh.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#block-nypl_exhibitions_content-3 ul.topics-overview li.muhammad a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li.muhammad a:active {
	background-position: 0 -109px;}	
					
#block-nypl_exhibitions_content-3 ul.topics-overview li.the-scriptures a:link,
#block-nypl_exhibitions_content-3 ul.topics-overview li.the-scriptures a:visited{
	background-image: url(../images/theme-scr.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;}
#block-nypl_exhibitions_content-3 ul.topics-overview li.the-scriptures a:hover,
#block-nypl_exhibitions_content-3 ul.topics-overview li.the-scriptures a:active {
	background-position: 0 -109px;}	


/* 3-col layout on Three Highlights and Themes landing pgs */

/* .Article */
#node-20 .content-1-col, #node-21 .content-1-col
{
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	
	border-bottom:1px solid #B4AEA9;
	line-height:1.4em;
	margin-bottom:20px;
	padding-bottom:15px;
}



/* STATIC PAGES */

.display-more {
color: #A7945E;
font-size:120%;
}

a:link.link-special,
a:visited.link-special {
color: #A7945E;
text-decoration: none;
}
a:hover.link-special,
a:active.link-special {
text-decoration: underline;
}


/* SEARCH PAGE */

#search-form .container-inline input#edit-submit {
float: none;
}


/* -------------------------------------------------------------FAITH COLORS which aren't in the jquery skins--- */
/* NOTE: JA the classes ".judaism" ".christianity" AND ".islam"  ARE DEFINED IN "header.css" FOR THE FAITH KEY*/

/* gallery thumbs borders */
.topic-gallery-thumb-judaism .inner {
	border-bottom-color:#d75b27;
}

.topic-gallery-thumb-christianity .inner {
	border-bottom-color:#989443;
}

.topic-gallery-thumb-islam .inner {
	border-bottom-color:#00a2ce;
}


/* FAITH-BASED COLORS */

/* Judaism */
a.judaism:link, a.judaism:visited {
	color: #d75b27; 
}

/* Christianity */
a.christianity:link, a.christianity:visited {
	color: #989443; 
}

/* Islam */
a.islam:link, a.islam:visited {
	color: #00a2ce;
}

/* Judaism */
ul#secondary-links li.the-xanten-bible a,
ul#secondary-links li.judaism a, /* left nav */
.item-details .judaism a:link, .item-details .judaism a:visited /* Return to Gallery link */
{
	color: #d75b27; 
}

/* Christianity */
ul#secondary-links li.the-harkness-gospel a,
ul#secondary-links li.the-harkness-gospels a,
ul#secondary-links li.christianity a, /* left nav */
.item-details .christianity a:link, .item-details .christianity a:visited /* Return to Gallery link */
{
	color: #989443; 
}

/* Islam */
ul#secondary-links li[class~="the-qur'an"] a,
ul#secondary-links li.the-quran a,
ul#secondary-links li.islam a, /* left nav */
.item-details .islam a:link, .item-details .islam a:visited /* Return to Gallery link */
{
	color: #00a2ce; }


.item-details .gallery-return a:hover, .item-details .gallery-return a:active {
 color: #B4AEA9;
}

#node-19 .item-citation {
	border-bottom: 1px solid #d75b27; /* Judaism */
}
#node-33 .item-citation {
	border-bottom: 1px solid #989443; /* Christianity */
}
#node-34 .item-citation {
	border-bottom: 1px solid #00a2ce; /* Islam */
}