/* <!-- */
/* General styles */
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 {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}:focus { outline: 0;} body { line-height: 1; color: black;background: white; } 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: "" ""; }

body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#fff;
  min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
  font-size:90%;
  font-family: "Helvetica Neue",Helvetica,sans-serif;

}
a {
  color:#369;
}
.col1 a:hover {
  color:#fff;
  background:#369;
  text-decoration:none;
}
h1 a {
  font-size: 6.5em;
  color: #393939;
  text-decoration: none;
  letter-spacing: -5px;
}
h1 a:hover {
  color: #393939;
  background:#fff;
}
h2 {
  color: #393939;
  font-size: 2.5em;
  padding:.4em 15px .4em 0;
}
h3 {
  color: #393939;
  font-size: 1.5em;
  padding:.4em 15px 0 15px;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
    position:relative;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
    position:absolute;
    bottom: 0px;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
#footer {
    font-size:.8em;
    text-align:center;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	border-bottom:1px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.col2 {
    text-align:center;
}
.col2 ul {
    list-style:none;
}
.col2 li {
    margin:1.5em 0;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#eee;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
h1 div.stealth {
  text-indent: -9999px;
  font-size: 1em;
}

#likeness {
  float:right;
  padding:.4em;
}
#coding-samples {
  left-padding:.4em;
}
#coding-samples li {
  margin:.4em 0;
}
#speaking-engagements {
  margin:.4em;
  width:75%;
  margin:1em;
  border-collapse:collapse;
  border-spacing:0px;
}
#speaking-engagements th {
  font-weight:bold;
  padding:.4em 0;
}
#speaking-engagements td {
  padding:.4em 0;
}
#speaking-engagements thead {
  border-bottom:1px #369 solid;
}
/* --> */
