/*
Theme Name: Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme that graced version 1.5 to version 2.9, based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.7.2
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
Text Domain: kubrick

	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

*/



/* Begin Typography & Colors */
body {
margin-top : 0; 
margin-bottom : 0; 
font : 7pt  trebuchet ms; 
line-height: 7pt ;
letter-spacing : 0; 
color : #080808; 
background-color:#E9E7E1;


} 

A:link {
text-decoration : none; 
color : #c0c0c0; 
font-weight: none;
text-decoration: underline;
} 
A:visited {
text-decoration : none; 
color : #c0c0c0; 
font-weight: none;
text-decoration: underline;
} 
A:active {
text-decoration : none; 
color : #c0c0c0; 
font-weight: none;
text-decoration: underline;
} 
A:hover {
text-decoration : none; 
color : #cd7da4; 
cursor : default;
font-weight: none; 
} 
BODY, TD {
font : 7pt   "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;

line-height: 8pt ;
letter-spacing : 0; 
color : #080808; 
background-color:#ffffff;
border-color: #808080;
border-width: 0px 0px 0px 0px;
}

 INPUT, TEXTAREA {
font : 11px tahoma, verdana; 
line-height: 11px ;
	border:solid 0 #D7D3D5;
	background: #D6CFC9; }

