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.scicast {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }
  body.scicast h1 {
    font-weight: normal;
    color: #222222;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em; }
    body.scicast h1 img {
      margin: 0; }
  body.scicast h2 {
    font-weight: normal;
    color: #222222;
    font-size: 2em;
    margin-bottom: 0.75em; }
  body.scicast h3 {
    font-weight: normal;
    color: #222222;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em; }
  body.scicast h4 {
    font-weight: normal;
    color: #222222;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em; }
  body.scicast h5 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  body.scicast h6 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold; }
  body.scicast h2 img, body.scicast h3 img, body.scicast h4 img, body.scicast h5 img, body.scicast h6 img {
    margin: 0; }
  body.scicast p {
    margin: 0 0 1.5em; }
    body.scicast p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    body.scicast p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  body.scicast a {
    text-decoration: underline;
    color: #000099; }
    body.scicast a:visited {
      color: #000066; }
    body.scicast a:focus {
      color: black; }
    body.scicast a:hover {
      color: black; }
    body.scicast a:active {
      color: #cc0099; }
  body.scicast blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }
  body.scicast strong {
    font-weight: bold; }
  body.scicast em {
    font-style: italic; }
  body.scicast dfn {
    font-style: italic;
    font-weight: bold; }
  body.scicast sup, body.scicast sub {
    line-height: 0; }
  body.scicast abbr, body.scicast acronym {
    border-bottom: 1px dotted #666; }
  body.scicast address {
    margin: 0 0 1.5em;
    font-style: italic; }
  body.scicast del {
    color: #666; }
  body.scicast pre {
    margin: 1.5em 0;
    white-space: pre; }
  body.scicast pre, body.scicast code, body.scicast tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  body.scicast li ul, body.scicast li ol {
    margin: 0 1.5em; }
  body.scicast ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  body.scicast ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  body.scicast dl {
    margin: 0 0 1.5em 0; }
    body.scicast dl dt {
      font-weight: bold; }
  body.scicast dd {
    margin-left: 1.5em; }
  body.scicast table {
    margin-bottom: 1.4em;
    width: 100%; }
  body.scicast th {
    font-weight: bold; }
  body.scicast thead th {
    background: #c3d9ff; }
  body.scicast th, body.scicast td, body.scicast caption {
    padding: 4px 10px 4px 5px; }
  body.scicast tr.even td {
    background: #e5ecf9; }
  body.scicast tfoot {
    font-style: italic; }
  body.scicast caption {
    background: #eee; }
  body.scicast .quiet {
    color: #666666; }
  body.scicast .loud {
    color: #111111; }

body.scicast .box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9; }
body.scicast div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eeeeee; }
body.scicast div.colborder {
  padding-right: 22px;
  margin-right: 22px;
  border-right: 1px solid #eeeeee; }
body.scicast hr {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none; }
body.scicast hr.space {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
  background: #fff;
  color: #fff; }


body.layout #container {
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block; }
  body.layout #container {
    display: block; }
body.layout #l-sidebar-wrapper {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 235px; }
  * html body.layout #l-sidebar-wrapper {
    overflow-x: hidden; }
  body.layout #l-sidebar-wrapper #l-sidebar-l {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 95px;
    margin-top: 1.5em;
    padding-top: 0.5em; }
    * html body.layout #l-sidebar-wrapper #l-sidebar-l {
      overflow-x: hidden; }
  body.layout #l-sidebar-wrapper #l-sidebar-r {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 130px;
    border-top-right-radius: 24px;
    -moz-border-radius-topright: 24px;
    -webkit-border-top-right-radius: 24px;
    margin-right: 0; }
    * html body.layout #l-sidebar-wrapper #l-sidebar-r {
      overflow-x: hidden; }
    body.layout #l-sidebar-wrapper #l-sidebar-r #logo {
      margin-top: 14px;
      padding-top: 10px;
      padding-bottom: 24px;
      border-top-right-radius: 24px;
      -moz-border-radius-topright: 24px;
      -webkit-border-top-right-radius: 24px; }
    body.layout #l-sidebar-wrapper #l-sidebar-r #menuPanel {
      border-bottom-right-radius: 24px;
      -moz-border-radius-bottomright: 24px;
      -webkit-border-bottom-right-radius: 24px;
      padding-bottom: 0.5em; }
    body.layout #l-sidebar-wrapper #l-sidebar-r #supporters {
      margin-top: 1.5em;
      border-bottom-right-radius: 24px;
      -moz-border-radius-bottomright: 24px;
      -webkit-border-bottom-right-radius: 24px; }
      body.layout #l-sidebar-wrapper #l-sidebar-r #supporters img {
        border: 0;
        margin-left: 6px;
        margin-top: 10px; }
