/*
 * harvester.css
 *
 * Description: Stylesheet zur Webseite
 * 
 * Website: Blog Harvester
 *          http://astroblog.spaceboyz.net/harvester/
 * Layout:  3-spaltig links fest, mittig variabel, rechts fest
 *          Textfarben #303030 #C00000 #FF6600 6699CC
 * Browser: IE6 (no chart), IE7, Firefox, Opera, Safari
 * Author: Tigion, http://www.tigion.de/
 * Version: 05.07.2007
 */

/* default */

* {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/* body */ /* Meta ------------------------------------- */

body {
	font-size: 62.5%;
	font-family: fixed;
	background-color: #121e02;
  text-align: left;
}
a {
	text-decoration: none;
	color: #68ff00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #ffcc00;
}
h1 {
	background-color: #126a06;
	color: #ffffff;
	font-size: 3em;
	text-align: center;
	margin-bottom: 0.6em;
	padding: 0.3em;
}

h2 {
	background-color: #126a06;
	color: #ffffff;
}

/* Layout */

/* left ticker */
.tickers1 {
	float: left;
	width: 20em;
  overflow: hidden;
}

/* photos */
ul.photos { 
        padding: 0;
        margin: 0;
        text-align: center;
}
ul.photos li { 
        list-style: none;
        margin: 0;
        padding: 0;
}
ul.photos li a img {
        border: 0;
        margin: 0.5em auto;
        width: 85%;
}

/* blog entries */
.hfeed {
  margin: 0 22em;
}

/* right ticker */
.tickers2 {
	float: right;
	width: 20em;
  overflow: hidden;
}

/* Blogeintraege ------------------------------------- */

.entry {
  color: #d8cd21;
	background-color: #1a3607;
  margin-bottom: 0.9em;
  font-size: 1.2em;
  overflow: hidden;
  width: 98%; /* fix ie6 */
}

/* fix ie6 */
html>body .entry {
  width: 100%;
}

/* date - blog entry */
.entrydate {
  float: right;
  margin-top: -2em;
  padding-right: 1em;
	font-size: 0.8em;
	text-align: right;
	color: white;
}

/* text - blog entry */
.entrydesc {
	text-align: justify;
	font-size: 1.0em;
  line-height: 1.4em;
	padding: 0 1.2em;
}

/* link - blog entry */
.entryfoot {
	font-size: 0.8em;
	padding: 1em;
	text-align: right;
}

/* title / link - blog */
.entry h2 {
	font-size: 1.0em;
  padding: 0.5em 1em;
}
.entry h2 a {
	color: white;
}

/* title / link - blog entry */
.entry h3 {
  color: #b50935;
	font-size: 1.3em;
	padding: 1.0em 0.8em 0.4em;
}
.entry h3 a {
	color: #b50935;
}

.entry p {
  margin: 0.8em 0;
}

.entry ul  {
  margin: 1em 0 0 3em;
}

.entry .entrydesc ul  {
  margin: 0.8em 0 0 1.8em;
}

.entry pre, code {
  background-color: #031e02;
  color: #12f707;
  padding: 1em; 
  margin: 1em;
  border: 1px solid #ddd;
  display: block;
  overflow: auto;
  font: 0.9em "Andale Mono", "Courier New", Courier, Fixed, mono;
}

.entry blockquote {
  margin: 1em;
  padding-left: 1em;
  border-left: 5px solid #e0e0e0;
  color: #666;
}

/* Seitenleisten ------------------------------------- */

.ticker {
  color: #d8cd21;
	background-color: #1a3607;
  margin: 0 0 1em;
  font-size: 0.9em;
}
.ticker h2 {
	font-size: 1.3em;
	padding: 0.5em 1em;
	background-color: #126a06;
	color: #ffffff;
}
.ticker h2 a {
	color: #ffffff;
	text-decoration: none;
}
.tickerlinks {
	padding: 0.5em;
}
.tickerlinks li {
	list-style: none;
	padding: 0.1em 0.8em;
}
.tickerlinks li a {
	color: #edbf06;
	text-decoration: none;
}
.tickerlinks li a:hover {
	text-decoration: underline;
}
.ticker p {
	padding: 1.0em;
	font-style: italic;
}
.ticker p + p {
	padding-top: 0;
}
.tickerlist {
	list-style: none;
	padding: 0.5em 1.0em;
}
.tickerlist li {
	padding-bottom: 0.4em;
}
.tickerlist li a[href$=".bz2"] {
  display: block;
}
