/*  
Theme Name: Koonsolo Default
Theme URI: http://wordpress.org/
Description: Koonsolo wordpress theme
Version: 1.6
Author: Koen Witters
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body { 
  background-color: #006ad6;
  margin: 0px 0px 0px 0px;
  background-image: url('img/bg.png'); 
  background-repeat: repeat-x;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

h1 {
  font-size: 1.6em;
  margin: 0em;
  padding: 0em 0em 0.2em 0em;
}

h1 a {
  color: #000000;
}

h2 {
  font-size: 1.3em;
  margin: 0em;
  padding: 0em 0em 0.2em 0em;
}

h2 a {
  color: #000000;
}

td {
  text-align: left;
}

table.global { 
  border-collapse: collapse;
  border: 0px solid black;
}

table.global tr td { 
  padding: 0px 0px 0px 0px;
}

a img { 
  border: 0px solid black;
}

a {
  color: #de9000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

span.sublinks a {
  color: #ffffff;
  text-decoration: none;
}

span.sublinks a:hover {
  color: #ffec00;
  text-decoration: none;
}

div.sect {
	padding: 0em 0em 2em 0em;
	position: relative;
}

div.sect img {
  padding: 0em 1em 0em 0em;
}

p.footerlinks a {
  color: #ffffff;
  text-decoration: none;
}

p.footerlinks a:hover {
  color: #ffffff;
  text-decoration: underline;
}


/* 
 *
 *  WordPress specific styles 
 *
 */

div.post {
  background-color:#F0F0F0;
  margin:1.9em 0em 0em;
  padding:0.5em 0.3em 0.3em;
  position:relative;
}

div.post h2 {
  margin:0px;
  padding:0px;
  position:absolute;
  top:-0.7em;
}

div.post h2 a {
  color:#000000;
}

div.post small {
  color:#AAAAAA;
  position:absolute;
  right:0.3em;
  top:0em;
}

#sidebar {
  margin-top: 5em;
  position: relative;
  font-size: 0.8em;
  float: right;
}

#sidebar li {
  list-style-type: none;
  padding: 0em 0.5em 0.2em 0.5em;
}

#sidebar h2 {
  font-size: 1.2em;
}

#archives {
  float: right;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}

#categories-1 {
  float: right;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

.navigation {
  margin: 0em 0em 3em 0em;
}
