@import url("fonts.css");

body {
	font-family: 'ApercuMonoRegular', Courier New;	
	margin: 0;
	padding: 0;
}

#body-wrapper {	
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -2;
}

#body-wrapper-inside {
	position: fixed;
	top: 0;
	margin: 0 0 0 -470px;
	left: 50%;
	bottom: 0;
	width: 940px;
	z-index: -1;
}

a { 
	color: #000000;
	outline: none;
}

a:hover { 
}

a img { border: 0; }

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
}

.hr {
}

.hr hr { display: none; }

.wrapper {
	display: none;
	margin: 0 auto;
	width: 940px;
}

.wrapper.on {
	display: block;
}

#close-x,
#about-content-close {
	background: url(/images/icons/close-x.png) 0 0 no-repeat;
	display: none;
	height: 19px;
	left: 20px;
	position: fixed;
	top: 14px;
	transition: opacity 0.20s linear;
	-o-transition: opacity 0.20s linear;
	-moz-transition: opacity 0.20s linear;
	-webkit-transition: opacity 0.20s linear;
	width: 19px;
	z-index: 101;
}

#about-content-close {
	display: block;
	left: -35px;
	position: absolute;
	top: 13px;	
}

#close-x:hover,
#about-content-close:hover {
	opacity: .45;
	filter: alpha(opacity=45);
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Header --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.homepage-stage {
	height: 225px;
	margin: -142px 0 0 -255px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 545px;
}

#logo {
	left: 111px;
	position: absolute;
	top: 128px;
}

.main-link {
	display: block;
	position: absolute;
}

.main-link span {
	display: block;
	position: absolute;
}

.main-link span.on {
	opacity: 1;
/*
	transition: opacity 0.20s linear;
	-o-transition: opacity 0.20s linear;
	-moz-transition: opacity 0.20s linear;
	-webkit-transition: opacity 0.20s linear;
*/
}

.main-link span.off {
	opacity: 0;
/*
	transition: opacity 0.20s linear;
	-o-transition: opacity 0.20s linear;
	-moz-transition: opacity 0.20s linear;
	-webkit-transition: opacity 0.20s linear;
*/
}

.main-link.open:hover span.on {
	opacity: 0;
}

.main-link.open:hover span.off {
	opacity: 1;
}

/*	
.main-link.open.selected:hover span.on {
	opacity: 1;
}

.main-link.open.selected:hover span.off {
	opacity: 0;
}
*/

.main-link span.x {
	display: none;
}

.main-link:hover span.x {
	opacity: 0;
}

/*	
.main-link.open.disabled:hover span.x {
	opacity: 1;
	display: block;
}

.main-link.open.disabled:hover span.off {
	opacity: 0;
}

.main-link.open.disabled:hover span.on {
	opacity: 1;
}
*/

#about-link {
/*	
	left: 0;
	top: 57px;
*/
	left: 146px;
	top: 100px;
}

#about-link span {
	background: url(/images/template/about.png) 0 0 no-repeat;
	height: 38px;
	width: 106px;
}

#about-link span.on {
}

#about-link span.off {
	background-position: -1px -40px;
}

#about-link span.x {
	background: none;
	left: -3px;
	position: absolute;
	top: 8px;
}

#about-content {
	display: none;
	font-family: 'ApercuMonoRegular', Courier New;	
	font-size: 10px;
	left: -90px;
	line-height: 13px;
	position: absolute;
	text-align: justify;
	top: -245px;
	width: 299px;
}

#contact-link {
/*	
	right: 301px;
	top: 0;
*/
	font-family: 'ApercuMonoRegular', Courier New;	
	font-size: 10px;
	left: 190px;
	line-height: 15px;
	letter-spacing: 1px;
	top: 80px;
	width: 300px;
}

#contact-link a {
	color: #000000;
	text-decoration: none;
}

#contact-link h3 {
	background: url(/images/template/contact-line.png) 0 15px no-repeat;
	font-family: 'ApercuBold', Courier New;	
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

#contact-link span {
}

#contact-link span.on {
}

#contact-link span.off {
}

#contact-link.disabled:hover span.x {
	opacity: 1;
}

#contact-link span.x {
	background: none;
	left: -3px;
	position: absolute;
	top: -4px;
}

#projects-link {
	top: 130px;
	left: 277px;
}

#projects-link span {
	background: url(/images/template/projects.png) 0 0 no-repeat;
	height: 61px;
	width: 123px;
}

#projects-link span.on {
}

#projects-link span.off {
	background-position: 0 -61px;
}

#projects-link span.x {
	background: url(/images/template/projects-x.png) 0 0 no-repeat;
	height: 26px;
	left: -5px;
	position: absolute;
	top: 18px;
	width: 117px;
}

#press-link {
/*	
	bottom: 60px;
	left: 180px;
*/
	top: 130px;
	left: 277px;
}

