/* line 17, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'SignikaBold';
  src: url("../fonts/signika-semibold-webfont");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SignikaBold';
  src: url("../fonts/signika-semibold-webfont.woff") format("woff"), url("../fonts/signika-semibold-webfont.ttf") format("truetype"), url("../fonts/signika-semibold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SignikaLight';
  src: url("../fonts/signika-light-webfont");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SignikaLight';
  src: url("../fonts/signika-light-webfont.woff") format("woff"), url("../fonts/signika-light-webfont.ttf") format("truetype"), url("../signika-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 7, ../scss/screen.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.666666667em;
  max-width: 1024px;
  min-width: 960px;
  margin: 0 auto;
  padding: 40px;
  color: #292929;
  position: relative;
}

/* line 21, ../scss/screen.scss */
h1 {
  font-size: 128px;
  line-height: 1em;
  margin-bottom: 30px;
}

/* line 27, ../scss/screen.scss */
h2, .h2 {
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 20px;
}

/* line 33, ../scss/screen.scss */
h3, .h3 {
  font-size: 18px;
  font-weight: bold;
}

/* line 38, ../scss/screen.scss */
a {
  color: #292929;
}
/* line 41, ../scss/screen.scss */
a:hover, a:active {
  color: #bcbcbc;
}

/* line 46, ../scss/screen.scss */
p, ol, ul {
  margin-bottom: 18px;
}

/* line 50, ../scss/screen.scss */
strong {
  font-weight: bold;
}

/* line 54, ../scss/screen.scss */
em {
  font-style: italic;
}

/* line 62, ../scss/screen.scss */
ol li {
  border-bottom: 1px dotted #e2e2e2;
  margin-bottom: 20px;
}
/* line 66, ../scss/screen.scss */
ol li:last-child {
  border: none;
}
/* line 70, ../scss/screen.scss */
ol li ul {
  list-style-type: disc;
  margin-left: 40px;
}
/* line 74, ../scss/screen.scss */
ol li ul li {
  margin-bottom: 10px;
  border-bottom: none;
}
/* line 81, ../scss/screen.scss */
ol.education li {
  border-bottom: none;
  margin-bottom: 18px;
}

/* line 92, ../scss/screen.scss */
ul li {
  border-bottom: 1px solid #e2e2e2;
}
/* line 95, ../scss/screen.scss */
ul li:last-child {
  border: none;
}

/* line 104, ../scss/screen.scss */
header {
  margin-right: 40px;
  text-align: center;
  width: 210px;
  position: fixed;
}
/* line 111, ../scss/screen.scss */
header h1, header .h3 {
  font-weight: normal;
}
/* line 115, ../scss/screen.scss */
header img {
  width: 80%;
  margin-bottom: 18px;
  border-radius: 100%;
}
/* line 121, ../scss/screen.scss */
header ul {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 18px 0;
  font-size: .666666667em;
  line-height: 1.5em;
  width: 100%;
  margin-bottom: 0;
}
/* line 130, ../scss/screen.scss */
header ul li {
  border: none;
}
/* line 135, ../scss/screen.scss */
header nav ul {
  padding: 0;
  border: 0;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
/* line 141, ../scss/screen.scss */
header nav ul li {
  line-height: 36px;
  height: 36px;
  display: block;
  flex: 1;
}
/* line 147, ../scss/screen.scss */
header nav ul li a {
  height: 36px;
  display: block;
  text-decoration: none;
}
/* line 152, ../scss/screen.scss */
header nav ul li a:hover, header nav ul li a:active, header nav ul li a.active {
  background: #e2e2e2;
  color: #292929;
}

/* line 164, ../scss/screen.scss */
article {
  width: 70%;
  padding-left: 30%;
}
/* line 168, ../scss/screen.scss */
article h1 {
  color: #e2e2e2;
  margin-left: -20px;
}
/* line 174, ../scss/screen.scss */
article.resume h2 {
  margin: 40px 0 20px -20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
/* line 182, ../scss/screen.scss */
article.projects ul li {
  display: flex;
  padding: 40px 0 20px 0;
}
/* line 186, ../scss/screen.scss */
article.projects ul li div {
  flex: 2;
  margin: 0 40px 40px 0;
}
/* line 190, ../scss/screen.scss */
article.projects ul li div img {
  width: 100%;
}
/* line 194, ../scss/screen.scss */
article.projects ul li section {
  flex: 3;
}
/* line 201, ../scss/screen.scss */
article.blog ol li div {
  overflow: hidden;
  *zoom: 1;
}
/* line 204, ../scss/screen.scss */
article.blog ol li div h3 {
  float: left;
  height: 68px;
  width: 90px;
  margin: 7px 20px 0 0;
  display: block;
  background: #e2e2e2;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 5px;
}
/* line 215, ../scss/screen.scss */
article.blog ol li div h3 span {
  display: block;
  font-weight: normal;
  font-size: 1.5em;
  margin-top: 5px;
}
/* line 226, ../scss/screen.scss */
article.blogdetail h1 {
  text-transform: uppercase;
}
/* line 229, ../scss/screen.scss */
article.blogdetail h1 span {
  font-size: 49px;
  font-weight: bold;
}
/* line 235, ../scss/screen.scss */
article.blogdetail ul {
  margin-left: 40px;
}
/* line 238, ../scss/screen.scss */
article.blogdetail ul li {
  border: none;
  list-style-type: disc;
}
/* line 244, ../scss/screen.scss */
article.blogdetail ol {
  margin-left: 40px;
}
/* line 247, ../scss/screen.scss */
article.blogdetail ol li {
  border: none;
  list-style-type: decimal;
  margin-bottom: 0;
  padding: 0;
}

/* line 260, ../scss/screen.scss */
div.pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
  *zoom: 1;
  line-height: 1.2em;
}
/* line 267, ../scss/screen.scss */
div.pagination a {
  width: 33%;
}
/* line 270, ../scss/screen.scss */
div.pagination a.previous {
  float: left;
}
/* line 274, ../scss/screen.scss */
div.pagination a.next {
  float: right;
  text-align: right;
}
/* line 279, ../scss/screen.scss */
div.pagination a span {
  font-weight: bold;
}

/* line 303, ../scss/screen.scss */
footer {
  width: 70%;
  padding: 20px 0 0 30%;
  margin: 20px 0 0 0;
  margin: 40px 0 0;
  font-size: .666666667em;
}
