/* ========================================================================= */
/* screen.css - media: screen */
/* ========================================================================= */


/* ========================================================================= */
/* 	GENERIC STYLES */
/* ========================================================================= */
html {
	margin: 0; padding: 0; 
}
body {
	color: #fff; background: #ff63b0 url(../images/body.gif) repeat 0 0; 
	text-align: left; font: normal 70% Tahoma, Verdana, Helvetica, sans-serif; /* ~11px */
	margin: 0; padding: 0; 
}

/* Clearing Floats Without Structural Markup - ala http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	display: block; clear: both; visibility: hidden;
	height: 0; 
	content: "."; 
}
.clearer {
	clear: both;
}

/* Aural class - Hide the text from the screen without using display:none */
.aural {
   position: absolute; top: -9999px;
   font-size: 0;
}

/* Last elements are without borders */
.last {
	border: 0 !important;
}

/* Image replacement */
.replace {
	text-indent: -9999px;
	font-size: 0;
}

/* ============================================================================ */
/* ROOTS */
/* ============================================================================ */
p { 
	line-height: 1.3em;
	margin: 1em 0;
}
h2 { 
	clear: both;
	font-size: 1.1em;
	padding: 7px 0;
}
h3 { 
	font-size: 1em;
	margin: 1em 0;
}
h4 { 
	font-size: .9em;
	margin: 1em 0;
}
h5 { 
	font-size: .9em;
	margin: 1em 0;
}

/* lists ----------------------------------------------------------------- */
ul { 
	list-style-type: disc; list-style-position: outside; 
	margin: 0 0 1em 1.5em;
}
ol { 
	line-height: 1.4em; 
	list-style-position: inside; 
	margin: 0 0 1em .3em;
}
ul li,
ol li {
	line-height: 1.4em;
}


/* tables ----------------------------------------------------------------- */
table { }
table th { }
table td { }
caption { 
	display: none; 
}

/* links ----------------------------------------------------------------- */
a {
	color: #fff;
	text-decoration: underline; 
}
a:hover {
	text-decoration: none;
}
a:focus, 
a:active {
	color: #ff2d94;
	background-color: white;
}
a.mouse-active:focus,
a.mouse-active:active {
	color: #fff;
	background-color: transparent;
}
:focus, 
:active { }
a[href^="http://"] { }

/* forms ----------------------------------------------------------------- */
form { }
form div { }
fieldset { 
	border: 0;
}
legend { }
label { }
label.checkbox,
label.radio { }
label img {
	display: inline;
	padding: 0 2px;
}
input { }
input.text { }
input.radio,
input.checkbox,
input.submit,
input.image {
	width: auto;
}
select { }
textarea { }

/* others ----------------------------------------------------------------- */
img { 
	display: block; 
}
a img { 
	border: 0; 
}
abbr { }
hr { 
	display: block; 
	width: 230px; height: 17px;
	background: transparent url(../images/separator.gif) no-repeat 0 0; 
}
strong {
	font-weight: bold;
}
em { 
	font-style: italic; 
}

