/*  
Theme Name: ktblog
Theme URI: http://www.techtravels.info
Description: Custom theme for Kobayashi Technology Blog
Version: 1.0
Author: Kobayashi technology
Author URI: http://www.techtravels.info
*/
/* CSS Document */

/*

Copyright (c) 2008, Yahoo! Inc. All rights reserved.

Code licensed under the BSD License:

version: 2.6.0

*/

html {
	color:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/

input, textarea, select {
 *font-size:100%;
}
/*because legend doesn't inherit in IE */

legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
/*+++++++++++++++++++++++++++++++++++*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
	color:#000;/*	background-image: url(images/layout/line-body-background-left.png);
	background-repeat: no-repeat;
	background-position: left top;
*/}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	float:none;
}
a:link {
	color:#666;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
a:visited {
	color:#666;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
a:hover {
	color:#EC1C24;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
a:active {
	color:#666;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
img a:link {
	text-decoration:none;
	border: none;
}
img a:visited {
	text-decoration:none;
	border: none;
}
img a:hover {
	text-decoration:none;
	border: none;
}
img a:active {
	text-decoration:none;
	border: none;
}
#wrapper {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 1;
	height:560px;
	width: 770px;
	text-align: left;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color: transparent;
	background-image: url(images/kt-beetle_21-left.png);
	background-repeat: no-repeat;
	background-position: 340px 60px;
	height: 110px;
	width: 679px;
	margin-left:50px;
	padding-bottom:36px;
	margin-bottom:50px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#header h1 {
	font-size:3em;
	font-weight:bold;
	float:left;
	margin-top:50px;
	width:100%;
}
#header h2 {
	font-size:0.84em;
	float:left;
	color:#666;
	margin-top:8px;
	margin-left:2px;
}
#header .blogName {
	font-size:3em;
	font-weight:bold;
	float:left;
	margin-top:50px;
	width:100%;
	display:block;
}
#header .blogTitle {
	font-size:0.84em;
	float:left;
	color:#666;
	margin-top:8px;
	margin-left:2px;
	display:block;
}
#header a:link {
	color:#EC1C24;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
#header a:visited {
	color:#EC1C24;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
#header a:hover {
	color:#EC1C24;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
#header a:active {
	color:#EC1C24;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
#content {
	float: left;
	height: auto;
	width: 462px;
	margin-left: 53px;
	margin-top:0;
}
.post{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #929497;
	padding-bottom:20px;
	margin-bottom: 30px;
	z-index:100;
}
.post h1{
	font-size:1.25em;
	font-weight:bold;
	margin-bottom: 20px;
	margin-top:0px;
	padding-bottom:16px;
	width: 400px;
	position: relative;
	z-index:1000;
}
.post h2 {
	font-size:1.125em;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top:0px;
	width: 470px;
	position: relative;
	z-index:1000;
}
.post h3 {
	font-size:1.25em;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top:0px;
	width: 400px;
	position: relative;
	z-index:1000;
}
.post h4 {
	margin-bottom:6px;
	line-height: 22px;
}
.post h4 {
	font-size:0.875em;
	font-style: italic;
	color:#333333;
	margin-left: 28px;
		margin-bottom: 20px;
}
.post ul{
	margin-bottom:1em;
	font-size:0.75em;
}
.post ul li{
	margin-bottom:10px;
}

