@charset "utf-8";
@import '../global.css';
/* CSS Document */
	
/* -------------------------------- Swatch Colors ------------------------------- */
/* background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
/* background-color: rgba(171, 164, 158, 1); /*swatch 4 402*/
/* background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/

body {
	width: inherit;
	height: 500px;
	padding: 20px;
	background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
	}

/* ----------------------------- maininfo section -------------------------------- */
#maininfo {
	width: 635px;
	float: right;
	}
	
#maininfo h1 {
	font-size: 18pt;
	font-variant: small-caps;
	margin-top: -10px;
	}
	
#maininfo p {
	font-size: 10pt;
	line-height: 15pt;
	}
	
#fotofocus {
	margin-bottom: 70px;
	}

#altpro {
	margin-bottom: 20px;
	}
	
p strong {
	color: rgba(97, 124, 149, 1); /*swatch 4 5415*/
	}
/* --------------------------- end maininfo section ----------------------------- */

/* ---------------------------------- quicklink ------------------------------------ */
#quicklink {
	position: absolute;
	left: 40px;
	top: 70px;
	}
	
#quicklink td img {
	margin-bottom: 10px;
	border-radius: 3px;
	}

/* ------------------------------- end quicklink --------------------------------- */

/* ---------------------------------- paragraph ------------------------------------ */
#fotofocus {
	margin-top: 30px;
	}

#altpro{
	margin-top: 40px;
	}
	
#bw {
	margin-top: 55px;
	}

/* ------------------------------- end paragraph --------------------------------- */
/*links*/	
td a {
	text-decoration: none;
	}
	
/*all photo galleries*/
.gallery {
	width: 600px;
	height: 50px;
	margin-left: -275px;
	margin-top: -5px;
	display: block;
	}

.gallery dt, dt h1 {	
	font-size: 18pt;
	font-variant: small-caps;
	display: inline;
	}
	
.gallery dd, dd h3 {
	font-size: 14pt;
	display: inline;
	margin-left: 10px;
	}
	
/* ---------------------------------xray gallery ----------------------------------- */
#xray img.xray{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
table#xray td.space div{
	width: 40px;
	}
	
#xray {
	margin-left: -230px;
	margin-top: -15px;
	border-spacing: 5px;
	}
	
#fotocap {
	color: rgba(171, 164, 158, 1); /*swatch 4 402*/
	font-size: 8pt;
	line-height: 9pt;
	letter-spacing: 1px;
	}

#fotocap td .left {
	text-align: left;
	margin-top: -2px;
	}
	
#fotocap td ul.left {
	text-indent: -40px;
	}

#fotocap td .right {
	text-align: right;
	margin-top: 20px;
	}

#fotocap ul li {
	list-style: none;
	}
/* ---------------------------- end of Xray Gallery ----------------------------- */

/* ---------------------------- Alt Process Gallery ----------------------------- */
.alt {
	margin-left: -260px;
	margin-top: -30px;
	border-spacing: 5px;
	margin-bottom: 30px;
	}
	
thead.gum {
	color: rgba(171, 164, 158, 1); /*swatch 4 402*/
	font-size: 14pt;
	line-height: 1px;
	text-indent: -725px;
	}
	
thead.cyano {
	color: rgba(171, 164, 158, 1); /*swatch 4 402*/
	font-size: 14pt;
	line-height: 1px;
	text-indent: -675px;
	}
	
tfoot.gum, tfoot.cyano {
	color: rgba(171, 164, 158, 1); /*swatch 4 402*/
	font-size: 8pt;
	line-height: 9pt;
	letter-spacing: 1px;
	}
	
tfoot.gum ul, tfoot.cyano ul {
	list-style: none;
	margin-top: -5px;
	}
		

ul.left {
	text-indent: -40px;
	}
/* ----------------------- end of Alt Process Gallery ------------------------- */

/* ----------------------------- blackwhite gallery ---------------------------- */
#blackwhite {
	width: 500px;
	height: 500px;
	margin-left: -270px;
	margin-top: -10px;
	empty-cells: hide;
	}

table.gallery td div.buffer1 {
	height: 75px;
	}
	
table.gallery td div.buffer2 {
	width: 75px;
	}
	
#blackwhite tr td.caption ul {
	color: rgba(171, 164, 158, 1); /*swatch 4 402*/
	font-size: 8pt;
	line-height: 9pt;
	letter-spacing: 1px;
	list-style: none;
	margin-top: 140px;
	width: 130px;
	}
	
td.caption #left {
	text-indent: -40px;
	}
	
td.caption #right {
	text-align: right;
	}
/* ----------------------- end of BlackWhite Gallery ------------------------- */

/*hidden mobile*/
#mobile {
	display: none;
	}
