﻿@import "/styles/reset.css";


body
{
	background-color: #262329;
	/*color: #DDC6F5;*/
	font-family: georgia, times, serif;
	color: #a695b8;
	font-size: 10pt;
	line-height: 170%;
	padding-bottom: 30px;
	/*font-family: "Fedra Serif B";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-variant: normal;*/
	text-shadow: #262329 0 1px 1px;
}

a:active, a:focus { outline: none; }

i,em
{
	/*font-family: "Fedra Serif B";
	font-style: italic;
	font-weight: normal;
	font-stretch: normal;
	font-variant: normal;*/
}

#container
{
	width: 940px;
	margin: 50px auto;
	overflow: hidden;
	background-color: #403B45;
	position: relative;
}

#main_column { margin: 15px 15px 0 235px; }

#panels
{
	width: 125%;
	height: 400px;
}

#panels .panel
{
	float: left;
	display: block;
	width: 235px;
	height: 400px;
	position: relative;
}

#page
{
	width: 940px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background-color: #403B45;
	position: relative;
}

#holding #page { height: 500px; }

.panel span
{
	position: absolute;
	bottom: 2em;
	left: 2em;
	z-index: 5;
}

.panel div
{
	color: #fff;
	padding: 15px 15px 15px 15px;
	bottom: 0;
	position: absolute;
	width: 205px;
	height: 200px;
	font-size: 80%;
	line-height: 140%;
	font-family: 'Lucida Grande',verdana;
	display: none;
	background-image: url(/images/overlay.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	behavior: url(/scripts/iepngfix.htc);
}

.panel img
{
	position: absolute;
	top: 0;
}

.panel dt { font-weight: bold; }
p,ul { padding: 0 45px 1em 0; }

a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #9F9DA2 solid;
	border-color: rgba(221,198,245,.5);
}

#text
{
	display: block;
	position: relative;
	margin: 15px 60px 15px 235px;
}

#footer
{
	position: relative;
	z-index: 3000;
	overflow: visible;
	height: 60px;
	margin-top: 50px;
}

