/*
    released under a creative commons attribution share-alike license: 
    http://creativecommons.org/licenses/by-sa/2.5/
*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  font-size: 1.5em;
  background: #222 url('/images/theme/bg.gif') repeat;
}

#header {
  width: 90%;
  margin: 0.5em auto;
}

#content {
  width: 90%;
  margin: 0 auto;
}

#footer {
  padding: 1em 1em 0.5em 1em;
  margin: 0em;
  background: magenta;
}

abbr, fieldset, img {
  border: none;
}

blockquote, dl, ol, p, ul {
  margin-bottom: 1.0em;
}

li {
  margin-bottom: 0.5em;
}

.hide {
  display: none;
}

div.hentry {
  margin: 0.5em 0.5em 2.5em 0;
  color: #fff;
}

div.hentry h2 {
  color: #333;
  background-color: yellow;
  padding: 0.3em 0 0.3em 0.5em;
  font-size: 140%;
}

div.hentry h2 a:before {
  content: "// ";
}

div.hentry h2 a:link, div.hentry h2 a:visited {
  text-decoration: none;
  color:#333;
}

div.hentry h2 a:hover, div.hentry h2 a:active {
  text-decoration:none;
  color: #fff;
}

div.hentry ul.post-info {
  display: none;
}

div.hentry p.tags {
  font-size: 0.8em;
}

div.hentry p.tags a:link,div.hentry p.tags a:visited {
  margin: 0.2em;
  padding: 0.2em;
  background-color: #ec008c;
  color: white;
  text-decoration: none;
}

div.hentry p.tags a:hover,div.hentry p.tags a:active {
  margin: 0.2em;
  padding: 0.2em;
  background-color: white;
  color: #ec008c;
  text-decoration: none;
}

div.hentry div.entry-content {
  margin: 1em 1em 0 1em;
}

div.hentry div.entry-content a {
  background: #00adef;
  color: #fff;
  text-decoration: none;
  margin: 0.2em;
  padding: 0.2em;
}

div.hentry div.entry-content a:hover {
  background: #fff;
  color: #00adef;
}

div.hentry div.entry-content div.type-quote, 
div.hentry div.entry-content div.ruby-code {
  margin-bottom: 1.0em;
  background-color: #444;
  padding: 0.8em;
}

#time-travel {
  margin: 1em;
  padding: 1em;
  background: black;
}

#time-travel a:link, #time-travel a:visited {
  color: white;
  text-decoration: none;
}

#time-travel a:hover, #time-travel a:active {
  color: black;
  background: white;
}

#footer p {
  padding: 0;
}

#footer a:link, #footer a:visited {
  color: white;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  background:  white;
  color: magenta;
