/*
	Easy-Kubrick for Blosxom,
	Version : 1.0
	Created : 25. March 2005 by Michael (calleia.com)
	Note: I made no changes to the CSS, only the flavour.

	Based on the version for Textpattern 
	created by Sivert (sivni.com)
	
	The original Kubrick Template was
	created by Michael Heilemann.
	You can get it here: http://binarybonsai.com/kubrick/
*/

body
{
	font-size: 100%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	margin: 0;
	padding: 0; 
}



h1, h2, h3
{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1
{
	font-size: 4em;
	padding-top: 70px;
	margin: 0;
}
	
h2
{
	font-size: 1.6em;
	margin: 30px 0 5px ;
}

h3
{
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
}

h1, h1 a, h1 a:hover, h1 a:visited 
{
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
	text-decoration: none;
	color: #333;
}


small
{
	color: #777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
	
code 
{
	font: 1.1em "Courier New", Courier, Fixed;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

#right p, #left p
{
	line-height: 15px;
	font-size: 10px;
}

#left p
{
	text-align: justify;
}

a, h2 a:hover, h3 a:hover
{
	color: #06c;
	text-decoration: none;
}

a:hover 
{
	color: #147;
	text-decoration: underline;
}

p a:visited 
{
	color: #b85b5a;
}

.comments {
	text-align: center;
	color: #777;	
}


#head
{
	background-color:#73a0c5;
	color:#fff;
	text-align: center;
	margin:10px;
	height: 182px;

}

#container
{
	margin: 30px auto;
	padding: 0;
	width: 1000px;
	border:1px solid #959596;
	background-color:#fff;
	
	padding: 0px;
}

/*
	Drop the left div, would you please?
*/
/*
#left
{
	float: left;
	width: 150px;
	margin-right: 5px;
	padding-top: 100px;
}*/

#left
{
	margin-left: 30px;
	margin-right: 215px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#right
{
	float: right;
	width: 190px;
	margin-left: 5px;
	padding-top: 60px;
	font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif;
}

#foot
{
	clear: both;
	margin-top: 5px;
	padding:10px;
	text-align: center;
	background-color:#eee;
}
