@charset "utf-8";
/* CSS Document */

/* 
color table
========================

background black........ #111
grey.................... #666
white................... #ccc
pink ................... #ff018f
black overlay........... rgba(0, 0, 0, 0.7)

*/


/* begin reset courtesy of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End of reset ... begin typography and colors */

body {
	background-color:#000;
	color:#ccc;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h2 { font-size:3.2em;}

h1 { 
	font-size:1.4em; 
	font-weight:bold;
	text-transform:uppercase;
	}

p  { font-size:1.6em;}
	
a:link, a:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color:#ff018f;
	text-decoration:none;
	font-weight:bold;
	}
	
#navigation {
	text-transform:uppercase;
	text-shadow:#333 0px 1px 1px;}
	

#subNav {
	text-transform:uppercase;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:10px;
	}
	
.copyright{
	color:#666;
	font-size:1em;
	text-align:center;
	}

 .currentpage a {
 	color:#ccc;
	}
	
/*end of typography and colors ...begin layout*/
body {
	text-align:center;
	}

	
p {padding-bottom:1.6em;}

.logo {float:left;}
	
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	position:relative;
	}

#header {margin-top:10px;
	height:70px;
	margin-bottom:10px;
	}



#navigation {
	float:right;
	margin-top:10px;
	
	}
	
	#navigation li {
		display:inline;
		margin-right:16px;
		}

#content>p:first-child {margin-top:1.6em;}

.alignLeft {
	float:left;
	margin:20px 20px 20px 0px;
	}

#gallery img {
	margin:0 5px 5px 0;
	}
	
	#gallery {
		padding-bottom:30px;
		clear:both;
		height:600px;
		width:800px;
		}
	
#mainGrid li{
	margin:0 18px 20px 0;
	float:left;
	}
		

#subNav {
	float:left;
	margin-bottom:20px;
	}
	
#subNav li {
	display:inline;
	margin-right:10px;
	}
	
	#subNav li.last {
		margin-right:0px; !important
		}
	
ul#albums  {
	position:absolute;
	width:100%;
	left:-810px;
	padding-top:10px;
	}

#albums li {
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.2em;
	background-color:rgba(0, 0, 0, 0.7);
	
	
	}	
	
#footer {
	clear:both;
	padding-top:80px;
}
		
/* bacground images */
	
	.photo {background:#000 url(images/photo_bg.jpg)  top center;}
	.collage {background:#000 url(images/collage.jpg) top center;}
	.installations #gallery {background:#000 url(images/album-6.jpg) top center;}
	.film {background:#000 ;}
	
	
  .album-1 {background-image: url(images/album-1.jpg);}
  .album-5 {background-image: url(images/album-5.jpg);}
  .album-6 #gallery{background: url(images/album-6.jpg) center;}
  .album-8 {background: url(images/collage.jpg) center ;}
  .album-9 #gallery {background: url(images/album-9.jpg) center;}
  .album-11 {background-image: url(images/album-11.jpg);}
  .album-12 {background-image: url(images/album-12.jpg);}
  .album-13 {background-image: url(images/album-13.jpg);}
  .album-14 {background: url(images/album-14a.jpg) center top no-repeat;}
  .album-15 {background: url(images/album-15.jpg) center no-repeat;}
  .album-16 {background-image: url(images/album-16.jpg);}
  .album-17 {background: url(images/album-17.jpg) center}
  .album-18 #gallery {background: url(images/album-18.jpg) center;}
  .album-19 {background-image:none;}
  .album-20 {background-image: none;}
  .album-21 {background-image: none;}

	  
	
/* jquery specific classes */

.hidden {display:none;width:0px; height:0px;}

div#qTip {
	width:100px;
	padding: 3px;
	border: 1px dotted #666;
	background-color:rgba(0, 0, 0, 0.7);
	display: none;
	color: #999;
	font: bold 0.8em Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	}



.loader {
	position:absolute;
	top:50%;
	left:50%;
	}










