/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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 {
	font-family: Verdana, sans-serif;
	color: #555555;
	padding:0px;
	margin:0px;
	}


#entrytitle{
	background-color:#e0e0e0;
	height:20px;
	line-height:20px;
	color: #555555;
	font-size:12px;
	}
.entrytxt{
	font-size:11px;
	}	
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
.title{
border: 0 none;
	vertical-align: middle;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#3b5177;
	font-weight:lighter;
	}
	
.latesttops{
	font-family: Verdana, sans-serif;
	color:#555555;
	font-size:13px;
	}

.titletoplk:link {
	font-size:12px;
	color:#0066d5;
	text-decoration:none;
  } 
.titletoplk:visited{
	font-size:12px;
	color:#0066d5;
	text-decoration:none;
  } 
.titletoplk:active{
	font-size:12px;
	color:#0066d5;
	text-decoration:none;
  } 
.titletoplk:hover{
	font-size:12px;
	color:#0066d5;
	text-decoration:underline;
  } 	
  
  .categorylk:link {
	font-size:13px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
  } 
.categorylk:visited{
	font-size:13px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
  } 
.categorylk:active{
	font-size:13px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
  } 
.categorylk:hover{
	font-size:13px;
	font-weight:bold;
	color:#555555;
	text-decoration:underline;
  } 
  
  
.categorylk2:link {
	font-size:12px;
	color:#0066d5;
	text-decoration:none;
  } 
.categorylk2:visited{
	font-size:12px;
	color:#0066d5;
	text-decoration:none;
  } 
.categorylk2:active{
	font-size:12px;
	color:#0066d5;
	text-decoration:none;
  } 
.categorylk2:hover{
	font-size:12px;
	color:#0066d5;
	text-decoration:underline;
  } 
  
  #postcontent{
  padding-top:15px;
  padding-bottom:25px;
  font-size:11px;
  width:580px;
  }
#content {

	}

.entrytxtblue{
	font-size:12px;
	color:#0066d5;
	font-weight:bold;
	text-decoration:none;
}

.navigation
{
	font-size:12px;
	color:#0066d5;
	font-weight:bold;
	text-decoration:none;
}

.alignleft{
	font-size:12px;
	color:#0066d5;
	font-weight:bold;
}

.alignright{
	font-size:12px;
	color:#0066d5;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color: #0066d5;
}
a:visited {
	color: #0066d5;
}

a:active {
	color: #0066d5;
}
a:hover {
	color: #0066d5;
}