/*
Theme Name: Stawy Ogrodowe
Theme URI: http://creatoria3.com/
Description: Styl graficzny strony internetowej StawyKąpielowe.com.
Version: 1.0
Author: Piotr Falba
Tags: jasna, czysta, płynna
*/

body {
	margin: 0;
	background: #fefefe url(images/background.jpg) top center no-repeat;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

div.clear {
	clear: both;
}

div#header {
	width: 900px;
	margin: 30px auto 0 auto;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 15px 0;
	*padding-bottom: 10px;
}

a#logo {
	/* Inline block */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	float: left;
	margin-top: 10px;
}

a#logo img {
	border: 0;
}

ul#nav {
	float: right;
	width: 500px;
	text-align: right;
	*margin-top: 10px;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	/* Inline block */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	padding: 8px 10px;
	margin-left: 5px;
}

ul#nav li.current_page_item a {
	background: #59969a;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	pointer-events: none;
	cursor: default;
}

ul#nav li a:hover {
	background: #7bb8bd;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#splash {
	background: url(images/splash.png) no-repeat;
	width: 908px;
	height: 309px;
	margin: 35px auto 35px auto;
}

div#splash div.content {
	width: 900px;
	height: 301px;
	padding: 1px 4px 7px 4px;
}

div#wrap {
	width: 900px;
	margin: 0 auto;
}

div#content {
	width: 560px;
	padding: 0 20px;
	min-height: 200px;
	float: left;
}

div#sidebar {
	width: 215px;
	padding: 0 10px 0 20px;
	min-height: 200px;
	float: right;
}

h2 {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #333;
	margin: 0 -20px;
	padding: 12px 20px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

h2 a {
	color: #333;
	text-decoration: none;
}

h2 a:hover {
	color: #444;
	text-decoration: underline;
}

h2 div.star_wrap {
	position: relative;
}

h2 div.star {
	position: absolute;
	width: 68px;
	height: 77px;
	top: -25px;
	left: -35px;
	background: url(images/star.png) no-repeat;
	z-index: 1;
}

h2 span {
	position: relative;
	z-index: 10;
}

h3 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #777;
	margin: 15px -20px 15px -20px;
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #d5d5d5;
}

p {
	font-size: 12px;
	line-height: 20px;
	color: #707070;
	text-align: justify;
}

.alignleft {
	float: left;
	border: 1px solid #cdcdcd;
	padding: 2px;
	margin: 10px 20px 10px 0;
}

.alignright {
	float: right;
	border: 1px solid #cdcdcd;
	padding: 2px;
	margin: 10px 0 10px 20px;
}

#content p:first-letter {
	/* Inline block */
	/* display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	color: #59969a;
	font-size: 38px;
	line-height: 40px;
	float: left;
	margin-right: 5px; */
}

#content ul {
	color: #777;
	line-height: 18px;
}

.subnav {
	padding: 0;
	*margin-left: 0;
}

.subnav li {
	padding: 10px 0;
	list-style: none;
}

.subnav li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.subnav li a:hover {
	color: #59969a;
}

.subnav li.current_page_item {
	list-style-image: url(images/arrow.gif) !important;
	*list-style-image: none !important;
	*background: url(images/arrow.gif) left 14px no-repeat;
	*padding-left: 20px;
	*margin-left: -20px;
}

.subnav li.current_page_item a {
	color: #59969a;
	font-weight: bold;
	pointer-events: none;
	cursor: default;
}

#contact {
	width: 928px;
	margin: 20px auto;
}

#contact_header {
	height: 52px;
	background: url(images/contact_header.png) no-repeat;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #333;
	padding: 25px 34px 0 34px;
}

.ie8 #contact_header, .ie7 #contact_header {
	height: 50px !important;
}

#contact_content {
	min-height: 50px;
	padding: 8px 34px 10px 34px;
	background: url(images/contact_middle.png) repeat-y;
}

#contact_footer {
	height: 9px;
	background: url(images/contact_footer.png) no-repeat;
}

.text_input {
	height: 31px;
	width: 257px;
	background: url(images/text_input.jpg) no-repeat;
	margin: 5px;
}

.text_input input.text {
	height: 21px;
	width: 243px;
	padding: 5px 7px;
	border: 0;
	background: transparent;
	color: #777;
	outline: 0 !important;
}

.textarea {
	height: 107px;
	width: 257px;
	background: url(images/textarea.jpg) no-repeat;
	margin: 5px;
	position: relative;
	*padding-left: 5px;
}

.textarea textarea {
	height: 97px;
	width: 243px;
	margin: 5px 7px;
	border: 0;
	background: transparent;
	color: #777;
	outline: 0 !important;
	resize: none;
	overflow: hidden;
	_margin-left: 0;
}

.submit {
	/* Inline block */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width: 33px;
	height: 32px;
	border: 0;
	overflow: hidden;
	text-indent: 500px;
	background: url(images/submit.gif) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	top: 68px;
	left: 217px;
	_top: -43px;
	_left: 207px;
}

.ie8 .submit, {
	top: -40px;
}

.ie7 .submit {
	top: -44px;
	left: 207px;
}

.submit:hover {
	background: url(images/submit.gif) 0 -32px no-repeat;
}

#contact_form {
	width: 267px;
	float: left;
}

#contact_data {
	width: 570px;
	min-height: 190px;
	float: right;
	background: url(images/phone.jpg) 15px right no-repeat;
}

#contact_data p {
	margin: 0;
}

#contact_data br {
	display: none;
}

#contact_data h3 {
	margin: 7px 0 15px -15px;
	padding: 0 15px 10px 15px;
	font-size: 16px;
}

.phone_number {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #333;
	display: block;
}

.phone_hours {
	font-size: 11px;
	color: #777;
	display: block;
	margin-top: 1px;
}

.phone_fax {
	font-size: 14px;
	color: #555;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.address_title {
	font-size: 11px;
	color: #999;
	display: block;
}

.address {
	font-size: 14px;
	color: #555;
	display: block;
	margin-top: 3px;	
}

.email {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 1px;	
}

.email a {
	color: #555;
	text-decoration: none;
}

.email a:hover {
	text-decoration: underline;
}

.widget {
	display: inline;
}

#loopedSlider {
	width: 900px;
	height: 301px;
	position: relative;
	overflow: hidden;
}

.slider_nav {
	width: 900px;
	height: 301px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gcontainer { width: 900px; height: 301px; overflow: hidden; position: relative; cursor: pointer; }
.slides { position: absolute; top: 0; left: 0; }
.slides > div { position: absolute; top: 0; width: 900px; height: 301px; display: none; overflow: hidden; }

div#footer {
	width: 900px;
	margin: 0 auto;
}

div#footer a:hover {
	color: #59969a;
}

ul#foot_nav {
	display: block;
	width: 60%;
	padding: 0;
	float: left;
	margin: 0;
}

ul#foot_nav li {
	display: inline;
	margin-left: 10px;
}

ul#foot_nav li a  {
	color: #777;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

#copyright {
	width: 35%;
	float: right;
	margin: 0;
	text-align: right;
}

#copyright a {
	color: #777;
	text-decoration: none;
	font-size: 11px;
}
