/*
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 { 
	color : #000000; 
	margin : 0; 
	font-size : 11px; 
	font-family : Arial, Verdana, sans-serif; 
	font-weight : normal; 
	line-height: 15px;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
#content {
	font-size: 1.2em;
	width : 90%;
	}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
.categorytd{
 border-bottom:1px dotted #C02F12;
}
.category1:link, .category1:active, .category1:visited { font-size : 11px; color : #000000; font-family :tahoma; text-decoration : none; line-height : 25px; font-weight : bold; PADDING-LEFT: 20px; MARGIN: 0px; LIST-STYLE-TYPE: dotted;background:url(images/btnbg1.jpg);padding-left:40px;}
.category1:hover {  font-size : 11px; color : #C02F12;  text-decoration : underline; 
background:url(images/btnbg1.jpg);padding-left:40px;
}

.category2:link, .category2:active, .category2:visited { 
font-size : 11px; color : #000000; font-family :tahoma; text-decoration : none; line-height : 25px; font-weight : bold; padding-left:40px;  MARGIN: 0px; LIST-STYLE-TYPE: none;
background:url(images/btnbg2.jpg);
}
.category2:hover { color : #C02F12;  text-decoration : underline; padding-left:40px; font-size : 11px; }

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Arial, Verdana, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Arial, Verdana, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	font-size : 12px; 
	font-weight:bold;
	}

a:hover {
	 color: #C02F12;
  text-decoration: underline;
   font-size : 12px; 
   font-weight:bold;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Arial, Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	
	}

.widecolumn {
	padding: 10px 0 20px 20px;
	margin: 5px 0 0 0px;
	width: 450px;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}
.col-white 		{ color : #ffffff; font-family : Tahoma; font-size : 11px;}
a.footer:link, a.footer:active, a.footer:visited { font-size : 11px; color : #ffffff; font-family : Tahoma; text-decoration : none; }
a.footer:hover {  color : #ffffff; text-decoration : underline;font-size : 11px; }
.inputtxt{
width: 344px;
padding: 12px;
border: 1px solid #e9e9e9;
}
.intext{
font-size:12px;
}
.intextarea{
width: 344px;
padding: 12px;
border: 1px solid #e9e9e9;
height: 62px;
}
.tablecomment{
background:#f9f9f9;
border:1px solid #e9e9e9;
}
.submitbtn{
background:#B52908;
border:1px solid #fff;
padding:8px;
font-weight:bold;
color:#ffffff;
}
.black11:link, .black11:active, .black11:visited { font-size:11px;  color:#000000;  font-family:Tahoma;  text-decoration:none;}
.black11:hover{ text-decoration:Underline;}
/* BOF for Search Page */
.search_title:link, .search_title:active, .search_title:visited { font-size:16px;  color:#B32905;  text-decoration:none;}
.search_title:hover{ text-decoration:Underline; color:#000000;}
/* EOF for Search Page */