/*  
Theme Name: rknop
Theme URI: http://www.pobox.com/~rknop
Description:Theme based on <a
href="http://bothack.wordpress.com/2006/09/17/how-to-create-a-wordpress-template-in-5-minutes/">this
tutorial</a>.
Version: 0.9
Author: Rob Knop
Author URI: http://www.pobox.com/~rknop

        rknop v0.9
         http://www.pobox.com/~rknop

        This theme was designed and built by Rob Knop
        whose blog you will find at http://www.pobox.com/~rknop/blog/

        Some code was taken and modified from the "Kubrik v1.6" theme by
        Michael Heilemann

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/

body {
  text-align: center;
  font-family: sans-serif;
  background-color: #003366
}

#wrapper {
  display: block; 
  /*border: 1px #000000 solid;*/
  width:90%; 
  margin:0px auto;
}

a.hdrlink {
  text-decoration: none;
  border: 0;
  color: #ffff00;
}

#header {
  border: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}


#content {
  width: 75%;
  float: left;
  background-color: #336699
}


div.post {
  text-align: left;
  padding: 2em;
  background-color: #ffee99
}

div.post li {
  margin-bottom: 1ex;
}

p.timestamp {
  font-size: 75%;
  font-style: italic;
  margin-left: 1em;
}

p.postmetadata {
  font-size: 75%;
  font-style: italic;
}

div.sidebar {
  width: 23%;
  padding: 1ex;
  float: right;
  text-align: left;
  font-size: 80%;
  background-color: #ccccff
}

div.sidebar ul {
  list-style-type: none;
  list-style-indent: 0;
  margin-top: 1em;
  margin-left: 0;
  padding-left: 0;
}

div.sidebar ul.children {
  list-style-type: none;
  list-style-indent: 1ex;
  margin-top: 0;
  margin-left: 1ex;
  padding-left: 0;
}

div.about {
}




#both {
  clear: both;
}

#footer {
  border: none;
  padding: 0;
}


img.hdrleft {
  float: left;
  width: 200px;
  height: 150px;
  border: 0;
  margin: 0;
  padding: 0;
}

img.hdrright {
  float: right;
  width: 200px;
  height: 150px;
  border: 0;
  margin: 0;
  padding: 0;
}

.small {
  font-size: 75%;
}

.alignright {
  float: right;
  padding: 2px;
  border: 2px solid black;
  margin: 1ex;
}