body.layout #content-wrapper {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 690px;
  margin-right: 0; }
  * html body.layout #content-wrapper {
    overflow-x: hidden; }
  body.layout #content-wrapper #heading-banner {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 725px;
    padding-left: 35px;
    padding-top: 3.0em;
    margin-top: 14px;
    margin-bottom: 1.5em;
    border-top-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -webkit-border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    -moz-border-radius-bottomleft: 24px;
    -webkit-border-bottom-left-radius: 24px;
    margin-right: 0; }
    * html body.layout #content-wrapper #heading-banner {
      overflow-x: hidden; }
    body.layout #content-wrapper #heading-banner h1 {
      padding-bottom: 0px;
      margin-bottom: 15 px; }
  body.layout #content-wrapper #content {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 725px;
    padding-left: 35px;
    margin-right: 0;
    border-top-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -webkit-border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    -moz-border-radius-bottomleft: 24px;
    -webkit-border-bottom-left-radius: 24px; }
    * html body.layout #content-wrapper #content {
      overflow-x: hidden; }
    body.layout #content-wrapper #content #main-column {
      display: inline;
      float: left;
      margin-right: 10px;
      width: 480px;
      padding-right: 22px;
      margin-right: 22px;
      border-right: 1px solid #eeeeee;
      margin-top: 1.5em; }
      * html body.layout #content-wrapper #content #main-column {
        overflow-x: hidden; }
      body.layout #content-wrapper #content #main-column .comments {
        padding-bottom: 1.5em; }
      body.layout #content-wrapper #content #main-column h1.search-results-header {
        font-size: 2em;
        padding: 1.5em;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        background: #d9c3ad;
        display: inline;
        float: left;
        position: relative;
        margin-left: -35px;
        display: inline;
        float: left;
        margin-right: 10px;
        width: 445px;
        margin-right: 0;
        border-top-right-radius: 24px;
        -moz-border-radius-topright: 24px;
        -webkit-border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        -moz-border-radius-bottomright: 24px;
        -webkit-border-bottom-right-radius: 24px; }
        * html body.layout #content-wrapper #content #main-column h1.search-results-header {
          overflow-x: hidden; }
    body.layout #content-wrapper #content #r-sidebar {
      display: inline;
      float: left;
      margin-right: 10px;
      width: 130px;
      padding-right: 35px;
      margin-top: 1.5em;
      margin-right: 0; }
      * html body.layout #content-wrapper #content #r-sidebar {
        overflow-x: hidden; }
      body.layout #content-wrapper #content #r-sidebar .widget-content {
        font-size: 0.833em;
        line-height: 1.44em;
        margin-bottom: 1.5em; }
      body.layout #content-wrapper #content #r-sidebar .widget-syndicate {
        padding-top: 1.5em; }
body.layout #footer {
  display: inline;
  float: right;
  position: relative;
  margin: 0 -245px 1.5em 245px;
  padding-left: 35px;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 690px;
  margin-right: 0;
  margin-top: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-left-radius: 24px;
  -moz-border-radius-bottomleft: 24px;
  -webkit-border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
  -moz-border-radius-topleft: 24px;
  -webkit-border-top-left-radius: 24px; }
  * html body.layout #footer {
    overflow-x: hidden; }

