/*
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 Images */
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: #cacdb5 url(images/bgall.jpg) repeat-y center;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
.clear {
	clear: both;
	}
	
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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
hr {
	display: none;
	}

a img {
	border: none;
	}
/* 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;
}

#all {
	margin: 0 auto;
	width: 1000px;
	}
#head {
	background: url(images/bghead.jpg) no-repeat top center;
	height: 302px;
	}
#center {
	background: url(images/bgsidebar.png) repeat;
		}
#sidebar {
	float: left;
	width: 249px;
	background: none;
	}
#sidebar h2 {
	background: url(images/bgmenu.png) no-repeat top center;
	width: 249px;
	height: 40px;
	color: #613f33;
	font-size: 17px;
	font-family: Myriad Pro, Helvetica, serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 12px;
	font-weight: 500;
}
#menumain {
	padding: 20px 0 35px 0;
	}
#menumain ul li {
	list-style: none;
	padding: 0 0 0 30px;
	background: url(images/bgli.png) no-repeat 10px 15px;
	line-height: 40px;
	}
#menumain ul li a {
	display: block;
	width: 180px;
	color: #613f33;
	font-size: 17px;
	font-family: Myriad Pro, Helvetica, serif;
	text-decoration: none;
	border-bottom: 1px solid #cacdb5;
	}
#menumain ul li a:hover, #menumain ul li.current-menu-item a {
	text-decoration: underline;
	}
#news ul li {
	list-style: none;
	padding: 0 0 10px 30px;
	background: url(images/bgli2.png) no-repeat 20px 5px;	
	}
#news ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #613f33;
	font-size: 13px;
	text-decoration: none;
	}
#news ul li a:hover {
	text-decoration: underline;
	}
#news a#new {
	padding: 5px 0 20px 30px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #8c5b4a;
	font-size: 10px;
	}
#content {
	float: right;
	width: 749px;
	background-color: #f9faf4;
	border-left: 1px solid #cacdb5;
}
#catalog {
	
	}
#catalog #top {
	background: url(images/bgtopcont.jpg) no-repeat top;
	height: 135px;
	}
#catalog #top h1{
	font-size: 17px;
	color: #613f33;
	font-family: Myriad Pro, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 34px 0;
	text-align: center;
	}
#catalog #main {
	margin-top: -65px;
	}
#catalog #bottom {
	background: url(images/bgbottomcont.jpg) no-repeat top;
	height: 129px;
	margin-top: -110px;
	}
#main {
	background: url(images/bgcatalog.gif) repeat-y top center;
	padding: 0 0 0 30px;
	}
#main .item {
	float: left;
	width: 680px;
	padding: 10px;
	color: #6d0000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border-bottom: 2px solid #ccc;
	}
.item .op {
width: 650px;
}
.item .img{
	float: left;
	clear: right;
}

.item .img a {
width: 98px;
height: 133px;
float: left;
background: url(images/rama.jpg) no-repeat;
padding: 0 11px 0 0;
}
.item .img a img {
padding: 7px;
}
.item .opis{
width: 130px;
float: left;
}
.item .opis h3 {
	padding-bottom: 14px;
	font-size: 17px;
	}
.item .opis p {
	padding-bottom: 12px;

	}
.item .link {
	clear: both;
	}
.item .link a {
	display: block;
	color: #6d0000;
	padding: 15px 0 30px 0;
	}

#text {
	border: 2px solid #dbddcd;
	margin: 20px 20px 40px 20px;
	padding: 7px;
	padding-bottom: 0px;
	color: #6d0000;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 14px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}
#text p{
	padding-bottom: 17px;
	}
	
#it {
	font-size: 12px;
	color: #6d0000;
	font-family: Tahoma, Geneva, sans-serif;
	}
#gal {
	padding: 10px 0 20px 0;
	background-color:transparent;
	}
#gal img {
	background: url(images/rama.jpg) no-repeat 13px center;
	padding: 15px 10px 15px 20px;
	}
#it table {
	padding: 10px 0 30px 0;
	}
#it td
 {
 padding:15px;
 }
#it table h3{
	font-size: 17px;
	text-decoration: underline;
	padding-bottom: 15px;
	}	
#it table h4{
	font-size: 17px;
	padding-bottom: 15px;
	font-weight: bold;
	}	
#it td#bot1 {
	background: url(images/bgit.gif) no-repeat 15px bottom;
	}
#it td#bot2 {
	background: url(images/bgit2.gif) no-repeat 15px bottom;
	}
	
#footer {
	background: url(images/bgfooter.gif) repeat-x bottom;
	height: 11px;
	}
strong, b {
font-weight: bold;
}