html, body {
  background-color: white;
  color: #555555;
  font-size: 18px;
  padding: 0;
  height: 100%; }

#middle {
  overflow: hidden;
  margin: 40px 0px 0px 0px; }
  #middle a:hover {
    color: red; }

#nav {
  float: right; }

#code {
  background: url(/images/background-code-loading.gif) center center no-repeat;
  height: 200px;
  overflow: auto; }
  #code .commit {
    background: url(/images/background-commit.png) repeat-x;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 0 10px; }
    #code .commit .repository {
      color: black;
      display: block;
      font: bold 13pt "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
      float: left;
      line-height: 43px;
      text-decoration: none; }
    #code .commit .date {
      color: #888888;
      float: right;
      line-height: 42px; }
    #code .commit .message {
      line-height: 42px;
      overflow: hidden;
      padding-left: 10px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  #code .commit-description {
    background: url(../images/background-code-description.gif);
    color: white;
    padding: 10px;
    -moz-box-shadow: inset black 0 0 3px;
    -webkit-box-shadow: inset black 0 0 3px; }
    #code .commit-description p {
      font-size: 14px;
      font-weight: bold;
      text-shadow: black 0 1px 2px; }
    #code .commit-description .link {
      background-color: rgba(0, 0, 0, 0.3);
      display: inline-block;
      padding: 5px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
  #code code {
    display: block;
    font: 11pt "consolas", "Monaco", monospace;
    margin-bottom: 10px;
    /*  overflow:auto; */
    padding: 0 10px;
    /*  white-space:pre; */ }

#archive {
  font-size: 15px; }
  #archive .note .title {
    font-size: 23px; }

#search {
  float: right;
  padding: 0px 0px 0px 0px;
  width: 100%; }

#heading {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  margin-top: -40px; }
  #heading h2 {
    margin: 15px 0px; }

#disqus_thread {
  margin: 50px 0px 20px 0px; }

#index-notes {
  margin-top: 15px;
  font-size: 13px; }
  #index-notes a {
    /* text-shadow: 10px 10px 25px #555 */ }
  #index-notes .note {
    font-size: 16px;
    margin-top: 5px; }
    #index-notes .note h3 a {
      color: red; }
      #index-notes .note h3 a:hover {
        color: red; }
    #index-notes .note .title {
      margin: 0;
      padding: 0px 0 0 0;
      margin-left: 10px;
      padding-left: 10px;
      font: italic 17px Georgia, Serif; }
      #index-notes .note .title h3 a {
        color: red; }
      #index-notes .note .title a {
        color: #555555;
        text-decoration: none; }
        #index-notes .note .title a:hover {
          color: red; }

#slideshowHolder a {
  color: white; }
  #slideshowHolder a:hover {
    color: red; }
#slideshowHolder #ft-title-slideshowHolder {
  padding: 5px; }

#photos {
  margin: 30px;
  overflow: hidden; }
  #photos a {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; }
    #photos a:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  #photos li {
    display: block;
    float: left;
    margin: 6px; }
  #photos ul li a img {
    vertical-align: bottom;
    border: solid #999999; }

#tweet-icon img {
  margin: 15% 0 0 15px; }

.tweet {
  background: url("../images/twitter.png") no-repeat scroll left top;
  font-size: 11px;
  margin-top: 25px;
  margin-left: 10px;
  padding-left: 35px;
  height: 55px; }
  .tweet li {
    list-style: none;
    margin-left: 65px; }
  .tweet span {
    font-size: 12px; }
  .tweet a {
    color: red !important;
    text-decoration: none;
    font-size: 11px; }

a {
  color: #555555;
  text-decoration: none; }
  a:hover {
    color: red; }

.container_12, .container_16 {
  min-height: 100%;
  max-width: 1000px;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin-bottom: 0.3em; }

h2 {
  margin-top: 1em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em;
  text-transform: uppercase; }

