/* Welcome to Susy. Use this file to define screen styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */
.caps {
  text-transform: lowercase;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}

/* Reset --------------------------------------------------------------*/
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;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

/* HTML5 Reset --------------------------------------------------------------*/
section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

/* Body -------------------------------------------------------------- */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Adobe Caslon Pro", Caslon, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif;
  color: #4c4c4c;
}
body .amp {
  font-style: italic;
}

/* Links -------------------------------------------------------------- */
a:link, a:visited {
  color: #005498;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: #00467f;
  border-bottom: 1px dotted;
}
header a:focus, nav a:focus, a:focus:not([href]), header a:hover, nav a:hover, a:hover:not([href]), header a:active, nav a:active, a:active:not([href]) {
  border: 0;
}

/* Headings -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

h1 {
  font-size: 3em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2em;
  line-height: 0.75em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: 1.333em;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-style: italic;
}

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-weight: bold;
}

/* Text -------------------------------------------------------------- */
cite, em, dfn {
  font-style: italic;
}

strong, dfn {
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
abbr:not([title]), acronym:not([title]) {
  border: 0;
  cursor: inherit;
}

address {
  margin-bottom: 1.5em;
  font-style: italic;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

pre, code, tt {
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
  font-size: 0.75em;
  line-height: 2em;
  font-style: normal;
}

code, tt {
  padding: 0 0.4em;
  background: rgba(238, 17, 17, 0.125);
}

pre {
  margin-top: 2em;
  margin-bottom: 2em;
  color: rgba(76, 76, 76, 0.75);
  margin: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  padding-left: 1em;
  margin-left: -1em;
  border-left: 1px dotted rgba(76, 76, 76, 0.5);
}
pre pre {
  padding: 0;
  border: 0;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

p {
  margin-bottom: 1.5em;
}

blockquote, q {
  quotes: "" "";
}

blockquote {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 0.75em;
  position: relative;
  font-style: italic;
}
blockquote p {
  margin: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* Replaced -------------------------------------------------------------- */
img {
  vertical-align: bottom;
}

/* Lists -------------------------------------------------------------- */
ol {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  margin: 0;
  list-style: decimal;
}

ul {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  margin: 0;
  list-style: disc;
}

article li {
  margin-bottom: 1.5em;
}

nav ol, nav ul, aside ol, aside ul {
  margin: 0;
}

li ul, li ol {
  list-style-type: circle;
  margin: 0 1.5em 0.75em;
}

dl {
  margin-bottom: 1.5em;
  border-top-style: solid;
  border-top-width: 0.063em;
  padding-top: 1.438em;
}
dl dt {
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: 0.667em;
}

dd {
  margin-bottom: 1.5em;
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 1.438em;
}

/* Tables -------------------------------------------------------------- */
/* tables still need 'cellspacing="0"' in the markup */
table {
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table, td, th {
  vertical-align: top;
}

th, thead th {
  font-weight: bold;
}

th, td, caption {
  padding: 0.75em;
  text-align: left;
  font-weight: normal;
}

th, td {
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em;
}

tfoot {
  font-size: 0.875em;
  line-height: 1.714em;
}

caption {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

/* Forms -------------------------------------------------------------- */
fieldset {
  margin-bottom: 1.5em;
  border-style: solid;
  border-width: 0.063em;
  padding: 1.438em;
}

legend {
  font-size: 1.125em;
  line-height: 1.333em;
  font-weight: bold;
}

label {
  font-weight: bold;
}

textarea, input:not([type="radio"]) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* left and right floats for dynamic content -------------------------------------------------------------- */
.left {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.right {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

/* Layout -------------------------------------------------------------- */
body {
  font-size: 100%;
  line-height: 1.5em;
}

html > body {
  font-size: 16px;
}

#page {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 61em;
  max-width: 100%;
  *zoom: 1;
  position: relative;
  overflow: visible;
}
#page:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#page:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

header[role="banner"] {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
  *zoom: 1;
  margin-bottom: 1.5em;
}
header[role="banner"]:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
header[role="banner"] .logo {
  display: inline;
  float: left;
  width: 23.729%;
  margin-right: 1.695%;
}
header[role="banner"] hgroup {
  display: inline;
  float: left;
  width: 74.576%;
  margin-right: 1.695%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  margin-top: 9em;
}
header[role="banner"] h1 {
  display: inline;
  float: left;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.125em;
  margin-bottom: -0.125em;
  margin-right: 0.25em;
}
header[role="banner"] h2 {
  display: inline;
  float: left;
  font-size: 1.313em;
  line-height: 3.429em;
  margin: 0;
  font-style: italic;
}

nav[role="navigation"] {
  display: inline;
  float: left;
  width: 22.951%;
  margin-right: 1.639%;
  margin-left: 1.639%;
  font-size: 2em;
  line-height: 1.5em;
  clear: both;
  text-align: right;
}
nav[role="navigation"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav[role="navigation"] ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
nav[role="navigation"] a:link, nav[role="navigation"] a:visited {
  -moz-border-radius-bottomleft: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -o-border-bottom-left-radius: 0.5em;
  -ms-border-bottom-left-radius: 0.5em;
  -khtml-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.25em;
  position: relative;
  color: #9fbed8;
  color: rgba(0, 84, 152, 0.5);
  display: block;
  padding-right: 0.5em;
}
nav[role="navigation"] a:hover, nav[role="navigation"] a:focus, nav[role="navigation"] a:active {
  color: #005498;
  background: #fdf0f0;
  background: rgba(238, 17, 17, 0.125);
}
nav[role="navigation"] a[href^="http://"]:hover:before, nav[role="navigation"] a[href^="http://"]:hover:after, nav[role="navigation"] a[href^="http://"]:focus:before, nav[role="navigation"] a[href^="http://"]:focus:after, nav[role="navigation"] a[href^="http://"]:active:before, nav[role="navigation"] a[href^="http://"]:active:after {
  content: " ";
  display: block;
  position: absolute;
}
nav[role="navigation"] a[href^="http://"]:hover:before, nav[role="navigation"] a[href^="http://"]:focus:before, nav[role="navigation"] a[href^="http://"]:active:before {
  top: 0.25em;
  left: -0.75em;
  width: 0;
  height: 0;
  border: 0.5em solid rgba(255, 255, 255, 0);
  border-width: 0.5em 0.675em;
  border-right-color: rgba(255, 255, 255, 0.75);
}
nav[role="navigation"] a[href^="http://"]:hover:after, nav[role="navigation"] a[href^="http://"]:focus:after, nav[role="navigation"] a[href^="http://"]:active:after {
  -moz-border-radius-bottomright: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -o-border-bottom-right-radius: 0.25em;
  -ms-border-bottom-right-radius: 0.25em;
  -khtml-border-bottom-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  top: 0.5em;
  left: 0.5em;
  height: 0.5em;
  width: 1.25em;
  background: rgba(255, 255, 255, 0.75);
}

#content {
  display: inline;
  float: left;
  width: 72.131%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em;
  *zoom: 1;
}
#content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

footer[role="contentinfo"] {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
  padding-left: 24.59%;
  padding-right: 24.59%;
  margin-top: 1.5em;
  padding-bottom: 3.75em;
  clear: both;
  color: #a5a5a5;
  color: rgba(76, 76, 76, 0.5);
}
footer[role="contentinfo"] a:link, footer[role="contentinfo"] a:visited {
  color: #7fa9cb;
  color: rgba(0, 84, 152, 0.75);
}
footer[role="contentinfo"] a:hover, footer[role="contentinfo"] a:focus, footer[role="contentinfo"] a:active {
  border-bottom: 1px dotted;
}
footer[role="contentinfo"] .colophon {
  border-top-style: solid;
  border-top-width: 0.071em;
  padding-top: 0.786em;
  border-top-style: dashed;
}
footer[role="contentinfo"] div {
  font-size: 0.875em;
  line-height: 1.714em;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}
footer[role="contentinfo"] div p {
  margin-bottom: 1.714em;
}

/* Styles -------------------------------------------------------------- */
.punct {
  font-style: normal;
}

#page .grid-controls {
  font-size: 1.143em;
  line-height: 1.5em;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
  display: none;
  position: absolute;
  top: 0;
  right: 1.639%;
  width: 22.951%;
  text-align: center;
}
#page .grid-controls a:link, #page .grid-controls a:visited {
  -moz-border-radius-bottomleft: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -o-border-bottom-left-radius: 0.5em;
  -ms-border-bottom-left-radius: 0.5em;
  -khtml-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -o-border-bottom-right-radius: 0.5em;
  -ms-border-bottom-right-radius: 0.5em;
  -khtml-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  opacity: 0.375;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=38);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=38);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: block;
  padding: 0.75em 7.143%;
  background: rgba(238, 17, 17, 0.5);
  color: white;
}
#page .grid-controls a:hover, #page .grid-controls a:focus, #page .grid-controls a:active {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#page:not(:target) .grid-controls, #page:target .grid-controls {
  display: block;
}
#page:not(:target) .grid-controls a[href="#"]:link, #page:not(:target) .grid-controls a[href="#"]:visited {
  display: none;
}
#page:target {
  background-image: url('http://susy-media.oddbird.net/static/images/grid.png?1273785180');
  background-repeat: repeat;
  background-position: 1em 0;
}
#page:target a[href="#page"]:link, #page:target a[href="#page"]:visited {
  display: none;
}
#page:target a[href="#"]:link, #page:target a[href="#"]:visited {
  display: block;
}

