/*
Theme Name: Kosmonauten
Theme URI: http://www.kosmonauten.cc/
Description: Weltraumspaziergang
Version: 0.2
Author: loeffler
Author URI: http://www.kosmonauten.cc/
*/

/* 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%;
  vertical-align: baseline;
}
body {
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Body --------------------------------------------------------------------------------- */
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000;
  background: #999 url('images/background.gif') fixed repeat-x;
}

/* Basics ------------------------------------------------------------------------------- */
small {
  font-size: 11px;
  font-weight: normal;
}
pre {
  margin-top: 3px;
  margin-bottom: 5px;
}

/* Grundgerüst -------------------------------------------------------------------------- */
div#content {
  width: 900px;
  background: #fff url('images/layer.gif') top right repeat-y;
  margin-left: -450px;
  position: absolute;
  left: 50%;
}
div#main {
  width: 600px;
  color: #000;
  background: #fff;
  padding: 20px 20px 30px 20px;
  float: left;
}
div#sidebar {
  width: 229px;
  color: #333;
  background: #fff;
  padding: 10px 15px 30px 15px;
  float: right;
}

/* Links -------------------------------------------------------------------------------- */
a {
  color: #ff3300;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}
.link {
  color: #ff3300;
  cursor: pointer;
}
.link:hover {
  color: #999;
}
.hide {
  display: none;
}

/* Logo --------------------------------------------------------------------------------- */
div#logo {
  width: 195px;
  height: 50px;
  background: url('images/logo.png') no-repeat;
  margin-bottom: 35px;
}
div#logo h1 {
  display: none;
}
div#logo a {
  width: 195px;
  height: 50px;
  display: block;
}

/* Sidebar ------------------------------------------------------------------------------ */
div#sidebar .top {
  padding: 2px;
  margin-top: 5px;
  height: 75px;
}
div#sidebar .top h4 {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding: 0px 2px;
}
div#sidebar .top h4 a {
  color: #999;
}
div#sidebar .top h4.rss {
  height: 15px;
  background: url('images/rss.png') 110px 0px no-repeat;
  padding-top: 15px;
  margin-bottom: 12px;
}
div#sidebar .top h4.twitter {
  height: 30px;
  background: url('images/twitter.png') 110px 0px no-repeat;
}

div#sidebar h3 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px dotted #333;
  padding: 3px 2px;
  margin-bottom: 5px; 
}
div#sidebar h3 a, div#sidebar h3 a:hover {
  color: #333;
}
div#sidebar ul, div#sidebar ol {
  list-style: none;
}
ul#widgets {
  margin-top: 15px;
}
ul#widgets li.widget {
  margin-bottom: 20px;
}
div#sidebar li.widget li {
  border-bottom: 1px dotted #ccc;
}

div#sidebar ul.lastfm li {
  width: 225px;
  font-size: 11px;
  padding: 2px 2px;
  white-space: nowrap;
  overflow: hidden;
}
div#sidebar ul.lastfm cite {
  color: #666;
}
div#sidebar ul.lastfm img {
  height: 28px;
  background: #fff;
  padding-left: 3px;
  float: right;
  position: relative;
}
div#sidebar ul.lastfm .lastfm-album:before {
  margin-left: 2px;
  content: "· ";
}

li.cat-item {
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
  padding: 4px 5px;
}
li.cat-item a {
  color: #666;
}
li.cat-item a:hover {
  color: #ff3300;
}
li.cat-item a {
  background: url('images/arrow.gif') 0px 5px no-repeat;
  padding-left: 15px;
}

/* Footer ------------------------------------------------------------------------------- */
div#footer {
  height: 23px;
  font-size: 10px;
  background: #eee;
  border-top: 0px solid #ccc;
  padding: 0px 5px;
  clear: both;
}
div#footer ul {
  list-style: none;
}
div#footer li {
  color: #444;
  background: #eee;
  text-transform: uppercase;
  border-right: 1px solid #ccc;
  padding: 5px 10px;
  float: left;
}
div#footer p {
  text-transform: uppercase;
}
div#footer a {
  color: #666;
}
div#footer a:hover {
  color: #333;
}

