/* http://www.colourlovers.com/palette/663167/Conspicuous_Creep */

*
{
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

html
{
  border: 4em solid #EEE;
  border-width: 0 4em;
  min-width: 700px;
}

body
{
  background-color: #FFF;
  color: #2B2825;
  font: 62.5% Helvetica, Arial, sans-serif;
  margin: 0 auto;
  width: 600px;
}

p,
dt,
dd,
li,
legend,
figcaption
{
  font-size: 1.4em;
  line-height: 1.2em;
}

header,
hgroup,
nav,
section,
footer,
aside,
figure
{
  display: block;
}

a
{
  color: #D6156C;
}

  a:visited
  {
    color: #731C43;
  }

  a:focus,
  a:hover
  {
    color: #2B2825;
  }

  a:active
  {
    color: #0B8C8F;
  }

p,
li
{
  margin-bottom: 1.2em;
}
  
  p:last-child,
  li:last-child
  {
    margin-bottom: 0;
  }

header
{
  padding: 3em 0 1em;
}

  header h1
  {
    color: #D6156C;
    font-size: 3.5em;
    margin-bottom: 1em;
    text-transform: uppercase;
  }

  header p
  {
    font-size: 1.6em;
    line-height: 1.2em;
  }
  
.spoiler-alert
{
  color: #B90000;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-top: 2em;
  text-align: center;
}

.fuck-ie
{
  background: #2B2825;
  color: #FFF;
  font-size: 1.2em;
  margin: 2em 0;
  padding: 2em;
  text-align: center;
}

  .fuck-ie a
  {
    color: #B90000;
  }

  .fuck-ie a:hover
  {
    color: #FFF;
  }

nav h2,
article h2,
section h2,
article hgroup
{
  background: #0B8C8F;
  border-bottom: 2px solid #CACF43;
  color: #FFF;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1em;
  margin: 2.5em -0.5em 1em;
  padding: 0.5em 0.5em 0.4em;
  text-transform: uppercase;
}

  article hgroup h2 {
    border-bottom: none;
    font-size: 1em;
    margin: 0;
    padding: 0;
  }

  article hgroup h3 {
    color: #FFF;
    font-size: 0.5em;
    font-style: italic;
    margin: 0;
    padding: 0;
  }

h3
{
  color: #ABAF3D;
  font-size: 1.75em;
  text-transform: uppercase;
  margin: 1.75em 0 0.25em;
}

li
{
  list-style-type: square;
  margin-bottom: 1.2em;
}

#toc li
{
  font-size: 1.6em;
  list-style-type: square;
  margin-bottom: 0;
  padding: 0.25em;
}
  
  #toc small
  {
    font-size: 0.8em;
    font-style: italic;
    padding-left: 0.5em;
  }

figure
{
  margin: 1em 0 2em;
}

  figure img
  {
    width: 100%;
  }

  figure figcaption
  {
    text-align: right;
  }

  figure figcaption small
  {
    color: #787674;
    display: block;
    font-size: 0.8em;
    font-style: italic;
  }
  
  figure.small
  {
    border-left: 2px solid #DDD;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0.5em 0 0.5em 1em;
    width: 250px;
  }

.metadata
{
  font-weight: bold;
}

.quotes
{
  overflow: hidden;
  width: 100%;
}

  .quotes blockquote
  {
    border-left: 2px solid #DDD;
    font-size: 1.2em;
    padding: 0.5em 0 0.5em 1em;
  }

  .quotes cite
  {
    display: block;
    font-size: 1.4em;
    margin-bottom: 2em;
    text-align: right;
  }

.transcript dt
{
  font-weight: bold;
}

  .transcript .p    { color: #0B8C8F; }
  .transcript .s    { color: #D6156C; }
  .transcript .t    { color: #ABAF3D; }

  .transcript dd
  {
    margin-left: 1em;
  }
  
  .transcript aside
  {
    border-left: 2px solid #DDD;
    font-style: italic;
    margin: 1.2em 0;
    padding: 0.5em 0 0.5em 1em;
  }
  
  .transcript small
  {
    font-size: 1em;
    font-style: italic;
  }

#copyright
{
  padding-bottom: 6em;
}
