/* ---------------------------- */
/* Hakumei_portfolio Master CSS */
/* Author: George Boomer III    */
/* Date:   Sep 17, 2005         */
/* ---------------------------- */


/*		LINKS
****************************************************/
a:link {
	color: #669966;
	text-decoration: none;
}
a:visited {
	color:#996600;
	text-decoration: none;
}
a:hover {
	color:#FF9900;
	text-decoration: none;
}
a:active {
	color:#FF9900;
	text-decoration: none;
}

/* Main body and stuff
-----------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 160%;
	text-align: center;
	}
.container {
	position: relative;
  margin: auto;
  text-align: left;
  width: 760px;
	}
#header {
	text-align: center;
  height: 165px;
	}

/* Navigation bar stuff
-----------------------------------------------*/
#nav {
	position: absolute;
	left: 480px;
	width: 278px;
	border: solid #086F00;
	border-width: 1px; 
	}
#nav ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	font-size: 85%;
	text-transform: lowercase;
	}
#nav li {
 float: left;
 margin: 0;
 padding: 0;
 background-image: none;
 line-height: normal;
 text-indent: 0;
	}
#nav a, #nav strong {
  display: block;
  padding: 5px 12px 6px;
  border: solid #086F00;
  border-width: 0 1px 0 0;
  color: #FFFFCC;
  text-decoration: none;
  white-space: nowrap;
	}
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#000;
  }
#nav a:hover {
  background-repeat:no-repeat;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #nav_end {
  border-right-width: 0px;
	}

/* Page Titles
-----------------------------------------------*/
#page_title {
	clear: left;
	width: 760px;
	height: 45px;
	}

/* Structure
-----------------------------------------------*/
#content, #c2 {
/*	float: left;*/
	width: 760px;
	}
/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things
   http://www.positioniseverything.net/explorer/threepxtest.html */
  * html #cR {
    margin-right:-3px;
    }
#c2 {
	padding-bottom: 20px;
	}
#cL {
	float: left;
	width: 435px;
	}
#cR {
	float: left;
	width: 245px;
	font-size: 85%;
	line-height: 1.5em;
	}
#cL, #cR {
	padding: 0px 20px;
	}
/* Overcome the Box Model IE flaw */
* html #cL {
	width: 475px;
	wid\th: 435px;
	}
* html #cR {
	width: 285px;
	wid\th: 245px;
}
#cL ul {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
	margin-top: 0;
	}

/* Headings
-----------------------------------------------*/
h2 {
	font-family: Georgia, Times, serif;
	font-weight: 200;
	color:#009900;
	text-align: left;
	margin: .5em 0 .5em;
}
#cR h2 {
	font-size: 1.75em;
}
h3 {
	font-family: Georgia, Times, serif;
	font-weight: 500;
	color: #009900;
	text-align: left;
	margin: .25em 0;
}
h4 {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}

/* TABLES
----------------------------------------------- */
table {
  font-size:100%;
  color:#333;
  }
table.data {
  margin:1em 0 1.5em;
  font-size:85%;
  line-height:1.6em;
  }
.data th, .data td {
  padding:2px 5px 3px;
  border-top:1px dotted #ccc;
  }
.data td {
  text-align:left;
  }
.data th, .data .row-header th em {
  font-style:italic;
  font-weight:normal;
  }
.data .row-header th {
  text-align:left;
  font-style:normal;
  font-weight:bold;
  }
.data th.txt, .data td.txt {
  text-align:left;
  }
.data .alt th, .data .alt td {
  background:#eeeee4;
  border-color:#ccc;
  }

/* Miscellaneous
-----------------------------------------------*/
hr {
	display: none;
	}
#resume_title{
	text-decoration: underline;
	margin-bottom: 1em;
	}
#pf_img_frame_v {
	display: block;
	width: 308px;
	border: 1px solid #086F00;
	padding-top: 4px;
	text-align: center;
	margin-left: 60px;
	}
#pf_img_frame_h {
	display: block;
	width: 433px;
	border: 1px solid #086F00;
	padding-top: 4px;
	text-align:center;
	}

/* Footer Stuff
-----------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: smaller;
	padding: 5px;
	}
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p { height:1%;}
/* End bug fix */
