/* vim: sts=2:et
*/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  min-width: 700px;      /* 2x LC width + RC width */
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  color: #333333;
}

strong {
  font-weight: bold;
}

a {
  color: #005b7f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 1em 0;
}

#page {
  max-width: 800px;
  margin: 0 auto 0 auto;
  padding: 0 1em 0 1em;
}

#colmask {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}

#colright, #colmid, #colleft {
  float: left;
  width: 100%;
  position: relative;
}

#colmid {
  right: 25%;
}

#colleft {
  right: 25%;
}

#main, #left, #right {
  float: left;
  position: relative;
  padding: 0 0 1em 0;
  overflow: hidden;
}

#main {
  width: 75%;
  left: 50%;
}

#left {
  width: 25%;
  left: 50%;
  margin-top: 45px;
}

#right {
  width: 25%;
  left: 50%;
  margin-top: 45px;
}

.sidebar {
  font-size: 80%;
  margin: 0 4px 0 20px;
}

.sidebar h6 {
  clear: both;
  background-color: #EBE4DB;
  color: #666666;
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-size: 150%;
  font-weight: bold;
  margin: 0em 0 0.5em 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.sidebar .box {
  clear: both;
  padding: 0.2em 1.5em 1.5em 0.8em;
}

.sidebar a {
  color: #333333;
}

.sidebar ul {
  list-style-type: none;
}

.sidebar ul li {
  margin: 0 0 0.2em 0;
  padding: 0 0 0.2em 0;
}

.sidebar ul li.more {
  border: none;
}

.sidebar .ad.box {
  margin: 0 0 0 auto;
  padding: 0;
  width: 124px;
}

.sidebar .links.box li {
}

.sidebar .links.box li.digg {
  padding: 2px 0 0.2em 20px;
  margin: 0 0 4px 0;
  background: transparent url(images/icon-digg.gif) 0px 0px no-repeat;
  min-height: 18px;
}

.sidebar .links.box li.google {
  padding: 2px 0 0.2em 20px;
  margin: 0 0 2px 0;
  background: transparent url(images/icon-google.gif) 0px 4px no-repeat;
  min-height: 18px;
}

.sidebar .links.box li span.preview {
  display: none;
}

#link-preview {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border: 1px solid #cccccc;
  width: 400px;
  height: 300px;
}

.sidebar .box a.u {
  color: #005b7f;
  font-weight: bold;
}

.sidebar .box a.t {
  color: #bbbbbb;
}

.sidebar .box a.more {
  color: #bbbbbb;
  font-weight: normal;
}

.sidebar .space {
  clear: both;
  padding-bottom: 1.8em;
}

.sidebar .amazon.box {
  padding: 0.2em 0 0 0.2em;
}

.sidebar .amazon.box li {
  float: left;
}

.sidebar .amazon.box li img {
  width: 64px;
  height: 64px;
  padding: 2px;
  margin: 0;
  border: none;
}

.sidebar .blog.box li {
  border: none;
}

.sidebar .blog.box li h5 {
  font-weight: bold;
  font-size: 150%;
  color: #cccccc;
  margin: 0.5em 0 0.1em 0;
}

.sidebar .blog.box li ul {
  padding: 0.5em 0 0 0;
}

.sidebar .blog.box li ul li {
  font-weight: normal;
  padding: 0 0 0.2em 0;
}

.sidebar .lastfm.box {
}

.sidebar .lastfm.box li {
  padding: 2px 0 0 20px;
  margin: 0 0 4px 0;
  background: transparent url(images/icon-lastfm.gif) 0px 0px no-repeat;
  min-height: 18px;
}

.sidebar .lastfm.box li.more {
  background: none;
}

#footer {
  clear: both;
  position: relative;
}

/* General stuff */

div.clear {
  clear: both;
}

/* H1, ... */

h1 {
  font-size: 180%;
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
}

h1 a {
  font-weight: bold;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  margin-top: 2px;
}

/* Header area */

#header {
  color: #ffffff;
  padding: 0;
  margin: 0;
}

#header .top {
  margin: 10px 0 0 0;
  padding: 18px;
  background: #005b7f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

#header img {
  float: left;
  height: 64px;
  width: 64px;
  padding: 0.2em 1.3em 0 0;
}

#header .blurb {
  position: absolute;
  left: 100px;
  top: 24px;
}

