/*
 *  damienmjones.com Core Style Sheet
 *  Copyright © 2002-2012 Damien M. Jones
 *  May 3, 2012
 */

/* start with Eric Meyer's reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* resume custom stuff */

/* basic typography */

body,table,td {
	font-size: 18px;
	line-height: 30px;
	font-family: "Lora", "Georgia", "Times New Roman", "Times", "serif";
/*	font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", "Swiss", "sans-serif"; */
	color: #333;
}
body {
	background: #f8f8f8 url('background.jpg') repeat;
	margin: 0px 0px 0px;
	padding: 0px;
}

/* ul/ol + p is a Chrome bug work-around */
p, ul + p, ol + p, p.example + p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 0em;
}
p + p {
	text-indent: 2em;
}

h1 {
	font-size: 2.25em;
	line-height: 1.0em;
	font-weight: 100;
}
h2, .heading {
	font-size: 1.5em;
	line-height: 1.66667em;
	font-weight: 100;
}
h3, .grouping {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0px;
}
h4 {
	font-weight: bold;
}

code {
	font-size: 0.75em;
	font-family: "Lucida Console", "Courier", "Courier New", "monospace";
	color: #666;
}
code .highlight {
	background-color: #ffff00;
	color: #000;
}

em {
	font-style: italic;
}
em em {
	font-style: normal;
}

strong {
	font-weight: 600;
/*	color: #000; */
}

sup {
	font-size: 0.6em;
	vertical-align: 0.4em;
}
sub {
	font-size: 0.75em;
	vertical-align: 0em;
}

blockquote {
	font-style: italic;
	margin: 0 2em;
}
blockquote em {
	font-style: normal;
}
blockquote em em {
	font-style: italic;
}
blockquote .attribution {
	text-align: right;
}
blockquote .attribution:before {
	content: "\02014";
}
cite {
	text-decoration: underline;
}

a:link		{ color: #2244ff; text-decoration: none; border: none; background: transparent; }
a:visited	{ color: #5577ff; text-decoration: none; border: none; background: transparent; }
a:hover		{ color: #ffffff; text-decoration: none; border-bottom: 1px solid #4455ff; background: #112233; }
a:active	{ color: #ffffff; text-decoration: none; border-bottom: 1px solid #4455ff; background: #112233; }

ul, ol {
	margin: 1em 0px 1em;
	padding: 0px;
}
ul ul, ol ol {
	margin: 0px;
}
li {
	margin: 1em 0px 0px 1.5em;
	padding: 0px 0px 0px 0.5em;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}

pre {
	border: 1px solid #e0e0e0;
	padding: 5px;
}
pre.dense {
	line-height: 1em;
	background: #f0f0f0;
}

.preface, .addendum {
	font-style: italic;
}
.preface em, .addendum em {
	font-style: normal;
}
.section {
	margin-top: 24px;
}
.example {
	margin: 24px 40px;
	padding: 0px;
}
.highlight {
	background-color: #FFFF88;
}
.technical, .technical td {
	font-size: 12px;
	line-height: 18px;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	color: #555555;
}
.dimmed {
	color: #777777;
}
.datetime {
}

.wide {
	position: relative;
	margin-top: 1em;
	width: 850px;
	left: -75px;
}

ul.divided > li {
	list-style-type: none;
	margin: 1em 0px 0px 0px;
	padding: 0;
}
ul.divided > li + li {
	border-top: 1px solid #e0e0e0;
}
ul.divided > li + li > p {
	padding-top: 0.5em;
}

/* form typography */

form {
}
form .ziffield {
	position: relative;
}
input.ziftext, select, textarea {
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 24px;
	font-family: "Lora", "Georgia", "Times New Roman", "Times", "serif";
	color: #000;
	background: #fff url(formfield-backdrop.gif) repeat left top;
	border: 1px solid black;
	margin: 2px;
	padding: 0px 2px;
}
input.ziftext:focus, textarea:focus {
	z-index: 3;
	border: 3px solid #6677ff;
	margin: 0px;
	outline: none;	/* use hidefocus in IE */
}
form .ziffield label {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-size: 18px;
	line-height: 22px;
	font-family: "Lora", "Georgia", "Times New Roman", "Times", "serif";
	color: #555;
	padding-left: 8px;
}
form label .ziflabel {
	display: block;
}

/* special layout */

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

.toolbar {
	float: right;
	height: 30px;
	vertical-align: bottom;
}
.icon {
	display: inline-block;
	width: 23px;
	height: 23px;
	padding: 3px 4px 2px;
}
.icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.icon a:hover,
.icon a:active {
	border-bottom: none;
	background: transparent;
}
.icon.search { background: url('icon-search.png') 50% 50% no-repeat; }
.icon.go { background: url('icon-go.png') 50% 50% no-repeat; }
.icon.cancel { background: url('icon-cancel.png') 50% 50% no-repeat; }
.icon.menu { background: url('icon-menu.png') 50% 50% no-repeat; }
.icon.permalink { background: url('icon-link.png') 50% 50% no-repeat; }
.icon.logo { background: url('icon-logo.png') 50% 50% no-repeat; }
.icon.plus1 { background: url('plus-one.png') -132px -22px no-repeat; width: 32px; height: 20px; padding: 0px; }

.bannerlist li {
	list-style-type: none;
	margin: 1em 0px 0px 0px;
	padding: 0px;
}
.bannerlist li img {
	display: block;
}

.linklist li {
	margin: 0em 0px 0px 1.5em;
}

/* article menu */
#header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 34px;
	z-index: 10;
	text-align: center;
	background: url(translucent.png) repeat;
}
#header > .inside {
	position: relative;
	width: 700px;
	margin: 2px auto;
	text-align: left;
}

#header .logo {
	position: absolute;
	left: -35px;
	top: 0px;
}
#header .title {
	display: inline;
	height: 30px;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}
