/*
Theme Name: selfthinker
Theme URI: http://blog.selfthinker.org/
Description: Theme for my personal weblog at http://blog.selfthinker.org/.
Version: 0.1
Author: Anika Henke
Author URI: http://selfthinker.org/
Tags: dark, technical, monospace, simple
*/

* {
    padding: 0;
    margin: 0;
}
body {
    font: normal 100.01%/1.5 "Lucida Console", Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Andale Mono", "Consolas", "Lucida Sans Typewriter", monospace;
    margin: 0 auto;
    text-align: center;
    background-color: #222;
    color: #ccf;
}
#page {
    text-align: left;
    margin: 0 auto;
    width: 74em;
    min-width: 600px;
    max-width: 100%;
    font-size: 85%;
}
#page_inner {
    padding: 1em;
}

/* header
********************************************************************/

#header {
}
#header h1 {
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}
#header h1 a {
}
#header h1 a span {
}
#header .description {
    float: left;
}
#header .skip {
    margin-right: 21em;
    text-align: right;
}
#header .skip a {
    background-color: transparent;
    color: #99f;
}
#header p.skip a:link span,
#header p.skip a:visited span {
    color: #222;
}
#header p.skip a:active span,
#header p.skip a:hover span,
#header p.skip a:focus span {
    color: #99f;
}
#header hr {
    display: none;
}

/* structure
********************************************************************/

#sidebar {
    width: 20em;
    float: right;
}
#sidebar_inner {
    padding-left: 1em;
}
#sidebar h3 {
    margin: 0 0 .2em 0;
}
#sidebar ul, #sidebar form {
    margin-bottom: 1.5em;
    padding-left: 0;
}
#sidebar ul li {
    list-style: none;
    line-height: 1.2;
    padding-bottom: .5em;
}
#sidebar hr {
    display: none;
}
#searchform label {
    font-size: 1.4em;
    margin: 0;
}

#content {
    margin-right: 21em;
}
#content_inner {
}


/* footer
********************************************************************/

#footer {
}
#footer hr {
    display: none;
}




#wrapper {
}
#content {
}
#content_inner {
}

/* general styles
********************************************************************/

/*____________ general elements ____________*/

h1, h2, h3, h4, h5, caption, legend, #searchform label {
    font-family: "Courier New", Courier, FreeMono, "Nimbus Mono L", "Liberation Mono", "TlwgMono", "TlwgTypewriter", monospace;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    text-align: left;
    line-height: 1.2;
}
h1 { font-size: 1.9em;   margin: 0 0 .526em;}
h2 { font-size: 1.6em;   margin: 0 0 .625em; }
h3 { font-size: 1.4em;   margin: 0 0 .714em; }
h4 { font-size: 1.2em;   margin: 0 0 .833em; }
h5 { font-size: 1em;     margin: 0 0 1.0em;  }
h6 { font-size: .875em;  margin: 0 0 1.1428em; }

p, ul, ol, dl, address, hr, pre, fieldset, table, blockquote {
    margin: 0 0 1.5em 0;
}

/* lists */
ul, ol { padding-left: 2.0em; }
ul ul, ul ol, ol ul, ol ol { margin: 0; }
ol {list-style-type: decimal;}
ol ol {list-style-type: lower-alpha;}
ol ol ol {list-style-type: upper-roman;}
ol ol ol ol {list-style-type: upper-alpha;}
ol ol ol ol ol {list-style-type: lower-roman;}
ul {list-style-type: disc;}
ul ul {list-style-type: circle;}
ul ul ul {list-style-type: square;}
ul ul ul ul {list-style-type: disc;}
ul ul ul ul ul {list-style-type: circle;}
li {  }
li li { font-size: 100%; }
dt, dd {  }

/* tables */
table {
    border-collapse: collapse;
    table-layout: auto;
    border-spacing: 0;
    empty-cells: hide;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
}
caption {
    font-size: 1.15em;
    margin-bottom: 0;
    caption-side: top;
}
th, td {
    padding: 0.2em 0.4em;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
th {
    font-weight: normal;
    text-align: left;
    border-color: #666;
    background-color: #222;
    color: inherit;
}
thead th {
    background-color: #222;
    color: inherit;
}
thead {
}
tbody {
}
tfoot {
}

/* monospaced */
pre, tt, code, samp, kbd {
    font: normal 120% "Courier New", Courier, monospace;
    background-color: #222;
    color: inherit;
}
pre {
    padding: 0.5em;
    overflow: auto;
}
blockquote {
    padding: 0.5em 3em;
    background-color: #222;
    color: inherit;
}
blockquote:before,
blockquote:after {
    font-size: 300%;
    line-height: 1;
    display: block;
}
blockquote:before {
    content: open-quote;
    margin: 0 0 -1.0em -0.7em;
}
blockquote:after {
    content: close-quote;
    margin: -0.5em 0 -0.5em 100%;
}
blockquote p {
    margin: 0 0 0.5em 0;
}
img {
    border: none;
}

/* forms */
form {
}
fieldset {
    padding: 0.5em;
}
legend {
    margin: 0;
    font-size: 1.15em;
    padding: 0 2px;
}
input, textarea, select {
    font: normal 1.0em "Lucida Console", Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Andale Mono", "Consolas", "Lucida Sans Typewriter", monospace;
    padding: 2px;
    vertical-align: middle;
    background-color: #333;
    color: #ccf;
    border-width: 0 0 1px 0;
}
textarea {
    width: 100%
}
option {
    padding-left: 0.4em;
}
label {
}
input.text {
}
input.radio_check {
}
label.radio_check {
}
input.button, button {
    cursor: pointer;
}

/* links */
a {
    background-color: inherit;
    text-decoration: none;
}
a:link,
a:visited {
    color: #99f;
}
a:hover,
a:active,
a:focus {
    color: #ccf;
}
#content a {
}
#content a:link,
#content a:visited {
    text-decoration: underline;
}
#content a:hover,
#content a:active,
#content a:focus {
    text-decoration: none;
}
hr {
    border: none;
    text-align: center;
    height: 0;
    clear: both;
}
acronym,
abbr {
    cursor: help;
    border-bottom: 1px dashed;
}

