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

  Licensed under GPL and MIT.
*/

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

body {
  font: 14px/1.5 "Times New Roman", Times, serif;
  color: #333;
}
footer {
  color: #666;
  font-size: 90%;
}
pre, code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
a {
  color: #996e3d;
}
a:hover {
  color: #402200;
}
footer a {
  color: #666;
}
footer a:hover {
  color: #444;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
  margin-bottom: 21px;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, .h-special {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #777;
  line-height: 0.8;
}

.column_left_bgn h1 {
  color: #af7f48;
}
.h-special {
  font-size: 34px;
}
.h-tall {
  line-height: 1.1;
}

h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}
h1 {
  font-size: 64px;
  margin-bottom: 40px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
h1 small, h2 small, h3 small {
  display: block;
  font-size: 60%;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li {
  margin-left: 16px;
  margin-bottom: 7px;
}
ul li {
  list-style-image: url(../img/bullet-brown.png);
}
blockquote {
  margin-top: 21px;
  background: center 10px no-repeat url(../img/quote-bgn.png);
  background: left 10px no-repeat url(../img/quote-bgn-left.png), right 10px no-repeat url(../img/quote-bgn-right.png);
  padding: 10px 65px;
  color: #777;
}
.column_left_bgn blockquote {
  margin-top: 21px;
  background: center 10px no-repeat url(../img/quote-brown-bgn.png);
  background: left 10px no-repeat url(../img/quote-brown-bgn-left.png), right 10px no-repeat url(../img/quote-brown-bgn-right.png);
  padding: 10px 65px;
  color: #777;
}
blockquote.noquotes {
  background: none;
  padding-left: 20px;
  padding-right: 20px;
}
blockquote cite {
  display: block;
  clear: both;
  text-align: right;
  font-weight: bold;
}
.lead {
  font-size: 120%;
  font-weight: bold;
}
.bigger {
  font-size: 18px;
}