/* ------------------------------------------------------------------ 
  Screen stylesheet for hanskooi.com
  written by Yuri van der Meer
  y.van.der.meer@zonnet.nl
  
  Version 1.0.1
  
  Bug fix: IE5.0/Mac hides sculpture thumbnails and navigation list items
  ------------------------------------------------------------------- 
*/


/* Some general rules to make things easier later on */
body {
	margin: 10px;
	padding: 0;
	font: normal x-small/1.5 Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
img {
	display: block;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	text-align: left !important;
}
h2 {
	color: #000;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: 0.025em;
}
h3 {
	margin: 1.5em 0 0;
	padding: 0 0 0.25em;
	color: #b42;
	font-size: 1.2em;
	font-weight: bold;
}
p {
	margin: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 0.5em 1.5em;
}
a {
	color: #47d;
}
a:hover {
	color: #b42;
}
a:hover h3 {
	text-decoration: underline;
}


/* ---------------- Header ---------------- */
#header {
	background: transparent url(/i/g/grey-stripe-bg.gif) repeat-y 100% 0;
	padding: 10px 0 0;
}
#header h1 {
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 2em;
	line-height: 0.7;
}
#header h1 a {
	text-decoration: none;
	color: #b42 !important;
}


/* ---------------- Main navigation ---------------- */
#nav {
	width: 250px;
	float: right;
	padding: 25px 0 0;
}
#nav ul {
	margin: 0;
	padding: 0 25px 25px 40px;
	list-style: square url(/i/g/bullet.gif);
	border-bottom: 1px solid #ccc;
}
#nav li {
	margin: 0 0 0.5em;
/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
	position: relative; /* IE5/win hack (links not clickable otherwise). Hide it in IE5.0/Mac */
/* End IE5-Mac hack */
}
#nav li a {
	text-decoration: none;
}
html>body #nav li a {
	position: static; /* Mozilla behaves properly */
}
#nav li a:hover {
	text-decoration: underline;
}

/* You are here */
#pgHome #navHome a, #pgCV #navCV a, #pgSculptures #navSculptures a, #pgMultiples #navMultiples a, #pgCommissions #navRecentCommissions a, #pgExhibitions #navExhibitions a, #pgPublications #navPublications a, #pgStudio #navStudio a, #pgContact #navContact a {
	font-weight: bold;
	color: #b42;
}


/* ---------------- Content ---------------- */
#content-wrapper {
	background: transparent url(/i/g/grey-stripe-bg.gif) repeat-y 100% 0;
	margin: 0 -250px 0 0; /* Thank you Ryan Brill! */
	width: 100%;
	float: left;
}
#content {
	min-height: 300px;
	margin: 0 250px 0 0;
	padding: 0 25px;
	text-align: center; /* Centers the inner-content for IE 5 */
}
#inner-content {
	margin: 0 auto;
	padding: 25px 0;
	width: 422px;
	text-align: left; /* Undo the IE 5 centering hack */
}
html>body #inner-content {
	max-width: 422px;  /* For fully CSS2-compliant browsers like Mozilla */
	width: 422px;
/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
	width: auto;
/* End IE5-Mac hack */
}
#content h2 {
	margin: 0 0 1em; /* Prevent a gap above the content section */
}
#content p {
	margin: 0 0 1em;
}
#content ul {
	margin: 0 0 1em;
}
#content img {
	border: 1px solid #ccc;
}
#pgHome #content h2 {
	display: none;
}
#pgExhibitions #content img {
	border: 1px solid #ccc;
	margin: 1.5em 0;
}
/* The small sculpture thumbnails */
ul.thumbs {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	margin: 0 11px 11px 0;
}
ul.thumbs li a {
	display: block;
	float: left;
}
ul.thumbs li a img {
	border: 1px solid #ccc;
}
ul.thumbs li a:hover img {
	border: 1px solid #666 !important;
}
.clearBoth, .clearing {
	width: 100%;
	clear: both;
}
.clearing {
	height: 0;
	font-size: 1px;
}
.notice {
	white-space: nowrap;
}

/* center the big images */
#sculptureImg {
	position: relative;
	height: 420px;
	text-align: center;
}
#sculptureImg img {
	margin: 0 auto;
	cursor: pointer;
}

ul#sculptureNav {
	list-style: none;
	margin: 1em 0 1em;
	padding: 0;
	text-align: center;
}
ul#sculptureNav li {
	display: inline;
}

#locations img {
	border: 1px solid #ccc;
	float: left;
}
#locations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#locations li {
	float: left;
}
#locations li a {
	background: #eee;
	display: block;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
}


/* Contact form */

form {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
}
.formRow {
	padding: 0 0 0.5em;
}
.formRow label {
	width: 105px;
	display: block;
	float: left;
	cursor: pointer;
	text-align: right;
	margin: 0 10px 0 0;
}
.formRow input, .formRow textarea {
	width: 300px;
	border: 1px solid #ccc;
}
.formRow textarea {
	height: 8em;
}
.formRow input:focus, .formRow textarea:focus {
	background: #eee;
	border: 1px solid #000;
}
form .button {
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 0 0 120px;
}


/* Special backgrounds */

#pgExhibitions #content {
	background: transparent url(/i/g/sculpture-bg1.jpg) no-repeat 0 100%;
}
#pgContact #content {
	background: transparent url(/i/g/sculpture-bg2.jpg) no-repeat 0 100%;
}


/* ---------------- Sidebar ---------------- */
#sidebar {
	width: 250px;
	float: right;
	padding: 25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
}
html>body #sidebar {
	width: 200px;
}
#sidebar dl {
	margin: 0;
	padding: 0;
}


/* ---------------- Footer ---------------- */
#footer {
	background: transparent url(/i/g/grey-stripe-bg.gif) repeat-y 100% 0;
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
	font-size: 0.85em;
	color: #aaa;
	padding: 0.5em 0 0;
}