a#index-login {
  text-weight: thin;
  text-decoration: blink; }
a.green {
  color: #6b9100; }
a.red {
  color: #a6001c; }
a.orange {
  color: #e03d19; }
a.yellow {
  color: #ffe433; }
a.light-orange {
  color: #ff841f; }

h1#branding {
  font-size: 75px;
  text-align: leftb;
  margin: 0px;
  padding: 20px 0px;
  color: #555555; }
  h1#branding a {
    /* text-shadow: 10px 10px 25px #555 */ }
    h1#branding a:hover {
      color: #555555; }
h1#links {
  font-size: 4em;
  text-align: left;
  background: red; }
h1 li {
  list-style: none;
  margin: 0px;
  padding: 1%; }

h2 a#page-heading {
  font-weight: normal;
  margin: 0 0 0px 90px;
  color: red;
  font-size: 30px;
  /* text-shadow: 10px 10px 25px #555 */ }

.box {
  margin-bottom: 20px;
  padding: 10px 10px 1px 10px; }
  .box h2 {
    -x-system-font: none;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px;
    color: #555555;
    font-size: 35px;
    margin: -10px -10px 0 -10px;
    padding: 6px 12px; }
  .box h2 span {
    font-size: 15px;
    font-family: "Lucida Grande", Sans-Serif;
    text-transform: uppercase; }
    .box h2 span a {
      color: red;
      display: block;
      padding: 6px 12px;
      margin: -6px -12px;
      border: none; }
      .box h2 span a.visible {
        color: red;
        display: block;
        padding: 6px 12px;
        margin: -6px -12px;
        border: none; }

.grid_4 .box h2 a {
  background-position: 97% 50%; }

.grid_5 .box h2 a {
  background-position: 98% 50%; }

.grid_12 .box h2 a {
  background-position: 99% 50%; }

.box h2 a.hidden {
  background-image: url("../images/switch_plus.gif"); }
  .box h2 a.hidden:hover {
    background-image: url("../images/switch_plus.gif"); }
.box h2 a a:hover {
  background-color: red; }

.block {
  padding-top: 10px; }
  .block p {
    color: #555555;
    text-align: justify; }

div.menu {
  padding: 0;
  float: right; }
  div.menu h2 {
    margin: 0; }
  div.menu .block {
    padding-top: 0; }

blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2em;
  padding-left: 1em;
  border-left: 4px solid #cccccc; }
  blockquote cite {
    font-size: 0.9em; }

ul, ol {
  padding-top: 0px; }

ul.menu {
  list-style: none;
  border-top: 1px solid #bbbbbb; }
  ul.menu li {
    margin: 0; }
    ul.menu li a {
      display: block;
      padding: 4px 10px;
      border-bottom: 1px solid #cccccc; }
      ul.menu li a:hover {
        background: #eeeeee; }
      ul.menu li a:active {
        background: #cccccc; }
  ul.menu ul {
    list-style: none;
    margin: 0; }
    ul.menu ul li a {
      padding-left: 30px; }
ul.section {
  border-top: 0;
  margin-bottom: 0; }
  ul.section li {
    text-transform: uppercase; }
    ul.section li a {
      background: #bbbbbb; }
      ul.section li a:hover {
        background: #aaaaaa; }
      ul.section li a:active {
        color: red;
        background: #666666; }
    ul.section li li a {
      background: #dddddd;
      border-bottom: 1px solid #eeeeee; }
      ul.section li li a:hover {
        background: #cccccc; }
      ul.section li li a:active {
        color: #555555;
        background: red; }
  ul.section ul li {
    text-transform: none; }
  ul.section ul.current li a {
    background: #eeeeee;
    border-bottom: 1px solid red; }
    ul.section ul.current li a:hover {
      background: #dddddd; }
    ul.section ul.current li a:active {
      background: red; }
  ul.section li a.current {
    color: red;
    background: #666666; }
    ul.section li a.current:hover {
      background: #555555; }
    ul.section li a.current:active {
      background: #444444; }
  ul.section li a.active {
    background: red;
    cursor: default; }
  ul.section li.current > a.active {
    color: red;
    background: #666666;
    cursor: default; }
    ul.section li.current > a.active:hover {
      color: red;
      background: #666666;
      cursor: default; }

table {
  width: 100%;
  border: 1px solid #bbbbbb;
  margin-bottom: 10px; }

col.colC {
  width: 8em; }

th, td {
  padding: 0.2em 1em;
  text-align: left; }

thead th {
  border-bottom: 2px solid #888888;
  background: #bbbbbb;
  padding: 0.4em 1em 0.2em; }
  thead th.table-head {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #555555;
    background: #555555;
    border: 1px solid #555555; }

tbody th, tbody td {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  background: #eeeeee; }
tbody tr.odd th, tbody tr.odd td {
  background: #555555; }

tfoot th, tfoot td {
  border-top: 2px solid #666666;
  background: #eeeeee; }
tfoot tr.total th, tfoot tr.total td {
  border-top: 6px double #666666; }
tfoot tr.total th {
  text-transform: uppercase; }

th.currency, td.currency {
  text-align: right; }

form {
  overflow: hidden; }

fieldset {
  border: 1px solid #bbbbbb;
  padding: 10px;
  position: relative;
  background: #e9e9e9;
  margin-bottom: 10px; }

legend {
  font-size: 1.1em;
  padding: 0.4em 0.8em;
  background: #555555;
  border: 1px solid #bbbbbb; }

fieldset.login p {
  margin-bottom: 1em;
  margin-top: 0pt; }
fieldset p label, fieldset p input {
  width: 98%; }
fieldset p select {
  width: 99%; }
fieldset.login p label {
  float: left;
  line-height: 2em;
  margin-right: 3%;
  text-align: right;
  width: 32%; }
fieldset.login p input {
  width: 60%; }
fieldset.login input.button {
  margin-left: 35%; }

form p.notice {
  font-weight: bold; }

input.search.text {
  width: 66%; }
input.search.button {
  width: 28%;
  margin-left: 2%; }

.articles {
  padding: 0;
  font: 16px/1.4em Helvetica, sans-serif; }
  .articles a {
    color: red; }
  .articles h2 {
    margin: 0; }

#download h2 {
  padding: 0 0 1em 1em; }

#articles {
  padding-top: 0;
  padding-bottom: 20px; }

.article {
  border-top: 1px solid #666666;
  padding-top: 0.5em; }

.box .article {
  border-top: 3px solid #555555;
  padding: 13px 10px 0 10px; }

.article h2 {
  font-size: 2em;
  font-weight: normal;
  text-transform: none;
  color: #333333;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none; }
.article h3 {
  margin-bottom: 0.2em;
  font: italic 22px Georgia, Serif; }
  .article h3 a {
    /* text-shadow: 10px 10px 25px #555 */
    color: red; }
    .article h3 a:hover {
      color: red; }

.box .first {
  border-top: none; }

.article h4 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0.5em; }
.article a.image {
  float: right;
  margin: 3px 10px 3px 15px;
  padding: 4px;
  background: white;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }
  .article a.image:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; }
.article p.meta {
  color: #666666;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  padding: 0.3em 0;
  margin-bottom: 0.8em; }

#site_info {
  background: url("../images/divider-ornament-wide-light.png") no-repeat scroll center bottom transparent;
  margin: 10px 0px 20px 0px;
  border-top: 1px solid #cccccc;
  padding-top: 20px; }
  #site_info .box {
    color: white;
    margin-bottom: 10px; }

#footer-inside {
  position: relative;
  overflow: hidden;
  margin: 0px 15px 20px 0px; }
  #footer-inside h4 {
    -x-system-font: none;
    font-family: Georgia, Serif;
    font-size: 20px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px;
    color: red; }
  #footer-inside h4 span {
    font-size: 15px;
    font-family: "Lucida Grande", Sans-Serif;
    text-transform: uppercase; }
  #footer-inside ul {
    margin: 0 0 0 15px; }
  #footer-inside li {
    font-size: 12px;
    margin: 0 0 3px; }
  #footer-inside a {
    border-bottom: 1px dotted #666666;
    color: #555555;
    font: italic 12px Georgia, Serif; }
  #footer-inside a:hover {
    border-bottom: 1px solid red;
    color: red; }
  #footer-inside .powered p a {
    color: red; }
  #footer-inside .powered p {
    font-size: 14px;
    font-family: Georgia, Serif;
    margin: 10px 10px 0 0;
    float: right; }
  #footer-inside #generator-link {
    margin: 10px; }
  #footer-inside .hid-link {
    border: medium none;
    display: block;
    height: 8px;
    position: absolute;
    text-indent: -9999px;
    width: 8px; }
  #footer-inside .hid-link:hover {
    background: #fe4902 none repeat scroll 0 0;
    border: medium none; }

#image {
  opacity: 0.5;
  float: left;
  margin-bottom: 20px; }

#author {
  left: 10px;
  font-size: 15px;
  margin: 30px 0; }
  #author h4 {
    -x-system-font: none;
    font-family: Georgia, Serif;
    font-size: 25px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px; }
  #author h4 span {
    font-size: 15px;
    font-family: "Lucida Grande", Sans-Serif;
    text-transform: uppercase; }
  #author a {
    color: red; }

