/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* 

== semantics (widely shared) == 

*/
.stroke {
  border: 1px solid black;
}
a img.stroke {
  border: 1px solid black;
}
a:visited img.stroke {
  border: 1px solid black;
}
a:hover img.stroke {
  border: 1px solid black;
}
#mainContent .setting {
  font: 12px/18px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}
p.setting,
div.setting {
  font: 12px/18px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}
ul.setting li,
ol.setting li {
  font-size: 12px;
}
.warning {
  color: red;
}
.source-code {
  font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}
.terminal {
  font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}
.terminal-cmd {
  color: #0000FF;
  font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}
.filename,
.cli-cmd {
  font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}
.code,
pre {
  font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}
.hilite {
  background-color: #FF9;
}
.quote,
.aside {
  font-style: italic;
}
.quote-box {
  font-style: italic;
  padding: 9px;
  border: 1px solid black;
}
.menu-item {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
}
.sidebar,
.tip {
  padding-left: 36px;
  padding-right: 36px;
  font-style: italic;
  background: url(../gfx/bkgd.asterisk.jpg) no-repeat 4px 4px;
  min-height: 30px;
}
.todo {
  color: red;
  background-color: yellow;
}
.image-technical {
  font-family: Courier, "Courier New", monospace;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  /* only applies with block elements */
}
.permalink {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font: 9px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}
.new-or-updated {
  color: #4f58b1;
  border: 1px solid #78a2cc;
  background-color: #ffa;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font: 9px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  display: inline-block;
  padding: 1px 2px 1px 3px;
  vertical-align: 3px;
  position: relative;
  bottom: -2px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
/* iffy, but in use */
a.title,
span.title {
  /* IMPORTANT: shouldn't this be ".citation"? */
  font-style: italic;
}
span.date {
  color: #CCC;
}
.date2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  padding-left: 0.5em;
}
span.fauxbutton,
span.fauxbutton_blue,
span.fauxbutton_silver {
  font: bold 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  margin: 18px 9px;
  padding: 4px 12px;
  line-height: 15px;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
  background-image: -moz-linear-gradient(0% 100% 90deg, #bbb, #fff 100%);
  background-color: #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  -webkit-box-shadow: 0 2px 5px #555;
  -moz-box-shadow: 0 1px 4px #555;
  box-shadow: 0 1px 4px #555;
  cursor: pointer;
  letter-spacing: 0;
}
span.fauxbutton:hover {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8efa0), to(#78af60));
  background-image: -moz-linear-gradient(0% 100% 90deg, #d8efa0, #78af60 100%);
  background-color: #98cf80;
  color: white;
}
span.fauxbutton_blue {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#90abdf), to(#506b9f));
  background-image: -moz-linear-gradient(0% 100% 90deg, #90abdf, #506b9f 100%);
  background-color: #506b9f;
}
span.fauxbutton_blue:hover {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a0d7ef), to(#60a1af));
  background-image: -moz-linear-gradient(0% 100% 90deg, #a0d7ef, #60a1af 100%);
  background-color: #60a1af;
  color: white;
}
span.fauxbutton_silver:hover {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcdcdc), to(#e6e6e6));
  background-image: -moz-linear-gradient(0% 100% 90deg, #dcdcdc, #e6e6e6 100%);
  background-color: #eee;
  color: black;
}
span.inlineblock {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 4px 9px;
  margin: 0 9px;
}
span.inlineblock.fauxbutton_silver {
  height: 16px;
}
span.attn {
  background-color: #F88;
  border: 1px solid gray;
  font: 11px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  display: inline-block;
  padding: 3px 9px 1px 9px;
  vertical-align: 3px;
  position: relative;
  bottom: -1px;
}
span.caution {
  background-color: #FFC;
  border: 1px solid gray;
  font: 11px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  display: inline-block;
  padding: 3px 9px 1px 9px;
  vertical-align: 3px;
  position: relative;
  bottom: -1px;
}
span.tip {
  border: 1px solid gray;
  background-color: #CFD;
  font: 11px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  display: inline-block;
  padding: 3px 9px 1px 9px;
  vertical-align: 3px;
  position: relative;
  bottom: -1px;
}
blockquote {
  padding-left: 18px;
  font-style: italic;
  margin: 0;
}
.spinner {
  display: block;
  position: absolute;
  background: white;
  padding: 1em 0 1em 0;
  color: black;
  border-radius: 9px;
  font-weight: bold;
  width: 200px;
  z-index: 100;
}
/* this is just here so the class shows up in DW */
.resizable {
  display: block;
}
.dialogue {
  padding-left: 2em;
}
.dialogue p {
  line-height: 1.5;
}
.dialogue p b {
  margin-left: -2em;
}
.dialogue b,
.dialogue strong {
  color: #969696;
}
/* semantic class for the special image sizes UI above photos */
.ZZImageSizes,
.ZZImageMetadata {
  font: 12px/18px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
  text-align: center;
}
.ZZPrice_Strikeout {
  text-decoration: line-through;
}
.ZZPrice_Sale {
  text-color: red;
}
select {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}
table {
  clear: both;
  font: 12px/18px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
  margin: 2em auto;
  max-width: 1177px;
}
table caption {
  text-align: center;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
tbody {
  margin: 1em;
}
th,
th p {
  text-align: left;
  vertical-align: top;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1.5em;
  margin-left: 0;
  margin-right: 0;
}
td {
  padding-bottom: 1em;
  padding-right: 1.5em;
}
td,
td p {
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
th.colhead {
  text-align: left;
}
th.center,
td.center {
  text-align: center;
}
table tr:first-of-type td {
  padding-top: 1em;
}
table tr:last-of-type td {
  padding-bottom: 1em;
}
tr td:first-child {
  padding-left: 1em;
}
tr td:last-child {
  padding-right: 1em;
}
.thumbs,
.thumbs-center {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.thumbs-center {
  justify-content: center;
}
.thumbs figure,
.thumbs-center figure {
  background: none;
  margin: 0.5em;
  border-radius: 0;
  padding: 0;
}
.thumbs figure img,
.thumbs-center figure img {
  border: 1px solid black;
}
/* Primary Styles */
/* general block elements */
body {
  background-color: #f9f9f9;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 18px;
  color: black;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
h1,
h2,
h3 {
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1;
}
h1 {
  font-size: 28px;
  margin-top: 36px;
  margin-bottom: 27px;
}
h2 {
  font-size: 24px;
  margin-top: 27px;
  margin-bottom: 9px;
}
h3 {
  margin-top: 27px;
  font-size: 16px;
}
h4 {
  font-style: italic;
  font-size: 13px;
  margin-top: 18px;
}
p {
  margin-bottom: 9px;
  margin-top: 9px;
  text-align: left;
  line-height: 1.5;
}
p img {
  margin-left: 9px;
}
td p,
th p {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
li,
dt,
dd {
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
}
ol li {
  list-style-type: decimal;
  margin-bottom: 9px;
}
ul li {
  list-style-type: square;
  margin-bottom: 9px;
}
dt {
  margin: 18px 0 0 36px;
  font-weight: bold;
  font-style: italic;
}
dd {
  margin: 9px 0 9px 36px;
}
select {
  font-size: 12px;
  padding: 2px 0;
}
/* special tables for side-by-side image comparisons */
.figure {
  border: none;
  margin-top: 36px;
  margin-bottom: 36px;
}
.figure caption {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #676767;
}
.figure td,
.figure td p {
  padding-top: 0.5em;
}
.figure tr:hover {
  background: none;
}
/* general in-line elements */
a {
  text-decoration: none;
  color: #004DC4;
}
a:visited {
  text-decoration: none;
  color: #5F7EA3;
}
a:hover {
  color: red;
  text-decoration: none;
}
h2 a {
  color: black;
}
strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
em {
  font-style: italic;
}
/* specifics */
.first {
  margin-top: 0;
}
.center {
  text-align: center;
}
.right {
  float: right;
}
#container {
  width: 1176px;
  margin: 0 auto;
  position: relative;
}
#globaldiglloyd {
  position: absolute;
  top: 0px;
  left: 54px;
  display: inline;
  z-index: 100;
}
#logotype {
  position: absolute;
  top: 10px;
  left: 170px;
}
#localnav {
  position: absolute;
  bottom: -3px;
  right: 0;
  height: 37px;
  width: 780px;
  clear: both;
  padding: 0;
}
#localnav span,
form#gcs {
  list-style-type: none;
  padding: 3px 18px 3px 18px;
  float: right;
  margin-left: 18px;
  font-size: 13px;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: #888;
  text-shadow: #fff 0 1px 0;
  height: 27px;
  line-height: 30px;
  cursor: pointer;
}
#localnav span.tab {
  border: 1px solid #d0d0d0;
  background-color: #f0f0f0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: -webkit-gradient(linear, right bottom, right top, color-stop(0.16, #e6e6e6), color-stop(0.58, #f0f0f0));
  background: -moz-linear-gradient(center bottom, #e6e6e6 16%, #f0f0f0 58%);
  cursor: inherit;
  color: gray;
}
#localnav a span.tab:hover {
  background-color: #e6e6e6;
  background: -webkit-gradient(linear, right bottom, right top, color-stop(0.16, #dcdcdc), color-stop(0.58, #e6e6e6));
  background: -moz-linear-gradient(center bottom, #dcdcdc 16%, #e6e6e6 58%);
  cursor: pointer;
}
#localnav a span.tab {
  color: black;
}
#localnav a span:hover {
  color: #0058b1;
}
#superheader {
  padding: 0;
  height: 85px;
  position: relative;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 4px #aaa;
  -moz-box-shadow: 0px 4px 4px #aaa;
  box-shadow: 0px 4px 4px #aaa;
}
#masthead {
  position: absolute;
  left: 183px;
  top: 9px;
  z-index: 5;
}
#superheader h1 {
  margin: 0;
  padding: 9px 0;
}
#header {
  margin: 36px 0px 0 0;
}
#indexSwitches {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
#indexSwitches li {
  list-style: none;
  display: inline-block;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  margin-right: 36px;
  margin-bottom: 0;
}
#indexSwitches li:last-child {
  margin-right: 0;
}
/* temporary workarounds */
.articlepage #header {
  margin-left: 270px;
  margin-right: 270px;
}
/* --- */
#articlenav {
  margin: 18px 0 18px 0;
}
#TOCSelect {
  /* float: right;*/
}
.permalink {
  color: #888;
}
.permalink:hover {
  color: red;
}
.fancyheading {
  font: bold 54px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: #9cbddc;
  padding-left: 68px;
}
.bottomnav {
  font: normal 14px/1.4 "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: #666;
  margin-top: 18px;
  text-align: right;
  line-height: 1.5;
  margin-bottom: 18px;
}
.nextpage {
  font-size: 18px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 18px;
}
.pagenumberlinks {
  margin-bottom: 18px;
}
.pagenumberlinks strong {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  width: 18px;
  height: 18px;
  border: 2px solid white;
}
.pagenumberlinks strong.thispage {
  border: 2px solid #666;
}
.tocpage {
  font-size: 13px;
  text-align: right;
}
.prevpage {
  text-align: right;
  font-size: 13px;
}
.footnotes {
  margin: 9px 125px;
}
#articleTitle {
  letter-spacing: 0;
  word-spacing: 0.2em;
  font-size: 13px;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  height: 24px;
  line-height: 24px;
}
#subfooter {
  text-shadow: #fff 0 1px 0;
  font-size: 13px;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  margin-top: 9px;
  padding: 0 9px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 4px #aaa;
  -moz-box-shadow: 0px 4px 4px #aaa;
  box-shadow: 0px 4px 4px #aaa;
}
#subfooter p {
  margin: 0;
  padding: 9px 0;
  text-align: center;
}
div.bottomad {
  height: 110px;
  padding-top: 18px;
  text-align: center;
  font-style: italic;
}
#datestamp {
  font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
  font-size: 10px;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}
