/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */
/* line 15, ../sass/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 27, ../sass/_reset.scss */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

/* line 31, ../sass/_reset.scss */
body {
  line-height: 1.5;
}

/* line 35, ../sass/_reset.scss */
a {
  text-decoration: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
/* line 38, ../sass/_reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 39, ../sass/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 40, ../sass/_reset.scss */
table, td, th {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
/* line 43, ../sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 44, ../sass/_reset.scss */
blockquote, q {
  quotes: "" "";
}

/* Remove annoying border on linked images. */
/* line 47, ../sass/_reset.scss */
a img {
  border: none;
}

/* line 49, ../sass/_reset.scss */
.clear {
  clear: both;
  *height: 1px;
}

/* line 1, ../sass/_typography.scss */
em {
  font-style: italic;
}
/* line 3, ../sass/_typography.scss */
em span {
  font-weight: bold;
}

/* line 10, ../sass/_layout.scss */
body {
  font-family: "Trebuchet MS", sans-serif;
  color: #d9d9d9;
  background: black url("../images/layout/bg.jpg") repeat-x;
}

/* line 16, ../sass/_layout.scss */
#header {
  font-size: 48px;
  height: 75px;
  padding: 0 10px;
  background: url("../images/layout/header-bg.png") no-repeat;
}
/* line 21, ../sass/_layout.scss */
#header h1 {
  display: inline;
  float: left;
}
/* line 24, ../sass/_layout.scss */
#header a {
  text-decoration: none;
  color: #000;
  visibility: hidden;
}

/* line 33, ../sass/_layout.scss */
.horiz-nav ul, #main-nav ul {
  list-style-type: none;
  list-style-position: inside;
}
/* line 38, ../sass/_layout.scss */
.horiz-nav li, #main-nav li {
  display: inline;
  float: left;
}
/* line 40, ../sass/_layout.scss */
.horiz-nav li a, #main-nav li a {
  text-decoration: none;
  display: block;
}

/* line 47, ../sass/_layout.scss */
#main-nav {
  margin: 0 0 50px 0;
}
/* line 51, ../sass/_layout.scss */
#main-nav ul li {
  padding: 7px 10px 3px 10px;
  text-transform: uppercase;
  font-size: 12px;
  background: url("../images/layout/divider.jpg") right no-repeat;
}
/* line 56, ../sass/_layout.scss */
#main-nav ul li a {
  color: #d9d9d9;
}
/* line 61, ../sass/_layout.scss */
#main-nav ul li.last {
  background: none;
}

/* line 67, ../sass/_layout.scss */
#header-links {
  color: white;
  display: inline;
  float: right;
  display: block;
  list-style-type: none;
  list-style-position: inside;
  margin: 10px 0 0 0;
}
/* line 74, ../sass/_layout.scss */
#header-links li {
  display: inline;
  float: right;
  margin: 0 5px 0 0;
}
/* line 77, ../sass/_layout.scss */
#header-links li a {
  display: block;
  visibility: visible;
  width: 20px;
  height: 20px;
}

/* line 86, ../sass/_layout.scss */
#container {
  width: 960px;
  margin: 0 auto;
  -moz-border-radius: 10;
  -webkit-border-radius: 10;
  -o-border-radius: 10;
  -ms-border-radius: 10;
  -khtml-border-radius: 10;
  border-radius: 10;
  color: #333333;
}

/* line 93, ../sass/_layout.scss */
#main {
  display: inline;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 640px;
  padding: 20px;
  background: white;
  -moz-box-shadow: black 2 2 1 0;
  -webkit-box-shadow: black 2 2 1 0;
  -o-box-shadow: black 2 2 1 0;
  box-shadow: black 2 2 1 0;
}

/* line 102, ../sass/_layout.scss */
#sidebar {
  display: inline;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  width: 230px;
  background: white;
}
/* line 109, ../sass/_layout.scss */
#sidebar h2 {
  color: black;
  font-size: 14px;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: dotted 2px #d9d9d9;
}
/* line 117, ../sass/_layout.scss */
#sidebar ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 10px 0;
}
/* line 121, ../sass/_layout.scss */
#sidebar ul li {
  font-size: 12px;
}

/* line 127, ../sass/_layout.scss */
#footer {
  position: fixed;
  bottom: 0;
  *bottom: -2;
  clear: both;
  width: 960px;
  background: #FFF;
  background: url("../images/layout/footer-bg.png") repeat-x;
  padding: 10px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-box-shadow: black 0 -2px 5px 0;
  -webkit-box-shadow: black 0 -2px 5px 0;
  -o-box-shadow: black 0 -2px 5px 0;
  box-shadow: black 0 -2px 5px 0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #565656), color-stop(100%, #383331));
  background-image: -moz-linear-gradient(top, #565656 0%, #383331 100%);
  background-image: linear-gradient(top, #565656 0%, #383331 100%);
  border-top: solid 1px #d3d2d2;
}
/* line 140, ../sass/_layout.scss */
#footer ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  height: 48px;
}
/* line 146, ../sass/_layout.scss */
#footer ul li {
  margin: 0 0 0 10px;
}
/* line 148, ../sass/_layout.scss */
#footer ul li a {
  color: white;
  display: block;
}
/* line 153, ../sass/_layout.scss */
#footer ul li .ee-link {
  background: url("../images/icons/ee-logo.png") 0 4px no-repeat;
  height: 20px;
  padding: 26px 0 0 52px;
}
/* line 159, ../sass/_layout.scss */
#footer ul li .license {
  position: relative;
  top: 15px;
}
/* line 164, ../sass/_layout.scss */
#footer ul li .validation {
  background: url("../images/icons/valid-html5.png") 0px 14px no-repeat;
  width: 88px;
  height: 45px;
}
/* line 170, ../sass/_layout.scss */
#footer ul li .jquery {
  background: url("../images/icons/jquery.png") no-repeat;
  width: 48px;
  height: 46px;
}
/* line 176, ../sass/_layout.scss */
#footer ul li .modernizr {
  background: url("../images/icons/modernizr.png") 0px 7px no-repeat;
  width: 48px;
  height: 44px;
}
/* line 182, ../sass/_layout.scss */
#footer ul li .twitter {
  background: url("../images/icons/twitter.png") no-repeat;
  display: inline;
  float: right;
}
/* line 187, ../sass/_layout.scss */
#footer ul li .rss {
  background: url("../images/icons/rss.png") no-repeat;
  display: inline;
  float: right;
}
/* line 192, ../sass/_layout.scss */
#footer ul li.left {
  display: inline;
  float: left;
}
/* line 196, ../sass/_layout.scss */
#footer ul li.right {
  display: inline;
  float: right;
  width: 48px;
}
/* line 199, ../sass/_layout.scss */
#footer ul li.right a {
  width: 48px;
  height: 48px;
}

/* line 1, ../sass/_blog-entry.scss */
.blog-entry {
  border-bottom: dotted 2px black;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
/* line 6, ../sass/_blog-entry.scss */
.blog-entry p {
  font-size: 14px;
  margin: 0 0 2em 0;
}
/* line 11, ../sass/_blog-entry.scss */
.blog-entry h2 {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: dotted 2px #d9d9d9;
}
/* line 16, ../sass/_blog-entry.scss */
.blog-entry h2 a {
  text-decoration: none;
  color: #333333;
}
/* line 22, ../sass/_blog-entry.scss */
.blog-entry .author {
  display: inline;
  float: right;
  font-size: 10px;
  color: #999999;
}