#press-link span {
	background: url(/images/template/press.png) 0 0 no-repeat;
	height: 29px;
	width: 65px;
}

#press-link span.on {
}

#press-link span.off {
	background-position: 0 -29px;
}

#press-link span.x {
	background: url(/images/template/press-x.png) 0 0 no-repeat;
	height: 20px;
	left: -8px;
	position: absolute;
	top: 5px;
	width: 73px;
}

#a23-beekman-place {
	top: 135px;
	left: 55px;
}

#a23-beekman-place span {
	background: url(/images/template/23-beekman-place.png) 0 0 no-repeat;
	height: 20px;
	width: 160px;
}

#a23-beekman-place span.on {
}

/* #a23-beekman-place.selected span, */
#a23-beekman-place span.off {
	background-position: 0 -20px;
}

#a23-beekman-place span.x {
	background: url(/images/template/23-beekman-place-x.png) 0 0 no-repeat;
	height: 8px;
	left: -15px;
	position: absolute;
	top: 2px;
	width: 207px;
}

#a66-burnett-rd {
	top: 140px;
	left: 132px;
}

#a66-burnett-rd span {
	background: url(/images/template/66-burnett-rd.png) 0 0 no-repeat;
	height: 21px;
	width: 134px;
}

#a66-burnett-rd span.on {
}

/* #a66-burnett-rd.selected span, */

#a66-burnett-rd span.off {
	margin-top: -5px;
	background-position: 0 -21px;
}

#a66-burnett-rd span.x {
	background: url(/images/template/66-burnett-rd-x.png) 0 0 no-repeat;
	height: 7px;
	left: -4px;
	position: absolute;
	top: 4px;
	width: 142px;
}

#a24-washington-square-north {
	top: 105px;
	left: 228px;
}

#a24-washington-square-north span {
	background: url(/images/template/24-washington-square-north.png) 0 0 no-repeat;
	height: 82px;
	width: 75px;
}

#a24-washington-square-north span.on {
}

/*#a24-washington-square-north.selected span,*/
#a24-washington-square-north span.off {
	background-position: 0 -82px;
}

#a24-washington-square-north span.x {
	background: url(/images/template/24-washington-square-north-x.png) 0 0 no-repeat;
	height: 56px;
	left: 8px;
	position: absolute;
	top: 9px;
	width: 61px;
}

#domus-solaris {
	left: 304px;
	top: 118px;
}

#domus-solaris span {
	background: url(/images/template/domus-solaris.png) 0 0 no-repeat;
	height: 26px;
	width: 112px;
}

#domus-solaris span.on {
}

/*#domus-solaris.selected span,*/
#domus-solaris span.off {
	background-position: 0 -26px;
}

#domus-solaris span.x {
	background: url(/images/template/domus-solaris-x.png) 0 0 no-repeat;
	height: 17px;
	left: -13px;
	position: absolute;
	top: 0px;
	width: 148px;
}

#a25-columbus-circle {
	left: 300px;
	top: 100px;
}

#a25-columbus-circle span {
	background: url(/images/template/25-columbus-circle.png) 0 0 no-repeat;
	height: 61px;
	width: 72px;
}

#a25-columbus-circle span.on {
}

/*#a25-columbus-circle.selected span,*/
#a25-columbus-circle span.off {
	background-position: 0 -61px;
}

#a25-columbus-circle span.x {
	background: url(/images/template/25-columbus-circle-x.png) 0 0 no-repeat;
	height: 31px;
	left: 0px;
	position: absolute;
	top: 1px;
	width: 77px;
}

/*#a-bel-air*/
#a-bel-air {
	top: 130px;
	left: 247px;
}

#a-bel-air span {
	background: url(/images/template/bel-air.png) 0 0 no-repeat;
	height: 23px;
	width: 90px;
}

#a-bel-air span.on {
}

#a-bel-air span.off {
	background-position: 0 -23px;
}

#a-bel-air span.x {
	background: url(/images/template/bel-air-x.png) 0 0 no-repeat;
	height: 16px;
	left: -15px;
	position: absolute;
	top: 5px;
	width: 130px;
}

/*#east-68th-street*/
#east-68th-street {
	top: 130px;
	left: 247px;
}

#east-68th-street span {
	background: url(/images/template/east-68th-street.png) 0 0 no-repeat;
	background-size: 100% auto;
	height: 63px;
	width: 190px;
	-webkit-transform: none;
}

#east-68th-street span.on {
}

#east-68th-street span.off {
	background-image: url(/images/template/east-68th-street-hover.png);
}

#east-68th-street.disabled span.on {
	display: none;
}

#east-68th-street span.x {
	background-image: url(/images/template/east-68th-street-strike.png);
}


/*#house-90210*/
#house-90210 {
	top: 125px;
	left: 320px;
}

#house-90210 span {
	background: url(/images/template/90210.png) 0 50% no-repeat;
	background-size: 100% auto;
	height: 71.7px;
	width: 69.61px;
	-webkit-transform: none;
}

