html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:0 0 40px 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* Typography
-------------------------------------------------------------- */

body { font-size: 11px; line-height: 1.5em; }
   
body { 
  color: #333; 
  font-family: verdana, tahoma, Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 { 
  color: #222; 
  font-family: georgia, times, serif;
  font-weight:normal;
  letter-spacing:.03em;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#222;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color:#222;
}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; line-height:1.1em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.5em; margin-bottom: .5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: .5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #900; text-decoration: underline; }
a           { color: #900; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }

/* Structure
-------------------------------------------------------------- */

#stripe {
	height:5px;
	background:#700;
	margin-bottom:20px;
}

#container {
	width:600px;
	margin:0 auto;
}

#banner {
	text-align:center;
	height:60px;
	background:url('/assets/pwbanner.gif')top center no-repeat;
}

#banner a {
	display:block;
	margin:0 auto;
	height:40px;
	width:450px;
}

#nav {
	padding:.5em 0 .3em 0;
	background:url('/assets/cc.gif') top left repeat-x;
	text-align:center;
	color:#ccc;
	/*border-top:1px solid #ccc; */
	border-bottom:1px dotted #ccc;
	margin-bottom:2em;
	font-size:11px;
	text-transform:lowercase;
}
	#nav a {
		color:;
	}
	
.aside {
	width:160px;
	margin-right:40px;
	float:left;
	/*background:#f3f3ff;
	height:300px;*/
}
	.aside img {
	}

.contentbox {
	width:400px;
	float:left;
	/*height:300px;
	background:#fef1f1;*/
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	margin-bottom:1em;
	border:none;
	height:10px;
	background:url('/assets/stroke2.gif') top center no-repeat;
}

.quoteblock {
	text-align:center;
	font:14px cochin, times, georgia, serif;
	color:#999;
	font-style:italic;
}

/* Resume
-------------------------------------------------------------- */

#resume_container {
	width:400px;
	margin-left:200px;
}

#resume_container h3 {
	width:160px;
	margin-left:-200px;
	float:left;
}

#resume_container ul {
	margin-bottom:2em;
	list-style:none;
}

#resume_container ul li ul {
	margin:0 25px 1em 25px;
	list-style:disc;
}

/* Section highlights
-------------------------------------------------------------- */

#about .about, #resume .resume,
#contact .contact, #photography .photography,
#multimedia .multimedia, #design .design
{ font-weight:bold; }


/* FancyZoom thumbs
-------------------------------------------------------------- */

a.zoom {
	display:block;
	width:122px;
	height:100px;
	border:3px solid #ddd;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	overflow:hidden;
}