/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#colorbox button {
  border: none; }

#cboxOverlay {
  background: #000; }

#cboxContent {
  margin-top: 20px; }

#cboxLoadedContent {
  background: #000;
  padding: 5px; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 50px;
  color: #ccc; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url('/static/main/img/colorbox/controls.png?961bfdd1ae14') no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious.hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url('/static/main/img/colorbox/controls.png?961bfdd1ae14') no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext.hover {
  background-position: bottom right; }

#cboxLoadingOverlay {
  background: #000; }

#cboxLoadingGraphic {
  background: url('/static/main/img/colorbox/loading.gif?961bfdd1ae14') no-repeat center center; }

#cboxClose {
  position: absolute;
  top: -19px;
  right: 0px;
  display: block;
  background: url('/static/main/img/colorbox/controls.png?961bfdd1ae14') no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose.hover {
  background-position: bottom center; }

/*# sourceMappingURL=tmppRzj9b.css.map */

/* Only variable and mixin definitions in this file please. */
body {
  font: 12px Verdana, Helvetica, Arial, sans-serif;
  margin: 0; }

img {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

h1 {
  font-weight: bold;
  font-size: 200%; }

h2 {
  font-weight: bold;
  font-size: 160%; }

h3 {
  font-size: 140%; }

p {
  margin: 1em 0;
  line-height: 140%; }

hr {
  width: 80%; }

noscript {
  font-weight: bold;
  color: #FF0000; }

.clear {
  height: 0;
  clear: both; }

#main_container {
  position: relative;
  width: 900px;
  margin: 0 auto; }

.grid {
  margin-bottom: 10px; }

a {
  color: #007700;
  text-decoration: none; }
  a:visited {
    color: #006600; }
  a:hover {
    color: #008800;
    text-decoration: underline; }
  a:active {
    color: #009900;
    text-decoration: underline; }

#messages {
  position: fixed;
  font-size: 120%;
  font-weight: bold;
  background: #ffcc33;
  background: rgba(255, 204, 51, 0.8);
  color: #443311;
  margin-top: 0;
  padding: 5px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2000;
  -moz-box-shadow: 0px 2px 6px #aaa;
  -webkit-box-shadow: 0px 2px 6px #aaa; }
  #messages span {
    display: block;
    clear: both; }
  #messages #messages_close {
    position: absolute;
    color: inherit;
    text-decoration: none;
    bottom: 0;
    top: 0;
    right: 10px;
    border: solid 1px;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: auto 20px; }

#pre_header {
  width: 0px;
  height: 0px;
  z-index: 10;
  margin: 0 auto;
  position: relative; }

#header {
  position: relative;
  height: 170px;
  z-index: 9; }

#logo {
  width: 84px;
  height: 98px;
  float: left;
  margin-top: 15px; }

#header_illu {
  position: absolute;
  top: 18px;
  left: -81px;
  width: 161px;
  height: 110px; }

#heart {
  position: absolute;
  top: 55px;
  left: -18px;
  width: 23px;
  height: 23px;
  background: white url('/static/main/img/heart.png?961bfdd1ae14'); }

#left_sibling {
  position: absolute;
  top: 18px;
  left: -81px;
  width: 81px;
  height: 120px; }

#right_sibling {
  position: absolute;
  top: 18px;
  left: 0px;
  width: 81px;
  height: 120px; }

#left_bubble, #right_bubble {
  position: absolute;
  visibility: hidden;
  font: 15px Schoolbell, Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  padding-top: 8px;
  left: -140px;
  width: 160px;
  height: 82px; }

#left_bubble {
  background: url('/static/main/img/left_bubble.png?961bfdd1ae14') top center no-repeat;
  left: -140px;
  width: 160px;
  height: 82px; }

#right_bubble {
  background: url('/static/main/img/right_bubble.png?961bfdd1ae14') top center no-repeat;
  left: 65px;
  width: 196px;
  height: 82px; }

#right_sibling:hover #right_bubble,
#left_sibling:hover #left_bubble {
  visibility: visible; }

#meta_nav {
  float: right;
  font-size: 80%; }
  #meta_nav span {
    margin: 0 7px; }
    #meta_nav span a {
      text-decoration: none;
      color: #000; }
    #meta_nav span a:hover {
      text-decoration: underline; }
  #meta_nav form {
    display: inline; }

#locale_switch_button {
  border: none;
  background: #DDD;
  font: inherit;
  color: inherit; }

#locale_switch_button:hover {
  text-decoration: underline; }

#support_us_form select {
  display: none;
  width: 120px; }

#slogan {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 120%;
  font-weight: bold;
  color: #900; }

