/*  
Theme Name: Kind of Business
Theme URI: http://www.sabiostar.com/
Description: A Wordpress Theme For Your Blog <br> - Designed by <a href="http://www.nattywp.com">NattyWP</a>  
Author: Sabiostar
Author URI: http://www.sabiostar.com/
2008, NattyWP. All rights reserved
*/
#copyright {
  border-top: 1px solid #999;
  display: block;
  font-size: 80%;
  text-align: center;
  font-family: arial, sans-serif;
  clear: both;
}
.post_footer {
  padding: 1em;
  border: 1px dotted #999;
}
.post_footer p {
  padding: .25em 0;
}
ul.rss {
  /*list-style-image: url('http://www.feedburner.com/fb/images/pub/feed-icon16x16.png');*/
}
#footer_columns {
  clear: both;
  margin-top: 2em;
  padding-top: 1em;
  background-color: #ccc;
  width: 1000px;
  /*padding-bottom: 2em;*/
}
#footer_columns ul, #footer_columns ul li {
  list-style-type: none;
}

.footer_column {
  float: left;
  width: 30%;
  margin-left: 2%;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.footer_column p {
  margin-top: 1em;

}
.footer_column ul li ul{
  font-size: 120%;
}
.footer_column h2 {
  font-family: arial, sans-serif;
  font-size: 70%;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 0;
}
#footer_column1 {
  background-color: #f7f7f7;
}
#footer_column1 h2 {
  background-color: #ddd;
  color: #888;
}
#footer_column2 {
  background-color: #e0f0ff;
}
#footer_column2 h2 {
  background-color: #C9DCED;
  color: #6A7680;
}
#footer_column3 {
  background-color: #D8F2E3;
}
#footer_column3 h2 {
  background-color: #CCE5D7;
  color: #738A7D;
}
.floatright {
  float: right;
  margin: 0 0 5px 7px
}
p.comment_suggest {
  margin-top: 0;
}
.comment_suggest a {
  display: block;
  padding: 2px;
  color: #ffffff;
  /*background-color: #B2C3D9;*/
  /*font-weight: bold;*/
  margin: 0 5px 4px 5px;
}

ul.similar-posts {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.similar-posts li {
  list-style-type: none;
  margin: 0;
  padding: .1em;
  border: 1px solid #ccc;
}
ul.similar-posts li .similar-posts-image {
}
ul.similar-posts li a {
  clear: both;
  display: block;
  padding: .1em;
  vertical-align: middle;
  border: 1px solid #999;
}
ul.similar-posts li a .similar-posts-text {
  padding: 2em .3em 2em .1em
}

.yd_rp_excerpt {
  display: none;
}

span.hilite {
  background-color: yellow;
}

.guest_author {
  margin-bottom: 1em;
  padding: .5em;
  border: 1px solid #ccc;
  font-style: italic;
  clear: both;
}

div.guest_author img {
  float: left;
  margin-right: 1.5em;
  padding: 0;
  border: 0;
}

.clear {
  font-size: 1pt;
  clear: both;
  height: 1px;
}

.comment_metadata {
  font-size: 70%;
  margin: 0;
  display: block;
  /*float: right;*/
}
.comment_metadata, small.comment_metadata a {
  color: #999;
}

.post-author-gravatar {
  float: right;
  margin: 20px 0 .5em 1em;
}

.comment_gravatar img {
  float: right;
  margin: 0 0 .5em .5em;
}

#blog_introduction_heading {
  display: none;
}

#blog_introduction_content {
  line-height: 150%;
  padding: 2em;
  border: 1px solid #ccc;
  margin-bottom: 2em;
  font-style: italic;
}
#blog_introduction_content p {
  margin: 0;
  padding: 0;
}

a.more-link {
  clear: both;
  display: block;
  margin-top: .5em;
  background-color: #def;
  border: 1px solid #cde;
  padding: 3px;
}

p.allowed_tags {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #999;
}

/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}
#menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	width:1000px;
	font-size: 100%;
	height: 2.5em;
	margin:0 auto;
	font-weight:bold;
	/*background:#ffffff url(images/header2.jpg) no-repeat;
	background-position: -140px left;*/
	background: #fff;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
}
#menu ul{
	padding-left:47px;
}
#menu li {
	padding-top:10px;
	display: block;
	float: left;
	padding-left:30px;
}

#menu li a {
	display: block;
	color:#3f3f3f;
}

#menu li a:hover{
color:#000000;
text-decoration:underline;
}

#menu li.current_page_item {
	background-position:10px 0px;
	color: #000000;
	text-decoration: underline;
}

#menu li.current_page_item a:hover {
	text-decoration: underline;
}

#menu li.page-item-29 a {
  background-image: url('/wp-includes/images/rss.png');
  background-repeat: no-repeat;
  background-position: 0 .25em;
  padding-left: 20px;
}

