/* line 17, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 114, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 15 */
body {
  text-shadow: 1px 1px 2px black;
  background: transparent url("../images/bg-html.gif");
  background-attachment: fixed;
  color: #b1bdc9;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,sans-serif;
  font-size: 13px;
}
/* line 24 */
body h1, body h2 {
  color: white;
}
/* line 28 */
body p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
/* line 33 */
body a {
  color: white;
  text-decoration: none;
}
/* line 37 */
body a:hover {
  text-decoration: underline;
}
/* line 42 */
body ul {
  line-height: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
}

/* line 49 */
.page {
  width: 910px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  margin-top: 3em;
  margin-bottom: 3em;
}
/* line 54 */
.page .content {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 630px;
  padding-right: 40px;
}
/* line 147, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .page .content {
  overflow-x: hidden;
}
/* line 59 */
.page aside {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
}
/* line 147, /Users/happynoff/.rvm/gems/ruby-1.9.2-p290@cv/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .page aside {
  overflow-x: hidden;
}

/* line 64 */
.header {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 3em;
  padding: 20px 30px;
}
/* line 70 */
.header > h1 {
  font-size: 3em;
  text-transform: uppercase;
}
/* line 74 */
.header > h2 {
  font-size: 1.5em;
  font-variant: small-caps;
  color: #ffcf00;
}

/* line 82 */
section > h1 {
  background: transparent url("../images/title-bar.png") repeat-x 0 100%;
  font-size: 1.5em;
  margin: 2em 0 1em;
  padding-bottom: 12px;
  text-transform: uppercase;
}
/* line 90 */
section article {
  padding-left: 1em;
}
/* line 93 */
section article h1 {
  font-size: 1.2em;
  margin: 2em 0 1em;
}
/* line 97 */
section article h1 a {
  color: #ffcf00;
}
/* line 101 */
section article h1 .when {
  color: #ffcf00;
  margin-right: 1em;
}
/* line 106 */
section article h1 .what {
  margin-right: 1em;
}
/* line 110 */
section article h1 .where {
  color: #BBB;
}
/* line 115 */
section article h2 {
  margin: 1em 0;
}
/* line 119 */
section article .desc {
  padding-left: 1em;
}
/* line 124 */
section ul {
  margin-left: 2em;
}

/* line 129 */
table {
  width: 50%;
}
/* line 132 */
table th {
  border-bottom: 1px solid #b1bdc9;
  padding: 5px 0;
}
/* line 137 */
table td {
  height: 1.5em;
}
/* line 140 */
table td:nth-child(2) span {
  display: none;
}

/* line 147 */
aside .block {
  margin-bottom: 1.5em;
}
/* line 150 */
aside .block h1 {
  color: #ffcf00;
  font-variant: small-caps;
  line-height: 1.3em;
  margin-bottom: 1em;
}
/* line 157 */
aside .block p {
  margin: 2em 0;
}
/* line 161 */
aside .block ul {
  list-style-type: none;
}
/* line 165 */
aside .block .photo img {
  -moz-box-shadow: 1px 1px 2px black;
  -webkit-box-shadow: 1px 1px 2px black;
  -o-box-shadow: 1px 1px 2px black;
  box-shadow: 1px 1px 2px black;
  border: 5px solid #FFF;
}

@media print {
  /* line 4, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  body {
    text-shadow: none;
    background: transparent;
    color: black;
    font-size: 80%;
  }
  /* line 10, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  body a {
    color: black;
  }

  /* line 25, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  .header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  /* line 30, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  .header > h1, .header > h2 {
    color: black;
  }

  /* line 35, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  table {
    width: 100%;
  }
  /* line 38, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  table th {
    border: 0;
    padding: 5px 0;
  }
  /* line 43, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  table tr:nth-of-type(even) {
    background: #EEE;
  }
  /* line 49, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  table td:nth-child(2) span {
    display: inline;
  }
  /* line 53, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  table td img {
    display: none;
  }

  /* line 60, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  section > h1 {
    background: transparent;
    color: black;
    padding-bottom: 0;
  }
  /* line 68, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  section article h1, section article h1 a, section article h1 .what, section article h1 .when, section article h1 .where {
    color: black;
  }
  /* line 73, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  section article h2 {
    color: black;
    font-weight: bold;
  }

  /* line 80, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  aside {
    margin-top: 3em;
  }
  /* line 83, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  aside .pdf {
    display: none;
  }
  /* line 88, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  aside .block h1 {
    color: black;
  }
  /* line 92, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  aside .block .photo img {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: 0;
    border: 0;
  }
  /* line 98, /Users/happynoff/Developpement/misc/cv/src/stylesheets/_print.scss */
  aside .block.find-me a:link:after, aside .block.find-me a:visited:after {
    content: " " attr(href) " ";
  }
}