#house-90210 span.on {
}

#house-90210 span.off {
	background-image: url(/images/template/90210-hover.png);
}

#house-90210.disabled span.on {
}

#house-90210 span.x {
	background-image: url(/images/template/90210-x.png);
	top: 2px;
    left: -7px;
    width: 84px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Press Page ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.press-page {
	opacity: 0;
	position: relative;
}

.press-page .left-column {
	float: left;
	width: 690px;
}

.press-page.single .left-column {
	float: none;
	margin: 0 auto;
	width: auto;
	padding: 0 60px;
}

.press-page.single .right-column {
	display: none;
}

.press-page .left-column .image {
	margin: 0 0 30px 0;
	padding: 50px 0 0 0;
}

.press-page .left-column .image .image-wrap {
	position: relative;
}

.press-page .left-column .image .image-wrap .preloader {
	background: #ffffff url(/images/icons/loader.gif) 50% 50% no-repeat;
	border: 1px solid #808080;
	bottom: 0;
	display: block;
	left: 0;
	opacity: .3;
	filter: alpha(opacity=30);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.press-page.single .left-column .image {
	padding: 0 0 50px 0;
}

.press-page .left-column .image .caption {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 15px;
	margin: 0 0 15px 0;
}

.caption a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 90%;
	opacity: .55;
	filter: alpha(opacity=55);
}

.caption a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: underline;
}

.press-page .left-column .image h3 {
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

.press-page .left-column .image img {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-bottom: 20px;
	width: 100%;
}

.press-page .left-column .image img.zoom {
	cursor: url(/images/template/click-to-zoom.png),default;
}

.press-page img.panning {
	cursor: url(/images/template/click-to-zoom-out.png),default;
	z-index:100;
}

.press-page .right-column {
	position: fixed;
	top: 0;
	bottom: 80px;
	margin-left: 705px;
	padding: 50px 0 0 0;
	width: 235px;
}


.press-page .right-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

.press-page .right-column ul li {
	padding-bottom: 5px;
	line-height: 90%;
}

.press-page .right-column ul li a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 90%;
	opacity: .55;
	filter: alpha(opacity=55);
}

.press-page .right-column ul li a:hover,
.press-page .right-column ul li a.selected {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: underline;
}

#prev, #next {
	background: #ffffff url(/images/icons/ellipses.png) 50% 50% no-repeat;
	display: block;
	height: 50px;
	width: 100%;
	opacity: 1;
	top: 0;
	position: absolute;
	z-index: 1;
}

#next {
	top: auto;
	bottom: 0px;
}

.bigimage {
	background: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 100;
}

.bigimage img {
	position: static;
	left: 50%;
	top: 50%;
	padding: 100px;
}

#outer_container{position:relative; z-index: 100; margin:auto; height:100%; width:100%;}
#imagePan{ position:relative; z-index: 100; overflow:hidden; 	cursor: url(/images/template/click-to-zoom-out.png),crosshair; height:100%; width:100%;}
#imagePan .container{position:relative; z-index: 100; left:0;}


.other-links {
	background: #ffffff;
	position: absolute;
	height: 80px;
	bottom: -85px;
	padding-top: 15px;
	width: 100%;
}

.other-links a {
	color: #000000;
	display: block;
	font-size: 11px;
	text-decoration: none;
	line-height: 160%;
	opacity: .55;
	text-decoration: none;
}

.other-links a:hover {
	opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* AJAX Loading ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#dim {
	background: rgba(255,255,255,0.75);
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}

#main-ajax-loader {
	background: #ffffff;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .25;
	filter: alpha(opacity=25);
	z-index: 21;
}

#main-ajax-loader img {
	position: absolute;
	left: 50%;
	margin: -32px 0 0 -32px;
	top: 50%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.smr { margin-right: 10px; }
.smt { margin-top: 10px; }
.mt { margin-top: 20px; }
.bmt { margin-top: 30px; }

.vsmb { margin-bottom: 4px; }
.smb { margin-bottom: 10px; }
.mb { margin-bottom: 20px; }
.bmb { margin-bottom: 30px; }

.cb { clear: both; }
.cr { clear: right; }
.cl { clear: left; }
.fr { float: right; }
.fl { float: left; }
.cn { clear: none; }

.tar { text-align: right; }
.tac,th.tac { text-align: center; }
.spt { padding-top: 5px; }
.pt { padding-top: 15px; }
.g { color: #808080; }
.nmr { margin-right: 0; }
.nbg { background: none; }
.gbr { border-right: 1px solid #e8e8e8; }
.dn { display: none; }
.gr { color: green; }

.di { display: inline; width: auto; float: none; }

.db { display: block; }
.tac { text-align: center; }
.ac { text-transform: uppercase; }

.small { font-size: 10px; }

#initial-loader { position: absolute; opacity: 0; filter: alpha(opacity=0); z-index:-1; }
