/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 25px;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 21px;
	margin: 0 0 .5em 0;
	padding: 0;
}

/* .sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
	margin: 0 0 0 0;
} */

body {
	background: #000000;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

a:link {
  text-decoration: none;
  color: #f6e1a3;
  border-bottom: none;
}

a:visited {
  text-decoration: none;
  color: #f5f5f5;
  border-bottom: none;
}

a:hover {
  color: #c8a335;
  text-decoration: none;
  border-bottom: 1px dotted #c8a335;
}

#header {
  height: 42px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url('/images/chrome/ks_header.gif') no-repeat 25px 50% black;
  color: white;
}

#header a {
  width: 195px;
  height: 42px;
  display: block;
  cursor: pointer;
}

#header a:hover {
  border: none;
}

#name {
  margin-bottom: 0;
  float: left;
}

#name a {
  width: 195px;
  height: 42px;
  display: block;
}

#name img {
  border: 0;
  width: 0;
  display: block;
  float: left;
}

#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  height: 42px;
}

#header ul span {
  display: none;
}

#header ul li a {
  height: 42px;
}


#header #bio a {
  background: url('/images/chrome/bio_off.gif') no-repeat 50% 50%;
  width: 42px;
  height: 42px;
}

#header #bio a:hover {
  background: url('/images/chrome/bio_on.gif') no-repeat 50% 50%;
  width: 42px;
}

#header #bioactive a {
  background: url('/images/chrome/bio_active.gif') no-repeat 50% 50%;
  height: 42px;
  width: 42px;
}

#header #cv a {
  background: url('/images/chrome/cv_off.gif') no-repeat 50% 50%;
  width: 121px;
}

#header #cv a:hover {
  background: url('/images/chrome/cv_on.gif') no-repeat 50% 50%;
}

#header #cvactive a {
  background: url('/images/chrome/cv_active.gif') no-repeat 50% 50%;
  width: 121px;
}

#header #apps a,
#header #appsactive a {
  width: 95px;
}

#header #apps a {
  background: url('/images/chrome/apps_off.gif') no-repeat 50% 50%;
}

#header #apps a:hover {
  background: url('/images/chrome/apps_on.gif') no-repeat 50% 50%;
}

#header #appsactive a {
    background: url('/images/chrome/apps_active.gif') no-repeat 50% 50%;
}

#header #websites a {
  background: url('/images/chrome/websites_off.gif') no-repeat 50% 50%;
  width: 73px;
}

#header #websitesactive a {
  background: url('/images/chrome/websites_active.gif') no-repeat 50% 50%;
  width: 73px;
}

#header #websites a:hover {
    background: url('/images/chrome/websites_on.gif') no-repeat 50% 50%;
}

#header #illustrations a {
  background: url('/images/chrome/illustrations_off.gif') no-repeat 50% 50%;
  width: 144px;
}

#header #illustrations a:hover {
   background: url('/images/chrome/illustrations_on.gif') no-repeat 50% 50%;
}

#header #illustrationsactive a {
  background: url('/images/chrome/illustrations_active.gif') no-repeat 50% 50%;
  width: 144px;
}

#header #identities a {
   background: url('/images/chrome/identities_off.gif') no-repeat 50% 50%;
   width: 78px;
}

#header #identities a:hover {
   background: url('/images/chrome/identities_on.gif') no-repeat 50% 50%;
}

#header #identitiesactive a {
   background: url('/images/chrome/identities_active.gif') no-repeat 50% 50%;
   width: 78px;
}

#subnav {
  /*url('/images/chrome/subnav_bkd.gif') repeat-x top left */
  border-top: 1px solid #3b3b3b;
  background: black;
  font-size: 90%;
}

#subnav ul {
  list-style: none;
  margin: 0px;
  padding:  4px 5px 5px 0px;
  float: right;
  font-size: .9em;
}

#subnav ul li {
  display: inline;
  padding: 1px 7px;
}

#subnav #active a {
  color: #c8ae5e;
}

#subnav a {
  color: #ffffff;
}

#subnav #active a:hover {
  border: none;
}

#pagetitle {
  width: 100%;
  background: url('/images/chrome/title_bkd.gif') #252525;
  color: white;
  height: 43px;
  padding: 0;
  border-bottom: 1px solid #3b3b3b;
  border-top: 1px solid #333333;
  text-indent: 25px;
}

#pagetitle h1 {
  margin: 0;
  padding:  6px 0px 0px 0px;
  float: left;
}

#pager {
  padding: 0px 8px;
  border-left: 1px solid #3b3b3b;
  background: black;
  font-family: Georgia;
  color: white;
  font-style: italic;
  float: right;
  font-size: 12px;
  height: 100%;
  text-indent: 0;
}


#pager td,
#table tr,
#pager table {
  padding: 0 3px;
  margin: 0;
  background: black;
}

#pager img,
#pager a,
#pager a:hover {
  border: none;
  padding: 0;
  margin: 0;
}

#shim {
clear: both;
}

#acrobat {
  background: url('/images/acrobat.gif') no-repeat 0% 50%;
  width: 120px;
  height: 100%;
  float: right;
  font-size: .9em;
  text-indent: 18px;
}

#name {
  margin-bottom: 0;
}

#address,
#phone,
#email,
#resumename,
#printmail {
  display: none;
}



#content {
  background: url('/images/chrome/content_bkd.jpg') repeat-x top left #3d3d3d;
  color: #d4d4d4;
  margin: 0px;
  padding:  15px 25px 25px 25px;
  border-bottom: 1px solid #515151;
  min-height: 425px;
}

#content h2 {
  color: #606060;
  margin: 0 0 .5em 0;
  padding: 0;
  border: 0;
}

#content h3 {
  margin: 1em 0 .5em 0;
  padding: 0;
  border: 0;
}

#content p {
  line-height: 170%;
}

#content #thumbnail {
  padding: 0px;
  width: 550px;
  float: left;
}


#content #thumbnail a {
  border-bottom: none;
}

#content img {
    border: 1px solid #000000;
}


#content a {
  border-bottom: none;
}

#content b a {
  border-bottom: none;
}

#content a:hover {
  text-decoration: none;
}

#content #description {
  margin-left: 590px;
  line-height: 160%;
  font-size: .95em;
  font-family: Georgia,"Lucida Grande", "Trebuchet MS";
  height: 350px;
  min-width: 200px;
  color: #d8d8d8;
}


#content ul {
  margin: .25em 0 0 0em;
  padding: 0 0 1.5em 1.5em;
  line-height: 160%;
}

#content li {
  margin: 0;
  padding: 0;
}

#content .date {
  font-variant: small-caps;
  font-family: Georgia;
  color: #a5a5a5;
  letter-spacing: .2em;
  font-size: .9em;
  display: block;
  margin-bottom: 2px;
 
}

#content i {
  font-size: .9em;
  font-family: Georgia;
  color: #bababa;
  display: block;
  margin-top: 2px;
}

#content b,
#content .date,
#content i {
   margin-left: 2px;
}

#footer ul {
  color: white;
  font-size: .8em;
  list-style: none;
  margin: 18px 0px 10px 25px;
  padding: 0;
}

#footer a,
#footer a:active,
#footer a:visited {
  color: #737373;
}

#footer a:hover {
  color: white;
}

#footer ul li {
  display: inline;
  margin: 0px 15px 0px 0px;
}

/* fancybox css */

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/images/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_nw.png) no-repeat;
}