/* new.scss */
/* top-to-bottom gradient */
body {
  font-family: Optima, Calibri, "Gill Sans", "Gill Sans MT", Arial, "Sans Serif";
  margin: 0px;
  padding: 0px;
  width: 97%;
  max-width: 1000px;
  /* yup */ }

#blog-header h1 {
  /* rounded corners for all major browsers */
  border-bottom-left-radius: 14px 14px;
  border-bottom-right-radius: 14px 14px;
  border-top-left-radius: 14px 14px;
  border-top-right-radius: 14px 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  background: #ffe000;
  /* default */
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2');
  /* Safari, Chrome */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe000), to(yellow));
  /* Firefox */
  background: -moz-linear-gradient(top, #ffe000, yellow);
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #eeeeee;
  text-shadow: white 0px 2px; }

#blog-post-title {
  /* rounded corners for all major browsers */
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #cccccc;
  /* default */
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2');
  /* Safari, Chrome */
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
  /* Firefox */
  background: -moz-linear-gradient(top, #cccccc, #eeeeee);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border: 2px solid #eeeeee;
  text-shadow: white 0px 2px;
  padding-right: 20px; }

#main-left {
  float: left;
  width: 280px;
  max-width: 280px;
  padding-left: 20px; }
  #main-left #post-info {
    margin-top: 20px;
    width: 201px;
    max-width: 201px;
    padding: 10px;
    /* rounded corners for all major browsers */
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #cccccc;
    /* default */
    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2');
    /* Safari, Chrome */
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
    /* Firefox */
    background: -moz-linear-gradient(top, #cccccc, #eeeeee);
    border: 2px solid #eeeeee;
    line-height: 140%; }
    #main-left #post-info a.tag {
      text-decoration: none;
      /* rounded corners for all major browsers */
      border-bottom-left-radius: 7px 7px;
      border-bottom-right-radius: 7px 7px;
      border-top-left-radius: 7px 7px;
      border-top-right-radius: 7px 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      background: white;
      border: 2px solid #bbbbbb;
      padding-left: 4px;
      padding-right: 4px;
      line-height: 160%; }
  #main-left #contact-info {
    margin-top: 20px;
    width: 201px;
    max-width: 201px;
    padding: 10px;
    /* rounded corners for all major browsers */
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #cccccc;
    /* default */
    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2');
    /* Safari, Chrome */
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
    /* Firefox */
    background: -moz-linear-gradient(top, #cccccc, #eeeeee);
    border: 2px solid #eeeeee; }
    #main-left #contact-info a.pagelink {
      /* rounded corners for all major browsers */
      border-bottom-left-radius: 7px 7px;
      border-bottom-right-radius: 7px 7px;
      border-top-left-radius: 7px 7px;
      border-top-right-radius: 7px 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      background: white;
      color: black;
      padding-left: 4px;
      padding-right: 4px;
      border: 2px solid #aaaaaa;
      line-height: 160%; }
    #main-left #contact-info a:hover.pagelink {
      background: black;
      color: white; }
  #main-left #linkies {
    margin-top: 20px; }
    #main-left #linkies a img {
      border: none; }
  #main-left a {
    text-decoration: none; }