a {
	text-decoration: none;
}
a:link {
	color: #003980;
}
a:visited {
	color: #0c0080;
}
a:hover, a:active {
	/*color: #005ea6;*/
	text-decoration:none;
}
/*
.entrytext a {
  text-decoration: underline;
}
*/
.entrytext ul li a {
  text-decoration: none;
}


body {
	background:#052433 url("http://static.hyvejohtajuus.fi/wp-content/themes/KindOfBusiness2/images/bg2.jpg");
	color:#333333;
	font:90% georgia,arial,verdana,sans-serif;
}

body p {
  line-height: 150%;

}
.page { 
	margin:0 auto;
	background:#e8e8e8;
	text-align:left;
	width:1000px;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	}

#header, #header-home {
	background: #333 url("http://static.hyvejohtajuus.fi/wp-content/themes/KindOfBusiness2/images/header2.jpg") no-repeat;
    width: 1000px;
    margin:0 auto;
  border-top: 7px solid #333;
	}

#header {
  height: 140px;
  background-position: top right;
}

#header-home {
  height: 296px;
}

.nodisplay {
	display: none;
}

.header-title h1 {
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;;
	font-size:210%;
	font-weight:bold;
	font-style: italic;
	text-align:left;
	padding-left:99px;
	padding-top: 0;
	margin-top: 0;
	}
#header .header-title h1 {
	padding-top: 30px;
}
#header-home .header-title h1 {
	padding-top: 100px;
}
#header .header-title h1 a{
	color: #fff;
	padding: 0 15px 0 0;
	text-decoration:none;
	}
.header-title h1 a:hover{
	text-decoration:underline;
	}
.header-title h1 span.header-description {
	display: block;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:65%;
	padding: 5px 0px 0px 8px;
	font-weight:400;
	font-style: normal;
	}

#content {
	float:left;
	padding:10px 0px 0px 20px;
	width:640px;
	}

#content ol li { 
    list-style: decimal;
                 }

#content ul { 
    margin-top: 10px;
    margin-left: 35px;
              }

#top_sidebar {
	float:left;
	margin:28px 0px 5px 20px;
	padding-top: 15px;
	width:300px;
	line-height: 150%;
	border-top: 1px dotted #999;
}
	
#sidebar1 {
	float:left;
	margin:28px 0px 20px 20px;
	width:300px;
	background:#f7f7f7;
	}
	
#sidebar3 {
	float:left;
	margin:28px 0px 20px 10px;
	width:200px;
	background:#f7f7f7;
	}
	
#footer {
	background:#ccc;
margin-top: 1em;
*border-top: 1px solid #e8e8e8;
    color: #666666;
	height:100px;
	padding-right:120px;
	clear:both;
	text-align:right;
	}
/*#footer p{padding:38px 0 0px 0;}
#footer a, 
#footer a:hover,
#footer a:visited,
#footer a:visited:hover {
    color: #e88601;
	text-decoration:underline;
                          }
*/
/* End Main-Layout */



/* Begin Content*/
h4,h5,h6{
	color:#333333;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	margin:.5em 0 .3em 0;
	}

h1,h2{ font-family:Georgia,"Times New Roman", Times, serif;
	font-weight: 400;
	font-size:140%;
	/*font-style: italic;*/
	color:#000000;
    margin:20px 0 10px 0;
	}

#sidebar1 h2 {
  font-style: italic;
  font-size: 100%;
  color: #666;
}

h3{ color:#333333;
	border-bottom:1px dotted #333;
    margin:20px 0 10px 0;
	}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover,
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover{
	color:#000000;
	text-decoration:none;
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#e88601;
	text-decoration:none;
}

.post-date {
	width: 90px;
	padding-top:5px;
	text-align: center;
}
.post-day, .post-month {
	font-size: 140%;
	font-family:Georgia,"Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666;
}
.post-year {
	display: block;
	color: #999;
	margin-bottom: .5em;
}
.post-author {
	
}
.post { 	
	color:#333;
	/*text-align:justify;*/
    background:#fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
	width:510px;
	}