#header #nav_search_details {
	display: none;
	position: absolute;
	top: 0px;
	right: -34px;
	z-index: 15;
}
#header #nav_tools {
	float: none;
	position: absolute;
	/* left: 700px; */
	right: -70px;
	top: 0px;
	width: 70px;
}

/* navigation panel (mega-dropdown) */
#header #nav_panel {
	display: none;
	position: absolute;
	right: -65px;
/*	right: -35px; */
	top: 32px;
	width: 580px;
	background: url(translucent.png) repeat;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#nav_panel .contents .column {
	float: left;
	width: 150px;
	margin: 10px 0px;
	padding: 0px 10px;
}
#nav_panel .contents .column3 {
	width: 210px;
}
#nav_panel .contents .column1,
#nav_panel .contents .column2,
#nav_panel .history .column1 {
	border-right: 1px solid #ccc;
}
#nav_panel .contents .column ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav_panel .contents .column li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav_panel .contents .column li a {
	display: block;
	padding: 0px 1em 0px 1em;
}
#nav_panel .contents .column li a:link,
#nav_panel .contents .column li a:visited {
	margin-bottom: 1px;
}
#nav_panel .contents .column li a:hover,
#nav_panel .contents .column li a:active {
	margin-bottom: 0px;
}

#nav_panel .history .column {
	float: left;
	width: 265px;
	height: 48px;
	margin: 0px 0px 10px;
	padding: 0px 10px;
}
#nav_panel .history .column .label.terse {
	display: none;
}
#nav_panel .history .column .label {
	display: inline-block;
	width: 72px;
	height: 48px;
	line-height: 48px;
	vertical-align: top;
}
#nav_panel .history .column2 .label {
	text-align: right;
}
#nav_panel .history .blurb {
	width: 188px;
}

