html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

body {
  font-family: "Lucida Grande", "Helvetica", sans-serif;
  line-height: 1.5em;
  color: #222;
  font-size: 12px;
  background-color: #f0efe9; }
  body h1 {
    font-size: 26px;
    margin-bottom: 1em; }
  body h2 {
    font-size: 22px;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #000; }
  body p {
    margin-bottom: 1em;
    line-height: 1.5em; }
  body p.center {
    text-align: center; }
  body #footer p {
    text-align: center;
    font-size: 10px;
    color: #696966;
    padding-right: 20px; }
    body #footer p a {
      color: #696966; }
  body a {
    color: #006caa; }
    body a:hover {
      background-color: #d2efff; }
    body a:active {
      color: #000;
      background-color: #d2efff; }

body.frontpage {
  font-size: 14px; }
  body.frontpage #container {
    font-family: "Lucida Grande", "Helvetica", sans-serif; }
    body.frontpage #container .block {
      padding: 15px 20px;
      margin: 0 -20px;
      margin-bottom: 2em;
      background-color: #FFF;
      -webkit-border-radius: 4px;
      -webkit-box-shadow: 0px 1px 2px #dcdbd3; }
      body.frontpage #container .block:last-child {
        margin-bottom: 1em; }
    body.frontpage #container p.punch {
      font-size: 20px;
      color: #000; }
    body.frontpage #container p.signup {
      margin-bottom: 2em; }
    body.frontpage #container h2.features {
      font-family: "Georgia", "Times New Roman", serif;
      text-align: center;
      font-size: 24px; }
    body.frontpage #container ul li strong {
      color: #000; }
    body.frontpage #container form p:first-child {
      margin-bottom: .5em; }
    body.frontpage #container form p {
      margin-bottom: 0; }
    body.frontpage #container form#subscribe {
      color: #000; }
      body.frontpage #container form#subscribe input[type=text] {
        width: 200px; }
      body.frontpage #container form#subscribe label {
        font-weight: bold; }

body.frontpage form.formtastic h2 {
  font-size: 18px;
  padding: 5px 10px;
  text-align: left;
  margin: -10px;
  margin-bottom: 1em;
  font-weight: bold; }

body.bp.three-col #container {
  margin-top: 1em; }
body.bp.three-col #sidebar .inner, body.bp.three-col #content .inner {
  background-color: #FFF;
  margin: 3px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px #dcdbd3; }
body.bp.three-col #content .inner {
  -webkit-border-radius: 10px; }
body.bp.three-col #footer p {
  text-align: right;
  margin: 1em auto; }

body #sidebar h1 {
  margin: .5em 10px;
  margin-top: 0; }
body #sidebar ul.account_menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  margin: 1em 10px;
  font-size: 14px; }
  body #sidebar ul.account_menu {
    display: block; }
  body #sidebar ul.account_menu li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    body #sidebar ul.account_menu li.first {
      padding-left: 0px; }
    body #sidebar ul.account_menu li.last {
      padding-right: 0px; }
  body #sidebar ul.account_menu a {
    color: #006caa; }
    body #sidebar ul.account_menu a:hover {
      background-color: #d2efff; }
    body #sidebar ul.account_menu a:active {
      color: #000;
      background-color: #d2efff; }
  body #sidebar ul.account_menu .logout a {
    color: red; }
  body #sidebar ul.account_menu .logout a:hover {
    background-color: red;
    color: #FFF; }
body #sidebar .inner h2 {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  background-color: #00a2ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3db8ff), to(#00a2ff));
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px;
  color: #0b1820;
  text-shadow: 0px 1px 1px #6ecaff;
  margin-bottom: 0;
  border-bottom: 1px solid #3ea9e6; }
body #sidebar .inner p.description {
  padding: 6px 10px;
  color: #444;
  font-size: 11px; }
body #sidebar .inner p.menu_action img {
  vertical-align: text-top; }
body #sidebar .inner p.menu_action a {
  display: block;
  padding: 6px 10px;
  font-weight: normal;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  color: #444;
  text-decoration: none; }
  body #sidebar .inner p.menu_action a:hover {
    background-color: #fdfdfd;
    color: #000; }
body #sidebar .inner ol li {
  border-bottom: 1px solid #eee;
  text-shadow: 0px 1px 1px #FFF; }
  body #sidebar .inner ol li.active a {
    color: #000;
    background-color: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0)); }
  body #sidebar .inner ol li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #444; }
    body #sidebar .inner ol li a:hover {
      background-color: #fafafa;
      color: #000; }

body #content .inner {
  overflow: hidden;
  display: inline-block; }
  body #content .inner {
    display: block; }
body #content ul {
  list-style-type: none;
  margin: 1em 20px; }
body #content p {
  margin: .5em 20px; }
body #content p.working_on {
  background-color: #fffee3;
  margin: 0 -20px;
  padding: 1em 40px; }
body #content p.explanation {
  margin-bottom: 1.5em; }
body #content strong {
  font-weight: bold; }