#loading {
  float: right;
  margin-right: 14px;
  margin-top: -2px; }

.block {
  padding-bottom: 1px; }

.toggler {
  color: #222222;
  margin: 0;
  padding: 2px 5px;
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  font-size: 1.1em;
  font-weight: normal; }

.element h4 {
  margin: 0;
  padding: 4px;
  line-height: 1.2em; }
.element p {
  margin: 0;
  padding: 4px; }

.float-right {
  padding: 10px 20px;
  float: right; }

#accordian-block {
  padding-bottom: 10px; }

#kwick-box {
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px; }
  #kwick-box h2 {
    margin: 0; }
  #kwick-box h4 {
    -x-system-font: none;
    font-family: Georgia, Serif;
    font-size: 22px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px; }
  #kwick-box h4 span {
    font-size: 15px;
    font-family: "Lucida Grande", Sans-Serif;
    text-transform: uppercase; }
  #kwick-box a {
    color: red; }

#kwick {
  position: relative; }
  #kwick .kwicks {
    display: block;
    background: #65605e;
    height: 100px;
    list-style: none;
    margin: 0;
    overflow: hidden; }
  #kwick li {
    float: left;
    margin: 0;
    padding: 0; }
  #kwick .kwick {
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 80px;
    width: 60px;
    padding: 10px;
    /* background: #fff */ }
    #kwick .kwick span {
      color: #555555;
      display: block;
      padding-bottom: 10px; }
  #kwick li.one {
    background: #c3cfb2; }
  #kwick li.two {
    background: #b2f03d; }
  #kwick li.three {
    background: #abc63b; }
  #kwick li.four {
    background: #858c56; }
  #kwick li.five {
    background: #65605e; }

