/*
   www.patrickmin.com style sheet
*/

body
{
  background: #dddfd6;
  color: black;
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 12pt;
}

div#wrapper
{
  width: 768px;
  margin: 0 auto;
}



/*
   header
*/

div#header
{
  width: 768px;
  height: 120px;

  z-index: 2;

  border: solid 1px grey;
  background-color: white;
}

div#header table
{
  margin-left: 0px;
}

div#header td
{
  letter-spacing: 0.7em;
  font-weight: bold;
}

td.right
{
  text-align: right;
}

img#header_img
{
  border: 0;
  padding-top: 2px;
}



/*
   menu
*/
div#menu
{
  position: relative;
  left: 0px;
  top: 6px;
  width: 180px;
  height: 288px;

  z-index: 1;

  border: solid 1px grey;
  background-color: white;

  visibility: visible;
  overflow: hidden;
  
}

div#menu tr, div#header tr
{
  height: 24px;
}

div#menu td
{
  padding-left: 8px;
  padding-right: 16px;
}

div#halfcell
{
  height: 12px;
}

/*
   content block
*/
div#introduction, div#skills, div#cv, div#samples, div#hobbies, div#research
{
  position: relative;

  left: 188px;
  top: -284px;
  width: 548px;
  height: 442px;
 
  z-index: 5;

  padding: 0px 16px 8px 16px;
  
  border: solid 1px grey;

  background-color: white;

  display: none;
  
}



div#footer, div#footer2
{
  font-family: Courier, monospace;
  letter-spacing: 0.5em;

  position: relative;
  left: 0px;
  top: -278px;
/*  top: 12px;*/
  width: 768px;
  height: 24px;

  z-index: 1;

  background-color: white;
  border: solid 1px grey;
}

div#footer2
{
  font-family: Trebuchet, Arial, sans-serif;
  letter-spacing: 0em;

  top: -272px;
}









span.menuitem, a.normal, a.active {
  text-decoration: none;
  font-weight: bold;
}

a.normal
{
  color: black;
}

a.active
{
  color: orange;
}

a:visited {
  color: #202020;
}

a.normal:hover
{
  color: orange;
}




ul.topics
{
  list-style-type: none;
  margin: 16px 16px 0 8px;
/*  letter-spacing: 0.7em;*/
}

ul.topics li
{
  margin: 2px 0 0 -32px;
}

ul.subtopics
{
  list-style-type: none;
  margin: 0;
/*  letter-spacing: 0.5em;*/
}
ul.subtopics li
{
  margin: 0;
}