body #content p:last-child {
  margin-bottom: 20px; }
body #content h1 {
  margin: .5em 20px;
  margin-bottom: 1em;
  margin-top: 20px; }
body #content h2 {
  font-size: 18px;
  margin: .5em 20px;
  font-weight: bold; }
body #content a {
  color: #006caa; }
  body #content a:hover {
    background-color: #d2efff; }
  body #content a:active {
    color: #000;
    background-color: #d2efff; }
body #content p.logout {
  text-align: right; }
  body #content p.logout a {
    color: #f00; }
    body #content p.logout a:hover {
      background: none; }

body #content .header {
  background-color: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
  padding: 20px;
  margin-bottom: 1em; }
  body #content .header h1 {
    margin: .5em;
    margin-left: 0;
    margin-top: 0;
    text-shadow: 0px 1px 1px #FFF;
    font-weight: bold; }
    body #content .header h1 span {
      display: block;
      color: #888;
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 3px; }
  body #content .header p {
    margin: 0; }
    body #content .header p a {
      color: red; }
      body #content .header p a:hover {
        background-color: #ffd7d7; }
      body #content .header p a:active {
        background-color: #ffd7d7;
        color: #000; }
body #content p#add_feeds {
  text-align: center; }
body #content h2.first {
  margin-top: .5em; }
body #content h2 {
  margin-top: 2em;
  font-weight: normal; }
body #content p.call_to_action {
  font-size: 14px;
  font-weight: bold; }
body #content ul {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: .5em; }
  body #content ul li {
    font-weight: bold;
    font-size: 13px; }
body #content .papers {
  margin: 1em 20px; }
  body #content .papers .paper_block {
    margin-right: 10px;
    margin-bottom: 10px;
    zoom: 1;
    display: inline;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee; }
    body #content .papers .paper_block span.title {
      font-weight: bold; }
      body #content .papers .paper_block span.title a {
        zoom: 1;
        display: inline;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        padding: 10px; }

body #container a.button {
  zoom: 1;
  display: inline;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 2px #ccc;
  -moz-box-shadow: 0px 0px 2px #ccc;
  -moz-border-radius: 20px;
  border: 1px solid #ccc;
  padding: 3px 12px;
  text-decoration: none;
  background-color: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(top, #fff, #ddd);
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px #FFF;
  line-height: 150%;
  margin: .5em 0;
  vertical-align: middle; }
  body #container a.button:hover {
    border: 1px solid #aaa;
    color: #000; }
  body #container a.button:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
    background: -moz-linear-gradient(top, #eee, #fff); }
body #container span.fake_button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 2px #ccc;
  -moz-box-shadow: 0px 0px 2px #ccc;
  border: 1px solid #ccc;
  padding: 3px 12px;
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  color: #aaa;
  font-weight: bold;
  zoom: 1;
  display: inline;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  width: 80%;
  margin: .1em -8px; }
body #container a.button.small {
  font-size: 10px;
  padding: 2px 8px; }
body #container a.button.normal {
  font-weight: normal; }
body #container a.button.large {
  font-size: 16px;
  line-height: 28px; }
body #container a.button.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#79a348), to(#4d7123));
  border: 1px solid #79a348;
  color: white;
  text-shadow: 0 1px 1px #000; }
  body #container a.button.green:hover {
    border: 1px solid #4d7123; }
  body #container a.button.green:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#4d7123), to(#79a348)); }
body #container a.button.signup {
  padding: 3px 30px;
  -webkit-box-shadow: 0px 0px 2px #dcdbd3;
  -moz-box-shadow: 0px 0px 2px #dcdbd3; }

body.bp.three-col #content form.formtastic h2 {
  margin-top: .5em;
  font-weight: bold; }
body.bp.three-col #content form.formtastic h3 {
  font-size: 14px;
  margin: 1em 20px;
  font-weight: bold;
  margin-bottom: 2em; }
body.bp.three-col #content form.formtastic fieldset {
  margin: 0 20px; }
  body.bp.three-col #content form.formtastic fieldset p.inline-hints {
    margin-left: 25%;
    margin-bottom: 0; }

body.three-col #container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block; }
  body.three-col #container {
    display: block; }
body.three-col #header, body.three-col #footer {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px; }
  * html body.three-col #header, * html body.three-col #footer {
    overflow-x: hidden; }
body.three-col #sidebar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px; }
  * html body.three-col #sidebar {
    overflow-x: hidden; }
body.three-col #content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 630px; }
  * html body.three-col #content {
    overflow-x: hidden; }

body.frontpage #container {
  width: 600px;
  margin: 1em auto; }
  body.frontpage #container ul {
    zoom: 1;
    display: inline;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-left: 0; }
    body.frontpage #container ul li {
      margin: .5em 0; }
      body.frontpage #container ul li:first-child {
        margin-top: 0; }
  body.frontpage #container ul.right {
    float: right; }
  body.frontpage #container ul.left, body.frontpage #container ul.right {
    width: 46%; }