#searchlink {
  position: relative;
  right: 27px;
  top: 9px;
  text-align: right;
  font: normal 15px/24px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
/* Google Custom Search box */
/* general purpose photo box style */
div.photo {
  text-align: center;
  margin-bottom: 36px;
  margin-top: 18px;
  color: #4d4d4d;
  font-style: italic;
  font-size: 14px;
  clear: both;
}
div.photo a img.shadow,
div.photo img.shadow {
  -moz-box-shadow: 0px 0px 20px #111;
  -webkit-box-shadow: 0px 0px 20px #111;
  box-shadow: 0px 0px 20px #111;
}
div.photo.gray {
  color: black;
  padding: 63px 0 63px 0;
  background: #7f7f7f;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  /*background:-moz-radial-gradient(green, yellow);
	background:-webkit-gradient(radial, center center, 0, center center, 1000, from(#333), to(#999));*/
}
div.photo.gray div.caption {
  color: black;
}
div.photo.right {
  float: right;
  margin-left: 18px;
  clear: none;
}
div.photo.left {
  float: left;
  margin-right: 18px;
  clear: none;
}
div.photo div.caption {
  color: #4d4d4d;
  font-style: italic;
  margin-left: 36px;
  margin-right: 36px;
  font-size: 14px;
}
.single-image-with-label {
  text-align: center;
  font-style: italic;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  color: #4d4d4d;
  font-size: 14px;
}
#amazoniframe {
  margin-left: 21px;
}
div.info {
  background-color: #dbebfe;
  /* border: 2px solid #7b8490; */
}
div.support {
  background-color: #dbfeeb;
  /* border: 2px solid #7b9084; */
  color: #234;
  font: normal 14px/1.4 "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
div.box {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 18px;
  background-color: #ddd;
  margin-bottom: 1em;
  overflow: auto;
  margin-left: 125px;
  margin-right: 125px;
}
div.box.green {
  background-color: #88bf70;
  margin-bottom: 0;
}
.box h2 {
  text-align: center;
}
.box ul {
  margin-left: 0;
  padding-left: 0;
}
.box li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.box .date {
  text-transform: uppercase;
}
/* CSS for legacy mouseover gallery controls */
table.tdmouseover {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 3px;
  border-collapse: separate;
}
table.tdmouseover th {
  text-align: center;
  font-weight: normal;
  font-style: italic;
}
table.tdmouseover td {
  text-align: center;
  font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
  text-shadow: #ccc 1px 1px 0;
  color: black;
}
table.tdmouseover td.active {
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #aaa;
}
table.tdmouseover td.active.apertureseries {
  width: 30px;
}
table.tdmouseover td,
table.tdmouseover th {
  padding: 9px 3px 9px 3px;
}
table.tdmouseover td.active:hover {
  background: #bbb;
}
/* experimental (for DW) */
.keywords {
  font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
  color: #003c00;
  background: #b4ffb4;
  border: 1px solid #003c00;
  padding: 0 3px;
}
/* new superheader */
#superheader {
  height: 136px;
}
#globaldiglloyd {
  left: 27px;
}
#masthead {
  left: 153px;
}
#localnav2 {
  position: absolute;
  left: 0;
  top: 72px;
  width: 926px;
  width: 1160px;
  padding-left: 9px;
  box-sizing: border-box;
}
#localnav2 span {
  float: left;
  height: 63px;
  padding-right: 18px;
  box-sizing: border-box;
  font: normal 18px/18px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  margin-left: 18px;
}
#localnav2 .small {
  font: normal 13px/13px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  padding-right: 0;
  margin-left: 0;
}
#localnav2 span#tab-news {
  font-size: 24px;
  padding-top: 23px;
  border-right: 2px solid #eee;
}
#localnav2 span#tab-consulting {
  height: 57px;
}
#tab-tools {
  position: relative;
  padding-top: 13px;
  padding-left: 46px;
  border-right: 2px solid #eee;
}
#tab-tools .small,
#tab-consulting .small {
  float: none;
}
#diglloydtools-box-art {
  position: absolute;
  left: 0;
  top: 3px;
}
#tab-consulting {
  position: relative;
  padding-top: 13px;
  border-right: 2px solid #eee;
  background-color: #79bc71;
  border-radius: 9px;
  text-align: center;
  padding: 12px 6px 6px 16px;
  border: none;
  color: white;
  left: 0;
  margin: 0;
  display: block;
}
#tab-consulting:hover {
  background-color: #599c51;
}
#topicnav1,
#topicnav2 {
  margin-left: 0;
  margin-right: 18px;
  width: 430px;
  width: 660px;
  bottom: 21px;
  position: absolute;
  padding: 0;
  right: 251px;
  right: 0;
  text-align: right;
}
#topicnav2 {
  bottom: -6px;
}
#topicnav1 li,
#topicnav2 li {
  list-style: none;
  display: inline-block;
  height: 24px;
  padding: 3px 9px 0 9px;
  font: normal 13px/24px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
}
#topicother {
  display: none;
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 4px 4px #aaa;
  -moz-box-shadow: 0 4px 4px #aaa;
  box-shadow: 0 4px 4px #aaa;
}
#topicother li {
  display: block;
  background: #eee;
  text-align: right;
  white-space: nowrap;
}
#more-li {
  position: relative;
}
div.ad div.caption {
  color: #c1c1c1;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  margin-left: 36px;
  margin-right: 36px;
  font-size: 14px;
  text-align: center;
}
/* 

== advertisements == 

*/
#mainContent .border {
  border: 1px solid #eee;
}
#mainContent .placementInline {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  margin: 18px auto;
  padding: 13px 13px 13px 13px;
  line-height: 1;
  background-color: white;
}
#mainContent .placementInline .placementInlineImg {
  flex-grow: 1;
}
#mainContent .placementInline .placementInlineImg img {
  width: 100%;
  height: auto;
}
#mainContent .placementInline .placementInlineTxt {
  flex-grow: 1;
  text-align: center;
}
#mainContent .placementInline .placementInlineTxt p {
  margin: 0 0 0.5em 0;
  text-align: center;
}
#mainContent .placementInline .annotationLL {
  position: absolute;
  left: 3px;
  bottom: 1px;
  color: #aaa;
  font-size: 11px;
}
#mainContent .placementInline .annotationLR {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #aaa;
  font-size: 11px;
}
.placement .caption,
.placementSide .caption,
.placementHero .caption,
.placementTL .caption,
.placementTR .caption {
  color: #4d4d4d;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 14px;
  text-align: center;
}
.placementSide {
  margin: 0 9px 9px 0;
  float: left;
}
.placementHero {
  margin: 0 0 18px 0;
  border-bottom: 1px solid black;
}
.placementHero img {
  width: 100%;
}
.placementTL,
.placementTextTL {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 240px;
  z-index: 90;
}
.placementTR,
.placementTextTR {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 240px;
  z-index: 90;
}
.placementTL a {
  /* these may be important, dumb-looking as they are */
  left: 0;
}
.placementTR a {
  right: 0;
}
.placementTextSide {
  position: relative;
  text-align: center;
  margin: 0;
  float: left;
  max-width: 200px;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 150%;
  line-height: 1;
  padding: 9px 9px;
  border: 1px solid #eee;
}
.placementTextTL,
.placementTextTR {
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 150%;
  line-height: 1;
  padding: 9px 9px;
  border: 1px solid #eee;
  min-width: 200px;
}
.placementTextTL.big,
.placementTextTR.big,
.placementTextSide.big {
  font-size: 200%;
}
.placementTextTL.biggest,
.placementTextTR.biggest,
.placementTextSide.biggest {
  font-size: 250%;
}
#mainContent .placementTextTL p,
#mainContent .placementTextTR p,
#mainContent .placementTextSide p,
#mainContent .placementTextWithImage p,
#mainContent .placementTextTL img,
#mainContent .placementTextTR img,
#mainContent .placementTextSide img,
#mainContent .placementTextWithImage img,
#mainContent .placementTextTL ul,
#mainContent .placementTextTR ul,
#mainContent .placementTextSide ul,
#mainContent .placementTextWithImage ul,
#mainContent .placementTextTL ol,
#mainContent .placementTextTR ol,
#mainContent .placementTextSide ol,
#mainContent .placementTextWithImage ol {
  margin-left: 0;
  margin-right: 0;
}
#mainContent .placementTextTL p,
#mainContent .placementTextTR p,
#mainContent .placementTextSide p,
#mainContent .placementTextWithImage p {
  text-align: center;
}
#mainContent .placementTextTL img,
#mainContent .placementTextTR img,
#mainContent .placementTextSide img,
#mainContent .placementTextWithImage img {
  margin: 9px auto;
}
#mainContent .placementTextTL .annotation,
#mainContent .placementTextTR .annotation,
#mainContent .placementTextSide .annotation,
#mainContent .placementTextWithImage .annotation {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #aaa;
  font-size: 11px;
}
#mainContent .placementTextTL .annotationLL,
#mainContent .placementTextTR .annotationLL,
#mainContent .placementTextSide .annotationLL,
#mainContent .placementTextWithImage .annotationLL {
  position: absolute;
  left: 3px;
  bottom: 1px;
  color: #aaa;
  font-size: 11px;
}
#mainContent .placementTextTL .annotationLR,
#mainContent .placementTextTR .annotationLR,
#mainContent .placementTextSide .annotationLR,
#mainContent .placementTextWithImage .annotationLR {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #aaa;
  font-size: 11px;
}
.rotator {
  position: relative;
  overflow: hidden;
}
.rotator .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
/* general purpose photo box style */
div.photo,
div.video {
  text-align: center;
  margin-bottom: 36px;
  margin-top: 18px;
  color: #4d4d4d;
  font-style: italic;
  font-size: 14px;
  clear: both;
  position: relative;
}
div.photo img {
  margin-bottom: 6px;
}
/*
div.photo a img.shadow, div.photo img.shadow {
	-moz-box-shadow: 0px 0px 20px #111;
	-webkit-box-shadow: 0px 0px 20px #111;
	box-shadow: 0px 0px 20px #111;
}
*/
div.photo.gray {
  color: black;
  padding: 63px 0 63px 0;
  background: #7f7f7f;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
div.photo.gray div.caption {
  color: black;
}
div.photo.right {
  float: right;
  margin-left: 18px;
  clear: none;
}
div.photo.left {
  float: left;
  margin-right: 18px;
  clear: none;
}
div.photo div.caption,
div.video div.caption {
  color: #666;
  font-family: Arial, Verdana, sans-serif;
  font-style: italic;
  margin-left: 36px;
  margin-right: 36px;
  font-size: 14px;
}
.single-image-with-label {
  text-align: center;
  font-style: italic;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  color: #4d4d4d;
  font-size: 14px;
}
/* 

== CSS for N-way mouseover galleries == 

*/
div.nway {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
div.nway span.rowTitle {
  padding-right: 1em;
  display: inline-block;
  text-align: right;
  font-style: normal;
  font-weight: bold;
}
div.nway img {
  margin-bottom: 0;
}
div.nway div.buttongroup {
  position: relative;
  margin-top: 0.5em;
}
div.nway div.abgroup {
  margin-top: 0.5em;
}
div.nway .mouseoverbutton,
div.nway .deadmouseoverbutton {
  font-family: Georgia, serif;
  font-family: Menlo, Monaco, 'Courier New', Courier, 'Andale Mono', mono;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  white-space: nowrap;
}
div.nway .deadmouseoverbutton {
  border-color: white;
  background: white;
}
div.nway div.topControls {
  height: 24px;
  position: relative;
  font-style: normal;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  min-width: 500px;
  text-align: center;
  margin-top: 0.5em;
  font-family: Menlo, Monaco, 'Courier New', Courier, 'Andale Mono', mono;
  font-size: 12px;
}
div.nway div.galleryControlSelectors {
  display: inline-block;
  font-style: normal;
  line-height: 20px;
  color: #BBB;
  margin-right: 3em;
}
div.nway div.resizer {
  display: inline-block;
  color: #BBB;
}
div.nway select {
  color: black;
}
div.nway div.nwayCarousel {
  margin: 0 auto 9px auto;
  position: relative;
}
div.nway div.nwayCarousel img {
  position: absolute;
  top: 0;
  left: 0;
}
div.nway div.nwayCarousel .spinner {
  position: absolute;
  text-align: center;
  padding: 9px;
}
div.nway .dynamiccaption {
  margin-top: 9px;
  margin-bottom: 9px;
  display: none;
}
/* oy! -- caused by the "div.nway div.nwayCarousel img" above */
div.nway div.nwayCarousel .spinner img {
  position: relative;
}
/* 

== CSS for NEW jquery mouseover tables == 

*/
figure {
  margin: 1em 0;
  text-align: center;
  position: relative;
  padding: 45px 0 18px 0;
  background-color: #7f7f7f;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
figcaption {
  font-size: 18px;
  margin: 0 1em 1em 1em;
}
.galleryControlSelectors input {
  vertical-align: bottom;
  font-size: 13px;
}
.dynamiccaption {
  font-style: italic;
  text-align: center;
}
.gray .dynamiccaption {
  color: #eee;
}
.groupcap {
  display: inline-block;
  width: 150px;
  text-align: right;
  padding-right: 1em;
  font-size: 90%;
  font-weight: bold;
  height: 18px;
}
.mouseoverbutton,
.deadmouseoverbutton {
  box-sizing: content-box;
  font-weight: bold;
  padding: 3px 1em;
  display: inline-block;
  background: #888;
  text-decoration: none;
  height: 22px;
  line-height: 22px;
  border-top: 1px solid white;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #333;
  border-left: 1px solid #666;
  text-shadow: #555 -1px -1px 0;
  cursor: pointer;
  color: white;
}
.deadmouseoverbutton,
deadmouseoverbutton:hover {
  background: #7f7f7f;
  text-shadow: none;
  border-top: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  border-left: 1px solid #7f7f7f;
}
.rowTitle {
  height: 18px;
  font-family: Menlo, Monaco, 'Courier New', Courier, 'Andale Mono', mono;
  font-size: 12px;
}
.active,
.mouseoverbutton:hover {
  background-color: #aaa;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
/*.mouseoverpopover {
	position: absolute;
	background: green;
	color: white;
	font-weight: bold;
	padding: 1em;
	display: none;
}*/
.detaillink {
  text-align: center;
  margin-top: 1em;
  font-size: 90%;
}
.detaillink a {
  color: #eee;
  font-weight: bold;
}
.detaillink a:hover {
  color: #e99;
  font-weight: bold;
}
.comment {
  font-style: italic;
}
.jqueryimagetable .caption {
  margin: 3px 0 18px 0;
}
.toggle_button {
  font-family: Menlo, Monaco, 'Courier New', Courier, 'Andale Mono', mono;
  font-size: 12px;
  margin-left: 1em;
  margin-right: 1em;
}
.hider:hover,
.unhider:hover {
  color: red;
  cursor: pointer;
}
.unhider {
  margin-right: 36px;
}
#mainContent {
  background-color: #ffffff;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 18px;
  color: black;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  word-spacing: 0;
  position: relative;
}
#mainContent,
#altContent {
  background-color: #ffffff;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 18px;
  color: black;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  word-spacing: 0;
  position: relative;
  min-height: 2100px;
}
#mainContent p,
#mainContent h2,
#mainContent h3,
#mainContent h4,
#mainContent #datestamp,
#mainContent pre,
#mainContent dl {
  margin-left: 270px;
  margin-right: 270px;
}
#mainContent pre.fullwidth {
  margin: 9px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 9px 0;
}
#mainContent h1,
#mainContent h2,
#mainContent h3 {
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
#mainContent #handlingstatus p {
  margin-left: 0;
  margin-right: 0;
}
#mainContent p {
  -webkit-font-smoothing: antialiased;
}
#mainContent td pre {
  margin-left: 0;
  margin-right: 0;
}
#mainContent h1 {
  margin-left: 270px;
  margin-right: 270px;
  -webkit-font-smoothing: antialiased;
}
#mainContent p.date {
  text-transform: uppercase;
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans;
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
}
#mainContent ol {
  margin-left: 270px;
  margin-right: 270px;
  -webkit-font-smoothing: antialiased;
}
#mainContent ul {
  margin-left: 270px;
  margin-right: 270px;
  -webkit-font-smoothing: antialiased;
}
#mainContent td p,
#mainContent th p {
  margin-left: 0;
  margin-right: 0;
  -webkit-font-smoothing: antialiased;
}
#mainContent #mainContent div.photo p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 9px;
}
#mainContent div.box p {
  margin-left: 0;
  margin-right: 0;
}
#mainContent div.announcements {
  background: #f7f7f7;
  margin: 36px 117px;
  padding: 9px 27px 9px 27px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#mainContent div.announcements p {
  margin-left: 0;
  margin-right: 0;
}
#bd {
  margin: 1em 0 1em 0;
  font-size: 15px;
}
#footer {
  padding: 18px;
  clear: both;
  margin-left: 270px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