/* ========================================================================= */
/* LAYOUT */
/* ========================================================================= */
#page {
	width: 100%; height: auto !important; height: 520px; min-height: 520px; 
	background: transparent url(../images/body-gradient.gif) repeat-x 0 0;
}
#container {
	width: 771px;
	margin: 0 auto 30px auto;
}
#header {
	height: 98px;
	background: transparent url(../images/header.gif) no-repeat 0 100%;
}
#main {
	background: #fff url(../images/main-white.gif) repeat-y 0 0;
}
#home #main {
	background: transparent url(../images/main-pink.gif) repeat-y 50% 0;
}
#main .wrap {
	background: transparent url(../images/main-wrap-white.gif) no-repeat 8px 100%;
}
#home #main .wrap {
	background: transparent url(../images/main-wrap-pink.gif) no-repeat 50% 100%;
}
#first {
	float: left; 
	width: 214px; height: auto !important; height: 401px; min-height: 401px; 
	margin: 0; padding: 0;
}
#nav {
	width: 192px;
	background: transparent url(../images/content-gradient.jpg) repeat-x 0 0;
	margin: 0 0 0 8px; padding: 0 11px;
}
#extras {
	width: 188px;
	background: transparent url(../images/separator.gif) no-repeat 0 0;
	padding: 29px 21px 10px 21px;
}
#second {
	float: right; display: inline; 
	width: 524px; height: auto !important; height: 401px; min-height: 401px;
	color: #ff0082;
	margin: 0 8px 0 0;
}
#second a {
	color: #ff0082;
}
#second a:focus, 
#second a:active {
	color: #fff;
	background-color: #ff0082;
}
#second a.mouse-active:focus,
#second a.mouse-active:active {
	color: #ff0082;
	background-color: transparent;
}
#home #second {
	background: transparent url(../images/content-gradient.jpg) repeat-x 0 0;
}
#home #second h2 {
	color: #fff;
	margin-left: 10px;
}
#footer {
	padding: 14px 0 0 0;
	background: transparent url(../images/footer.gif) no-repeat 0 0;
}

/* ========================================================================= */
/* ELEMENTS */
/* ========================================================================= */

/* header ------------------------------------------------------------------ */
#header h1 { 
	float: left; display: inline;
	margin: 25px 0 10px 15px;
}
#header h1 a:focus img, 
#header h1 a:active img {
	border: 2px dotted #fff; 
}
#header h1 a.mouse-active:focus img, 
#header h1 a.mouse-active:active img {
	border: 0; 
}
#header h1 a:focus, 
#header h1 a:active  {
	background: transparent;
}

/* skiper */
a#skip:focus,
a#skip:active {
	top: 0;
	color: #fff; background-color: #ff2d94;
	font-size: 1em; font-weight: bold; text-decoration: underline;
	padding: 3px 10px;
}

/* pagination --------------------------------------------------------- */
.paginator {
  overflow: auto;
  clear: both;
  padding: 11px 0 7px;
  margin: 0 0 8px;
  background: transparent url(../images/dots-long.gif) repeat-x scroll 0 100%;
}
.paginator.bottom_paginator {
  margin-top: 10px;
  padding-top: 18px;
  background: transparent url(../images/dots-long.gif) repeat-x scroll 0 0;
}
.paginator a {
  float: left;
  display: inline;
  padding: 3px 7px;
  border: 1px solid silver;
  margin: 0 1em 1em 0;
  text-decoration: none;
}
#second .paginator a.active,
#second .paginator a:hover {
  border: 1px solid #FF007E;
  background: #FF007E;
  color: #fff;
}
.paginator a.active {
  font-weight: bold;
}

/* navigation box --------------------------------------------------------- */
#nav ul {
	list-style-type: none; text-transform: uppercase;
	font-size: .9em;
	margin: 0; padding: 15px 0 15px 0;
}
#nav ul li {
	width: 190px;
	border-top: 1px solid #ffa1cf; border-bottom: 1px solid #ff008a;
}
#nav ul li#nav-first {
	border-top: 0;	
}
#nav ul li#nav-last {
	border-bottom: 0;	
}
#nav ul a {
	display: block;
	width: 186px;
	color: #fff;
	font-weight: bold; text-decoration: none;
	padding: 2px 2px;
}
#nav ul a.current,
#nav ul a:hover, 
#nav ul a:active, 
#nav ul a:focus {
	color: #ff2d94; background-color: #fff;
	text-decoration: none;
}
#nav img {
	border: 1px solid #dd5599;
}

/* box */
.box {
	clear: both;
	color: #ff2d94; background: transparent url(../images/box-repeat.gif) repeat-y 0 0;
	margin-left: 4px;
}
.box .wraper {
	width: 500px; height: auto !important; height: 50px; min-height: 50px;
	background: transparent url(../images/box-top.gif) no-repeat 0 0;
	padding: 13px 10px 7px 10px;
}
.box-footer {
	height: 6px;
	background: transparent url(../images/box-bottom.gif) no-repeat 0 0;		
	overflow: hidden;
}
.box a {
	color: #ff2d94;
}
.box a:focus, 
.box a:active {
	color: #fff;
	background-color: #ff2d94;
}
.box a.mouse-active:focus,
.box a.mouse-active:active {
	color: #ff2d94;
	background-color: transparent;
}
.box p {
	font-size: .8em;
}

