/* line 17, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/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/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 26, content/style/screen.sass */
body {
  background-color: #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #666666));
  background-image: -webkit-linear-gradient(top, #333333, #666666);
  background-image: -moz-linear-gradient(top, #333333, #666666);
  background-image: -o-linear-gradient(top, #333333, #666666);
  background-image: -ms-linear-gradient(top, #333333, #666666);
  background-image: linear-gradient(top, #333333, #666666);
}

/* line 30, content/style/screen.sass */
#page {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  background-color: white;
  border-left: solid 4px #666666;
  border-right: solid 4px #666666;
}

/* line 36, content/style/screen.sass */
#breadcrumbs {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 1em;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #breadcrumbs {
  overflow-x: hidden;
}
/* line 41, content/style/screen.sass */
#breadcrumbs a {
  color: #666666;
  text-decoration: none;
}
/* line 44, content/style/screen.sass */
#breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}

/* line 48, content/style/screen.sass */
#main {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  display: inline;
  float: left;
  position: relative;
  margin: 0 -160px 1.5em 160px;
  display: inline;
  float: left;
  margin-right: 0;
  width: 630px;
  line-height: 1.5;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  color: #333333;
  font-size: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #main {
  overflow-x: hidden;
}
/* line 51, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  font-weight: normal;
  color: #222222;
}
/* line 52, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main h1 img, #main h2 img, #main h3 img, #main h4 img, #main h5 img, #main h6 img {
  margin: 0;
}
/* line 53, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.50em;
}
/* line 54, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
/* line 55, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1.00em;
}
/* line 56, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
/* line 57, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.50em;
}
/* line 58, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main h6 {
  font-size: 1em;
  font-weight: bold;
}
/* line 59, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main p {
  margin: 0 0 1.5em;
}
/* line 60, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main p .left {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 61, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main p .right {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
/* line 62, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main a {
  text-decoration: underline;
  color: #0066cc;
}
/* line 18, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#main a:visited {
  color: #004c99;
}
/* line 21, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#main a:focus {
  color: #0099ff;
}
/* line 24, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#main a:hover {
  color: #0099ff;
}
/* line 27, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#main a:active {
  color: #bf00ff;
}
/* line 63, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}
/* line 64, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main strong, #main dfn {
  font-weight: bold;
}
/* line 65, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main em, #main dfn {
  font-style: italic;
}
/* line 66, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main sup, #main sub {
  line-height: 0;
}
/* line 67, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main abbr, #main acronym {
  border-bottom: 1px dotted #666666;
}
/* line 68, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main address {
  margin: 0 0 1.5em;
  font-style: italic;
}
/* line 69, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main del {
  color: #666666;
}
/* line 70, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main pre {
  margin: 1.5em 0;
  white-space: pre;
}
/* line 71, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main pre, #main code, #main tt {
  font: 1em Andale Mono, Lucida Console, monospace;
  line-height: 1.5;
}
/* line 72, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main li ul, #main li ol {
  margin: 0;
}
/* line 73, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main ul, #main ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
/* line 74, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main ul {
  list-style-type: disc;
}
/* line 75, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main ol {
  list-style-type: decimal;
}
/* line 76, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main dl {
  margin: 0 0 1.5em 0;
}
/* line 77, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main dl dt {
  font-weight: bold;
}
/* line 78, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main dd {
  margin-left: 1.5em;
}
/* line 79, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main table {
  margin-bottom: 1.4em;
  width: 100%;
}
/* line 80, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main th {
  font-weight: bold;
}
/* line 81, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main thead th {
  background: #c3d9ff;
}
/* line 82, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main th, #main td, #main caption {
  padding: 4px 10px 4px 5px;
}
/* line 85, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main table.striped tr:nth-child(even) td,
#main table tr.even td {
  background: #e5ecf9;
}
/* line 86, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main tfoot {
  font-style: italic;
}
/* line 87, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main caption {
  background: #eeeeee;
}
/* line 88, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main .quiet {
  color: #666666;
}
/* line 89, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
#main .loud {
  color: #111111;
}
/* line 53, content/style/screen.sass */
#main h1 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
/* line 55, content/style/screen.sass */
#main h2 {
  margin-top: 2em;
  border-bottom: solid 1px #333333;
}
/* line 59, content/style/screen.sass */
#main h2 {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
/* line 59, content/style/screen.sass */
#main h3 {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
/* line 59, content/style/screen.sass */
#main h4 {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
/* line 59, content/style/screen.sass */
#main h5 {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}