.entry p {
	color:#333333;
	margin-bottom:20px;
	font-size:0.75em;
	line-height: 1.5em;
}
.entry li p {
	font-size:1em;
}
.entry ol {
	color:#333333;
	margin-bottom:20px;
	font-size:0.75em;
	line-height: 1.5em;
	margin-left:18px;
}
.entry ul{
	color:#333333;
	margin-bottom:20px;
	font-size:0.75em;
	line-height: 1.5em;
		margin-left:28px;

}
.entry ul img{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 14px;
}
.entry ol ul {
	font-size:1em;
}
.entry ol li {
	margin-bottom:10px;
	list-style-type: decimal;
	padding-left:8px;
}
.entry ol ul li {
	margin-bottom:10px;
	list-style-type: none;
	padding-left:8px;
}
.datePost {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929497;
	width: 45px;
	padding-left: 417px;
	position: absolute;
	z-index:0;
}
.datePost .datePostMonth {
	color: #FFF;
	background-color: #929497;
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding:10px;
	width: 25px;
	height: 15px;
}
.datePost .datePostDay {
	color: #929497;
	width: 45px;
	text-align: center;
	display: block;
	font-size: 26px;
	font-weight: bold;
}
.post h1 a, .post h2 a, .post h3 a {
	border-bottom:none;
}
.post h1 a:link, .post h2 a:link, .post h3 a:link {
	color:#404041;
}
.post h1 a:visited, .post h2 a:visited, .post h3 a:visited {
	color:#404041;
}
.post h1 a:hover, .post h2 a:hover, .post h3 a:hover {
	color:#EC1C24;
}
.post h1 a:active, .post h2 a:active, .post h3 a:active {
	color:#404041;
}
.postmetadata, .postedCategory {
	font-size:0.75em;
	margin-bottom:20px;
	margin-top:40px;
}
.categoryLabel {
	font-weight:bold;
}
.sidebar {
	float:left;
	width: 162px;
	margin-left: 53px;
	padding-right:40px;
}
.sidebar #aboutKT {
	padding-bottom:20px;
	padding-top:2px;
	margin-bottom:20px;
	width:100%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929497;
	display:none;
}
.ktLogo {
	background-color: #FFF;
	/*	background-image: url(images/kobayashi-technology-logo-162.png);
	background-repeat: no-repeat;
	background-position: -4px center;
*/	width:170px;
	height:90px;
	font-size:0.75em;
	color:#C8C9CB;
	margin-top:160px;
}
.ktLogo img {
	margin-left:-4px;
	margin-top:12px;
}
.ktLogo a {
	border-bottom:none;
}
.leftSidebarLists {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929497;
	margin-bottom:20px;
	padding-bottom:20px;
	font-size:0.75em;
}
.sidebar li a:link {
	color:#666;
	text-decoration:none;
	border-bottom: none;
}
.sidebar li a:visited {
	color:#666;
	text-decoration:none;
	border-bottom: none;
}
.sidebar li a:hover {
	color:#EC1C24;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EC1C24;
}
.sidebar li a:active {
	color:#666;
	text-decoration:none;
	border-bottom: none;
}
.sidebar h2 {
	color:#404041;
	font-size:1.125em;
	font-weight:bold;
	margin-bottom:10px;
}
.sidebar ul li {
	margin-bottom:8px;
}
.navigation a{
	font-size:0.75em;
	font-weight:bold;
}
#footer {
	font-size:0.7em;
	color:#CCC;
	clear:both;
	padding-top:20px;
	margin-left:53px;
	margin-bottom:50px;
}
/*FORMS Formidable
++++++++++++++++*/
#frm_form_fields {
	padding-bottom:20px;
}
#frm_form_fields .formText, #frm_form_fields label {
	font-size:0.75em;
	font-weight: bold;
	margin-bottom: 10px;
	clear:both;
	line-height:1.5em;
}
#frm_form_fields .formText {
	margin-top: 16px;
}
.formInput {
}
.frm_radio {
	font-size:0.75em;
	margin-bottom: 26px;
	float:left;
	width:auto;
	margin-right:6px;
}
.frm_radio span {
	padding:0;
	margin:0;
}
#frm_form_fields .frm_checkbox, #frm_form_fields input {
	font-size:0.75em;
	margin-right:6px;
	vertical-align: middle;
}
/*COMMENTS
+++++++++*/
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.75em;
}
.comments-template p{
	margin-bottom:20px;
	line-height: 1.5em;
}
#commentform p {
	margin-bottom:16px;
	font-size:0.75em;
}
.commentmetadata {
	font-size:1em;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size:1em;
}
.commentlist {
	font-size:0.75em;
}
#respond {
	border:none;
}
.share_this_button {
	float:right;
	font-size:0.75em;
	margin-top:20px;
}
.share_this_button a.stbutton {
	padding-right: 0px;
}
.page_share {
	float:none;
}
.share_this_button a:link {
	color:#999999;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
.share_this_button a:visited {
	color:#999999;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
.share_this_button a:hover {
	color:#EC1C24;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
.share_this_button a:active {
	color:#999999;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
.quote{
	font-style: italic;
	margin-left:25px;
	display:block;
}
