/*
Theme Name: Agnieszka Owczarczak Design
Theme URI: http://wordpress.org/
Description: Oryginalny template do systemu CMS WordPress.
Version: 1.0
Author: Dariusz S&#322;odkowski
*/

html {
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	background: #E4D3AD;
}
body {
	margin: 0;
	padding: 0 0 30px 0;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #3C62AA;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
h1 span {
	position: absolute;
	top: -10000px;
}
.roz {
	clear: both;
	width: 100%;
	display: block;
	height: 1px;
	font-size: 1px;
}

/* -- LAYOUT -- */

#site {
	background: #D9C59A;
	width: 880px;
	margin: 30px auto 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
h1 {
	background: url('img/top.gif') no-repeat 20px 28px #fff;
	height: 230px;
	width: 880px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
h1 a {
	display: block;
	height: 60px;
	width: 500px;
	position: absolute;
	top: 28px;
	left: 15px;
	/* border: solid 1px red; */
}
#content {
	float: right;
	width: 560px;
	margin: 110px 10px 30px 0;
	padding: 230px 20px 0 20px;
	background: url('img/text.jpg') no-repeat #FFFAF0;
	position: relative;
	z-index: 5;
}
#content-foot {
	clear: both;
	padding: 22px 20px 22px 20px;
	margin: 10px -20px 0 -20px;
	background: #E4D3AD;
	border-bottom: solid 1px #D8C191;
}
#content-foot a {
	color: #F95901;
	font-weight: bold;
}
#content .height{
	clear: both;
}
#sitebar {
	float: left;
	width: 240px;
	margin: 110px 0 70px 10px;
	padding: 0;
	position: relative;
	z-index: 5;
}
/* poprawka marginesów dla _nie_ IE */
#content[id] {
	margin: 110px 20px 30px 0;
}
#sitebar[id] {
	margin: 110px 0 30px 20px;
}
.img-link {
	display: block;
	margin: 0 auto 20px auto;
	width: 170px;
}
#menu {
	margin: 0 0 40px 0;
	padding: 0 20px 10px 20px;
	list-style: none;
	background: #fff;
	min-height: 220px;
	height: 220px; /* dla IE */
}
#menu[id] {
	height: auto; /* dla reszty */
}
#menu li {
	background: url('img/menu_bg.gif') repeat-x bottom left;
	text-align: right;
	padding: 7px 0 7px 0;
}
#menu li a {
	display: block;
	background: url('img/menu_point.gif') no-repeat right 5px;
	padding: 0 12px 0 0;
	color: #4D4D4D;
	text-decoration: none;
}
#menu li a:hover {
	color: #F95A01;
}
.menu-select {
	color: #F95A01;
	background: none !important;
	border-bottom: solid 1px #F3E6C9;
}
.menu-select span {
	display: block;
	padding: 0 12px 0 0;
	background: url('img/menu_select.gif') no-repeat right 6px;
}
#menu-last {
	background: none !important;
	border: none !important;
}
#foot p {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 0 0 20px;
	height: 60px;
	width: 860px;
	color: #4D4D4D;
	font-size: 8pt;
}
#foot p a {
	color: #4D4D4D;
}
/* -- PODSTRONY -- */
h2 {
	margin: 0 -20px -1px -20px;
	padding: 20px;
	color: #333;
	font-size: 10pt;
	font-weight: normal;
	background: #E4D3AD;
	border-bottom: solid 1px #D8C191;
	position: relative;
	z-index: 5;
}

h3 {
	margin: 0 -20px 20px -20px;
	padding: 20px;
	color: #3C62AA;
	font-size: 13pt;
	background: #FCF0D8;
	font-weight: normal;
	border-top: solid 1px #FAE7C7;
	border-bottom: solid 1px #FAE7C7;
	position: relative;
	clear: both;
}
h3 span {
	color: #BFA467;
	font-weight: normal;
	font-size: 9pt;
}
h3 a {
	color: #3C62AA;
	text-decoration: none;
}
h3 a:hover {
	color: #22468B;
}
p {
	padding: 0 0 1.8em 0;
	line-height: 1.5em;
}
.link-more {
	font-weight: bold;
	float: right;
	margin: 0 0 30px 0;
}
#content img {
	padding: 2px;
	border: solid 3px #F3E6C9;
	margin: 0 10px 10px 0;
	float: left;
	clear: both;
}
#content ul {
	margin: 0;
	padding: 0 0 0 30px;
}
#content li {
	padding: 0 0 0.5em 0;
	line-height: 1.5em;
}

