/**
 * Grid LESS
 *
 * Horizontal and vertial grid system for LESS
 *
 * Copyright 2009 Greg Thornton <xdissent@gmail.com>
 * License: http://creativecommons.org/licenses/by-sa/3.0/us/
 */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * Grid LESS
 *
 * Vertical Grid and Text
 *
 * Copyright 2009 Greg Thornton <xdissent@gmail.com>
 * License: http://creativecommons.org/licenses/by-sa/3.0/us/
 */
body {
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
a:focus {
  outline: 1px dotted;
}
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin-top: -1px;
}
.gargantuan {
  font-weight: bold;
  font-size: 6em;
  line-height: 1em;
}
.enormous {
  font-weight: bold;
  font-size: 5em;
  line-height: 1.2em;
}
.giant {
  font-weight: bold;
  font-size: 4em;
  line-height: 1.125em;
}
.huge {
  font-weight: bold;
  font-size: 3em;
  line-height: 1.5em;
}
.h1 {
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2em;
}
.h2 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.5em;
}
.h3 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 18px;
}
.h4 {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 18px;
}
.h5 {
  font-weight: bold;
  font-size: 1em;
  line-height: 18px;
}
.h6 {
  font-weight: normal;
  font-size: 1em;
  line-height: 18px;
}
h1 {
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2em;
}
h2 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.5em;
}
h3 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 18px;
}
h4 {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 18px;
}
h5 {
  font-weight: bold;
  font-size: 1em;
  line-height: 18px;
}
h6 {
  font-weight: normal;
  font-size: 1em;
  line-height: 18px;
}
ol {
  list-style: decimal;
}
ul {
  list-style: none;
}
li {
  margin-left: 30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 18px;
}
#grid .container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#grid .alpha {
  margin-left: 0;
}
#grid .omega {
  margin-right: 0;
}
body {
  background: black url(../img/background.jpg) center top no-repeat;
  background-attachment: fixed;
}
body a {
  color: #cc0000;
}
body h1, body h2, body h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Arial Black", "Helvetica Neue";
}
body h1 a, body h2 a, body h3 a {
  text-decoration: none;
  color: black;
}
body h1 a:hover, body h2 a:hover, body h3 a:hover {
  text-decoration: underline;
}
body h2 {
  padding-left: 22px;
  background: transparent url(../img/big-triangle.png) 0px 12px no-repeat;
}
body #wrapper {
  width: 1020px;
  margin: 25px auto 0;
}
body #wrapper #header {
  position: relative;
  border-left: 30px solid white;
  border-right: 30px solid white;
}
body #wrapper #header #branding {
  background: transparent url(../img/header.png) center top no-repeat;
  height: 138px;
}
body #wrapper #header #branding #site-title {
  margin: 0;
  padding: 0;
}
body #wrapper #header #branding #site-title span {
  display: block;
}
body #wrapper #header #branding #site-title span a {
  display: block;
  height: 100px;
  overflow: hidden;
  text-indent: -999px;
}
body #wrapper #header #branding #site-description {
  display: none;
}
body #wrapper #header #access {
  background: white url(../img/tiny-dots.png) center bottom repeat-x;
  border-bottom: 18px solid white;
  position: relative;
}
body #wrapper #header #access form div {
  position: absolute;
  top: 0;
  right: 0;
}
body #wrapper #header #access form div label {
  display: none;
}
body #wrapper #header #access form div #s {
  margin: 0;
  float: right;
  padding: 2px 4px;
  border: 0;
  background-color: #cccccc;
}
body #wrapper #header #access form div #searchsubmit {
  float: left;
  border: 0;
  background-color: transparent;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0 4px 0 0;
  font-weight: bold;
}
body #wrapper #header #access .skip-link {
  display: none;
}
body #wrapper #header #access .menu-header .menu {
  margin-bottom: 9px;
}
body #wrapper #header #access .menu-header .menu .menu-item {
  display: inline;
  margin-left: 0;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
