﻿/*
    960 Grid System ~ Text CSS.
    Learn more ~ http://960.gs/
    Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
    font: 0.85em/2em 'Helvetica Neue', Arial, Verdana, sans-serif;
    color: #fff;
    background: #000;
}
a:focus {
    outline: 1px dotted;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
p {
    margin: 0 0 1.25em 0;
    line-height: 1.75em;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h2 {
    text-transform: uppercase;
    font-size: 2em;
    margin: 0 0 .85em 0;
}
h3 {
    font-size:1.25em;
    margin: 0 0 .5em 0;
}
 

/* Reddot styles */
span.reddot, p.reddot {
  color: #95000c;
  font-weight: bold;
  line-height: 1em;
  font-size: .85em;
}
