/*
Theme Name: Kwame
Theme URI: http://hauntedshell.com/
Description: 
Version: 1.0
Author: Kwame Nkansah
*/
/* 960 Grid System ~ Core CSS.
 * Learn more ~ http://960.gs/
 * *
 * Licensed under GPL and MIT. */
/* line 13, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 16, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
*:focus {
  outline: 0;
}

/* line 18, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 20, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 23, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 25, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 27, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
q, blockquote {
  quotes: "" "";
}
/* line 89, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 29, C:/Ruby/lib/ruby/gems/1.8/gems/compass-0.10.0.rc4/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss */
a img {
  border: none;
}

/* line 26, src/grid.scss */
#page {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  min-height: 30em;
}
/* line 30, src/grid.scss */
#page #header, #page #footer, #page #sidebar {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 34, src/grid.scss */
#page #header, #page #content, #page #footer {
  width: 960px;
  display: inline-block;
}
/* line 19, src/grid.scss */
#page #header:after, #page #content:after, #page #footer:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 39, src/grid.scss */
#page #header {
  margin: 0px 0px 15px;
}
/* line 43, src/grid.scss */
#page #header #logo {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 580px;
  margin-top: 45px;
  float: right;
}
/* line 49, src/grid.scss */
#page #header #nav {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 640px;
  top: 53px;
  position: absolute;
  float: right;
}
/* line 55, src/grid.scss */
#page #header #nav ul {
  display: block;
  float: right;
}
/* line 58, src/grid.scss */
#page #header #nav ul li {
  float: left;
  display: block;
  width: 82px;
  height: 36px;
  text-align: center;
  margin-left: 5px;
}
/* line 72, src/grid.scss */
#page #content #side {
  width: 300px;
  float: left;
  min-height: 320px;
  padding: 0 40px 0 20px;
}
/* line 77, src/grid.scss */
#page #content #side ul {
  margin-bottom: 0px;
}
/* line 82, src/grid.scss */
#page #content .section, #page #content .big {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 280px;
}
/* line 88, src/grid.scss */
#page #content .big {
  width: 580px;
}
/* line 93, src/grid.scss */
#page #content #posts {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 580px;
}
/* line 97, src/grid.scss */
#page #content #main {
  width: 600px;
  float: left;
}
/* line 104, src/grid.scss */
#page #footer {
  padding-top: 10px;
}

/* line 4, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
body {
  font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/* line 6, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
a:focus {
  outline: 1px dotted invert;
}

/* line 8, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
hr {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* line 14, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
h1 {
  font-size: 25px;
}

/* line 16, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
h2 {
  font-size: 23px;
}

/* line 18, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
h3 {
  font-size: 21px;
}

/* line 20, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
h4 {
  font-size: 19px;
}

/* line 22, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
h5 {
  font-size: 17px;
}

/* line 24, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
h6 {
  font-size: 15px;
}

/* line 26, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
ol {
  list-style: decimal;
}

/* line 28, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
ul {
  list-style: square;
}

/* line 30, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
li {
  margin-left: 30px;
}

/* line 32, C:/Ruby/lib/ruby/gems/1.8/gems/compass-960-plugin-0.9.13/stylesheets/960/_text.sass */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px;
}

@font-face {
  font-family: Raleway;
  src: url(raleway_thin.otf);
}

/* line 49, src/style.scss */
body {
  background: url(./images/bg.png) repeat;
  font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
  font-size: 75%;
}
/* line 53, src/style.scss */
body .wrapper {
  background: url(./images/top_gradient.png) repeat-x;
}

/* line 58, src/style.scss */
a {
  text-decoration: none;
  color: #b6cf00;
}
/* line 61, src/style.scss */
a:hover {
  color: #f60;
}

/* line 66, src/style.scss */
a.more {
  -moz-border-radius: 10px 10px 10px 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  display: block;
  padding: 5px;
  text-align: center;
  width: 55px;
  float: right;
}

/* line 77, src/style.scss */
.contact a {
  color: #fff;
}
/* line 79, src/style.scss */
.contact a:hover {
  color: #f60 !important;
}