/* Main --------------------------------------------------------------------------------- */
div#main h2 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
div#main h2.headline {
  text-transform: uppercase;
  border-bottom: 1px dotted #333;
  padding-bottom: 3px;
  padding-top: 1px;
  margin-bottom: 2px;
}
div#main h2.pagetitle {
  border-bottom: 1px dotted #333;
  padding-bottom: 3px;
  padding-top: 1px;
  margin-bottom: 15px;
}
div#main h2.archive {
  color: #ff3300;
  text-transform: uppercase;
}

div#main h3.search {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

div#main .navigation {
  height: 16px;
  font-size: 11px;
  border-bottom: 1px dotted #ccc;
}

/* Post --------------------------------------------------------------------------------- */
.artikel {
  width: 600px;
  color: #333;
  padding-bottom: 10px;
  margin: 15px 0px;
  margin: 5px 0px 20px 0px;
  float: left;
}
.artikel h2 {
  font-size: 18px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*font-weight: normal;*/
  border: 0;
  padding: 0px;
  margin: 0px;
}
.artikel h2 a, .artikel h2 a:hover {
  color: #333;
}
.artikel .left {
  color: #999;
  font-size: 10px;
  margin-top: 4px;
  margin-bottom: 5px;
  float: left;
}
.artikel .left img {
  border: 2px #ccc solid;
}
.artikel .text-left {
  margin-left: 70px;
}
.artikel .category {
  color: #ff3300;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.artikel .date {
  color: #999;
  font-size: 11px;
  padding-top: 1px;
  float: right;
}
.artikel .category a {
  color: #ff3300;
}
.artikel .postmeta {
  color: #666;
  font-size: 11px;
  border-top: 1px dotted #999;
  padding-top: 2px;
  margin-top: 2px;
  clear: both;
}
.artikel .meta {
  color: #999;
  text-align: right;
  line-height: 17px;
}
.artikel .metaleft {
  margin-right: 20px;
  margin-top: 2px;
  float: left;
}
.artikel .more-link {
  color: #444;
  background: #eee;
  padding: 1px 4px;
  margin-left: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
}
.artikel .more-link:hover {
  color: #fff;
  background: #666;
}
.artikel .tags {
  text-align: right;
  white-space: pre-line;
}
.artikel .tags a {
  color: #999;
  background: #eee;
  padding: 1px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: lowercase;
}
.artikel .tags a:hover {
  color: #ff3300;
  background: #f9f9f9;
}

.artikel .entry {
  width: 100%;
  color: #333;
  text-align: justify;
  line-height: 1.4em;
  overflow: hidden;
}
.entry p {
  margin-top: 3px;
  margin-bottom: 5px;
}
.entry ul {
  padding-left: 10px;
  margin: 5px;
  list-style: disc;
}
.entry ol {
  padding-left: 15px;
  margin: 10px;
  list-style: decimal;
}
.entry li {
  padding: 2px;
}
.entry li ul {
  list-style: circle;
}
.entry h2, .entry h3, .entry h4 {
  line-height: 1em;
  text-align: left;
}
.entry h3 {
  font-size: 14px;
  margin-top: 14px;
}
.entry h4 {
  font-size: 13px;
}
.entry blockquote {
  color: #333;
  background: #f0f0f0;
  font-style: italic;
  /*border-left: 3px solid #eee;*/
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 10px 10px;
  overflow: hidden;
}
.entry .code {
  background: #e1e1e1;
  border: 1px solid #ccc;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.entry img {
  margin: 5px 0px;
  max-width: 100%;
}

/* Kommentar ---------------------------------------------------------------------------- */
#postcomment h3 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
#postcomment h3#comments {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px dotted #333;
  padding-bottom: 3px;
}
#postcomment h4 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#postcomment ol {
  color: #666;
  margin-bottom: 20px;
}