#main_nav {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  margin: 0; }
  #main_nav li {
    background: url('/static/main/img/button_black_right.png?961bfdd1ae14') no-repeat top right;
    float: left;
    margin-left: 5px;
    padding-right: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold; }
    #main_nav li a {
      background: url('/static/main/img/button_black_left.png?961bfdd1ae14') no-repeat top left;
      color: #FFFFFF;
      text-decoration: none;
      display: block;
      padding: 6px 7px 8px 15px; }
    #main_nav li:hover {
      text-decoration: underline; }
  #main_nav #main_nav_home.active {
    background: url('/static/main/img/button_green_right.png?961bfdd1ae14') no-repeat top right; }
    #main_nav #main_nav_home.active a {
      background: url('/static/main/img/button_green_left.png?961bfdd1ae14') no-repeat top left; }
  #main_nav #main_nav_projects.active {
    background: url('/static/main/img/button_green_right.png?961bfdd1ae14') no-repeat top right; }
    #main_nav #main_nav_projects.active a {
      background: url('/static/main/img/button_green_left.png?961bfdd1ae14') no-repeat top left; }
  #main_nav #main_nav_blog.active {
    background: url('/static/main/img/button_green_right.png?961bfdd1ae14') no-repeat top right; }
    #main_nav #main_nav_blog.active a {
      background: url('/static/main/img/button_green_left.png?961bfdd1ae14') no-repeat top left; }
  #main_nav #main_nav_supporters.active {
    background: url('/static/main/img/button_blue_right.png?961bfdd1ae14') no-repeat top right; }
    #main_nav #main_nav_supporters.active a {
      background: url('/static/main/img/button_blue_left.png?961bfdd1ae14') no-repeat top left; }

/* Footer */
#footer_navigation {
  float: left;
  font-size: 90%;
  font-weight: bold;
  margin: 20px; }
  #footer_navigation span {
    margin: 0 10px; }
  #footer_navigation a {
    text-decoration: none;
    color: #000; }
  #footer_navigation a:hover {
    text-decoration: underline; }

#to_top {
  float: right;
  margin: 20px;
  font-size: 90%;
  font-weight: bold; }
  #to_top img {
    width: 13px;
    height: 7px;
    vertical-align: 30%;
    margin-left: 3px; }
  #to_top a {
    text-decoration: none;
    color: #000; }
  #to_top a:hover {
    text-decoration: underline; }

#footer_container {
  background: center top no-repeat url('/static/main/img/footer.png?961bfdd1ae14');
  /* 687 x 115 */
  text-align: center;
  padding-top: 90px;
  clear: both; }

#footer_creative_commons {
  clear: both;
  font-family: Schoolbell, Verdana, Helvetica, Arial, sans-serif;
  margin: 0 auto; }

#flattr_footer {
  margin-top: 5px; }

#networking_footer {
  margin: 0 auto; }
  #networking_footer img {
    width: 16px;
    height: 16px;
    margin: 0 1px; }

#iframe_container {
  margin: 0 20px; }

.comments {
  clear: both;
  border-top: dotted 1px;
  margin-top: 5em;
  padding-top: 2em; }

dl#comments {
  border-bottom: dotted 1px;
  margin-bottom: 2em;
  padding-bottom: 2em; }
  dl#comments dt {
    font-weight: bold;
    margin-top: 2em; }

#comment_form {
  width: 100%; }
  #comment_form input {
    width: 100%; }
  #comment_form textarea {
    width: 100%; }

#comment_preview ul {
  margin: 0;
  font-weight: bold; }
#comment_preview blockquote {
  border-top: dotted 1px;
  border-bottom: dotted 1px;
  margin: 2em; }

.gist-data {
  height: 50em; }

.inflate_heading, .inflate_heading_supporters, .inflate_heading_needs {
  position: relative;
  background: url('/static/main/img/gradient-30.png?961bfdd1ae14') bottom repeat-x;
  height: 40px;
  clear: both;
  padding: 20px;
  color: #FFFFFF;
  font: bold 200% Schoolbell, Verdana, Helvetica, Arial, sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.inflate_heading_supporters {
  background-color: #0099cc;
  width: 860px; }

.inflate_heading_needs {
  background-color: #51B948;
  margin-top: 1em;
  margin-bottom: 1em; }

.heading_plus_minus {
  float: left;
  width: 2em; }

.heading_link_arrow {
  position: absolute;
  left: 60px;
  bottom: -10px; }

/*# sourceMappingURL=tmpeBAXgZ.css.map */

/* Only variable and mixin definitions in this file please. */
#contentpage_container {
  min-height: 100px;
  background: url('/static/main/img/contentpage-bg.png?961bfdd1ae14') top repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#contentpage_data {
  margin: 30px 50px;
  width: 800px;
  float: left; }
  #contentpage_data #left {
    float: left;
    width: 530px; }
  #contentpage_data #right {
    float: right;
    width: 230px; }

/*# sourceMappingURL=tmpdObS_S.css.map */