#header .blurb h2 {
  font-size: 200%;
  font-family: Geneva,Tahoma,Arial,sans-serif;
  font-weight: bold;
}

#header .blurb h2 a {
  color: #cccccc;
}

#header .popups {
  position: absolute;
  left: 100px;
  bottom: 16px;
  font-size: 90%;
}

#header .popups a {
  display: block;
  float: left;
  margin-right: 16px;
  color: #003b5f;
}

#header .popups a:hover {
  color: #cccccc;
}

#header .popups a span {
  font-size: 70%;
  position: relative;
  top: 0px;
}

#header .admin {
  float: right;
  padding: 0.6em 2em 0 0;
  font-size: 90%;
}

#header .admin a {
  color: #ffffff;
}

#header form {
  position: absolute;
  top: 24px;
  right: 24px;
}

#header form input {
  margin: 0;
  border: none;
  padding: 4px;
}

/* Error pages */

#errorpage {
  padding: 2em 0 0 0.2em;
}

#errorpage h1 {
  padding: 0 0 0.4em 0;
}

/* Content area */

.breadcrumb {
  padding: 0.3em 0 0 0.2em;
  position: relative;
}

.rss {
  position: absolute;
  right: 0;
  top: 0.3em;
}

.rss img {
  display: block;
  float: left;
  border: none;
  margin: 0;
  padding: 0.2em 0 0 1em;
}

.rss a.t {
  display: block;
  float: left;
  padding: 0.22em 0 0 0.2em;
}

.content {
  padding: 1em 4em 2em 0.2em;
  min-height: 50em;
}

.content .article h2 {
  margin: 1.5em 0 0 0;
}

.content .article h3 {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  color: #333333;
}
.content .article .meta {
  color: #bbbbbb;
  margin: 0.1em 0 1em 0;
}

.content .article .meta a {
  color: #bbbbbb;
}

.content .article .meta .hidden {
  color: #ff0000;
}

.content .article {
  margin: 1em 0 2em 0;
}

.content .article img.thumbnail {
  float: right;
  padding: 1px;
  margin: 0 0 8px 8px;
  /*border: 1px solid #cccccc;*/
}

.content .article blockquote {
  padding: 0.2em 0 1em 4em;
  font-style: italic;
  color: #999999;
  background: transparent url(images/quote.gif) no-repeat 0.8em 0.2em;
}

.content .article pre {
  font-size: 80%;
}

.content .article .code {
  overflow: auto;
  max-height: 30em;
  border: 1px solid #eeeeee;
}

.content .article .code pre {
  padding: 0.8em 0.8em 0.8em 0.8em;
}

.content .article .inline .code {
  max-height: none;
}

.content .article .inline .code pre {
}

.content .article .inline .code pre span {
}

.content .article ul {
  list-style-type: disc;
}

.content .article ul li {
  margin-left: 1.5em;
}

.content .article dt {
  margin: 0 0 0.2em 0;
}

.content .article dd {
  margin: 0 0 0.5em 2em;
}

.content .pages {
}

.content .pages a {
  display: block;
  float: left;
  border: 1px solid #ebe4db;
  padding: 0.3em 0.35em 0.2em 0.35em;
  min-width: 1.3em;
  text-align: center;
  margin: 2px;
}

.content .pages a.sel {
  background: #005b7f;
  border: 1px solid #005b7f;
  color: #ffffff;
}

.content .pages span.skip {
  display: block;
  float: left;
  color: #cccccc;
  padding: 0.3em 0.35em 0.2em 0.35em;
  min-width: 1.3em;
  text-align: center;
  margin: 2px;
  border: 1px solid #ffffff;
}

.content .comment-info {
  color: #005b7f;
  padding-bottom: 0.8em;
}

