/*  
Theme Name: Datakraft Theme
Theme URI: http://www.datakraft.net/
Description: Datakraft site theme, loosely based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Kevin Teljeur, based on work by Michael Heilemann
Author URI: http://www.andagile.com/

	Datakraft site style
	http://www.datakraft.net/

	This theme was designed and built by Kevin Teljeur, based on work by Michael Heilemann,
	whose site you will find at http://www.andagile.com/

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

*/


/* Basic page styles for all pages */
html {font-size: 100%;}
body {background-color: #fff; font-size: .6em;}
body, td, ul, ol, li, form, p, b, i {margin: 0; padding: 0; font-family: Arial, Verdana, Sans-Serif; font-weight: normal; color: #5f6a75; text-align: left; line-height: 1.3em; }
/*p {font-size: 1.1em;}*/
/* This solves an IE problem caused by HasLayout. Bad Internet Exploder! */
body, td, ul, ol, form, p, div {zoom: 1;}

/* Basic styles for basic widely used elements. Get it right here means less work later */
table, td {border: none; vertical-align: top;}
table {width: 90%; border-collapse: collapse;}
table caption {display: none;}
ul, ol {margin: 0; padding: 5px 0 3px 0;}
ul {list-style-type: disc;}
ol {list-style-type: decimal;}
li {margin: 0; padding: 5px 5px 5px 10px; list-style-position: inside;}
img {margin: 0; padding: 0; border: 0;}

iframe {border: none 0;}

a:link, a:visited {color: #5f6a75; text-decoration: none;}
a:hover, a:active {color: #5f6a75; text-decoration: underline;}

b, strong {font-weight: bold;}
i, em {font-style: italic;}

p {margin: 0; padding: 5px 0 9px 0;}
font {font-size: 1em;}

h1,h2,h3,h4,h5,h6 {margin: 0; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-weight: bold; color: #5f6a75; line-height: 1.3em; zoom: 1;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

acronym, abbr, span.caps {cursor: help;}
acronym, abbr {border-bottom: 1px dashed #999;}
blockquote {margin: 0 10px; padding-left: 10px;}
blockquote cite {margin: 5px 0 0; display: block;}
.center {text-align: center;}
hr {display: none;}
a img {border: none;}

/* some additional functional styles which we'll use a lot */
.hidden {display: none;}
.clear {clear: both;}
.spacer {display: block; clear: both;}