/* line 75, content/style/screen.sass */
#navigation {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  background-color: #cccccc;
  color: #666666;
  font: 16px Helvetica Neue, Arial, Helvetica, sans-serif;
  border-top: solid 4px #dddddd;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #navigation {
  overflow-x: hidden;
}
/* line 68, content/style/screen.sass */
#navigation a {
  color: #666666;
  text-decoration: none;
}
/* line 71, content/style/screen.sass */
#navigation a:hover {
  color: #333333;
  text-decoration: underline;
}
/* line 79, content/style/screen.sass */
#navigation .menu {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 230px;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #navigation .menu {
  overflow-x: hidden;
}
/* line 81, content/style/screen.sass */
#navigation .menu h2 {
  padding: 1em;
  padding-bottom: 0;
}
/* line 84, content/style/screen.sass */
#navigation .menu li {
  padding: 1em;
  padding-bottom: 0;
}
/* line 87, content/style/screen.sass */
#navigation .menu ul {
  padding-bottom: 1em;
}
/* line 89, content/style/screen.sass */
#navigation #craftmanships {
  margin-right: 0;
}
/* line 92, content/style/screen.sass */
#navigation h2 {
  font-weight: bold;
}

/* line 96, content/style/screen.sass */
#footer {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  background-color: #cccccc;
  color: #666666;
  font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
  padding: 1em;
  padding-top: 2em;
  text-align: center;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #footer {
  overflow-x: hidden;
}
/* line 68, content/style/screen.sass */
#footer a {
  color: #666666;
  text-decoration: none;
}
/* line 71, content/style/screen.sass */
#footer a:hover {
  color: #333333;
  text-decoration: underline;
}

/* line 107, content/style/screen.sass */
#front-title {
  display: inline;
  float: left;
  margin-right: 0;
  width: 630px;
  margin-top: 20px;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #front-title {
  overflow-x: hidden;
}
/* line 109, content/style/screen.sass */
#front-title #avatar {
  float: right;
}
/* line 111, content/style/screen.sass */
#front-title h1 {
  font-size: 34px;
  font-weight: bold;
}
/* line 114, content/style/screen.sass */
#front-title h3 {
  font-size: 18px;
}
/* line 116, content/style/screen.sass */
#front-title h1, #front-title h3 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  letter-spacing: normal;
  margin-bottom: 1.5em;
}

/* line 122, content/style/screen.sass */
#motto {
  display: inline;
  float: left;
  position: relative;
  margin: 0 -320px 1.5em 320px;
  display: inline;
  float: left;
  margin-right: 0;
  width: 310px;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #motto {
  overflow-x: hidden;
}

/* line 126, content/style/screen.sass */
.front-block {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  display: inline;
  float: left;
  margin-right: 0;
  width: 630px;
  margin-bottom: 3em;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .front-block {
  overflow-x: hidden;
}
/* line 131, content/style/screen.sass */
.front-block #affiliations div {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px;
  margin-bottom: 1.5em;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .front-block #affiliations div {
  overflow-x: hidden;
}
/* line 134, content/style/screen.sass */
.front-block #affiliations #affiliation-inria {
  margin-right: 0;
}
/* line 137, content/style/screen.sass */
.front-block #contact-details div {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px;
}
/* line 147, /Users/jponge/.rvm/gems/ruby-1.9.3-p0/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .front-block #contact-details div {
  overflow-x: hidden;
}
/* line 139, content/style/screen.sass */
.front-block #contact-details #direct {
  margin-right: 0;
}

/* line 144, content/style/screen.sass */
.expansion-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.2em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  background-color: #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(top, #666666, #333333);
  background-image: -moz-linear-gradient(top, #666666, #333333);
  background-image: -o-linear-gradient(top, #666666, #333333);
  background-image: -ms-linear-gradient(top, #666666, #333333);
  background-image: linear-gradient(top, #666666, #333333);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #666666;
  -webkit-box-shadow: #666666;
  -o-box-shadow: #666666;
  box-shadow: #666666;
  text-shadow: black;
}
/* line 145, content/style/screen.sass */
.expansion-button a {
  letter-spacing: 1px;
  color: white !important;
  text-decoration: none !important;
  font-weight: bold !important;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}
/* line 162, content/style/screen.sass */
.expansion-button:hover {
  background-color: #666666;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #666666));
  background-image: -webkit-linear-gradient(top, #999999, #666666);
  background-image: -moz-linear-gradient(top, #999999, #666666);
  background-image: -o-linear-gradient(top, #999999, #666666);
  background-image: -ms-linear-gradient(top, #999999, #666666);
  background-image: linear-gradient(top, #999999, #666666);
}

