/*
	Theme name: Bichon Frise
	Author: Łukasz Kliś
	Description: Szablon dla hodowli psów rasy bichon frise.
	Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	outline: none;
}

body {
	background: url(images/background.png) 0 49px repeat-x #fff;
	margin-bottom: 26px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #395e2b;
}

#page {
	background: url(images/pagebackground.png) 0 bottom repeat-x;
	padding-bottom: 24px;
}

#container {
	width: 940px;
	margin: 0 auto 20px auto;
	background: url(images/containerbackground2.png) 0 0;
}

#pasek {
	border-bottom: 1px solid #e9e9e9;
}

#choose-lang {
	width: 940px;
	margin: 0 auto;
	height: 35px;
}

#new-litter {
	float: left;
	margin-left: 45px;
}

#header, #nav, #content {
	margin: 0 40px;
}

#header {
	background: url(images/headerbackground.png) 0 0 no-repeat;
	height: 173px;
	margin-bottom: 7px;
	position: relative;
}

#nav {
	height: 47px;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	padding-right: 5px;
}

#content {
	background: url(images/contentbackground.png) 50% bottom no-repeat #e0ffbe;
	padding: 10px 160px;
	clear: both;
}

#content p {
	margin: 10px 0;
	text-align: justify;
}

/*
	odnośniki
*/

a,
a:visited {
	color: #af3b00;
	text-decoration: none;
}

a:hover {
	color: #af3b00;
	text-decoration: underline;
}

h2 a,
h2 a:visited,
h2 a:hover {
	color: #395e2b;
	text-decoration: none;
}

#nav a,
#nav a:visited {
	border-top: 5px solid #ea9e20;
	background: #395e2b;
	line-height: 42px;
	text-align: center;
	color: #fdffd1;
	text-decoration: none;
	width: 143px;
	height: 42px;
	display: inline-block;
	margin-right: -6px;
}

#nav a.active {
	background: #741200;
}

#nav a:hover {
	background: #af3b00;
}

/*
	nagłówki
*/

h1 {
	position: absolute;
	right: 105px;
	bottom: -2px;
}

h2 {
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
}

h3,
h4 {
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: bold;
}

h4 {
	text-align: center;
}

/*
	listy
*/

ul li,
ol li {
	margin-left: 30px;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin: 0;
}

#nav li {
	margin-right: 1px;
}

#lang {
	text-align: right;
	margin-right: 45px;
	height: 26px;
}

ul#lang li {
	list-style: none;
	display: inline;
	margin: 0;
}

ul#mybichonesnavigation {
	margin: 15px 0;
	text-align: center;
	font-size: 12px;
}

ul#mybichonesnavigation li {
	list-style: none;
	display: inline;
	margin: 0 10px;
}

/*
	obrazki
*/

img {
	border: 0;
}

#content img {
	border: 1px solid #395e2b;
	padding: 1px;
}

#content .wp-smiley {
	border: 0 !important;
	padding: 0 !important;
}

.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

.wp-caption {
	background: #d6fdab;
	padding: 15px 20px 5px 20px;
	border: 1px solid #abec63;
}

.wp-caption-text {
	margin: 5px 0 !important;
	text-align: center !important;
	font-size: 13px;
}

/*
	inne
*/

.news {
	margin-bottom: 25px;
}