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

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Lucida Grande', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #fefdfd;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

p
{
	font-size: 0.9em;
	line-height: 1.7em;
}

a:link, a:visited
{
	color: #fefeff;
}

a:hover
{
	text-decoration: none;
}

div#header h2
{
	text-indent: -9999px;
}

div#navbar ul li a:link,
div#navbar ul li a:visited
{
	color: #a9b1bf;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 3.5em;
}

div#navbar ul li.selected a:link,
div#navbar ul li.selected a:visited,
div#navbar ul li a:hover
{
	color: #fefeff;
}

div#navbar li ul li a:link,
div#navbar li ul li a:visited
{
	color: #FFF;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.7px;
	line-height: 1.5em;
}

div#news h4
{
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.5em;
}

div#news ul li
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

div#news ul li a:link,
div#news ul li a:visited
{
	color: #e6e6e7;
	text-decoration: none;
}

div#follow p
{
	color: #d0d0d2;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.5em;
}

div#footer-inner p
{
	color: #bbc3d1;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1.2px;
	line-height: 1.5em;
}

div#footer-inner p span
{
	color: #3b64a5;
}

div#soci ul li
{
	font-size: 0.85em;
	font-weight: bold;
}

dt
{
	font-size: 1.2em;
	font-weight: bold;
}