body.layout {
  background-color: black;
  background-image: url(../images/background_01.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  body.layout #container #l-sidebar-wrapper #l-sidebar-l {
    background-color: transparent; }
  body.layout #container #l-sidebar-wrapper #l-sidebar-r {
    background-color: #920f01; }
    body.layout #container #l-sidebar-wrapper #l-sidebar-r #logo {
      background-color: white; }
    body.layout #container #l-sidebar-wrapper #l-sidebar-r #menuPanel {
      background-color: white; }
      body.layout #container #l-sidebar-wrapper #l-sidebar-r #menuPanel a {
        text-decoration: none;
        color: black; }
      body.layout #container #l-sidebar-wrapper #l-sidebar-r #menuPanel a:hover {
        text-decoration: underline;
        color: red; }
      body.layout #container #l-sidebar-wrapper #l-sidebar-r #menuPanel li.blog_link a {
        color: #920f01; }
      body.layout #container #l-sidebar-wrapper #l-sidebar-r #menuPanel li.blog_link a:hover {
        color: red; }
    body.layout #container #l-sidebar-wrapper #l-sidebar-r #supporters {
      background-color: =!scicast_logo; }
  body.layout #container #content-wrapper {
    background-color: #920f01; }
    body.layout #container #content-wrapper #heading-banner {
      background-color: black; }
      body.layout #container #content-wrapper #heading-banner h1, body.layout #container #content-wrapper #heading-banner p, body.layout #container #content-wrapper #heading-banner a {
        color: white;
        text-decoration: none; }
        body.layout #container #content-wrapper #heading-banner h1 a:hover, body.layout #container #content-wrapper #heading-banner p a:hover, body.layout #container #content-wrapper #heading-banner a a:hover {
          text-decoration: underline; }
    body.layout #container #content-wrapper #content {
      background-color: white; }
      body.layout #container #content-wrapper #content #main-column {
        background-color: white; }
      body.layout #container #content-wrapper #content #r-sidebar {
        background-color: white; }
  body.layout #container #footer {
    background-color: white; }

body.blog a {
  color: #920f01;
  text-decoration: none; }
body.blog a:hover {
  text-decoration: underline;
  color: red; }
body.blog a:visited {
  color: #920f01; }
body.blog h2.asset-name {
  border-bottom: 1px solid #999;
  font-weight: bold; }
  body.blog h2.asset-name a {
    text-decoration: none;
    color: black; }
  body.blog h2.asset-name a:hover {
    color: red; }
body.blog .asset-date {
  display: inline;
  float: left;
  position: relative;
  margin-left: -35px;
  padding-left: 3px;
  font-style: italic;
  color: #c8c8c8;
  text-align: center; }
  body.blog .asset-date .date .day {
    font-size: 2em;
    font-weight: bold;
    line-height: 18px; }
  body.blog .asset-date .date .month {
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1.5em;
    line-height: 18px; }
  body.blog .asset-date .date .year {
    line-height: 18px; }
body.blog p {
  text-align: justify; }
  body.blog p img.right {
    height: 180px;
    float: right; }
  body.blog p img.left {
    height: 180px;
    float: left; }
body.blog .asset-links {
  margin-top: 1.5em;
  border-top: 1px dashed #999; }
  body.blog .asset-links .entry-categories {
    padding-bottom: 0px; }
    body.blog .asset-links .entry-categories .entry-categories-list .entry-categories-header {
      font-weight: bold;
      padding-right: 2px; }
    body.blog .asset-links .entry-categories .entry-categories-list a {
      font-weight: normal; }
  body.blog .asset-links .entry-tags {
    padding-top: 0px; }
    body.blog .asset-links .entry-tags .entry-tags-list .entry-tags-header {
      font-weight: bold;
      padding-right: 2px; }
    body.blog .asset-links .entry-tags .entry-tags-list a {
      font-weight: normal; }
body.blog .asset-footer {
  border-top: 1px dashed #999;
  padding-bottom: 36px; }
  body.blog .asset-footer .next-actions {
    float: right; }
    body.blog .asset-footer .next-actions .share {
      font-style: italic; }
    body.blog .asset-footer .next-actions .discuss {
      font-style: italic; }
  body.blog .asset-footer .asset-meta .author {
    font-weight: bold; }

body.blog #r-sidebar h3.widget-header {
  padding-right: -35px;
  margin-top: 1.5em;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 6px;
  margin-bottom: 0;
  font-size: 1em;
  background-color: #920f01;
  color: white;
  border-top-right-radius: 24px;
  -moz-border-radius-topright: 24px;
  -webkit-border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px; }
body.blog #r-sidebar .widget-content p {
  text-align: left; }
