@charset "utf-8";
/****************************************/
/*          www.hikade.com              */
/****************************************/

/* RESET BROWSER DEFAULTS */
/* --------------------------------------------------------- */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end browser default reset code */

/* BASICS */
/* --------------------------------------------------------- */

html, body {
  position: relative;
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #444444;
  background-color: #ffffff;
  line-height: 160%;
  /*background: teal;*/
}

a {
  color: #444444;
  text-decoration: none;
}

a:hover, a:active {
	color: #000000;
}

img {
}

p {
}

ul {
	list-style: none;
}

strong {

}

em {
  font-style: italic;
}

/* HEADLINES */
/* --------------------------------------------------------- */

h1 {
	display: inline;
	font-size: 13px;
  margin-bottom: 0px;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

/* CORE LAYOUT */
/* --------------------------------------------------------- */

#containerOuter {
  position: relative;
  height: 100%;
  margin: 0;
  margin: 0 19px;
  display: block;
  
}

#container {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}

#content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  min-width: 769px;
  padding: 34px 0 34px 0;
  font-size: 12px;
}

#content.editor {
  padding: 16px;
  text-align: left;
  min-width: 0;
}

#content.paintings, #content.projects {
  padding: 34px 0 34px 0;
}

#content table {
  margin-left: 146px;
}

#content table tr td {
  min-width: 12px;
}

#content #detail table {
  margin-left: 0;
}

#content a img {
  position: relative;
  top: 5px;
}

#content.home {
  position: absolute;
  text-align: left;
  height: 100%;
  min-height: 394px;
  min-width: 100%;
  padding: 0;
}

#homeOuter {
  position: relative;
  margin: 0 auto;
  width: 394px;
  height: 100%;
}

#home {
  position: absolute;
  margin-top: -197px;
  top: 50%;
  left: 0;
  height: 394px;
  width: 394px;
}

#home img {
  width: 376px;
  height: 394px;
  display: block;
}

#home #home_nav {
  position: absolute;
  top: 128px;
  right: -19px;
  width: 100px;
}

#home span {
  font-size: 11px;
  border-top: 1px solid #ececec;
  width: 220px;
  display: block;
  position: relative;
  left: 77px;
  line-height: 14px;
}

#navigation {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 769px;
  width: 100%;
  height: 28px;
  border-bottom: 1px solid #cccccc;
  z-index: 99;
  padding: 0 0 2px 0;
}

#navigation ul {
  position: relative;
  top: 9px;
  display: block;
  width: 720px;
  height: 28px;
}

#navigation ul li {
  float: left;
  display: inline-block;
}

#navigation ul li a, #home_nav ul li a, #nav ul li a {
  display: inline-block;
  width: 85px;
  background: transparent url('p/n_off.gif') no-repeat 0 6px;
  padding-left: 13px;
}

#navigation ul li a.active, #sub_nav ul li a.active, #nav ul li a.active  {
  font-weight: bold;
  background-image: url('p/n_on.gif');
}

a#play {
  background: transparent url('p/play.gif') no-repeat 3px 3px;
  display: none;
  width: 9px;
  height: 9px;
  margin-bottom: 16px;
  padding: 3px;
}

#nav a#play {
  margin: 32px 0 -9px 0;
}

a#play.active {
  background-position: -11px 3px;
}

#sub_nav, #nav {
  position: absolute;
  top: 36px;
  right: -2px;
}

#sub_nav.secondary {
  position: relative;
  top: 0;
  right: 0;
}

#sub_nav ul li, #nav ul li {
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 6px;
}

#sub_nav ul li a, #nav ul li a {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: transparent url('p/n_off.gif') no-repeat 3px 3px;
  padding: 3px;
}

#sub_nav ul li a.goUp, #nav ul#sub_nav.secondary li a.goUp, #nav ul li a.goUp {
  background-image: url('p/p_up.gif');  
}

#sub_nav ul li a.goDown, #nav ul#sub_nav.secondary li a.goDown, #nav ul li a.goDown {
  background-image: url('p/p_down.gif');  
}

#nav ul#sub_nav.secondary {
  margin-top: 16px;
}

#nav ul#sub_nav li a {
  background-image: url('p/n2_off.gif');
}

#nav ul#sub_nav.secondary li a.active {
  background-image: url('p/n2_on.gif');
}

#navigation ul li+li {
  margin-left: 51px;
}

#footerOuter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  min-width: 769px;
  border-top: 1px solid #cccccc;
}

#footer {
  height: 28px;
}

#footer a {
  color: rgb(204, 204, 204);
}

#detailContainer {
  margin: 0 auto;
  padding-right: 31px;
  text-align: center;
}

#detail {
  position: relative;
  display: inline-block;
}

#detail img {
  display: block;
  margin: 0 auto;
}

#content.paintings #detail img {
  height: 530px;
}

#detailText {
  margin: 19px auto;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
}

#detail.noImage #detailText {
  font-size: 12px;
  text-align: justify;
  line-height: 160%;
  margin-bottom: 120px;
}

#detailText p a {
  text-decoration: underline;
}

#detailText ul li {
  list-style: circle;
  margin-left: 20px;
  line-height: 160%;
  text-align: left;
}

#footer #photoCredits {
  display: inline-block;
  margin-left: 32px;
}

#content.publications table {
  margin-top: 12px;
}

#content.publications p.textCredits {
  margin-top: 9px;
  font-size: 11px;
}

#content.publications table td.publicationText {
  vertical-align: middle;
  line-height: 140%;
}

#content.publications td img.publicationImage {
  margin: 12px 39px 12px 0;
  width: 113px;
}

#content.publications table td.publicationText a {
  text-decoration: underline;
}