/* on-page images */
a.image {
	float: left; display: inline;
	border: 1px solid #dd2780;	
	margin: 0 auto;
}
a.image:hover,
a.image:focus,
a.image:active,
a.image:hover img,
a.image:focus img,
a.image:active img {
	border: 1px solid #dd2780 !important;
}
a.image img {
	border: 1px solid #fff;
}
#main-photo {
	border: 1px solid #fff;
	margin: 30px 0 0 7px;
}

/* photos-list */
ul.photos-list {
	list-style-type: none;
	margin: 0;
}
ul.photos-list li {
	width: 155px;
	padding: 0 5px 0 0;
}
ul.photos-list a.image {
	border: 1px solid #e0c4d2;
	margin: 0 5px 2px 0;
}
ul.photos-list p {
	margin: 0 0 1em 0;
}
ul.photos-list h3 {
	margin: 0;
}
.box ul.photos-list li {
	float: left;
	width: 155px;
	padding: 0 5px 0 0;
}
.box ul.photos-list a.image img {
	width: 61px; height: 61px;
}
ul.photos-list .desc {
	float: left;
	width: 80px;
	overflow: hidden;
}
#extras ul.photos-list {
	float: left;
	width: 188px;
	background: transparent url(../images/dots-soft.gif) repeat-x 0 0;
	margin-bottom: 10px; padding-top: 6px;
}
#extras ul.photos-list li {
	clear: both;
	padding-top: 7px; padding-bottom: 7px;
}
#extras ul.photos-list a.image {
	border: 1px solid #e03f8e;
}
#extras ul.photos-list a.image img {
	width: 61px; height: 61px;
}
#extras p {
	font-size: .9em;
}

/* photos-thumbs */
#photos-thumbs {
	clear: both;
	background: transparent url(../images/dots-long.gif) repeat-x 0 0;
	margin: 10px 0;	padding: 10px 0;
}
#photos-thumbs div.thumb {
	float: left; display: inline;
	width: 170px;
	margin: 10px 1px;
}
#photos-thumbs h3 {
	float: left;
	font-size: 1.2em;
	margin: 5px 0;
}
#photos-thumbs p {
	clear: both;
	margin: 0 0 5px 0;
}
#photos-thumbs a.more {
	clear: both; float: left;
	margin: 3px 0 0 0;
}
#photos-thumbs a.image {
	clear: both;
	border: 1px solid #e3e3e3;
	padding: 2px;
}
#photos-thumbs dl {
	float: left;
}
#photos-thumbs dt {
	float: left;
	color: #ff0082; background-color: #fdc8e3;
	padding: 2px 3px;
}
#photos-thumbs dd {
	float: left;
	color: #fff; background-color: #ff007e;
	padding: 2px 3px;	
}
/* content-header */
#content-header {
	background: transparent url(../images/dots-long.gif) repeat-x 0 0;
	padding: 10px 0 0 0;
}
#content-header h2 {
	float: left;
	margin: 0; padding: 0;
}
#content-footer {
	background: transparent url(../images/dots-long.gif) repeat-x 0 0;
	padding: 10px 0 0 0;
}
#content {
	clear: both;
	background: transparent url(../images/dots-long.gif) repeat-x 0 0;
	padding: 15px 0; margin: 8px 0 0 0;
}

/* sections */
.section {
	background: transparent url(../images/dots-soft2.gif) repeat-x 0 100%;
	padding: 0 0 10px 0;
}

/* pagination */
ul.pagination {
	float: right;
	list-style-type: none;
	margin: 0; 
}
ul.pagination li {
	float: left;
	border-right: 1px solid #ff007d;
	padding: 0 3px;
}
ul.pagination a,
ul.pagination strong {
	padding: 2px 3px;
}

