/*
	
      Originally based on:
      Easy-Kubrick for Textpattern
	Version : 1.0
	Created : 24. Jan 2004 by Sivert (sivni.com)
	
	The original Kubrick Template was
	created by Michael Heilemann.
	You can get it here: http://binarybonsai.com/kubrick/

       But hacked by me to resemble: http://greenrift.textdrive.com/ 
*/

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
        background-color: #464d2b;
   
	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: 6em;
	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: #030;
}


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: right;
}

a, h2 a:hover, h3 a:hover
{
	color: #063;
	text-decoration: none;
}

a:hover 
{
	color: #333;
	text-decoration: underline;
}

p a:visited 
{
	color: #030;
}

p a:link {
font-weight: bold;
}

.comments {
	text-align: center;
	color: #777;	
}


#head
{
	background-color: #CCC;
	color: #fff;
	text-align: left;
	width: 640px;
	background-image: url(/images/8.jpg);
	height: 208px;
	vertical-align: text-bottom;
	text-indent: 20px;
}

#container
{
	margin: 30px auto;
	padding: 0;
	width: 640px;
	border:1px solid #242619;
	background-color:#f7f9eb;
	
	padding: 0px;
}

/*
	Placement of article images
*/

p.right img {
  float: right;
  padding: 3px;
}

p.left img {
  float: left;
  padding: 3px;
}


/*
	Drop the left div, would you please?
*/
/*
#left
{
	float: left;
	width: 150px;
	margin-right: 5px;
	padding-top: 100px;
}*/

#center
{
	margin-left: 30px;
	margin-right: 200px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#right
{
	float: right;
	width: 150px;
	margin-left: 5px;
	padding-top: 20px;
	font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif;

}

#one_col
{
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.static
{
	clear: both;
	margin-top: 5px;
	padding:10px;}

.smallbox
{
	background-color: #eee;
	padding: 3px 2px 3px 2px;
	font-family: "times new roman", times;
}

#foot
{
	clear: both;
	margin-top: 5px;
	padding:10px;
	text-align: center;
	background-color:#eee;
}

@media   print
	{
	#right  {display: none;}
        #left       {display: none;}
	#container    
                   {
                   padding: 0px;}

	#container a  {text-decoration: underline;}
       #center {margin-left: 5em;
                     margin-right: 5em;}
	}