/*
Theme Name: Gummigumm
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/*@import "css/reset.css";*/
@import "blueprint/screen.css";

body {
  font-family: calibri,helvetica, sans-serif;
/*  line-height: 1.5;*/
  font-size: 16px;
  color: #333;
  background: #fff;
}

/*h1, h2, p, pre {
  margin: .75em 0;
}

h1, h2, h3 {
  font-weight: normal;
}
*/
h1 a, h2 a, h3 a {
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
}
/*
h4, h5 {
  font-weight: bold;
}

h1 { font-size: 48px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 19px; }
h5 { font-size: 16px; }
*/  
pre, code {
  font-family: consolas, monaco, monospace;
  font-size: .9em;
}

pre {
  background: #f6f6f6;
  padding: 1em;
  border: 1px solid #ccc;

  margin-left: -1em;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/*
.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

#sidebar {
  width: 30%;
  float: left;
}

#content {
  float: right;
  width: 65%;
}
*/

/*a {
  color: #000;
}

a:hover {
  text-decoration: none;
}*/

/* HEADER */

#header {
  border-bottom: 1px solid #888;
  padding: 1em;
  margin-bottom: 1em;
}

#header h1 {
  margin: 0;
}

#footer {
  border-top: 1px solid #888;
  padding: 1em;
}

/* ENTRY */

.entry p {
  padding-right: 200px;
}

.postmetadata {
  color: #888;
}

.postmetadata:hover {
  color: inherit;
}

.postmetadata a {
 color: #888;
}

.date {
  float: right;
  color: #888;
}

.date:hover {
  color: inherit;
}

.postmetadata a:hover {
  color: #bcaa30;
}
/* GISTS */

.gist {
  margin-left: -1em;
}

.gist .gist-file {
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.gist .gist-file .gist-data pre,
.gist .gist-file {
  font-family: consolas, monaco, monospace !important;
}

ul.sidebar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.colborder {
  border-color: #888;
}
