@import url(http://fonts.googleapis.com/css?family=Headland+One|Source+Sans+Pro);

/* ------------------------------------------------------------
  Blog Reset 
------------------------------------------------------------ */
#blog-wrap article, #blog-wrap aside, #blog-wrap details, #blog-wrap figcaption, #blog-wrap figure, #blog-wrap footer, #blog-wrap header, #blog-wrap hgroup, #blog-wrap nav, #blog-wrap section, #blog-wrap summary { display: block; } audio, #blog-wrap canvas, #blog-wrap video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; height: 0; } [hidden] { display: none; } figure { margin: 0; } html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ } html, #blog-wrap button, #blog-wrap input, #blog-wrap select, #blog-wrap textarea { font-family: sans-serif; } body { margin: 0; } a:focus { outline: thin dotted; } a:hover, #blog-wrap a:active { outline: 0; } h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.75em; margin: 2.33em 0; } abbr[title] { border-bottom: 1px dotted; } b, #blog-wrap strong { font-weight: bold; } blockquote { margin: 1em 40px; } dfn { font-style: italic; } mark { background: #ff0; color: #000; } p, #blog-wrap pre { margin: 1em 0; } pre, #blog-wrap code, #blog-wrap kbd, #blog-wrap samp { font-family: monospace, #blog-wrap serif; _font-family: 'courier new', #blog-wrap monospace; font-size: 1em; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } q { quotes: none; } q:before, #blog-wrap q:after { content: ''; content: none; } small { font-size: 75%; } sub, #blog-wrap sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } dl, #blog-wrap menu, #blog-wrap ol, #blog-wrap ul { margin: 1em 0; } dd { margin: 0 0 0 40px; } menu, #blog-wrap ol, #blog-wrap ul { padding: 0 0 0 40px; } nav ul, #blog-wrap nav ol { list-style: none; list-style-image: none; } img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ } svg:not(:root) { overflow: hidden; } table { border-collapse: collapse; border-spacing: 0; } form { margin: 0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; } button, #blog-wrap input, #blog-wrap select, #blog-wrap textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } button, #blog-wrap input { line-height: normal; } button, #blog-wrap input[type="button"], #blog-wrap input[type="reset"], #blog-wrap input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; } button[disabled], #blog-wrap input[disabled] { cursor: default; } input[type="checkbox"], #blog-wrap input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-decoration, #blog-wrap input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } button::-moz-focus-inner, #blog-wrap input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; }

/* ------------------------------------------------------------
  Blog Layout 
------------------------------------------------------------ */
#blog-wrap * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
          font-smooth: always;
}
#blog-wrap {
  font: 16px/24px "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 15px;
  *zoom: 1;
}
#blog-wrap:after {
  display: table; content: ""; clear: both;
}

/* ------------------------------------------------------------
  Blog Entries 
------------------------------------------------------------ */
#blog-wrap #entries, #blog-wrap #single {
  margin: 0; padding: 0;
  border-right: 1px #eee solid;
  overflow: hidden;
}
#blog-wrap #entries .entry {
  padding: 25px 40px 25px 30px; margin: 0 0 15px;
  list-style: none;
}
#blog-wrap #entries .entry h3, #blog-wrap #single h3 {
  font: bold 28px "Headland One", "Times New Roman", serif; color: #333;
  margin: 10px 0;
}
#blog-wrap #entries .entry h3 a, #blog-wrap #single h3 a {
  color: #333; text-decoration: none;
}
#blog-wrap #entries .entry h3 a:hover, #blog-wrap #single h3 a:hover {
  border-bottom: 2px #41B7D8 solid;
}
#blog-wrap #entries .entry em, #blog-wrap #single em {
  font: italic 14px/20px "Headland One", "Times New Roman", serif; color: #888;
  display: block;
}
#blog-wrap #entries .entry p a, #blog-wrap #single p a {
  color: #41B7D8; font-weight: bold; text-decoration: none;
}
#blog-wrap #entries .entry p a:hover, #blog-wrap #single p a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------
  Blog Sidebar 
------------------------------------------------------------ */
#blog-wrap #sidebar {
  margin: 0 0 0 15px;
  width: 25%;
  float: right;
}
#blog-wrap #sidebar #categories {
  margin: 0; padding: 0;
}
#blog-wrap #sidebar #categories li {
  margin: 0 0 5px;
  list-style: none;
}
#blog-wrap #sidebar #categories li a {
  font: 16px "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif; 
  color: #777; text-decoration: none;
  padding: 8px;
  border-bottom: 1px #eee solid;
  display: block;
}
#blog-wrap #sidebar #categories li a:hover {
  color: #000;
}

/* ------------------------------------------------------------
  Blog Single Posts 
------------------------------------------------------------ */
#blog-wrap #single {
  padding: 25px 40px 25px 30px; margin: 0 0 15px;
}