.content .comments h5 {
  background-color: #999999;
  color: #ffffff;
  padding: 0.4em 0.5em 0.2em 0.5em;
  font-size: 150%;
  font-weight: bold;
  margin: 0.2em 0 0.5em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.content .comments h5 a.fbcomments, .content .comments h5 a.localcomments {
  float: right;
  color: #cccccc;
}

.content .comments table {
  margin: 1em 0 2em 0;
  width: 100%;
}

.content .comments table td {
  vertical-align: top;
  padding: 4px 0 1em 0.5em;
  margin: 0;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
}

.content .comments table td div.author {
  margin-bottom: 0.5em;
}

.content .comments table td div.author .time {
  font-size: 80%;
  float: right;
}

.content .comments table td div.author .spam-info {
  color: #bbbbbb;
}

.content .comments table td.gravatar {
  border-bottom: 1px solid #E0E0E0;
  padding: 4px 0 0 0;
  width: 50px;
}

.content .comments table td.gravatar img {
  padding: 0;
  border: 1px solid #cccccc;
}

.content .comments code {
  white-space: pre;
}

.content .comments p {
  margin: 0.8em 0 0.8em 0;
  padding: 0;
}

.content .comments blockquote {
  background: #eeeeee;
  padding: 1px 1px 1px 0.5em;
  margin: 0;
  color: #666666;
}

.content .comments blockquote p {
  margin: 0.4em 0 0.4em 0;
  padding: 0;
}

.content .comments ul {
  margin: 0 0 0.3em 0;
  padding: 0;
}

.content .comments ul li {
  margin: 0 0 0 1.5em;
  padding: 0;
}

#comment-preview {
  display: none;
  background: #ffffee;
}

#comment-preview td {
  border: none;
}

.content form.comment textarea {
  width: 100%;
}

.content form.comment label {
  display: block;
}

.content form.comment label[for="id_honeypot"] {
  display: none;
}

.markdown-help {
    color: #999999;
}

.markdown-help a {
    color: #666666;
}

.markdown-help p {
    padding: 0;
    margin: 0;
}

.markdown-help ul {
    padding: 0;
    margin: 1em 0 1em 1em;
}

.markdown-help ul li {
    padding: 0;
    margin: 0.2em 0 0.2em 1em;
}

#id_honeypot {
  display: none;
}

.content form.comment label[for="id_notify_email"] {
  position: relative;
  left: 1.5em;
  top: 1.25em;
}

.content form.comment .preview-container {
  padding: 0;
  margin: 4px 0 -16px 0;
}

.content form.comment label[for="id_live_preview"] {
  display: inline;
}

#id_comment {
  min-height: 20em;
}

.no-results {
  margin: 1em 0 1em 0;
  color: #666666;
}

.flatpage {
  margin: 1em 0 0 0;
}

.flatpage h3 {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  color: #005B7F;
}

.flatpage p {
  margin: 1em 0 1em 0;
  padding: 0;
}

.flatpage ul {
  list-style-type: disc;
  margin: 0.5em 0 1em 1.5em;
}

.flatpage ul li {
  padding: 0.1em 0 0.1em 0;
}

/* Shared Links page */

h2.shared-links {
  margin: 1em 0 0 0;
  background: #ccccdd;
  color: #ffffff;
  width: 980px;
  font-size: 150%;
  font-weight: normal;
  padding: 5px 10px 5px 10px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
}

#linkbrowser {
  position: relative;
  width: 1000px;
  height: 600px;
}

#browser-status {
  margin: 1em 0 0 0;
  color: #cccccc;
}

#prev-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 320px;
  padding: 280px 0 0 0;
  background: #eeeeff;
  text-decoration: none;
  text-align: center;
}

#prev-link:hover {
  background: #ddddee;
  color: #ffffff;
}

#next-link {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100px;
  height: 320px;
  padding: 280px 0 0 0;
  background: #eeeeff;
  border: none;
  text-decoration: none;
  text-align: center;
}

#next-link:hover {
  background: #ddddee;
  color: #ffffff;
}

#cur-link {
  position: absolute;
  display: block;
  left: 100px;
  top: 0;
  width: 800px;
  height: 600px;
  background: #eeeeee;
}

#cur-link div {
  position: absolute;
  width: 800px;
  height: 600px;
}

#cur-link div img {
  border: none;
  position: absolute;
  width: 800px;
  height: 600px;
  background-position: 0 0;
  background-repeat: none;
}

/* Footer area */

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

#footer a {
  color: #666666;
}

#footer .fat {
  min-height: 100px;
  background: #ebe4db;
  color: #666666;
  font-size: 80%;
  padding: 2em;
  margin: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#footer .fat .col {
  float: left;
  margin-right: 5em;
}

#footer .fat .col h6 {
  border-bottom: 1px solid #bbbbbb;
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
}

#footer table td.divide {
  border: none;
  padding-right: 5em;
}

/* Popups */

.popups a {
  color: #cccccc;
}

.popup-window {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 320px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #999 #666 #ddd;
}

#facebook-comments {
  margin-top: 2em;
}

