/*
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
Text Domain: kubrick

	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 {
padding: 2px 0px 2px 0px;
text-align: justify;

}
a{
color:blue;
}
#wrap {
border: 1px solid #c9e2fc;
padding: 2px 0px 2px 0px;
text-align: justify;
float:left;
}
div#navbar {
width:100%;
margin: 5px 0px 0px 0px;
border-bottom: 2px solid #c9e2fc;
float:left;
}
div#content {
width: 75%;
margin: 5px 5px 5px 0px;
float:right;
}
div.shop {
width: 100%;
float:left;
padding-bottom: 0px;
border-bottom: 1px dotted grey;
padding-top: 0px;

}
div.shop p{
float:left;
width:100%;
line-height:135%
}

span#zaglavie{
float:left;
width:70%;
font-size:19px;
font-weight:bold;
text-decoration:none;

}


div#sidebar {
width:23%;
margin: 0px 0px 5px 0px;
border-right: 2px solid #c9e2fc;
float:left;
}
div#sidebar a {
width:100%;
float: left; 
display: block;
padding: 0px 2px 0px 2px;
text-align: left;
text-decoration:none;
font-size:16px;


}
div#sidebar a:hover {
width:100%;
float: left; 
display: block;
padding: 0px 0px 0px 2px;
text-align: left;
text-decoration:none;
font-size:16px;

background: #c9e2fc;
}
div#sidebar a#active {
width:99%;
float: left; 
display: block;
text-align: left;
text-decoration:none;
font-size:16px;
border-top:1px solid #c9e2fc;
border-bottom:1px solid #c9e2fc;
background: #c9e2fc;
}

span#snav {
width:100%;
float: left; 
display: block;
text-align: center;
text-decoration:none;
font-size:16px;
border-top:1px solid #c9e2fc;
border-bottom:1px solid #c9e2fc;
background: #e9f9ff;
}
div#footer {
width:100%;
margin: 5px 1px 5px 1px;
border-top: 2px solid #c9e2fc;
float:left;
text-align:center;
}
div#footer a, a:hover{
text-decoration:underline;
}

h1 {
font-size: 24px;
padding-left: 5px;
}
h2 {
font-size: 20px;
margin: 0px 5px 0px 5px;
text-align:left;
line-height:90%
}
span#desc {
color:grey;
font-size: 14px;
margin: 0px 5px 2px 5px;
text-align:left;
}
img {
float:left;
border: 0px;
margin: 5px;
}
table
{
border-collapse:collapse;
}
table,th, td
{
padding-left: 5px;
border: 1px dotted #c9e2fc;
}
table#social {
width:358px;
float:left;
text-align:center;
}
span#more {
float:right;
}
span#bread {
width: 76%;
padding: 3px 3px 3px 3px;
float:right;
background-color:#e9f9ff;
font-size:14px;
text-align:left;
}
span#sort {
width: 40%;
padding: 3px 1px 3px 0px;
float:right;
background-color:#e9f9ff;
font-size:14px;
text-align:right;
}
span#comment {
float:left;
width:95%;
color:black;
padding-left: 20px;
border-bottom:1px dotted grey;
}

blockquote {
    margin: 1em 2em;
    border-left: 1px dashed #999;
    padding-left: 1em; }
blockquote p:first-letter {
    float: left;
    margin: .2em .3em .1em 0;
    font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
    font-size: 220%;
    font-weight: bold; }
blockquote p:first-line {
    font-variant: small-caps; }

