
* { margin: 0; padding: 0; } /* Global Reset */
html{
height:100%}

body { 
	font-size: medium; 
	font-family: 'Myriad Pro','Myriad','Lucida Grande', Futura, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #5a5661;
	background:#aeb1b7;
		text-align: center;
		min-height:101%;
}

p { margin: .2em 0 1em; }
p.small { font-size: 90%; }

a { 
	color: #302a3b;
	text-decoration: none; 
	
	padding: 3px 0 0;
}
a:hover {
 color: #6e6c71; 
}

h2 { font-size: 110%; font-weight: 800; letter-spacing: 0.1em; line-height: 1; margin: 0 0 1em; }

img { border: 0; }

#header {
	background:#5a5661 ;
	height: 60px; 
	padding-top: 1px;
	margin: 0 0 20px;
}
#header h1 {
color:#cacacc;
width: 760px; height: 76px; margin: 5px auto 0;
	background: transparent url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#gallery #header {
	height: 100px; background-position: 30% 90%;
}
#gallery #header h1 {
	margin-top: 42px;
}

ul#nav {
	position: absolute;
	top: 15px; right: 3%;
	list-style: none;
	font-size: 110%;
	letter-spacing: 0.05em;
}
ul#nav li {
	float: left;
	display: block;
	border-right: 2px solid #4a4552;
}
ul#nav li#nav-links { border: 0; }
ul#nav li a { 
	display: block;
	padding: 3px .8em 4px;
	color: #b6b5b9; 
	text-decoration: none; 
	border: 0;
}
ul#nav li a:hover { color: #cacacc; }

#main { 
	text-align: left; 
	margin: 0 auto 0;	
	height: 300px;
	 width: 780px;
	padding: 0 0px 2em 0;
}
#main blockquote {
	width: 370px; border: 1px solid #ddd; font-size: 90%;
	background: #eee; margin: 2em 0 1em; padding: 10px 20px;
}

#content {
	margin: 10px 0;
	color:#5a5661;
	
}
#footer {
	margin: 40px 0 1em; font-size: 90%;
	letter-spacing: 0.1em;
}
#gallery #categories {
	list-style: none; margin: 0 0 1em; display: none;
}
#gallery #categories li {
	display: inline;
}
#gallery #categories li a {
	background: transparent; border: 0;
	padding: 0 0 0 .5em;

	border-left: 1px solid #ccc;
	letter-spacing: 0.1em;
}
#gallery #categories li a:hover { text-decoration: underline; }
#gallery #categories li.all a {
	border: 0; padding: 0;
}
#gallery #categories.page-3 li.all,
#gallery #categories.page-4 li.cards,
#gallery #categories.page-5 li.studio {
	font-weight: bold;
}

.categories {
	letter-spacing: 0.1em;
	margin: 0 .5em 1em .5em;
	color:#d6d6d7;
	font-weight:bold;
}
.categories a {
	background: transparent; border: 0;
	
}
.categories a:hover{
	color:#d6d6d7;
	
}

table{
margin:1em 0 0 0;
}

#simpleViewer { height:100%;}
