/* Reset */
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 150%;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLES */
body {
	background-color:#E4E4E4;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	}

ul {
	margin: 0;
	}
	
li {
	margin-bottom:10px;
	}

h1 {
	font-size: 14px;
	margin-bottom: 20px;
	}
	
h2 {
	font-size: 12px;
	margin-bottom: 10px;
	}
	
#container {
	background-color: #ffffff;
	margin: 10px auto;
	border-top: 1px solid transparent; /* needed so that Firefox aligns to top of page without margin */
	border: 1px #666666 solid;
	width: 960px;
	}
	
/* LINKS */
	
a {
	color: #8080C0;
	text-decoration:none;
	}

a.sideMenu {
	color: #666666;
	}

a.sideMenu:hover {
	border-bottom: #8080C0 solid 1px;
	color: #333333;
	}
	
a.top:hover  {
	color: #666666;
	text-decoration: underline;
	}

#topMenu li a, #topMenu li a:visited {
	border: #ffffff 1px solid;
	color: #666666;
	padding: 10px;
	width: 50px;
	}

#topMenu li a:hover {
	background: #999999;
	border: #ffffff 1px solid;
	color: #FFFFFF;
	}

/* code for php current page highlighted links */
#topMenu #currentpage a {
	background: #8080C0;
	color: #ffffff;
	}

a:link img, a:visited img {
	border: #ffffff 1px solid;
	}
	
a:hover img {
	border: #8080C0 1px solid;
	}

/* END LINKS STYLES */


/* HEADER STYLES */
	
#header {
	height: 100%; /* Needed for IE6 */
	margin: 10px auto 0 auto;
	overflow: hidden; /* because if you're floating items, need to clear the float */
	padding: 10px;
	}

#header img {
	float: left;
	}

#header ul#topMenu {
	float: right;
	position: relative; /* to allow for shifting up and down */
	margin: 5px 0;
	padding: 5px 0;
	}

#topMenu li {
	display: inline;
	}


/* BODY GENERAL STYLES */

#main {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	}

#content {
	border-left: 1px dotted #CCCCCC;
	float: right;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 680px;
	}

#content p {
	margin-bottom: 20px;
	}

/* index page-specific styles */

#indexGallery {
	float: left;
	width: 282px;
	}
	
#indexContent {
	float: right;
	width: 600px;
	padding-right: 10px;
	}

.indexSubtitle {
	margin-bottom: -20px;
	}

.indexText {
	margin-left: 70px;
	margin-bottom: 20px;
	}	
	
/* side menus */
	
#printMenu, #webMenu, #writingMenu, #meMenu {
	float: left;
	font-size: 11px;
	line-height: 125%;
	padding-right: 10px;
	width: 200px;
	}

#printMenu ul, #webMenu ul, #writingMenu ul, #meMenu ul {
	list-style-type: circle;
	list-style-position: inside;
	}

#printMenu li, #webMenu li, #writingMenu li, #meMenu li {
	margin-bottom: 10px;
	text-indent:-10px;
	}
	
/* portfolio pages styles */
p.comment {
	font-style: italic
	}
	
img.portfolio {
	border: #666666 1px solid;
	}
	
/* "me" page-specific styles */

#content img.me {
	border: 1px solid #999999;
	float: right;
	}

/* resume page-specific styles */

td.resume-header {
	font-weight: bold;
	padding-left:0;
	padding-right:30px;
	text-align:right;
	vertical-align:top;
	}

td.resume-text {
	padding-bottom:20px;
	vertical-align:top;
	}

.jobTitle {
	font-style:italic;
	font-weight: bold;
	margin-bottom: 0;
	}
		
.companyAndDate {
	display:block;
	margin-left: 20px;
	text-indent: -10px;
	}
	
.resume-description {
	display:block;
	margin-bottom: 10px;
	margin-left: 40px;
	}

/* "contact" page-specific styles */

#contact td {
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: top;
	}

/* BACK TO TOP LINK PLACEMENT */
p.top {
	display: block;
	text-align:right;
	}

/* FOOTER STYLES */		
#footer {
	border-top: 1px #666666 dotted;
	clear:both;
	font-size: 85%;
	margin-top: 10px;
	padding-top:5px;
	text-align:center;
	}

/* LIGHTBOX STYLES */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.kori-kai.com/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.kori-kai.com/images/overlay.png", sizingMethod="scale");
	}
/* End LIGHTBOX STYLES */