/*-------------------------------------------
 *
 * Theme Name:   datenkind_wp_print
 * Theme URI:    http://datenkind.de
 * Description:  datenkind theme for WP
 * Version:      0.5
 * Author:       Christoph Bach
 * Author URI:   http://datenkind.de
 * Last:         2008-08-15
 *
 *-----------------------------------------*/

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

ol, ul {
  list-style: none;
}


h3, p {
  margin-bottom: 0.5em;
}


/*--------------------------------
 * Typografie
 *------------------------------*/

body {
  font: 62.5%/1 Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
  font-family: Helvetica, Arial, sans-serif;
}


h1 {
  font-size: 3em;
  line-height: 3em;
}

h2 {
  font-size: 3em;
  font-weight: normal;
}

h3 {
  font-size: 1.8em;
}

p {
  font-size: 1.4em;
  line-height: 1.4em;
}



.alignleft {
  float: left;
}

.size-medium {
  margin: 5px 0;
}

#outer-wrapper,
#footer {
  width: 70%;
  margin: 0 auto;
}

#footer {
  margin-top: 10px;
}

#col-1 blockquote {
  margin: 1em;
  padding: 1em;
  border: 1px solid #aaa;
}

ul.post-metadata {
  margin: 0.2em 0 1em;
}

ul.post-metadata li {
  display: inline;
  line-height: 2em;
}

div.post {
  margin-bottom: 1em;
}

#commentbox {
  margin: 1em 0;
}


/*--------------------------------
 * Ausblenden
 *------------------------------*/

object,
#navigation,
#searchformbox,
p.wp-caption-text,
.sociable,
#commentform,
#commentbox .post-metadata,
#sidebar {
  display: none;
}


/*--------------------------------
 * le fin.
 *------------------------------*/