/*____________ general classes ____________*/
.cl, .cll, .clr {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    width: auto;
}
.cll {
    clear: left;
}
.clr {
    clear: right;
}
.hide {
    position: absolute;
    left: -5000px;
    top: -2000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin-left: 0 !important;
}
.alignright {
   float: right;
   margin-right: 0 !important;
}
.wp-caption {
   text-align: center;
   background-color: #222;
   padding-top: 5px;
   margin: 0 10px 10px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption p.wp-caption-text {
   padding: 2px 5px 5px 5px;
   margin: 0;
   font-size: 90%;
}

.box {
   background-color: #222;
   color: inherit;
   border-radius: 3px;
   float: right;
   margin: 0 0 1em 1em;
   width: 23em;
}
/*
div.box:nth-child(even) {
   float: left;
   margin: 0 1em 1em 0;
}
*/

/* content
********************************************************************/

div.post {
    padding: 1em;
    margin: 0 0 1.5em 0;
    background-color: #333;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
}
.postmetadata,
.cancel-comment-reply {
    font-size: 85%;
}
.more-link {
}
.meta {
}

.demo {
    text-align: right;
}
.demo a {
}

.date {
    float: right;
    width: 4.2em;
    background-color: #222;
    text-align: center;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.day,
.month,
.year {
    display: block;
}
.day {
    font-size: 150%;
}
.month {
    font-size: 75%;
}
.year {
    font-size: 90%;
}

div.entry h4 {
   clear: both;
}

/* ohloh widgets */
div.entry .gadget h4 {
   clear: none;
}
div.entry .gadget {
  border-width: 0;
  width: auto;
}
div.factoids {
  border-top: 1px dotted;
}
div.factoids div {
  background: none #222 !important;
  width: auto !important;
  border-width: 0 !important;
}
div.factoids ul {
  margin-left: 0 !important;
}

#respond {
    border-top: 3px dashed #666;
    padding-top: 1em;
}
.comment-author {
}
.comment-meta {
    margin-bottom: 1.5em;
}
#searchsubmit {
    cursor: pointer;
}

dl {
}
dt {
    font-weight: bold;
}
dt cite {
    font-style: normal;
}
dd {
    padding: 0 0 0.5em 5em;
    font-style: italic;
}
dd q {
    font-style: normal;
}

del {
    text-decoration: line-through;
}
ins {
    border-bottom: 1px dotted;
    text-decoration: none;
}

div.gallery {
}
div.gallery a {
    float: left;
    margin: 0 10px 10px 0;
}
div.gallery a img {
}

/*____________ mini-me ____________*/

.entry .head {
    position: relative;
    width: 7em;
    height: 7em;
    z-index: 0;
    background-color: #ccc;
    border: 1px solid #333;
}
.entry .head .hair {
    background-color: #3a2810;
    position: absolute;
    width: 5em;
    height: 6.5em;
    top: .5em;
    left: 1em;
    z-index: 1;
    border-top-left-radius: 2em;
    -moz-border-radius-topleft: 2em;
    -webkit-border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    -moz-border-radius-topright: 2em;
    -webkit-border-top-right-radius: 2em;
}
.entry .hair .face {
    background-color: #dcc09b;
    position: absolute;
    width: 3em;
    height: 4.5em;
    top: 2em;
    left: 1em;
    z-index: 2;
    border-top-left-radius: .5em;
    -moz-border-radius-topleft: .5em;
    -webkit-border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    -moz-border-radius-topright: .5em;
    -webkit-border-top-right-radius: .5em
}
.entry .face .eyel,
.entry .face .eyer {
    background-color: #3b453d;
    position: absolute;
    width: .75em;
    height: .5em;
    top: 1.25em;
    border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .4em .3em;
    z-index: 3;
}
.entry .face .eyel {
    left: .5em;
}
.entry .face .eyer {
    right: .5em;
}
.entry .face .lips {
    background-color: #b0625e;
    position: absolute;
    width: 1em;
    height: .1em;
    top: 3em;
    left: .75em;
    z-index: 3;
    border-radius: 3em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border: .3em solid;
    border-color: #b0625e #dcc09b;
}

.entry .photo {
    background-color: #fff;
    border: 1px solid #333;
    padding: .5em;
    width: 7em;
    float: right;
    margin: 0 0 1em 1em;
    font-size: 120%;
}
.entry .photo .text {
    padding: .5em 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 90%;
    color: #333;
}

.entry .head:hover .eyer {
    top: 1.5em;
    height: .1em;
}
.entry .head:hover .lips {
    width: .5em;
    left: 1em;
}