ol {
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 28px;
}
div.testimonials {
  padding-top: 1em;
}
#mainContent div.postmetadata {
  margin-left: 270px;
  margin-right: 270px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}
#mainContent div.post h1 {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}
#mainContent div.post h1 a {
  color: black;
}
/* Begin blog-related style from DIGLLOYD */
#mainContent div.leafmetadata p.date {
  margin: 0;
  padding: 0;
}
div.leafmetadata {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans;
  font-size: 10px;
  letter-spacing: 1px;
  color: #666666;
  background-color: #f5f5f5;
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 270px;
  margin-right: 270px;
  -webkit-font-smoothing: antialiased;
}
#prevNextCluster {
  float: right;
  position: relative;
}
#prevNextCluster img {
  position: relative;
  opacity: 0.3;
  top: -3px;
}
#prevNextCluster a img {
  position: relative;
  opacity: 1;
  top: -3px;
}
#prevNextCluster a img:hover {
  opacity: 0.66;
}
p.dingbat {
  text-align: center;
  color: #404040;
  font-size: 75%;
  margin-bottom: 2em;
  margin-top: 2em;
}
div.announcehead {
  text-transform: uppercase;
  color: #777;
  text-align: center;
  font: 10px Verdana, "Helvetica Neue", Helvetica, Arial, sans;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
div.post {
  margin-bottom: 45px;
  position: relative;
}
div.days {
  margin-top: 18px;
}
div.day {
  margin-bottom: 72px;
}
div.photo div.caption {
  color: #4d4d4d;
}
p#nextmonth,
p#prevmonth,
p#allmonths {
  font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
  font-size: 11px;
}
p#nextmonth {
  float: right;
  text-align: right;
}
p#prevmonth {
  float: left;
  text-align: left;
}
p#allmonths {
  margin-top: 1em;
  margin-bottom: 1em;
}
#header {
  margin-top: 36px;
  margin-bottom: 36px;
}
#blogreturnlink {
  text-shadow: #fff 0 1px 0;
  list-style-type: none;
  padding: 3px 18px 3px 18px;
  margin-left: 125px;
  font-size: 13px;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  height: 30px;
  line-height: 31px;
  color: black;
  border: 1px solid #d0d0d0;
  background-color: #f0f0f0;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(linear, right bottom, right top, color-stop(0.16, #e6e6e6), color-stop(0.58, #f0f0f0));
  background: -moz-linear-gradient(center bottom, #e6e6e6 16%, #f0f0f0 58%);
}
#blogreturnlink:hover {
  background-color: #e6e6e6;
  color: #0058b1;
  background: -webkit-gradient(linear, right bottom, right top, color-stop(0.16, #dcdcdc), color-stop(0.58, #e6e6e6));
  background: -moz-linear-gradient(center bottom, #dcdcdc 16%, #e6e6e6 58%);
}
#header a span.fauxbutton_silver {
  margin-left: 70px;
  margin-right: 0;
}
/* experimental metadata stuff under headlines in blog aggregate */
.postmetadata {
  font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
  position: relative;
  margin-top: -27px;
  margin-left: 147px;
  margin-bottom: 18px;
}
.postmetadata a:hover {
  color: red;
}
/*
.fauxfeedbacklink {
	color: #004DC4;
	cursor:pointer;
}

.postmetadata .fauxfeedbacklink:hover {
	color: red;
	cursor: pointer;
}
*/
.sidebar {
  padding-left: 36px;
  padding-right: 36px;
  font-style: italic;
  background: url(../gfx/bkgd.asterisk.blog.png) no-repeat 4px 4px;
  min-height: 30px;
}
/* metadata stuff under headlines in blog aggregate */
.postmetadata {
  /*text-transform: uppercase;*/
  font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
  position: relative;
  margin-top: 3px;
  margin-left: 147px;
  margin-bottom: 18px;
  margin-top: 0;
  background-color: #f5f5f5;
  padding: 2px 4px;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
}
.postmetadata a:hover {
  color: red;
}
#mainContent div.postmetadata p.date {
  margin: 0;
  padding: 0;
}
.fauxfeedbacklink {
  cursor: pointer;
}
.postmetadata .fauxfeedbacklink:hover {
  color: red;
  cursor: pointer;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.mini-toc {
  padding-left: 0;
}
.mini-toc li {
  font-size: 13px;
  line-height: 14px;
  list-style: none;
}
#blog-header-extras {
  margin: 0;
  display: none;
}
#blog-header-extras .fauxbutton_silver.lefthalf {
  margin-right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#blog-header-extras .fauxbutton_silver.righthalf {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#header .fauxbutton_silver {
  display: none;
}
#articleTitle {
  font-weight: bold;
  font-size: 16px;
  margin-left: 270px;
  margin-right: 270px;
}