#content {
  margin: 0px auto;
  /* padding: 20px 0 0 0 */
  float: left;
  margin-bottom: 10px;
  text-align: justify;
  width: 100%; }
  #content a {
    color: red; }
    #content a:hover {
      border-bottom: 1px dotted #666666; }

.note {
  margin-top: 20px;
  font-size: 16px; }
  .note a {
    color: red; }
    .note a:hover {
      border-bottom: 1px dotted #666666; }
  .note .date {
    float: left;
    width: 29px;
    height: 32px;
    margin: 0;
    margin-top: 3px;
    margin-right: 40px;
    padding-top: 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: gray; }
    .note .date b {
      margin: 0;
      padding: 0;
      display: block;
      margin-top: -5px;
      font-size: 14px;
      color: #555555; }
  .note .title {
    margin: -30px 0 10px;
    padding: 0;
    font: italic 30px Georgia, Serif; }
    .note .title h3 a {
      color: #555555; }
    .note .title a {
      color: #555555;
      text-decoration: none; }
      .note .title a:hover {
        color: red; }
  .note .meta {
    margin-bottom: 30px; }
    .note .meta a {
      color: red;
      font-size: 17px; }
      .note .meta a:hover {
        color: #555555; }
    .note .meta small {
      font-size: 15px; }
  .note .entry {
    margin: 0;
    padding: 0 0 25px 70px; }
    .note .entry p {
      margin: 0px;
      text-align: justify; }

#older_notes {
  font-size: 120%; }

#new_note {
  position: absolute;
  top: 1em;
  right: 1em; }

.postzoom {
  margin-top: 20px;
  position: relative; }
  .postzoom .title {
    margin: 0;
    padding: 0px 0 0 0;
    font-size: 5em; }
  .postzoom .meta {
    margin: 15px 0 5px 0;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    color: #979680; }
  .postzoom .entry {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px; }
  .postzoom .edit {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0; }

form[name=edit] input[name=title] {
  font-size: 100%;
  width: 98%; }
form[name=edit] input[name=tags] {
  font-size: 100%;
  width: 98%; }
form[name=edit] textarea {
  font-size: 100%;
  width: 98%;
  height: 40em; }

pre {
  padding: 15px;
  margin: 20px 0 30px;
  overflow: auto; }

pre, code {
  font-family: "Monaco", "Courier New", "Terminal", monospace;
  font-size: 14px;
  overflow: auto;
  background-color: #999999;
  padding: 5px;
  margin-bottom: 20px;
  display: inline-table; }

.gist {
  width: 75%; }

code span.comment {
  color: #ff830f;
  font-style: italic; }
code span.string {
  color: #a1ff25; }
code span.brackets {
  color: green; }
code span.symbol {
  color: #6d9cbe; }
code span.keywords {
  color: #228dff;
  font-weight: bold; }
code span.classes {
  color: #ff0cce; }
code span.instancevars {
  color: #ffe30f; }

code.html span.tag {
  color: #ffc66d; }
code.html span.attribute {
  color: #ffc66d; }
code.html span.string {
  color: #a5c261; }
code.html span.doctype {
  color: #ffc66d; }

.CodeRay {
  background-color: #232323;
  border: 1px solid black;
  font-family: "Courier New", "Terminal", monospace;
  color: #e6e0db;
  padding: 3px 5px;
  overflow: auto;
  font-size: 12px;
  margin: 12px 0; }

.CodeRay pre {
  margin: 0px;
  padding: 0px; }

.CodeRay .an {
  color: #e7be69; }

.CodeRay .c {
  color: #bc9358;
  font-style: italic; }

.CodeRay .ch {
  color: #509e4f; }

.CodeRay .cl {
  color: white; }

.CodeRay .co {
  color: white; }

.CodeRay .fl {
  color: #a4c260; }

.CodeRay .fu {
  color: #ffc56d; }

.CodeRay .gv {
  color: #d0cffe; }

.CodeRay .i {
  color: #a4c260; }

.CodeRay .il {
  background: #151515; }

.CodeRay .iv {
  color: #d0cffe; }

.CodeRay .pp {
  color: #e7be69; }

.CodeRay .r {
  color: #cb7832; }

.CodeRay .rx {
  color: #a4c260; }

.CodeRay .s {
  color: #a4c260; }

.CodeRay .sy {
  color: #6c9cbd; }

.CodeRay .ta {
  color: #e7be69; }

.CodeRay .pc {
  color: #6c9cbd; }