/* Trackbacks/Pingbacks ----------------------------------------------------------------- */
ol.trackbacklist {
  list-style: decimal;
  margin-left: 20px;
}
ol.trackbacklist a {
  color: #666;
}
ol.trackbacklist a:hover {
  color: #ff3300;
}
ol.trackbacklist cite {
  color: #999;
  font-size: 11px;
}

/* Kommentare --------------------------------------------------------------------------- */
ol.commentlist {
  font-size: 11px;
  list-style: none;
}
ol.commentlist li {
  border-bottom: 1px dotted #ccc;
  padding: 8px;
}
ol.commentlist .avatar {
  margin-top: 3px;
  float: left;
}
ol.commentlist .comment-content {
  margin-left: 65px;

}
ol.commentlist .vcard {
  margin-bottom: 3px;
}
ol.commentlist .vcard strong {
  font-size: 14px;
}
ol.commentlist li.bypostauthor {
  background: #f6f6f6;
}
ol.commentlist li.bypostauthor .vcard strong {
  border-bottom: 1px dotted #ccc;
}
ol.commentlist ul.children {
  list-style: none;
  margin-left: 12px;
}
ol.commentlist li .reply {
  font-size: 11px;
  float: right;
  display: block;
}
ol.commentlist li .reply a {
  width: 10px;
  height: 10px;
  background: url('images/icon_reply.png') no-repeat;
  display: none;
  opacity: 0.5;
}
ol.commentlist li:hover .reply a {
  display: inline-block;
}
ol.commentlist li:hover .reply a:hover {
  opacity: 1;
}
ol.commentlist .comment-text {
  color: #333;
  font-size: 12px;
  line-height: 1.4em;
}
ol.commentlist .comment-text blockquote {
  background: #f0f0f0;
  border-left: 3px solid #eee;
  border: 1px solid #ddd;
  padding: 5px 10px 0px 10px;
  margin: 5px;
  overflow: hidden;
}
ol.commentlist .comment-text p {
  margin-bottom: 5px;
}
ol.commentlist .comment-text img {
  margin: 5px 0px;
  max-width: 100%;
}
ol.commentlist .comment-meta a {
  color: #999;
}
ol.commentlist .comment-meta cite {
  color: #999;
  font-size: 11px;
}

/* comment form-------------------------------------------------------------------------- */
#commentform p {
  margin-top: 10px;
}
#commentform textarea {
  width: 592px;
  color: #333;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}
#commentform #submit {
  color: #fff;
  background: #333;
  font-size: 12px;
  text-align: left;
  border: 0px; 
  padding: 5px 15px; 
  margin-top: 10px; 
}
#commentform label {
  margin-left: 5px;
}
#commentform input, #commentform  textarea {
  color: #666;
  padding: 3px;
}
#commentform input:focus, #commentform  textarea:focus {
  color: #333;
  border-color: #999;
}

/* irrelevantComments ------------------------------------------------------------------- */
p.irrComments_link {
  color: #999;
  font-size: 11px;
}
div.irrComments_marked {
  margin: 5px;
}

/* Forms -------------------------------------------------------------------------------- */
select, input, textarea {
  color: #333;
  border: 1px solid #ccc;
}
.button {
  color: #000;
  background: #eee;
  border: 1px solid #ccc;
}
div#sidebar select, div#sidebar input {
  width: 100%;
  color: #666;
  border: 1px solid #eee;
}
div#sidebar .button {
  display: none;
}

/* Stuff -------------------------------------------------------------------------------- */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img.alignleft {
  border: 2px #ccc solid;
  margin-right: 8px;
}
img.alignright {
  border: 2px #ccc solid;
  margin-left: 8px;
}
.aligncenter {
  border: 0px;
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

/* End of file -------------------------------------------------------------------------- */
