/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
  font: 1em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a
{
  color: #000;
}

.deconone { text-decoration:none; }
a:hover, a:focus
{
  outline: 0 dotted invert;
  text-decoration: underline;
}

hr
{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

b, i, span, strong {
  font-size: 1em;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1, .h1, .h1 *
{
  font-size: 1.8em;
  font-weight: bold;
}

h2, .h2, .h2 *
{
  font-size: 1.6em;
  font-weight: bold;
}

h3, .h3, .h3 *
{
  font-size: 1.4em;
  font-weight: normal;
}

h4, .h4, .h4 *
{
  font-size: 1.3em;
  font-weight: normal;
}

h5, .h5, .h5 *
{
  font-size: 1.2em;
  font-weight: normal;
}

h6, .h6, .h6 *
{
  font-size: 1.1em;
  font-weight: normal;
}

.h7, .h7 *
{
  font-size: 1.0em;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5
{
  margin-bottom: 0.3em;
}

.small, .small * {
  font-size: 0.9em;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
  list-style: decimal;
}

ul
{
  list-style: square;
}

li
{
  margin-left: 20px;
}


input:focus { background-color: #E2F0FB; }

.textile p {
  margin: 7px 0px;
}

