/*  
Theme Name: Kind of Business
Theme URI: http://www.nattywp.com/
Description: A Wordpress Theme For Your Blog <br> - Designed by <a href="http://www.nattywp.com">NattyWP</a>  
Version: 1.3
Tags: 2 columns, business, fixed width, widgets, gravatar support, valid XHTML, valid CSS, right sidebar
Author: Sabiostar
Author URI: http://www.sabiostar.com/
2008, NattyWP. All rights reserved
*/

/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}

a {
	text-decoration: none;
}
a:link {
	color: #a1b532;
}
a:visited {
	color: #a1b532;
}
a:hover, a:active {
	color: #a1b532;
	text-decoration:underline;
}


body {
	background:#ffffff url("images/bg.png") repeat-x;
	color:#898989;
	font:12px arial,verdana,sans-serif;
}

.page { 
	margin:0 auto;
	background:#ffffff url(images/main_bg.jpg) no-repeat;
	text-align:left;
	width:1000px;
	border-right:0px solid #c7c7c7;
	border-left:0px solid #c7c7c7;
	}

#header {
	background: #ffffff url("images/header.jpg") no-repeat;
    width: 1000px;
    height: 86px;
    margin:0 auto;
	}

#okna {
	background: #ffffff;
    width: 1000px;
    height: 100px;
    margin:0 auto;
	padding: 0px;
	}	

#okna2 {
	background: #ffffff;
    width: 728px;
    height: 90px;
	float:left;
    margin: 10px 0px 0px 30px;
	padding: 0px;
	}	

#menu {
	background: #ffffff url("images/topmenu_bg.jpg") no-repeat;
    width: 1000px;
    height: 86px;
    margin:0 auto;
}
	
#menu a, #menu a:hover, #menu a:active, #menu a:visited{
   color:#ffffff;
   	font-family: "Arial", Arial, Verdana, serif;
	font-size:20px;
	font-weight:normal;
    text-decoration:none;
	margin: 20px;
}	
	
.header-title {
	font-family: "Arial", Arial, Verdana, serif;
	font-size:18px;
	font-weight:normal;
    padding-top: 29px;
	text-align:right;
	padding-left:80px;
	color:#f5ea74;
	}
.header-title a, .header-title a:visited, .header-title a:active {
	color:#f5ea74;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
	text-decoration:none;
	}
.header-title a:hover{
	text-decoration:underline;
	}
.header-description {
	color:#ffffff;
	font-family: "Arial", Arial, Verdana, serif;
	text-align:right;
	font-size:14px;
    padding: 0px 20px 0px 95px;
	}

#content {
	float:left;
	padding: 15px 0px 0px 40px;
	width:587px;
	}

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

#content ul { 
    margin-top: 10px;
    margin-left: 35px;
              }
	
#sidebar1 {
	float:right;
	margin:28px 10px 0px 10px;
	width:330px;
	background:#ffffff url(images/sidebar_bg.jpg) no-repeat;
	border:0px solid #e6e6e6;
	}
	
#footer {
	background:#ffffff url(images/footer_bg.jpg) repeat-x right;
    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*/
h5,h6{
	color:#333333;
	font:12px arial,verdana,sans-serif;
	margin:20px 0 0 0;
	}
	
h1{ font-family:"Arial", Arial, Verdana, serif;
	font-size:20px;
	color:#000000;
    margin:6px 0 4px 0;
	}
		
h2{ font-family:"Arial", Arial, Verdana, serif;
	font-size:22px;
	color:#000000;
	font-weight:normal;	
    margin:6px 0 15px 0;
	padding-bottom: 10px;
	border-bottom:1px solid #e6e6e6;
	}

h3{ color:#a1b532;
    font-size:13px;
	border-bottom:1px dotted #898989;
    margin:10px 0 0 0;
	}
h4{ font-family:"Arial", Arial, Verdana, serif;
	font-size:14px;
    color:#a1b532;
	margin:10px 0 0 0;
	}
	
	
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover{
	color:#000000;
	text-decoration:none;
	font-weight:normal;	
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#a1b532;
	text-decoration:none;
}
h4 a:link, h4 a:visited, h4 a:active, h4 a:hover{
	color:#a1b532;
	text-decoration:none;
}


.post-date {
	width: 49px;
	padding-top:5px;
}
.post-month {
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	color: #828282;
	text-align: center;
	display:block;
}
.post-day {
	font-size: 25px;
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;

}
.post { 	
	color:#898989;
	text-align:justify;
    background:#ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	width:600px;
	}

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

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#905c83;
	text-decoration:none;
}

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

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

/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
    color: #333;
	}
	
.commentlist li {
	font-weight:bold;
	}
.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:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal;
	}

.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 10px;
	}
	
#sidebar1 h2 {
  background: url(images/h2.gif) repeat-x;
  border: none;
  margin: 15px 0px 5px 0px;
  font-size: 16px;
  color: #905c83;
  padding: 10px 0px 10px 10px;
  font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
}
	
#sidebar1 ul li {
	list-style:none;
	margin:0px 20px 10px 20px;
	color:#898989;
	background: #ffffff;
	}

#sidebar1 ul li ul li{
	margin-left: 0px;
	padding:0px 10px 5px 10px;
	color:#898989;
	background: #ffffff;
	}

#sidebar1 ul li ul li a:link, #sidebar1 ul li ul li a:visited, #sidebar1 ul li ul li a:active{
	text-decoration: none;
	color:#000000;
}

#sidebar1 ul li ul li a:hover{
	text-decoration:underline;
	color:#000000;
}
/* 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;
	}

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

#sidebar1 #searchsubmit {
	padding:1px;
        margin-left:3px;
	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 2.6 FIX */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}