/* line 86, src/style.scss */
#content {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 5px #111111 inset;
  -webkit-box-shadow: 0px 0px 5px #111111 inset;
  box-shadow: 0px 0px 5px #111111 inset;
  background: none repeat scroll 0 0 rgba(10, 10, 10, 0.5);
  padding-top: 10px;
  color: #fff;
}
/* line 94, src/style.scss */
#content #main, #content #posts {
  color: #fff;
}
/* line 98, src/style.scss */
#content #posts {
  font-size: 1.15em;
  line-height: 1.5;
}
/* line 101, src/style.scss */
#content #posts .post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #222;
}
/* line 106, src/style.scss */
#content #posts .post .storytitle {
  margin-bottom: 25px;
  border-bottom: 1px solid #1b1b1b;
  font-size: 20pt;
  line-height: 1.2;
  font-family: "Josefin Sans Std Light", arial, sans-serif;
}
/* line 115, src/style.scss */
#content #posts .post ul li {
  margin-bottom: 10px;
}
/* line 120, src/style.scss */
#content #posts .post .post-metadata {
  display: inline-block;
}
/* line 19, src/grid.scss */
#content #posts .post .post-metadata:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 122, src/style.scss */
#content #posts .post .post-metadata .post-time {
  background: url(images/calendar.png) no-repeat;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  text-indent: -999em;
  margin-right: 15px;
  text-indent: 32px;
}
/* line 127, src/style.scss */
#content #posts .post .post-metadata .post-edit-link {
  background: url(images/edit.png) no-repeat;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  text-indent: -999em;
  margin-right: 15px;
}
/* line 132, src/style.scss */
#content #posts .post .post-metadata .post-comment-link {
  background: url(images/chat.png) no-repeat;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  text-indent: -999em;
  margin-right: 15px;
  text-indent: 32px;
}
/* line 137, src/style.scss */
#content #posts .post .post-metadata .post-tags {
  background: url(images/tags.png) no-repeat;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  text-indent: -999em;
  margin-right: 15px;
  text-indent: 32px;
}
/* line 147, src/style.scss */
#content .section, #content #page #content .big, #page #content .big {
  font-size: 1.2em;
  text-shadow: 1px 0px #000;
  line-height: 1.3;
  margin-bottom: 40px;
}
/* line 148, src/style.scss */
#content .section h3, #content #page #content .big h3, #page #content .big h3 {
  color: #b6cf00;
  font-family: "Josefin Sans Std Light", arial, sans-serif;
  font-size: 24pt;
  text-shadow: 1px 0px 2px #000;
  display: block;
  border-bottom: 1px outset #000;
  line-height: 1.2;
}
/* line 162, src/style.scss */
#content .section .lowkey, #content #page #content .big .lowkey, #page #content .big .lowkey {
  color: #5f5f5f;
}
/* line 167, src/style.scss */
#content ul.photos {
  display: inline-block;
  list-style: none;
}
/* line 19, src/grid.scss */
#content ul.photos:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 171, src/style.scss */
#content ul.photos li {
  width: 160px;
  margin: 0xp auto;
  display: block;
  height: 160px;
  overflow: hidden;
  float: left;
}
/* line 178, src/style.scss */
#content ul.photos li a {
  position: relative;
  width: 100%;
}
/* line 182, src/style.scss */
#content ul.photos li img {
  display: block;
  position: relative;
}
/* line 186, src/style.scss */
#content ul.photos li img.v {
  top: -40px;
}
/* line 189, src/style.scss */
#content ul.photos li img.h {
  left: -40px;
}
/* line 195, src/style.scss */
#content ul.post_list {
  list-style: none outside;
  margin-bottom: 0px;
}
/* line 199, src/style.scss */
#content ul.post_list li {
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 0px 0px 10px;
  border-bottom: 1px dashed #555;
}
/* line 204, src/style.scss */
#content ul.post_list li:last-child {
  border-bottom: none;
}
/* line 209, src/style.scss */
#content code, #content pre {
  background: rgba(10, 10, 10, 0.5);
  border: 1px solid #222;
  padding: 5px;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #F0FF6F;
}

/* line 219, src/style.scss */
#footer {
  text-align: center;
  color: #aaa;
}