#logo
{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	font-weight: normal;
	background-image: url(/images/text.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	height: 100px;
	width: 135px;
	overflow: hidden;
	text-indent: -1234em;
}

#logo a
{
	display: block;
	height: 100%;
	width: 100%;
}

h1 a,#logo a { border: 0; }

#p1
{
	width: 100%;
	height: 70px;
	position: relative;
	display: block;
	background-image: url(/images/text.gif);
	background-repeat: no-repeat;
	background-position: 0 -96px;
	overflow: hidden;
	text-indent: -1234em;
}

#p3
{
	position: relative;
	width: 100%;
	height: 70px;
	display: block;
	background-image: url(/images/text.gif);
	background-repeat: no-repeat;
	background-position: 0 -244px;
	overflow: hidden;
	text-indent: -1234em;
}

#p4
{
	position: relative;
	width: 100%;
	height: 110px;
	display: block;
	background-image: url(/images/text.gif);
	background-repeat: no-repeat;
	background-position: 0 -391px;
	overflow: hidden;
	text-indent: -1234em;
}

#contact
{
	position: relative;
	width: 100%;
	height: 130px;
	display: block;
	background-image: url(/images/text.gif);
	background-repeat: no-repeat;
	background-position: 0 -550px;
	overflow: hidden;
	text-indent: -1234em;
	color: transparent;
}

#contact a
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#publications
{
	position: relative;
	width: 100%;
	height: 420px;
	display: block;
	background-image: url(/images/text.gif);
	background-repeat: no-repeat;
	background-position: 0 -700px;
	overflow: hidden;
	text-indent: -1234em;
	color: transparent;
}

#navigation
{
	margin: 0 0 0 235px;
	position: absolute;
	top: 0;
}

#navigation li { display: inline; }

#home_menu, #about_menu, #select_projects_menu, #publications_menu, #contact_menu
{
	width: 100px;
	height: 20px;
	display: block;
	background-image: url(/images/navigation_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1234em;
	margin: 10px 30px 10px 0;
	text-decoration: none;
	border: 0;
	float: left;
}

#home_menu
{
	background-position: 0 0;
	width: 56px;
}

#about_menu
{
	background-position: 0 -30px;
	width: 71px;
}

#select_projects_menu
{
	background-position: 0 -60px;
	width: 118px;
}

#publications_menu
{
	background-position: 0 -90px;
	width: 108px;
}

#contact_menu
{
	background-position: 0 -120px;
	width: 67px;
}

#home_menu:hover { background-position: -150px 0; }
#about_menu:hover { background-position: -150px -30px; }
#select_projects_menu:hover { background-position: -150px -60px; }
#publications_menu:hover { background-position: -150px -90px; }
#contact_menu:hover { background-position: -150px -120px; }

#more
{
	display: block;
	width: 55px;
	height: 20px;
	position: relative;
	text-decoration: none;
	margin: 15px 0;
	background-image: url(/images/navigation_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 -150px;
	overflow: hidden;
	text-indent: -1234em;
	border: 0;
}

#more:hover { background-position: -150px -150px; }

#back,.back
{
	display: block;
	width: 55px;
	height: 20px;
	position: relative;
	text-decoration: none;
	margin: 1em 0;
	background-image: url(/images/navigation_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 -180px;
	overflow: hidden;
	text-indent: -1234em;
	border: 0;
}

.back:hover, #back:hover { background-position: -150px -180px; }

.replaced
{
	height: 30px;
	width: 150px;
	position: relative;
	margin: 10px 0;
}

h2.replaced
{
	font-weight: normal;
	font-style: italic;
	color: #fff;
}

.replaced
{
	display: block;
	background-image: url(/images/navigation_matrix.gif);
	background-repeat: no-repeat;
	background-position: -300px -30px;
	height: 33px;
	width: 100%;
	overflow: hidden;
	text-indent: -1234em;
}

.replaced a  {width:100%; height:100%; display:block;}

#about_header { background-position: -300px -30px; }
#publications_header { background-position: -300px -60px; }
#contact_header { background-position: -300px -90px; }
#photo_gallery_header { background-position: -300px -120px; }
#related_header { background-position: -300px -150px; }

#select_projects_header
{
	background-position: -300px 15px !important;
	height: 48px;
	margin: 0 0 52px 235px !important;
}

ul.publications_list { margin: 0 0 2em 0; }
ul.publications_list li { }

#hbc_link
{
	display: block;
	position: absolute;
	width: 218px;
	height: 20px;
	z-index: 3;
	left: 86px;
	top: 75px;
	overflow: hidden;
	text-indent: -1234em;
	border: 0;
}

#publications_link
{
	display: block;
	position: absolute;
	width: 75px;
	height: 20px;
	z-index: 3;
	left: 450px;
	top: 75px;
	overflow: hidden;
	text-indent: -1234em;
	border: 0;
}

.more
{
	display: block;
	width: 45px;
	height: 11px;
	background-image: url(/images/more.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -1234em;
	margin: 1em 0;
	overflow: hidden;
	border: 0;
	behavior: url(/scripts/iepngfix.htc);
}

h3
{
	font-size: 100%;
	color: #fff;
	font-weight: normal;
}

.caption h3 { margin: 1em 0 .5em 0; }

#chair.panel .link, #chair.panel
{
	background-image: url(/images/gallery33.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#ladyrumbold.panel .link, #ladyrumbold.panel
{
	background-image: url(/images/ladyrumbold_detail.jpg);
	background-repeat: no-repeat;
	background-position: 77% 0;
}

#one.panel .link, #one.panel
{
	background-image: url(/images/chair_detail.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#two.panel .link, #two.panel
{
	background-image: url(/images/gallery5.jpg);
	background-repeat: no-repeat;
	background-position: 70% 0;
}

#three.panel .link, #three.panel
{
	background-image: url(/images/gallery19.jpg);
	background-repeat: no-repeat;
	background-position: 70% 0;
}

#four.panel .link, #four.panel
{
	background-image: url(/images/gallery19.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#guanyin.panel .link, #guanyin.panel
{
	background-image: url(/images/details/guanyin_detail.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#merchant.panel .link, #merchant.panel
{
	background-image: url(/images/details/merchant_collection_detail_2.jpg);
	background-repeat: no-repeat;
	background-position: 70% 0;
}

#chair.panel .link, #chair.panel
{
	background-image: url(/images/details/chandos_chairs_detail.jpg);
	background-repeat: no-repeat;
	background-position: 60% 0;
}

#banksy.panel .link, #banksy.panel
{
	background-image: url(/images/details/banksy_details.jpg);
	background-repeat: no-repeat;
	background-position: 75% 0;
}

#burlington.panel .link, #burlington.panel
{
	background-image: url(/images/details/the_burlington_house_commodes_details.jpg);
	background-repeat: no-repeat;
	background-position: 75% 0;
}

#palma.panel .link, #palma.panel
{
	background-image: url(/images/details/palma_detail.jpg);
	background-repeat: no-repeat;
	background-position: 95% 0;
}

#chandelier.panel .link, #chandelier.panel
{
	background-image: url(/images/details/chandelier_detail.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#yeats.panel .link, #yeats.panel
{
	background-image: url(/images/details/yeats_detail.jpg);
	background-repeat: no-repeat;
	background-position: 90% 0;
}

#piano.panel .link, #piano.panel
{
	background-image: url(/images/details/piano_detail.jpg);
	background-repeat: no-repeat;
	background-position: 70% 0;
}

#alma.panel .link, #alma.panel
{
	background-image: url(/images/details/alma_detail.jpg);
	background-repeat: no-repeat;
	background-position: 10% 0;
}

#night.panel .link, #night.panel
{
	background-image: url(/images/details/atkinson_detail.jpg);
	background-repeat: no-repeat;
	background-position: 85% 0;
}

#lamb.panel .link, #lamb.panel
{
	background-image: url(/images/details/stagnes_detail.jpg);
	background-repeat: no-repeat;
	background-position: 40% 0;
}

#lecomte-vernet.panel .link, #lecomte-vernet.panel
{
	background-image: url(/images/details/charles-emile-hipp_detail.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#aivazovsky.panel .link, #aivazovsky.panel
{
	background-image: url(/images/details/aivazovsky_detail.jpg);
	background-repeat: no-repeat;
	background-position: 30% 0;
}

#cato.panel .link, #cato.panel
{
	background-image: url(/images/details/cato_detail.jpg);
	background-repeat: no-repeat;
	background-position: 65% 0;
}

#compendium.panel .link, #compendium.panel
{
	background-image: url(/images/details/compendium_detail.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#inside_paris.panel
{
	background-image: url(/images/details/inside_paris_detail.jpg);
	background-repeat: no-repeat;
	background-position: 30% 0;
}

#inside_rome.panel
{
	background-image: url(/images/details/inside_rome_detail.jpg);
	background-repeat: no-repeat;
	background-position: 70% 0;
}

#inside_new_york.panel
{
	background-image: url(/images/details/inside_new_york_detail.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#spencer_house.panel
{
	background-image: url(/images/details/spencer_house_detail.jpg);
	background-repeat: no-repeat;
	background-position: 30% 0;
}

#inside_london.panel
{
	background-image: url(/images/details/inside_london_detail.jpg);
	background-repeat: no-repeat;
	background-position: 90% 0;
}

.panel .link
{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border: 0;
	background-color: #403B45;
}

.panel .link:hover
{
	background-image: none !important;
	background-color: transparent;
}

.panel .caption
{
	color: #fff;
	width: 205px;
	padding: 15px 15px 15px 15px;
	font-size: 80%;
	height: 90px;
	line-height: 140%;
	font-family: 'Lucida Grande',verdana;
	background-image: url(/images/overlay.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	behavior: url(/scripts/iepngfix.htc);
}

/* captions */
.caption
{
	text-align: left;
	padding: 0 120px 20px 0;
	font-size: 90%;
	line-height: 140%;
	margin: 15px 15px 0 0;
}

.caption dl { margin: 0 0 2em 0; }
.caption dt { color: #fff; }

.copyright
{
	font-style: italic;
	margin: 0 0 2em 0;
	color: #8E809D;
}

/* grid */
#grid
{
	clear: both;
	margin: 30px 0 40px 0;
	overflow: hidden;
	background-color: #38343d;
}

.row
{
	clear: both;
	overflow: hidden;
	height: 180px;
}

.object
{
	width: 235px;
	height: 180px;
	position: relative;
	overflow: hidden;
	float: left;
	line-height: 140%;
	font-size: 90%;
	background-color: #403B45;
}

.object dt
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}

.object dt a
{
	display: block;
	height: 150px;
	width: 205px;
	overflow: visible;
	padding: 15px;
	background-image: url(/images/blank.gif);
	background-repeat: repeat;
}

.object dd
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}

/*. object dd img { display: none; }*/
.object img { background-color: #403B45; }

#gallery
{
	position: relative;
	font-size: 90%;
	line-height: 140%;
	width: 690px;
}

#gallery ul
{
	clear: both;
	margin: 0 15px 0 0;
	text-align: left;
	width: 690px;
	height: 545px;
	overflow: visible;
	border-top: 0 solid #403B45;
	list-style: none;
	text-indent: 0;
	padding: 0;
}

#gallery.with_captions ul { height: 750px; }
#gallery p { width: 80%; }

#gallery ul li span
{
	background-color: #38343d;
	width: 100%;
	display: block;
	height: 545px;
	margin-bottom: 15px;
}

#cutting
{
	clear: both;
	margin: 0 15px 0 0;
	text-align: left;
	width: 690px;
	overflow: hidden;
	border-top: 15px solid #403B45;
}

#cutting a { border: 0; }
#gallery ul li img { }

#gallery ul li
{
	height: 545px;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: 0;
	overflow: visible;
}

#gallery.with_captions ul li { height: 100%; }
html,body { height: 100%; }

#digits
{
	height: 15px;
	clear: both;
}

#digits li a
{
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(../images/digit_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	float: left;
	text-indent: -1234em;
	text-decoration: none;
	border-width: 0 5px 5px 0;
	border-style: solid;
	border-color: #403B45;
}

#digits li a#d1 { background-position: 0 0; }
#digits li a#d2 { background-position: -15px 0; }
#digits li a#d3 { background-position: -30px 0; }
#digits li a#d4 { background-position: -45px 0; }
#digits li a#d5 { background-position: -60px 0; }
#digits li a#d6 { background-position: -75px 0; }
#digits li a#d7 { background-position: -90px 0; }
#digits li a#d8 { background-position: -105px 0; }
#digits li a#d9 { background-position: -130px 0; }
#digits li a#d10 { background-position: -145px 0; }
#digits li a#d1:hover { background-position: 0 -15px; }
#digits li a#d2:hover { background-position: -15px -15px; }
#digits li a#d3:hover { background-position: -30px -15px; }
#digits li a#d4:hover { background-position: -45px -15px; }
#digits li a#d5:hover { background-position: -60px -15px; }
#digits li a#d6:hover { background-position: -75px -15px; }
#digits li a#d7:hover { background-position: -90px -15px; }
#digits li a#d8:hover { background-position: -105px -15px; }
#digits li a#d9:hover { background-position: -130px -15px; }
#digits li a#d10:hover { background-position: -145px -15px; }
#digits li a#d1:hover { background-position: 0 -15px; }
#digits li a#d2:hover { background-position: -15px -15px; }
#digits li a#d3:hover { background-position: -30px -15px; }
#digits li a#d4:hover { background-position: -45px -15px; }
#digits li a#d5:hover { background-position: -60px -15px; }
#digits li a#d6:hover { background-position: -75px -15px; }
#digits li a#d7:hover { background-position: -90px -15px; }
#digits li a#d8:hover { background-position: -105px -15px; }
#digits li a#d9:hover { background-position: -130px -15px; }
#digits li a#d10:hover { background-position: -145px -15px; }

#imageBrowser
{
	height: 24px;
	clear: both;
	overflow: hidden;
	margin-bottom: 1em;
	position: absolute;
	top: 560px;
	right: 0;
	z-index: 100;
}

#gallery.with_captions #imageBrowser { top: 560px; }

#nextImage, #previousImage
{
	display: block;
	width: 48px;
	height: 18px;
	background-image: url(/images/navigation_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin: 0 5px 10px 0;
	overflow: hidden;
	text-indent: -1234em;
}

#previousImage { background-position: 0 -270px; }
#previousImage:hover { background-position: -150px -270px; }
#nextImage { background-position: 0 -300px; }
#nextImage:hover { background-position: -150px -300px; }

#protector
{
	position: absolute;
	z-index: 10000;
	width: 690px;
	height: 545px;
	background-color: transparent;
	top: 15px;
	left: 235px;
	background-image: url(/images/blank.gif);
	background-repeat: repeat;
}

.detailCaption
{
	bottom: 0;
	left: 0;
	position: absolute;
	color: #fff;
	padding: 15px;
	width: 240px;
}

ul#books { margin: 20px; }

ul#books li
{
	float: left;
	margin: 0 10px 0 0;
}

.caption ul { margin-bottom: 1em; }
.caption ul li { margin: 0 0 .5em 0; }
.source { color: #DDC6F5; }
#introduction img { float: left; }

#introduction p
{
	margin: 0 0 0 0;
	text-indent: -1234em;
	overflow: hidden;
	background: transparent url(/images/merchant_intro_v2.gif) no-repeat 0 0;
	height: 200px;
	width: 390px;
	float: right;
}

#ladyrumbold_introduction
{
	margin: 0 0 0 0;
	text-indent: -1234em;
	overflow: hidden;
	background: transparent url(/images/intro_ladyrumbold.gif) no-repeat 0 0;
	height: 150px;
	width: 690px;
}

#ismail_merchant_splash_page #text { height: 100px; }

#slideshow
{
	height: 450px;
	overflow: hidden;
}

#slideshow a
{
	text-decoration: none;
	border: 0;
}

#the_ismail_merchant_collection_title
{
	background: transparent url(/images/navigation_matrix.gif) no-repeat 0 -326px;
	width: 100%;
	height: 15px;
}

#ladyrumbold_title
{
	background: transparent url(/images/navigation_matrix.gif) no-repeat 0 -400px;
	width: 100%;
	height: 15px;
}

.more_information
{
	width: 140px;
	height: 18px;
	display: block;
	overflow: hidden;
	text-indent: -1234em;
	background: transparent url(/images/navigation_matrix.gif) no-repeat 0 -240px;
	border: 0;
}

.more_information:hover { background: transparent url(/images/navigation_matrix.gif) no-repeat -150px -240px; }

h1
{
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	padding: .2em 0 .7em 0;
}