/*.post img {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 3px;
}*/
.post span.post-author-gravatar img {
  padding: 0;
  border: 0;
}
.post .comments_wrapper img {
  padding: 0;
  border: 0;
}
td.category_head {
  height: 1.2em;
}
td.single_category_head {
  text-align: center;
}
.category_head span {
  display: block;
  padding: 2px;
  font-size: 70%;
  font-family: arial, sans-serif;
  text-transform: uppercase;
}
.category_head span.first_post {
  font-family: georgia, arial, sans-serif;
  font-size: 120%;
  font-style: italic;
  text-transform: none;
}
.first_post_comment_suggest {
  margin-top: 20px;
}
.category_head span.first_post_date {
  display: inline;
  font-weight: normal;
  font-size: 80%;
}
.category_head span.first_post_more_info {
  float: right;
  font-family: georgia, arial, sans-serif;
  font-size: 100%;
  font-style: italic;
  text-transform: none;
}
.category_78, .cat-item-78 {
  background-color: #e0f0ff;
}
.category_78_head {
  background-color: #C9DCED;
  color: #6A7680;
}
.category_54, .cat-item-54 {
  background-color: #ffffdd;
}
.category_54_head {
  background-color: #ddb;
  color: #776;
}
.category_29, .cat-item-29 {
  background-color: #D8F2E3;
}
.category_29_head {
  background-color: #CCE5D7;
  color: #738A7D;
}
.category_53, .cat-item-53 {
  background-color: #f7f7f7;
}
.category_53_head {
  background-color: #ddd;
  color: #888;
}
.category_832, .cat-item-832 {
  background-color: #fee;
}
.category_832_head {
  background-color: #ecc;
  color: #600;
}


.postmetadata {
	color:#555;
	font-size:.85em;
	padding:2px 0 4px 0;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	/*color:#005ea6;*/
	text-decoration:none;
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:140%;
	margin:2px 0 0 0;
	}
	
.entry p, .entrytext, .post p{
	margin:0 0 1em 0;
	}

/* End Content*/



/* Begin Comments */
h3#comments {
  margin-top: 2.5em;
}
.comments_wrapper {
}
.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
    color: #333;
	}
.commentlist li {
	/*font-weight:bold;*/
	padding: .5em;
  border: 1px solid #ccc;
	}
.commentlist li.alt {
background:#ffffff;
/*padding:10px 0px 5px 0px;*/
	}

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

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
    color: #333;
	}

.commentmetadata {
	font-weight:normal;
    color: #333;
	}

.commentlist {
	padding: 1em 0 0 0;
	margin: 0;
	/*text-align:justify;*/
	}

.commentlist li {
	margin:0px 0 1em 0;
	padding: 1em;
	list-style-type:none;
	}

.commentlist p {
	margin:10px 5px 10px 0;
	}

#commentform p {
	margin:5px 0;
	}

.commentmetadata {
	margin:0;
	display:block;
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px;
	}

#top_sidebar li, #top_sidebar ul li,
#sidebar1 ul li {
	list-style:none;
	color:#404040;
}
#sidebar1 ul li {
	padding:0px 20px 10px 20px;
	}
#top_sidebar li, #top_sidebar ul li {
	padding:0px 20px 10px 20px;
	}


#top_sidebar ul li ul li, #sidebar1 ul li ul li{
	margin: 1px 0 2px 10px;
	padding:.3em .2em;
	color:#404040;
	}

#sidebar1 ul li ul li a:link, 
#sidebar1 ul li ul li a:active,
#top_sidebar1 ul li ul li a:link, 
#top_sidebar1 ul li ul li a:active {
	text-decoration: none;
	/*color:#005ea6;*/
}
#top_sidebar ul li ul li a:visited,
#sidebar1 ul li ul li a:visited {
	/*color:#005ea6;*/
}
#top_sidebar ul li ul li a:hover,
#sidebar1 ul li ul li a:hover{
	text-decoration:underline;
	/*color:#005ea6;*/
}

/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

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;
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0;
	float: right;
	}

#searchform #s {
	width:130px;
	padding:2px;
	border:1px solid #999999;
        background: transparent;
        color: #666666;
	}

#searchsubmit {
	padding:1px;
        margin-left:2px;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #999999;
	}

.entry form { 
	text-align:center;
	}

select {
	width:130px;
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	}

#commentform textarea {
	width:98%;
	padding:2px;
	border:1px solid #ddd;
	}

#commentform #submit {
	margin-right:3px;
	float:right;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #66666;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1.1em 'Courier New', Courier, Fixed
	}

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

acronym, abbr {
	border-bottom:1px dashed #333
	}

blockquote {
	border-left:5px solid #f2f2f2;
	margin:15px 0 0 0;
	padding:0 0 0 15px;
	}

blockquote cite {
	margin:5px 0 0;
	display:block;
	}

.center {
	text-align:center;
	}

hr {
	clear:both;
	display:none;
	}

a img {
	border:none;
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	}
/* End Various Tags & Classes*/


/* WP Page Numbers */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #f1f1f1;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 9px;
	font-family: Verdana;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #bfbfbf;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {

	margin-top: 2px;
	margin-bottom: 2px;

	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	color: #333;
	border: 1px solid #f1f1f1;
}

#wp_page_numbers li a:hover {
	border-color: #999;
}

#wp_page_numbers li.space {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #f1f1f1;
	padding-top: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border: 1px solid #bfbfbf;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
}

#wp_page_numbers li.page_info {
	margin-top: 2px;
	margin-bottom: 2px;
	
	padding-top: 2px;
	
	margin-right: 2px;
	padding-left: 2px;
	color: #666;
	border: 1px solid #f1f1f1;
}
