@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: ?? <a href="http://binarybonsai.com/kubrick/">Kubrick</a> ?? WordPress ????
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

*/


/* Reset */
* {
    margin: 0;
    padding: 0;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: sans-serif;
	color: #333;
	text-align: center;
	}

#page {
  color: #333;
	text-align: left;
	}

#header 	{
	margin: 0;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8;
	}

.widecolumn {
	line-height: 1.8;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {

	border-left: 1px solid #ddd;
	}

#footer, #footer a {
	color: #fff;
	text-align: center;
	}

#footer p {
	text-align: center;
	}

small {
	font-size: 0.9em;
	line-height: 1.6;
	}

h1 {
	font-size: 4em;
	text-align: center;
	text-decoration: none;
	}

p {
    margin-bottom: 18px;
	}

#header h1 {
	margin: 0;
	}

#header .description-top {
	color: #fdca40;
	font-size: 1.2em;
	text-align: left;
	}

#header .description {
	color: #fdca40;
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2 a {
	color: #015ca6;
	text-decoration: none;
	}

h2 a:hover {
	color: #3D81EE;
	text-decoration: underline;
	}

h2.pagetitle {
	color: #333;
	font-size: 1.6em;
	}

#sidebar h2, #wp-calendar caption {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

#sidebar {
	font: 1.2em Arial, Helvetica, Sans-Serif;
	}	

.entry h3 {
  color: #990000;
	font-size:1.4em;
}	

.entry h4 {
  color: #990000;
	font-size:1.05em;
}

.entry .red {
  color: #990000;
}
	
.entry blockquote.taiken {
	color: #333;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.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.6;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #015ca6;
	}

a:hover {
	color: #3D81EE;
	}

.blue{
	color: #015ca6;
	}

a:visited {
	color: #6f4691;
	}

.narrowcolumn .navigation {
	text-align:center;
	}

.widecolumn .navigation  {
	text-align:center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
    background: #c9e5f9;
    background-image: url(http://webdesigner.hikonet.net/common/body_bg.gif); 
    background-repeat: repeat-x;
	}

#page {
  margin: 0 auto;
	padding: 0 40px;
  background-image: url(http://webdesigner.hikonet.net/common/bg.gif); 
  width: 820px;
	}

#header {
    margin: 0 auto;
    width: 900px;
    height: 160px;
	}

#header .description-top {
	background-image: url(http://webdesigner.hikonet.net/common/title_bg-top.jpg); 
    margin: 0 40px;
    padding: 9px 0 0 265px;
    width: 555px;
    height: 43px;
	}

#header .description {
	background-image: url(http://webdesigner.hikonet.net/common/title_bg.jpg); 
    margin: 0 40px;
    padding: 9px 0 0 265px;
    width: 555px;
    height: 43px;
	}

.narrowcolumn, .widecolumn {
    padding: 0 20px 20px;
    width: 580px;
	float: left;
	}

.indexcolumn {
  margin: 0;
  padding: 0;
  width: 600px;
	float: left;
	}

.post {
	margin: 0;
/*	text-align: justify; */
	}