article, section {
  display: inline;
  float: left;
  width: 65.909%;
  margin-right: 2.273%;
  margin-top: 0.75em;
}
article article, article section, section article, section section {
  float: none;
  display: block;
  width: auto;
  margin-right: auto;
}
article[id*="home"], section[id*="home"] {
  margin-top: 0;
}
article h1, section h1 {
  text-transform: lowercase;
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: 1.333em;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}
article h2, section h2 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-style: italic;
}

section {
  margin-bottom: 1.5em;
}

aside {
  display: inline;
  float: left;
  width: 31.818%;
  margin-right: 2.273%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  font-size: 0.875em;
  line-height: 1.714em;
  margin-bottom: 1.714em;
  font-style: italic;
  color: #a5a5a5;
  color: rgba(76, 76, 76, 0.675);
}
aside h1 {
  font-size: inherit;
  line-height: inherit;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
  margin-bottom: 0.857em;
}
aside ul {
  margin: 0;
  margin-left: 1.5em;
}
article + aside {
  margin-top: 0.857em;
  margin-bottom: 2.571em;
}

.logo:link, .logo:visited {
  margin-top: 9em;
  padding-top: 1.125em;
  padding-bottom: 0.188em;
  text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: block;
  margin-left: -90em;
  padding-left: 90em;
  color: #4c4c4c;
  background: #fce1e1;
  background: rgba(238, 17, 17, 0.25);
  text-align: right;
}
.logo:hover, .logo:focus, .logo:active {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #f68888;
  background: rgba(238, 17, 17, 0.75);
  color: white;
}
.logo em {
  font-style: normal;
  padding: 0 1em;
}
.logo span {
  font-size: 2.25em;
  line-height: 1.333em;
  position: relative;
  top: -0.25em;
}
.logo strong {
  font-size: 3em;
  line-height: 1em;
}