/* more */
a.more {
	font-size: .8em;
}
#first a.more {
	background: transparent url(../images/ico-more-first.gif) no-repeat 100% 80%;
	padding: 0 36px 0 0;
}
#second a.more {
	background: transparent url(../images/ico-more-second.gif) no-repeat 100% 80%;
	padding: 0 36px 0 0;
}

/* others */
h2#h2-obrazy {
	width: 72px; height: 17px;
	background: transparent url(../images/h2-obrazy.gif) no-repeat 0 0;
}
h2#h2-zdjecia {
	width: 72px; height: 17px;
	background: transparent url(../images/h2-zdjecia.jpg) no-repeat 0 0;
}
h2#h2-obiekty {
	width: 77px; height: 17px;
	background: transparent url(../images/h2-obiekty.jpg) no-repeat 0 0;
}
h2#h2-aktualnosci {
	width: 121px; height: 21px;
	background: transparent url(../images/h2-aktualnosci.gif) no-repeat 0 0;
}
h2#h2-omnie {
	width: 64px; height: 20px;
	background: transparent url(../images/h2-omnie.gif) no-repeat 0 0;
}
h2#h2-kontakt {
	width: 85px; height: 19px;
	background: transparent url(../images/h2-kontakt.gif) no-repeat 0 0;
}
h2#h2-akwarele {
	width: 98px; height: 18px;
	background: transparent url(../images/h2-akwarele.gif) no-repeat 0 0;
}
h2#h2-noweakwarele {
	width: 126px; height: 15px;
	background: transparent url(../images/h2-noweakwarele.gif) no-repeat 0 0;
	padding-bottom: 1px;
}
h2#h2-noweobrazy {
	width: 105px; height: 15px;
	background: transparent url(../images/h2-noweobrazy.gif) no-repeat 0 0;
	padding-bottom: 1px;
}

/* footer ----------------------------------------------------------------- */
#footer p {
	float: left; display: inline;
	margin: 0 0 0 10px;
}
#footer ul {
	float: right; display: inline;
	list-style-type: none;
	margin: 0 100px 0 0; 
}
#footer ul li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 8px;
}
#footer ul li a {
	padding: 0 2px;
}

/* ========================================================================= */
/* PHOTO-POPUP  */
/* ========================================================================= */

#photopopup-mask {
	position: absolute; top: 0; left: 0;
  	width: 100%; 
	background: transparent url(../images/photopop-bg.png) repeat 0 0;
}
#photopopup {
	position: absolute; top: 0; left: 0;
	background: transparent url(../images/photopopup-loading.gif) no-repeat 50% 50%;
  	width: 100%; 
}
#photopopup-image {
	border: 1px solid #eee;
	cursor: pointer;
}
#photopopup-container {
	position: relative;
	background-color: #fff;
	padding: 10px 10px 20px 10px; margin: 0 auto 0 auto;
}
a#photopopup-close {
	position: absolute; bottom: 4px; right: 10px;
	font-weight: bold;
}
a#photopopup-prev {
	position: absolute;	bottom: 0; left: 0;
}
a#photopopup-next {
	position: absolute;	bottom: 0; right: 0;
}

/* ========================================================================= */
/*  Aktualnosci  */
/* ========================================================================= */
.add_flatfile_item {
  padding: 20px 0 20px 30px;
}
.add_flatfile_item.skasuj {
  background: transparent url(../images/dots-long.gif) repeat-x scroll 0 0;
}
.add_flatfile_item label,
.add_flatfile_item button {
  display: block;
}
.add_flatfile_item label {
  font-weight: bold;
}
.add_flatfile_item input,
.add_flatfile_item textarea {  
  display: block;
  width: 400px;
  padding: 0.4em;
  margin: 7px 0 12px;
  line-height: 1.7em;
  font-size: 13px;
}
.add_flatfile_item textarea { 
  height: 80px;
}

















/* end */