#main-right {
  margin-left: 280px;
  padding-right: 20px;
  line-height: 140%;
  /* Normal text indents; code, blockquotes, etc, do not */
  /* Note: these are necessary to keep the tags and text of index-by-tag
     in line. */
  /* there is no way to move the images further to the left, like pre and
     blockquote etc. unless we add a class to the <p> that contains them, 
     but we can't because it's auto-generated, grrr! */
  /* used for small images that should appear in the text; smilies, mana
     symbols, etc. */ }
  #main-right p, #main-right h3, #main-right .zoiks {
    padding-left: 20px;
    padding-right: 20px; }
  #main-right pre {
    /* rounded corners for all major browsers */
    border-bottom-left-radius: 14px 14px;
    border-bottom-right-radius: 14px 14px;
    border-top-left-radius: 14px 14px;
    border-top-right-radius: 14px 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    background: #ccccff;
    /* default */
    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2');
    /* Safari, Chrome */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccccff), to(#eeeeff));
    /* Firefox */
    background: -moz-linear-gradient(top, #ccccff, #eeeeff);
    border: 2px solid #dddddd;
    padding: 20px;
    line-height: 120%; }
  #main-right code {
    color: #000080; }
  #main-right blockquote {
    /* rounded corners for all major browsers */
    border-bottom-left-radius: 14px 14px;
    border-bottom-right-radius: 14px 14px;
    border-top-left-radius: 14px 14px;
    border-top-right-radius: 14px 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    background: #ffffcc;
    /* default */
    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2');
    /* Safari, Chrome */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffcc), to(#ffffee));
    /* Firefox */
    background: -moz-linear-gradient(top, #ffffcc, #ffffee);
    border: 2px solid #ffffaa;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px; }
  #main-right a {
    /* rounded corners for all major browsers */
    border-bottom-left-radius: 7px 7px;
    border-bottom-right-radius: 7px 7px;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 7px 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-decoration: none;
    background: #D0D0FF;
    color: black;
    padding-left: 4px;
    padding-right: 4px;
    border: 2px solid #C0C0FF; }
  #main-right a:hover {
    background: blue;
    color: white;
    border-color: navy; }
  #main-right a.imglink {
    text-decoration: none;
    border: none;
    background: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px; }
  #main-right img {
    margin-top: 20px;
    margin-bottom: 10px;
    background: none !important;
    border: 10px solid #cccccc !important;
    /* rounded corners for all major browsers */
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px; }
  #main-right img.inline {
    margin: 0px !important;
    display: inline !important;
    border: 0 !important;
    padding: 0px !important; }
  #main-right table.side-by-side {
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    min-width: 90%;
    max-width: 90%;
    width: 95%;
    border-collapse: collapse; }
    #main-right table.side-by-side th {
      text-align: left; }
    #main-right table.side-by-side tr {
      padding: 0px;
      vertical-align: top; }
    #main-right table.side-by-side tr.tblsubheader td {
      padding-top: 20px; }
    #main-right table.side-by-side td {
      padding: 0px;
      margin-right: 5px; }
    #main-right table.side-by-side thead {
      text-decoration: underline; }

#comments hr {
  margin-right: 5px; }

/* "transparent" table used for indexes. */
table.tblclean {
  padding-right: 10px;
  border-collapse: collapse;
  /* no borders */
  /*max-width: 90%;*/
  margin-left: 20px; }
  table.tblclean td.tblclean-date {
    padding-right: 10px;
    white-space: nowrap; }
  table.tblclean td {
    padding-right: 4px;
    vertical-align: top; }

#my-disqus-block {
  margin-left: 0px !important;
  margin-top: 40px;
  min-width: 500px;
  width: auto;
  display: inline-table;
  background: #dddddd;
  /* default */
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2');
  /* Safari, Chrome */
  background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#eeeeee));
  /* Firefox */
  background: -moz-linear-gradient(top, #dddddd, #eeeeee);
  /* rounded corners for all major browsers */
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #eeeeee;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*
  #dsq-textarea-wrapper {
      min-height: 100px;
  }
  */ }
  #my-disqus-block h3, #my-disqus-block p {
    padding: 0; }
  #my-disqus-block #dsq-new-post, #my-disqus-block #dsq-comments-title, #my-disqus-block .dsq-options {
    /* don't show rounded corners, etc, in Disqus block */ }
    #my-disqus-block #dsq-new-post a:hover, #my-disqus-block #dsq-comments-title a:hover, #my-disqus-block .dsq-options a:hover {
      background: inherit !important;
      color: inherit !important;
      border: inherit !important; }

.invisible {
  display: none; }

/* is for all intents and purposes invisible. on real browsers at least... */
.almost-invisible {
  height: 0px !important;
  width: 0px !important;
  max-height: 0px !important;
  max-width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  color: white;
  background: white;
  border: 0px solid white !important; }

.zoiks {
  margin-bottom: 10px;
  margin-top: 20px; }

#footer {
  margin: 20px;
  padding-top: 20px;
  clear: both;
  font-size: 0.8em; }