body #wrapper #header #access .menu-header .menu .menu-item a {
  padding-left: 15px;
  text-decoration: none;
}
body #wrapper #header #access .menu-header .menu .menu-item a:hover {
  background: transparent url(../img/tiny-triangle.png) left center no-repeat;
}
body #wrapper #header #feed {
  position: absolute;
  top: -10px;
  right: -40px;
}
body #wrapper #header #feed a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -999px;
  overflow: hidden;
  background: transparent url(../img/rss.png) center center no-repeat;
}
body #wrapper #main {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
}
body #wrapper #main #container {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
}
body #wrapper #main #container #content {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin-left: 0;
}
body #wrapper #main #container #content .post {
  margin-bottom: 36px;
}
body #wrapper #main #container #content .post .entry-meta {
  color: #cc0000;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 22px;
  margin-top: -27px;
  margin-bottom: 9px;
}
body #wrapper #main #container #content .post .entry-meta .entry-date {
  float: right;
  font-size: 14px;
  margin-top: 4px;
  font-weight: bold;
}
body #wrapper #main #container #content .post .entry-thumbnail {
  margin-bottom: 18px;
  position: relative;
  -moz-box-shadow: 0 3px 8px #666666;
  -webkit-box-shadow: 0 3px 8px #666666;
  box-shadow: 0 3px 8px #666666;
}
body #wrapper #main #container #content .post .entry-thumbnail img {
  display: block;
  max-width: 100%;
}
body #wrapper #main #container #content .post .entry-thumbnail .wp-caption-text {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #cc0000;
  opacity: 0.6;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  text-indent: 10px;
}
body #wrapper #main #container #content .post .entry-thumbnail .wp-caption-text p {
  margin-bottom: 0;
}
body #wrapper #main #container #content .post .entry-content a, body #wrapper #main #container #content .post .entry-summary a {
  font-weight: bold;
}
body #wrapper #main #container #content .post .entry-content a.more-link, body #wrapper #main #container #content .post .entry-summary a.more-link {
  text-transform: uppercase;
  padding-right: 15px;
  text-decoration: none;
  background: transparent url(../img/tiny-triangle.png) right 2px no-repeat;
}
body #wrapper #main #container #content .post .entry-content .wp-caption, body #wrapper #main #container #content .post .entry-summary .wp-caption {
  margin-bottom: 18px;
  position: relative;
  -moz-box-shadow: 0 3px 8px #666666;
  -webkit-box-shadow: 0 3px 8px #666666;
  box-shadow: 0 3px 8px #666666;
}
body #wrapper #main #container #content .post .entry-content .wp-caption a, body #wrapper #main #container #content .post .entry-summary .wp-caption a {
  display: block;
  margin: 0;
  padding: 0;
}
body #wrapper #main #container #content .post .entry-content .wp-caption img, body #wrapper #main #container #content .post .entry-summary .wp-caption img {
  display: block;
  max-width: 100%;
}
body #wrapper #main #container #content .post .entry-content .wp-caption .wp-caption-text, body #wrapper #main #container #content .post .entry-summary .wp-caption .wp-caption-text {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #cc0000;
  opacity: 0.6;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  text-indent: 10px;
}
body #wrapper #main #container #content .post .entry-content img, body #wrapper #main #container #content .post .entry-summary img {
  max-width: 100%;
}
body #wrapper #main #container #content .post .entry-utility {
  background: transparent url(../img/tiny-red-dots.png) center top repeat-x;
  padding-top: 9px;
  position: relative;
}
body #wrapper #main #container #content .post .entry-utility .comments-number {
  padding-left: 0;
  margin-left: 0;
  padding-right: 15px;
  text-transform: uppercase;
  background: transparent url(../img/tiny-red-dots.png) right top repeat-y;
}
body #wrapper #main #container #content .post .entry-utility .comments-number a {
  text-decoration: underline;
}
body #wrapper #main #container #content .post .entry-utility > span {
  margin-left: 10px;
  padding-left: 15px;
  background: transparent url(../img/tiny-triangle.png) left center no-repeat;
  font-size: 10px;
  color: #cc0000;
  font-weight: bold;
}
body #wrapper #main #container #content .post .entry-utility > span a {
  text-decoration: none;
}
body #wrapper #main #container #content .post .entry-utility > span a:hover {
  text-decoration: underline;
}
body #wrapper #main #container #content .post .entry-utility .fb-like {
  position: absolute;
  right: -12px;
  top: 6px;
  width: 90px;
  height: 20px;
}
body #wrapper #main #container #content .post #comments-container {
  margin-top: 18px;
}
body #wrapper #main #container #content .post #comments-container #comments {
  margin-bottom: 0;
}
body #wrapper #main #container #content .post #comments-container .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment {
  margin: 0 0 18px;
  padding: 18px 20px;
  position: relative;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment p {
  margin-bottom: 9px;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment ul {
  margin-top: 18px;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-reply-link {
  padding-left: 15px;
  background: transparent url(../img/tiny-triangle.png) left center no-repeat;
  font-size: 10px;
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-reply-link:hover {
  text-decoration: underline;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-author {
  position: relative;
  height: 32px;
  margin-bottom: 18px;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-author img {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-author cite.fn {
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2em;
  font-family: Georgia, serif;
  margin-left: 42px;
  margin-right: 8px;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-author cite.fn a {
  color: inherit;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-meta {
  position: absolute;
  top: 18px;
  right: 10px;
  background: transparent url(../img/tiny-red-dots.png) left bottom repeat-x;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-meta a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 18px;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-meta a.comment-edit-link {
  font-size: 10px;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment, body #wrapper #main #container #content .post #comments-container .commentlist .thread-odd > .depth-2 {
  background: white;
  color: #666666;
  border-left: 1px solid #666666;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment .comment-author img, body #wrapper #main #container #content .post #comments-container .commentlist .thread-odd > .depth-2 .comment-author img {
  -moz-box-shadow: 0 3px 8px #666666;
  -webkit-box-shadow: 0 3px 8px #666666;
  box-shadow: 0 3px 8px #666666;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment.thread-odd, body #wrapper #main #container #content .post #comments-container .commentlist .comment > .depth-3 {
  background: #cccccc;
  color: white;
  border-left: 1px solid white;
}
body #wrapper #main #container #content .post #comments-container .commentlist .comment.thread-odd .comment-author img, body #wrapper #main #container #content .post #comments-container .commentlist .comment > .depth-3 .comment-author img {
  -moz-box-shadow: 0 3px 8px white;
  -webkit-box-shadow: 0 3px 8px white;
  box-shadow: 0 3px 8px white;
}
body #wrapper #main #container #content .navigation {
  margin-bottom: 18px;
}
body #wrapper #main #container #content .navigation div {
  display: inline;
  margin-left: 0;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
body #wrapper #main #container #content .navigation div a {
  padding-left: 15px;
  text-decoration: none;
  background: transparent url(../img/tiny-triangle.png) left center no-repeat;
}
body #wrapper #main #container .sidebar {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-right: 0;
}
body #wrapper #main #container .sidebar .widget {
  margin-bottom: 18px;
  padding-bottom: 17px;
  background: transparent url(../img/spacer.jpg) center bottom no-repeat;
}
body #wrapper #main #container .sidebar .widget > * {
  clear: both;
}
body #wrapper #main #container .sidebar .widget iframe, body #wrapper #main #container .sidebar .widget embed {
  margin-bottom: 18px;
}
body #wrapper #main #container .sidebar .widget .date {
  color: #cc0000;
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
body #wrapper #main #container .sidebar .widget h2 + .date {
  margin-top: -22px;
  margin-bottom: 9px;
}
body #wrapper #main #container .sidebar .widget h3 {
  width: 75%;
  float: left;
  clear: none;
}
body #wrapper #main #container .sidebar .widget h3 + .date {
  margin-top: 0;
  width: 25%;
  float: right;
  clear: none;
}
body #wrapper #main #container .sidebar .widget .more {
  text-align: right;
}
body #wrapper #main #container .sidebar .widget .more a {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 15px;
  text-decoration: none;
  background: transparent url(../img/tiny-triangle.png) right 2px no-repeat;
}
body #wrapper #footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 18px;
  padding-bottom: 9px;
  background-color: #cc0000;
  color: white;
}
body #wrapper #footer a {
  color: white;
}
body #wrapper #footer p {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-right: 0;
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase;
}
body #wrapper #footer .menu-footer {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin-left: 0;
}
body #wrapper #footer .menu-footer .menu {
  margin-bottom: 0;
}
body #wrapper #footer .menu-footer .menu .menu-item {
  display: inline;
  margin-left: 0;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
body #wrapper #footer .menu-footer .menu .menu-item a {
  padding-left: 15px;
  text-decoration: none;
}
body #wrapper #footer .menu-footer .menu .menu-item a:hover {
  background: transparent url(../img/tiny-triangle.png) left center no-repeat;
}
