/********* =Reset *********/
html, body, form, fieldset, legend, 
h1, h2, h3, h4, h5, h6, dt, dd { margin: 0; padding: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
fieldset, a img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: inherit; font-weight: inherit; }
abbr, acronym, dfn { border-bottom: 1px dotted #666; font-variant: normal; cursor: help; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
table { border-collapse: collapse; border-spacing: 0; margin: 0 0 1.45em; }
caption, th { text-align: left; }
p, pre, blockquote, dl, ul, ol { margin: 0 0 1.45em; padding: 0; }
li ul, li ol { margin-bottom: 0; }
legend { color: inherit; }
dt { font-style: italic; }
dd { margin: 0 0 .5em 30px; }
form ol, form ul { list-style: none; margin: 0 0 1.45em; }

/********* =General styles *********/
html { height: 100%; background: #b8b4b4 url(../img/bg.png) top center repeat-x; }
body { height: 100%; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;}

a:hover, a:focus, a:active {  }

a:link img, a:visited img { border: 0; }

a {
	color: #099bba;
}

.topbannerwrap {
	width: 960px;
	margin: 0 auto;
	height: 93px;
	background: url(../img/header_grate.png) top center no-repeat;
}


.topbannerwrap h1 {
	margin: 0 auto;
	width:455px;
	height: 83px;
	background: url(../img/banner.png) bottom left no-repeat;
	
}

.topbannerwrap h1 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -10000px;
}

.jmwrapper {
	background: #ffffff url(../img/body_bg2.png) bottom center repeat-x;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}


.topnav {
	background: url(../img/panel_top.png) bottom left no-repeat;
	width: 960px;
	height: 73px;
	overflow: hidden;
	margin: 0 auto;
	
}

.footerwrap {
	clear: both;
	background: url(../img/panel_bottom.png) bottom left no-repeat;
	width: 960px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto 80px auto;
	border-top: 1px #fff solid;	
}

.clear {
	clear: both;
}


.topnav ul {
	list-style: none;
}

.topnav ul li {
	display: block;
	width: 140px;
	float: left;
	margin: 4px 0 0 0;
	text-align: center;
}

.topnav ul li a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #efefef;
}	


#slider {
  width:730px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 450px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 450px;
  width: 700px; /* change to 560px if not using JS to remove rh.scroll */
}


.about {
	float: left;
	width: 440px;
	margin-left: 30px;
}

.resume {
	float: right;
	width: 440px;
	margin-right: 30px;
	
}


.desc, .port {
	text-align: center;
}

.desc {
	margin-top: 12px;
}

.desc h1 {}
.desc h2 {
	margin-top: 12px;
	margin-top: 12px;
	color: #4b4b4b;
}
.desc h3 {
	margin-top: 12px;
	margin-top: 12px;
	color: #818181;
	font-family: Georgia, Times, serif;
}

.desc h4 {
	margin-top: 12px;
	margin-top: 12px;
	color: #4b4b4b;
}

.fancy {
	font-weight: normal;
	font-style: italic;
}


.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -40px;
}

.scrollButtons.right {
    right: -40px;
}

.hide {
    display: none;
}

.about {}

.bio {}

.speaking {}

.job, .gig {
	color: #333;
	padding-top: 20px;
	border-bottom: 3px #878787 solid;
}

.resume h1, .about  h1 {
	color: #333;
}

.resume h2, .about h2 {
	color: #666;
	font-size: 14px;
}

.resume p, .about p  {
	margin-left: 1.5em;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.comp {
	font-weight: normal;
	color: #954319;
}

.job strong {
	text-transform: uppercase;
}


h1.ed {
	padding-top: 20px;
}

.dates {
	color: #999;
}

span.amp {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	font-family: 'Adobe Caslon Pro';
}

span.amp2 {
	font-size: 34px;
	font-weight: normal;
	font-style: italic;
	font-family: 'Adobe Caslon Pro';
}