.hentry {
  float: none;
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.hentry img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hentry .header {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.hentry time {
  display: none;
}
.hentry img {
  width: 100%;
}
.hentry h1 {
  font-size: 2.625em;
  line-height: 1.143em;
  -moz-box-shadow: #4c4c4c 0 0 1.25em 0;
  -webkit-box-shadow: #4c4c4c 0 0 1.25em 0;
  -o-box-shadow: #4c4c4c 0 0 1.25em 0;
  box-shadow: #4c4c4c 0 0 1.25em 0;
  text-shadow: white 1px 1px 0;
  margin: 0;
  background: white;
  background: rgba(255, 255, 255, 0.75);
}
.hentry a:link, .hentry a:visited {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  color: black;
  border: 1px solid #4c4c4c;
  background: white;
  overflow: hidden;
}
.hentry a:hover, .hentry a:focus, .hentry a:active {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: #4c4c4c 0 0 1em 0;
  -webkit-box-shadow: #4c4c4c 0 0 1em 0;
  -o-box-shadow: #4c4c4c 0 0 1em 0;
  box-shadow: #4c4c4c 0 0 1em 0;
  z-index: 20;
}
.hentry a:hover .header, .hentry a:focus .header, .hentry a:active .header {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#susy-tutorial {
  position: relative;
}
#susy-tutorial header {
  font-size: 0.875em;
  line-height: 1.714em;
  margin-top: 3.429em;
  position: absolute;
  left: 103.448%;
  width: 48.276%;
  color: #a5a5a5;
  color: rgba(76, 76, 76, 0.675);
  font-style: italic;
}
#susy-tutorial header p {
  margin: 0;
}
#susy-tutorial header span {
  letter-spacing: 0.2;
  font-family: "hoefler text", georgia, serif;
}
#susy-tutorial header nav {
  margin-top: 1.5em;
}
#susy-tutorial header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#susy-tutorial header ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
#susy-tutorial img {
  margin-top: 0em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
  border: 1px dotted;
  background: rgba(76, 76, 76, 0.05);
}