body.blog #r-sidebar form.search {
  width: 20; }
body.blog #r-sidebar ul.widget-list {
  margin: 0;
  padding: 0;
  list-style: none; }
body.blog #r-sidebar ul.previous-posts {
  list-style: none; }

.comments .comments-header {
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #666;
  font-weight: bold; }
.comments .comment-header {
  font-weight: bold; }
.comments .comment-content {
  border-bottom: 1px dotted #666;
  margin-bottom: 1.5em; }

#comments-form label {
  font-weight: bold; }
#comments-form fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }
#comments-form legend {
  font-weight: bold;
  font-size: 1.2em; }
#comments-form input.text, #comments-form input.title, #comments-form input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
#comments-form input.title {
  font-size: 1.5em; }
#comments-form input[type=checkbox], #comments-form input.checkbox,
#comments-form input[type=radio], #comments-form input.radio {
  position: relative;
  top: 0.25em; }
#comments-form textarea {
  margin: 0.5em 0;
  padding: 5px; }
#comments-form select {
  margin: 0.5em 0; }
#comments-form fieldset {
  border: 1px solid #cccccc; }
#comments-form input.text, #comments-form input.title,
#comments-form textarea,
#comments-form select {
  border: 1px solid #bbbbbb; }
  #comments-form input.text:focus, #comments-form input.title:focus,
  #comments-form textarea:focus,
  #comments-form select:focus {
    border: 1px solid #666666; }
#comments-form input.text, #comments-form input.title {
  width: 300px; }
#comments-form textarea {
  width: 390px;
  height: 250px; }
#comments-form input.text, #comments-form input.title {
  width: 340px; }
#comments-form textarea {
  width: 340px;
  height: 15em; }
#comments-form .form-label {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 130px; }
  * html #comments-form .form-label {
    overflow-x: hidden; }
  #comments-form .form-label em {
    font-weight: normal; }
#comments-form .form-input {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 340px;
  margin-right: 0; }
  * html #comments-form .form-input {
    overflow-x: hidden; }
#comments-form #comments-open-footer {
  padding-left: 140px;
  margin-right: 0; }

.widget-cloud ul.widget-list {
  display: block;
  list-style: none; }
  .widget-cloud ul.widget-list li.widget-list-item {
    display: inline; }
  .widget-cloud ul.widget-list .rank-1 {
    font-size: 160%; }
  .widget-cloud ul.widget-list .rank-2 {
    font-size: 150%; }
  .widget-cloud ul.widget-list .rank-3 {
    font-size: 140%; }
  .widget-cloud ul.widget-list .rank-4 {
    font-size: 130%; }
  .widget-cloud ul.widget-list .rank-5 {
    font-size: 120%; }
  .widget-cloud ul.widget-list .rank-6 {
    font-size: 110%; }
  .widget-cloud ul.widget-list .rank-7 {
    font-size: 100%; }
  .widget-cloud ul.widget-list .rank-8 {
    font-size: 90%; }

body.scicast.layout #l-sidebar-wrapper #l-sidebar-r #menuPanel li {
  font-weight: bold;
  list-style: none outside url(../images/menu_arrow.gif);
  margin-left: 2px; }