/* generic blurb layout */
.blurb {
	display: inline-block;
	height: 48px;
}
.blurb .thumb {
	float: left;
	width: 64px;
	height: 48px;
	margin-right: 5px;
}
.blurb .thumb > .inside {
	width: 60px;
	height: 44px;
	border: 2px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.blurb .title {
	height: 33px;
	font-size: 15px !important;
	line-height: 17px !important;
	font-weight: normal !important;
}
.blurb .metadata {
	font-size: 11px;
	line-height: 14px;
}

/* article layout, widgets */
.article {
	width: 100%;
	text-align: center;
}
.article .header {
	width: 100%;
}
.article .header .backgroundblock {
	position: relative;
	left: 0px;
	top: 0px;
}
.article .header .backgroundblock .shade {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 5px;
	background: url(translucent.png) repeat-x 0px 0px;
	z-index: 2;
}
.article .header .backgroundblock .title {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	font-size: 64px;
	line-height: 100px;
	vertical-align: bottom;
}
.article .header .backgroundblock .photocredit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}
.article .header .backgroundblock .photocredit a:link,
.article .header .backgroundblock .photocredit a:visited,
.article .header .backgroundblock .photocredit a:hover,
.article .header .backgroundblock .photocredit a:active {
	color: inherit;
	background-color: transparent;
	border: none;
}
.article .header .backgroundblock .photocredit a:hover {
	text-decoration: underline;
}
.article .header .metadata {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	color: #666;
	font-size: 15px;
	line-height: 30px;
}
.article .header .metadata .icon {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 5;
	vertical-align: middle;
}

.article .preface,
.article .body,
.article .addendum {
	width: 700px;
	margin: 15px auto;
	text-align: left;
}

/* article comments */
.article .comments .comment_form {
}

.article .comments .comment_list {
}

.article .comments .comment .header,
.article .comments .comment .body,
.article .comments .response .header,
.article .comments .response .body {
	background: transparent url(bg-smoke1.png) repeat 0px 0px;
	padding: .25em .5em;
}
.article .comments .header {
	font-style: italic;
}

.article .comments .comment {
	margin: 0px 0px 1em;
}
.article .comments .comment .header,
.article .comments .comment .body {
	margin: 0px 0px 0px 40px;
	border-left: 4px solid #505050;
}

.article .comments .response {
	margin: 0px 0px 1em;
}
.article .comments .response .header,
.article .comments .response .body {
	margin: 0px 40px 0px 0px;
	border-right: 4px solid #505050;
}

/* footer */
#footer {
	width: 700px;
	margin: 15px auto 35px;
	color: #666;
	font-size: 15px;
	line-height: 30px;
}

/* transients */
.zimask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #666;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* dialog styles */

.zidialog {
	position: absolute;
	display: none;	/* important so dialog stays hidden until populated */
	width: 400px;
}
.zidialog.flash {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zidialog .inside {
	display: block;
	width: 360px;
	color: #000;
	background: #fff;
	padding-top: 4px;
}
.zidialogbuttons {
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: center;
}

/* menu styles */

.zimenu {
	position: absolute;
	display: none;	/* important so menu stays hidden until populated */
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.zimenu .wrapper {
	border: 1px solid #999;
	padding: 0.25em 0.5em;
	-webkit-box-shadow: 5px 5px 15px #999;
	-moz-box-shadow: 5px 5px 15px #999;
	box-shadow: 5px 5px 15px #999;
}
.zimenu .inside {
}
.zimenu .zimenuitems {
	margin: 0px;
}
.zimenu .zimenuitems li {
	margin: 0px;
	padding: 1px 16px;
	cursor: hand;
}
.zimenu .zimenuitems li.zihover {
	background: #959;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #c8c;
	border-bottom: 1px solid #848;
}

.zimenu.footnote {
	width: 250px;
	font-size: 0.9em;
	line-height: 1.666em;
	border: none;
	background: transparent url('footnote-top.png') no-repeat 50% -5px;
}
.zimenu.footnote .wrapper {
	margin-top: 15px;
	border-top: none;
	background: #fff;
}

.zimenu.photocredit {
	width: 250px;
	font-size: 0.8em;
	line-height: 1.666em;
	border: none;
	background: transparent url('photocredit-bottom.png') no-repeat -20px 100%;
}
.zimenu.photocredit .wrapper {
	margin-bottom: 15px;
	border-bottom: none;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