.post h2 {
  padding: 23px 0 0 60px;
	width: 520px;
	height:57px;
  background-image:  url(http://webdesigner.hikonet.net/common/en_tt.gif);
	}

.post hr {
	display: block;
	}

.outlink {
	padding-left: 15px;
	margin: 0;
	background: url(http://webdesigner.hikonet.net/common/ic_link.gif) no-repeat left top;
	}

.entry .outlink {
	padding-left: 13px;
	margin: 0;
	background: url(http://webdesigner.hikonet.net/common/ic_link.gif) no-repeat left top;
	}
	
.adsense {
  text-align: center;
	}

.entry {
  padding: 10px 20px 15px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	width: 538px;
  background-image: url(http://webdesigner.hikonet.net/common/bx_bg.gif);
  line-height: 1.6;
	}

.entryt-footer {
  padding: 0 20px 25px;
	width: 540px;
  color: #808080;
  background: url(http://webdesigner.hikonet.net/common/en_ft.gif) no-repeat;
  text-align: right;
	}
	
.entryt-footer p {
  margin: 0;
  padding: 0;
	}

.entry p a {
	margin: 0px 2px;
	}

.entry h3 {
  padding: 10px 0 0 12px;
  background: url(http://webdesigner.hikonet.net/common/en_h3.gif) no-repeat; 
	height: 33px;
}

.entry .qa-q {
	color: #800000;
	border-bottom: 1px dashed #800000;
}

.entry .qa-a {
  margin-top: 20px;
}

.entry .qa-q .question {
	font-size: 28px;
	font-family: Arial;
  color: #FFFFFF;
  margin: 2px 6px 0 0;
	padding: 0 12px;
  background-color: #990000;
	float: left;
}

.entry .qa-q .question-s {
	font-size: 18px;
	font-family: Arial;
	color: #FFFFFF;
	margin: 5px 6px 0 0;
	padding: 0 1px;
	background-color: #990000;
}

.entry .answer {
	font-size: 28px;
	font-family: Arial;
  color: #FFFFFF;
  margin: 2px 6px 0 0;
  background-color: #333;
	padding: 0 14px 0 13px;
	float: left;
}


.entry .answer-s {
	font-size: 18px;
	 font-family: Arial;
	 color: #FFFFFF;
	 margin: 5px 6px 0 0;
	 padding: 0 3px;
	 background-color: #333;
}

.entry blockquote {
	margin: 20px 20px 0;
	padding-left: 10px;
	border-left: 5px solid #d9d9d9;
	background: #fff;
}

.entry blockquote a.outlink {
	padding-left: 13px;
	margin: 0;
	background: url(http://webdesigner.hikonet.net/common/ic_link.gif) no-repeat left top;
}

.entry blockquote.taiken {
	margin: 30px 0 20px;
	padding: 25px 20px 0;
	background: #fff9e8 url(http://webdesigner.hikonet.net/common/en_taiken.gif) no-repeat left top;
	border: none;
}

.entry blockquote.taiken p {
	padding-bottom: 10px;
}

.entry table {
	margin: 10px 0;
	border-collapse: collapse;

}

.entrytable, th, td {
	padding: 5px;
	border:1px solid #C0C0C0;
}

.entry .entrylink {
	padding: 0px 2px;
	background: #e5eef6;
	}

.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	padding-top: 0px;
	}

.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 {
  margin: 0 auto;
  padding-top: 5px;
	width: 820px;
	height: 25px;
	background: #1b1c1c url(http://webdesigner.hikonet.net/common/ft_bg.gif) no-repeat; 
	clear: both;
	}
/* End Structure */



/*	Begin Headers */
h1, h2, h3 {
	margin: 0;
	}

#sidebar h2 {
	margin: 0;
	padding: 6px 0 0 10px;
	background: #353535; 
	background-image: url(http://webdesigner.hikonet.net/common/mn_bg.gif); 
	width: 190px;
	height: 24px;
	}

h2.pagetitle {
  padding: 8px 0 0 18px;
  background: url(http://webdesigner.hikonet.net/common/ct_tt.gif) no-repeat;
  width: 522px;
	height:32px;
}

#comments h3{
	padding: 40px 0 10px;
	margin: 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignnone {
	padding: 4px;
	margin: 0 0 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul, .entry ol {
	margin: 0 0 18px 24px;
	position:relative;
	}

.entry ul li, .entry ol li {
	margin:0;
	padding:0;
	}
	
.adsense {
	margin-top: 30px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	padding-bottom: 5px;
	line-height: 1.8;
	}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul.children {
	padding-bottom: 0;
	}

#sidebar li{
  line-height: 1.4;
}

#sidebar li.cat-item {
  margin: 8px 0 0 16px;
	list-style-image: url(http://webdesigner.hikonet.net/common/mn_fl.gif);
  line-height: 1.2;
}

#sidebar li.cat-item li.cat-item {
  margin: 8px 0 0 6px;
	list-style-image: url(http://webdesigner.hikonet.net/common/mn_fl-s.gif);
  line-height: 1.2;
}

#sidebar ul.cat-blog li.cat-item {
  margin: 8px 0 0 16px;
	list-style-image: url(http://webdesigner.hikonet.net/common/mn_fl-b.gif);
  line-height: 1.2;
}

#sidebar li.page-item {
  margin: 8px 0 0 16px;
	list-style-image: url(http://webdesigner.hikonet.net/common/mn_pg.gif);
  line-height: 1.2;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 10px 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul ol li, ol li {
	list-style: decimal outside;
	}

#archive ul {
	margin: 20px 20px 10px;
	padding: 0 0 0 24px;
	}

#archive li {
  margin: 16px 0 0 16px;
	list-style-image: url(http://webdesigner.hikonet.net/common/ar_pg.gif);
	color:#990000;
	}

#archive li a {
	font-size: 1.4em;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#respond {
	margin: 0;
	padding-left: 20px;
	width:420px;
	}
#respond h3 {
	padding-top: 20px;
	font-size: 1.2em;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px 0;
	}
	
#comments {
	margin: 0;
	padding-left: 20px;
	width:420px;
	}
	
#comments .navigation {
	margin: 0;
	padding: 0;
	width:420px;
	}

.commentlist ol {
	margin: 0;
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin-top: 10px;
	padding: 5px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0;
	}

.children { 
	margin: 0;
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin trackback */
input#tb_url {
   background-color: #f8f8f8;
   font-size: 0.9em;
   padding: 0.2em;
	 border: 1px solid #ddd;
	 width: 300px;
}
/* End Comments */


/* Begin Sidebar */
#sidebar
{
	width: 200px;	
	float: right;
	background: #eee;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.narrowcolumn .navigation {
	width: 580px;
	}

.widecolumn .navigation  {
	width: 580px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Begin index */
.index-box {
	margin: 0 20px 10px;
	padding: 0 10px 10px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 558px;
	background-image: url(http://webdesigner.hikonet.net/common/bx_bg.gif);
	line-height:1.8;
}

.index-ct {
	margin: 0 0 10px 10px;
	width: 600px;
	background: url(http://webdesigner.hikonet.net/common/inct_bg.gif) no-repeat;
}

.index-ct-box {
  padding: 18px 10px 10px;
  float: left;
  width: 180px;
}

.index-ct-box h2 {
  margin-left: 10px;
	display: inline;
  font-size: 1.2em;
	font-weight: normal;
	
}

.index-ct-box p {
  margin: 20px 10px 5px;
	line-height:1.8;
}

.index-ct-box ul {
  margin: 0;
  padding: 0 10px 0 20px;
}

.index-box ul {
  margin: 0;
  padding: 0 10px 0;
}

.index-ct-box li, .index-box li {
  margin: 8px 0 0 6px;
	list-style-image: url(http://webdesigner.hikonet.net/common/mn_pg.gif);
  line-height: 1.2;
}

.index-ct-folder li {
  margin: 8px 0 0 6px;
	list-style-image: url(http://webdesigner.hikonet.net/common/mn_fl.gif);
  line-height: 1.2;
}

.banner a, .banner a:hover, .banner a:visited {
  color: #3D81EE;
}

/* End index */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

