
* { margin: 0; padding: 0; } /* Global Reset */

body { 
	font-size: medium; 
	font-family: 'Myriad Pro','Myriad','Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #333;
	background: white;
	text-align: center;
}

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

a { color: #24455D; text-decoration: none; }
a:hover { text-decoration: underline; }

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

h3 { font-size: 110%; font-weight: 400; letter-spacing: 0.1em; line-height: 1; margin: 1.5em 0 1em; }

img { border: 0; display: block; }

img.left { float: left; margin: 0 1em 4em 0; }
img.right { float: right; margin: 0 -3em 4em 1em; }

#header {
	background: #025 url(../i/header-waves.jpg) repeat-x 30% 0%;
	height: 229px; padding-top: 1px; margin: 0 0 40px;
}
#header h1 {
	width: 760px; height: 88px; margin: 160px auto 0;
	background: transparent url(../i/logo.gif) no-repeat;
	text-indent: -9999px;
}
#header p {
	font-size: 14px;
	width: 720px; padding-left: 40px; height: auto; margin: -15px auto 0;
}

#gallery #header {
	height: 100px; background-position: 30% 90%;
}
#gallery #header h1 {
	background: transparent url(../i/logo-sml.gif) no-repeat;
	margin-top: 42px;
}
#gallery #header p {
	margin-top: -25px; padding-right: 100px; width: 600px;
}

ul#nav {
	position: absolute;
	top: 10px; right: 3%;
	list-style: none;
	font-size: 145%;
	letter-spacing: 0.05em;
}
ul#nav li {
	float: left;
	display: block;
	border-right: 2px solid #fff;
}
ul#nav li#nav-contact { border: 0; }
ul#nav li a { 
	display: block;
	padding: 3px .8em 4px;
	color: #fff; 
	text-decoration: none; 
	background: transparent; 
	border: 0;
	text-shadow: #000 0 2px 6px;
}
ul#nav li a:hover { color: #ffc; }

#main { 
	text-align: left; margin: 0 auto 0;
	background: url(../i/canvases.jpg) no-repeat 100% 0;
	height: 300px; width: 420px;
	padding: 0 340px 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;
}
#footer {
	margin: 40px 0 0; font-size: 90%;
	letter-spacing: 0.1em;
}


/* GALLERY */

#gallery #main { background: transparent; padding: 0; width: 760px; }
#gallery #content { overflow: hidden; width: 760px; margin: 0; }
#gallery #content.colcount-4 { width: 700px; }

#gallery dl {
	background: #f2f2f2; border: 1px solid #ddd;
	width: 135px; height: 110px;
	margin: 0 15px 15px 0; 
	float: left;
}
#gallery dt {  }
#gallery dl dt a { 
	padding: 0; border: 0; line-height: 0; 
	display: block;
}
#gallery dl dt a:hover { outline: 3px solid #FFC; }
#gallery dt a img {  }
#gallery dd { display: none; }

#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; margin: 0 .5em 0 0;
	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;
}

#gallery p.categories {
	letter-spacing: 0.1em;
	margin: 0 0 1em -.5em;
}
#gallery p.categories a {
	background: transparent; border: 0;
	margin: 0 .5em;
}

/* CONTACT */

#contact fieldset { border: 0; width: 420px; }
#contact fieldset br { display: none; }
#contact label { font-size: 80%; display: block; margin: .75em 0 0; }
#contact fieldset legend { display: none; }
#contact fieldset input.zemText,
#contact fieldset textarea { width: 400px; padding: 3px; border: 1px solid #aaa; margin-bottom: .5em; } 
#contact fieldset input:focus,
#contact fieldset textarea:focus { background: #ffc; }

/* LIGHTBOX */

#lightbox {	background-color: #FFF; padding: 10px; border: 1px solid #000; }
#lightbox a { border: 0; line-height: 0; padding: 0; background: transparent; }
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; display: none; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; line-height: 0; clear: both; } 
#overlay img { border: none; }
#overlay { background-image: url(../i/overlay.png); }

