/***
 * License
 *
 * "THE WURZEL LICENSE" (Revision 4): ed@bombenlabor.de created this software. 
 * You can do with it whatever you want under the following conditions: 
 * This licence must be included with the software and refer to the author. 
 * The software must only be used for non-military uses and only in compliance 
 * with human rights. All parts of this material must remain open source. 
 * If we meet some day, and you think this stuff is worth it, 
 * you can buy me a beer in return. Niko
 * 
 * (https://github.com/niko-h/Wurzel-Licence - Jan 12 2014)
 */


@font-face {
    font-family:"monofurregular";
    src: local("monofur"),
         url(monof55.woff) format("woff"),
         url(monof55.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
  background: url(bg.png) 0px 0px repeat #151515;
  color: #eee;
  font-size: 100.01%;
  font-family: Arial, sans-serif;
  margin: 20px auto;
  padding: 0;
  width: 800px;
  height: 100%;
}

a:link,
a:visited,
a:active {
  outline: none;
  color: #9f9;
  text-decoration:underline;
}
a:hover {
  outline: none;
  color: #5f5;
  text-shadow: 0 0 5px #5f5;
  text-decoration:none;
}

h2:before {
  content: '';
  background: url(//blog.fefe.de/logo-gross.jpg);
  background-size: 100% 100%;
  vertical-align: middle;
  position: relative;
  border: 3px solid #333;
  height: 70px;
  width: 80px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 10px;
  color: transparent;
  box-shadow: 0px 0px 3px #000;
}

h2 {
  margin-left: 0px;
  margin-bottom: 50px;
  line-height: 70px;
}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active {
  outline: none;
  height: 50px;
  position: relative;
  text-decoration: none;
  padding: 10px 15px 8px 15px;
  background: rgba(150,150,150,0.1);
  box-shadow: 0px 0px 1px #333;
  text-shadow: 0px 1px 1px #222;
  margin: 10px 5px 10px 5px;
  color: #9f9;
  font-weight: normal;
  font-family: monofurregular, Arial;
  text-transform: uppercase;
  font-size: 1.5em;
  vertical-align: middle;
  -webkit-transition: color 200ms ease, background-color 200ms ease;  
  -moz-transition: color 200ms ease, background-color 200ms ease;  
  -o-transition: color 200ms ease, background-color 200ms ease;  
  transition: color 200ms ease, background-color 200ms ease;
}
h2 a:hover {
  outline: none;
  background: rgba(150,255,150,0.1);
  color: #5f5;
  text-shadow: 0 0 5px #5f5;
}

body > h2 + b, p[style='text-align:right'] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: normal;
  text-align: right;
  font-size: 0.8em;
  color: #999;
}

h3 {
  font-size: 1.5em;
  color: #222;
  height: 40px;
  padding-left: 20px;
  font-family: monofurregular, Arial;
  text-transform: uppercase;
}

body > ul {
  background: #eee;
  padding: 60px 5px 5px 5px;
  margin-top: -80px;
  margin-bottom: 40px;
  border-radius: 6px;
  box-shadow: 0px 0px 8px black;
}

body > ul > li {
  font-size: 0.9em;
  line-height: 1.2em;
  list-style-type: none;
  position:relative;
  margin: 0px 0px 20px 0px;
  padding: 30px 80px 60px 30px;
  border: 1px solid #aaa;
  color: #333;
  background: #fafafa;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px #fff, inset -1px 1px 4px #ccc;
     -moz-box-shadow: 0px 1px 1px #fff, inset -1px 1px 4px #ccc;
          box-shadow: 0px 1px 1px #fff, inset -1px 1px 4px #ccc;
}
li:last-child {
  margin-bottom: 0px;
}

li a:link, 
li a:visited, 
li a:active {
  outline: none;
  color: #383;
  text-decoration: underline;
}
li a:visited {
  color: #262;
  text-decoration: none !important;
  text-shadow: 0 0 5px #5f5;
}
li a:active,
li a:focus {
  color: #844;
  outline: dotted;
}
li a:hover {
  outline: none;
  text-decoration: none;
}

body > ul > li > a:first-child {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #e2e2e2;
  border-top: 1px solid #bbb;
  padding: 5px 5px 5px 10px;
  margin: 0px 0px 0px 0px;
  text-align: right;
  width: 773px;
  display: block;
  color: transparent;
}
body > ul > li > a:first-child:hover {
  color: transparent;
  text-shadow: 0px 0px 1px transparent;
}

body > ul > li > a:first-child:before {
  color: #444;
  font-family: monofurregular, Arial;
  content: "Permalink:";
  text-transform: uppercase;
}
body > ul > li > a:first-child:after {
  color: #484;
  font-family: monofurregular, Arial;
  content: "http://blog.fefe.de" attr(href);
  text-decoration: underline;
}
body > ul > li > a:first-child:visited:after {
  color: #454;
  text-decoration: none;
}
body > ul > li > a:first-child:active:after {
  color: #844;
}
body > ul > li > a:first-child:focus:after {
  outline: dotted;
}
body > ul > li > a:first-child:hover:after {
  text-shadow: 0px 0px 1px #5f5;
}

blockquote {
  font-family: Arial;
  font-style: italic;
  text-indent: 0ex;
}

div[style='text-align:center'] {
  margin-top: -20px;
  margin-bottom: 10px;
}

div[style='text-align:center'] + div[style='text-align:right'] {
  font-size: 0.8em;
}

/*div[style='text-align:right']:before {*/
/*  content: "CSS by blog.bombenlabor.de/Niko | ";*/
/*}*/
