@charset "utf-8";

/* ------------------------------------
 * --        TABLE OF CONTENT        --
 * ------------------------------------
 * 1. Global CSS reset
 * 2. Typografia (typography)
 * 3. Listy (lists)
 * 4. Tabele (tables)
 * 5. Formularze (forms)
 * 6. Często używane klasy (common classes)
 * 7. Master layout
 * 8. Elementy contentu (content elements)
 * 9. Elementy sidebaru (sidebar elements)
 * 10. Pozostałe elementy (other elements)
 */

/* ------------------------------------ *
 * --           1. RESET             -- *
 * ------------------------------------ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, 
q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, hr, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
}

html, body  {
	background: #d6ebec url(../img/common/body-bg.gif) repeat-x 0 0;
	color: #251d12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;		
	text-align: left;
}

:root { overflow-y: scroll !important; }

img, fieldset { 
	border: 0 none; 
	outline: 0 none; 
}

/* focus - jakoś trzeba je jednak wyróżnić, przynajmniej w wypadku elementów formularza */
form :focus, a:focus { 
	outline: 0 none; 
}

a, em, strong, span, acronym, abbr, q, cite {
  color: inherit;	
	font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;	
  font-weight: inherit;
}

em { 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}

em strong, strong em {
  font-style: italic;
	font-weight: bold;
}

acronym, abbr {
	border-bottom: 1px dotted;	
	cursor: help;
}

q, cite, blockquote { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: no-open-quote;
	content: no-close-quote;
}


/* ------------------------------------ *
 * --        2. TYPOGRAPHY           -- *
 * ------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #0099b9; 
	font-weight: normal;
	padding-bottom: 18px;
}

h1, h2 {
	font-size: 24px;
	line-height: 36px; 
}

h1, h2 {
	color: #1c3238;
}

h1, .connectedTxt h2 {
	font-size: 30px;
}

h3 { 
	font-size: 18px;
}

h4, h5, h6 { 
	font-size: 16px;
	font-weight: bolder;
}

h4 {
	font-size: 14px;	
	padding-bottom: 0; 	
}

h5, h6 { 
	font-size: 12px;	
	padding-bottom: 0;
}

h6 {
	
}

p, address, ul, ol, dl {
	font-style: normal;
	padding-bottom: 18px;
}

/* linki */

a { 
	color: #3a8d00;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

/* cytaty */

blockquote {
	background: url(../img/common/quote.gif) no-repeat scroll 9px 16px;
	font-family: Georgia, Times New Roman, Times, serif;	
	font-style: italic;
	margin: 0 10px 18px;
	padding: 18px 24px 0 36px;
	border: solid #0099b9;
	border-width: 1px 0;
}

blockquote p {
	font-style: italic;
}

/* ------------------------------------ *
 * --           3. LISTS             -- *
 * ------------------------------------ */

ol, ul { 
	list-style: none; 
}

ol ul, ul ul { 
	padding-bottom: 0; 
}

ol ul li, ul ul li { 
	padding-bottom: 1px;
	padding-top: 1px;
}

/* lista wypunktowana 01 */
ul.bulleted-01 li {
	background: url(../img/common/bull-01.gif) no-repeat 8px 6px;
	padding-left: 20px;
}

ul.bulleted-02 li {
	background: url(../img/common/bull-02.gif) no-repeat -1px 5px;
	padding-left: 12px;
}

ul.bulleted-03 li {
	background: url(../img/common/bull-03.gif) no-repeat 0 7px;
	padding-left: 12px;
}

/* lista numerowana */
ol.numbered {
	list-style: decimal-leading-zero outside;
	margin-left: 30px;
}

/* listy zagnieżdżone */
ol ul.bulleted-01 li, ul ul.bulleted-01 li {
	background: url(../img/common/bull-01.gif) no-repeat 8px 7px;
}

/* ------------------------------------ *
 * --           4. TABLES            -- *
 * ------------------------------------ */

table { /* nadać 'cellspacing="0"' w kodzie */
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 18px;
}

th, td {
	background: #f6ffff;
	border-bottom: 1px dotted #69a6b3;
	padding: 6px;
	text-align: left; /* wyrównanie tekstu można usunąć i zdefiniować dla klas nadanym col */
	vertical-align: top;	
}

th {
	font-weight: bold;
}

thead th {
	border: 0 none;
	background: #1699b7;	
	color: #fff;
}

tr.diff td, tr.diff th { 
	background: #e6f0f2; 
}

caption {
	caption-side: top;
	font-weight: bolder;
	padding: 0 0 9px 6px;
	text-align: left;
}

/* ------------------------------------ *
 * --           5. FORMS            -- *
 * ------------------------------------ */

form {
	margin: 0 auto 18px;
}

fieldset, form > div {
	overflow: hidden;
}

legend {
	white-space: normal !important;
	display: block;
	color: #0099b9;
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 14px;
}

.textInput, select {
	border: 1px solid #999;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	padding: 9px;
	color: #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.textInput { 
	width: 200px;
}

textarea {
	overflow: auto;
	resize: none;
}

textarea.textInput {
	display: block;
	width: 574px;
	height: 102px;
}

.textInput:focus, select:focus {
	border-color: #ceb70d;
}

.textInput:focus {
	color: #251d12;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/* buttony */

.buttons {
	padding: 0 10px 9px;
}

.buttons .fl-l {
	margin-right: 10px;
}

.buttons .fl-r {
	margin-left: 10px;
}

a.button {
	text-decoration: none !important;
}

.button {
	background: #f2db3d;
	border: medium none;
	color: #251d12;
	cursor: pointer;
	display: block;
	font: bold 14px/32px Arial, Helvetica, sans-serif;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;	
	width: 90px;
	overflow: hidden;
	text-transform: uppercase;
}

.button:hover {
	background: #ffb500;
}


/* komunikaty o błędzie i powodzeniu */
.failure, .success {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 18px; 
	padding: 8px 10px 8px 60px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.failure { 
	background: #fbe3e4 url(../img/common/error.gif) no-repeat 18px 50%;
	border: 1px solid #dc1919;
	color: #dc1919;
}

.failure a {
	color: #ff7348 !important;
	border: 0 none !important;
}

.failure a:hover { text-decoration: underline; }

.success { 
	background: #e6efc2 url(../img/common/success.gif) no-repeat 18px 50%;
	border: 1px solid #c6d880;
	color: #264409;
}

/* ------------------------------------ *
 * --       6. COMMON CLASSES        -- *
 * ------------------------------------ */

.invisible { 
	display: none;
}

.fl-l, .l-col { 
	float: left !important; 
}

img.fl-l {
	margin: 0 20px 18px 0;
}

.fl-r, .r-col { 
	float: right !important; 
}

img.fl-r {
	margin: 0 0 18px 20px;
}

.clear { 
	clear: both; 
}

.bold { 
	font-weight: bold !important; 
}

.noBorder { 
	border: 0 none !important;
}

.uppercase { 
	text-transform: uppercase; 
}

.moreInline, .more {
	font-weight: bolder;
}

/* kolory */

* .green, .green * {
	color: #3a8d00 !important;
}

* .blue, .blue *  {
	color: #0094b3 !important;
}

* .lightBlue, .lightBlue * {
	color: #7dc6d5 !important;
}

.debug { border: 1px solid red; } /* ukazanie elementu */

/* ------------------------------------ *
 * --        7. MASTER LAYOUT        -- *
 * ------------------------------------ */

/* wspólne ustawienia kilku bloków */
#contentWrapper, #footer, #masthead {
	margin: 0 auto;
	overflow: hidden;
}

/* kolumny */
#contentWrapper {
	background: #fff;
	border: solid #69a6b3;
	border-width: 1px 1px 0 1px;
	width: 978px;
	padding: 0 0;
	position: relative;
	top: -1px;	
}

/* główna zawartość - można odwrócić bez ingerowania w kod - tylko sidebar i content odwrotne float'y dostaną */
#content {
	float: left;
	overflow: hidden;
	padding: 0 0 18px 14px;
	width: 635px;
	min-height: 500px;
}

/* boczna zawartość */
#sidebar {
	float: right;
	overflow: hidden;
	padding: 0 14px 18px 0;
	width: 300px;
}

/* nagłówek */
#masthead {
	width: 980px;
	height: 100px;
	position: relative;
}

/* logo */
#logo, #logo img {
	display: block;
	height: 53px;
	overflow: hidden;
	width: 227px;
}

#logo {
	margin: 28px 0 0 15px;
}

/* logowanie / rejestracja */
.logIn {
	padding: 0;
	position: absolute;
	top: 28px;
	right: 10px;
	line-height: 18px;
}

.logIn a {
	font-weight: bolder;
}

.logIn img {
	border: 1px solid #666;
	background: #fff;
	padding: 1px;
	vertical-align: middle;
	margin-right: 3px;
}

.logIn span {
	line-height: 12px;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #ccc;
}

.logIn span a {
	font-weight: normal;
}

/* główna nawigacja */
#mainNav {
	height: 33px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	width: 950px;
	z-index: 2;
}

#mainNav li {
	position: relative;
	float: left;
	margin: 0 4px 0 0;
}

#mainNav a, #mainNav span {
	display: block;
	height: 33px;	
}

#mainNav a {
	color: #1c3238;
	background: url(../img/common/tab-m.gif) repeat-x 0 0;
	font: bolder 14px/33px Arial, Helvetica, sans-serif;
	float: left;
	text-transform: uppercase;
	position: relative;
}

#mainNav a span {
	background: url(../img/common/tab-l.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}

#mainNav a span span {
	background: url(../img/common/tab-r.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
}

#mainNav a.expand span span {
	position: relative;
	padding-right: 42px; 
}

#mainNav a.expand span span span  {
	float: none;
	height: 19px;
	width: 19px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/common/arr01.png) no-repeat 0 0;
	padding: 0;
	position: absolute;
	top: 7px;
	right: 10px;
}

#mainNav a.expand:hover span span span {
	background: url(../img/common/arr01.png) no-repeat 0 -19px;
}

#mainNav .active {
	cursor: default;
	text-decoration: none !important;
}

#mainNav a:hover, #mainNav a:hover span, 
#mainNav .active, #mainNav .active span {
	background-position: 0 -33px;	
}

#mainNav a:hover span span, #mainNav .active span span {
	background-position: 100% -33px;	
}

#mainNav .diff a {
	background: url(../img/common/tab-m-green.gif) repeat-x 0 0 !important;	
}

#mainNav .diff a span {
	background: url(../img/common/tab-l-green.gif) no-repeat 0 0 !important;
}

#mainNav .diff a span span {
	background: url(../img/common/tab-r-green.gif) no-repeat 100% 0 !important;
}

#mainNav a.expand span span span  {
	float: none;
	height: 19px;
	width: 19px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/common/arr01.png) no-repeat 0 0 !important;
	padding: 0;
	position: absolute;
	top: 7px;
	right: 13px;
}

#mainNav a.expand:hover span span span, #mainNav li:hover a.expand span span span {
	background: url(../img/common/arr01.png) no-repeat 0 -19px !important;
}

#mainNav .diff a.expand span span span {
	background: url(../img/common/arr02.gif) no-repeat 0 0 !important;
}

/* drugi poziom */
#mainNav li .tabCont {
	position: absolute;
	width: 200px;
	z-index: 100;
	top: 31px;
	left: -2px;
	background: url(../img/common/inner-tab-b.png) no-repeat 0 100% !important;
	overflow: hidden;
	padding-bottom: 18px;
	display: none;
}

#mainNav li:hover .tabCont {
	display: block;
}

.tabCont div {
	background: url(../img/common/inner-tab-t.png) no-repeat 0 0;
	padding-top: 2px;
}

.tabCont div div {
	background: url(../img/common/inner-tab-m.png) repeat-y 0 0;
	padding: 0 5px 0 3px;
}

.tabCont ul {
	padding: 10px 10px 0 17px;	
	background: #fff url(../img/common/inner-tab.gif) repeat-x 0 100%;
}

.tabCont li {
	float: none !important;
	background: url(../img/common/bull-02.gif) no-repeat -1px 5px;
	padding-left: 12px;
	margin: 0;
}

.tabCont .mostImportant {
	border-bottom: 1px solid #d6ebec;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.tabCont a {
	display: inline !important;
	height: auto !important;	
	color: #3a8d00 !important;
	background: none !important;
	font: bold 12px/1.2 Arial, Helvetica, sans-serif !important;
	float: none !important;
	margin: 0 !important;
	text-transform: none !important;
}

#mainNav > li:hover > a, #mainNav > li:hover > a span span {
	z-index: 1000;
	background-position: 100% -33px;	
}

#mainNav > li:hover > a span {
	background-position: 0 -33px;		
}

#mainNav .diff .tabCont a {
	background: none !important;	
}

/* stopka */
#footer {
	background: url(../img/common/c-bot.png) no-repeat 0 0;
	border-bottom: 1px dotted #7ec7d5;
	width: 950px;
	margin-bottom: 6px;
	padding: 18px 15px 6px;
	position: relative;
	top: -1px;
}

#footer * {
	font-size: 11px;
	line-height: 1; 
}

#footer p {
	padding: 6px 0 3px 96px;
	background: url(../img/common/logo-bot.png) no-repeat 0 3px;
	width: 415px;
	float: left;	
}

#footer ul {
	padding: 6px 0;
	float: right;	
}

#footer li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid;
}

#footer li:first-child {
	border: 0 none;
}

#footer p span {
	display: none;
}

/* ------------------------------------ *
 * --      8. ELEMENTY CONTENTU      -- *
 * ------------------------------------ */

/* podmenu */
.topBar {
	margin: 0 14px 42px;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}

#subNav {
	float: left;
	width: 625px;
	padding: 4px 0;
}

#subNav li {
	border-left: 1px solid;
	float: left;
	padding: 0 10px;
}

#subNav li:first-child {
	border: 0 none;
	padding-left: 2px;
}

#subNav * {
	line-height: 1;
	font-weight: bold;
}

/* wyszukiwanie i form w newsletterze */

.searchFrm {
	width: 290px;
	float: right;
	margin: 0;
}

.searchFrm input, #newsletter input {
	border: 1px solid #666666;
	margin-right: 6px;
	width: 210px;
}

.searchFrm input, #newsletter input {
	display: block;
	float: left;
}

.searchFrm input:focus, #newsletter input:focus {
	border-color: #ceb70d;
}

.searchFrm .button, #newsletter .button {
	background: #f5f5f5 url(../img/common/but01.gif) repeat-x 0 0;
	border: 1px solid #b3b3b3;
	color: #000;
	font: normal 12px/19px Georgia, Times, serif;
	height: 20px;
	margin: 0;
	padding: 0 0 2px;
	width: 62px;
	text-transform: none;
}

.searchFrm .button:hover, #newsletter .button:hover {
	border-color: #ceb70d;
}

/* artykuly dnia */

.sectionHeading, .headingWrap h2 {
	background: url(../img/common/bull-lead.gif) no-repeat 4px 14px;
	line-height: 40px;
	padding: 0 22px 18px;
}

.dayHits .mainImg, .similarsList .mainImg {
	border: 1px solid #333;
	display: block;
	float: left;
}

.dayHits .innerContainer {
	padding: 0 0 24px 10px;
}

.dayHits .articlesList {
	border-top: 1px solid #d2d2d2;
	margin-left: 315px;
	padding: 0;
}

.dayHits .articlesList li {
	border-bottom: 1px solid #d2d2d2;
	padding-top: 12px;
}

.dayHits .articlesList h3 {
	padding-bottom: 12px;
	color: #7dc6d5;
}

.dayHits .articlesList li .leading {
	line-height: 24px;
	font-size: 24px;
	padding: 0 0 9px;
	color: #0099b9;	
}

.articlesList p {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding-bottom: 10px;
}

/* spolecznosc */

.show {
	margin: 0 0 0 10px;
}

.s-head {
	border-bottom: 2px solid #999;
	position: relative;
	margin-bottom: 22px;
}

.s-head .moreInline {
	bottom: 7px;
	color: #0099b9;
	font: bold 10px/1 Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 2px;
}

.show h3 {
	margin-right: 100px;
	padding: 0 0 6px;
	position: relative;
}

.show ul, .show li, .show02, .show02 li, .latest li:last-child {
	overflow: hidden;
	padding: 0 0 12px 1px;	
}

.show li, .show02 li {
	padding: 0;
	margin: 0 6px 0 0;
	width: 84px;
	float: left;
	font-weight: bolder;
	line-height: 1.2 !important;
}

.show li:last-child, .show02 li:last-child {
	margin: 0;
}

.show li > a:first-child, .show02 li > a:first-child {
	display: block;
	height: 65px;
	margin-bottom: 3px;
	overflow: hidden;
	padding: 0;
	width: 65px;
}

.show img, .show02 img {
	display: block;
	border: 1px solid #afafaf;
	margin-bottom: 3px;
}

/* rady */
.listsGrid {
	padding: 0 0 24px 1px;
}

.listsGrid div {
	float: left;
	padding: 0 20px 0 9px;
	width: 181px;
	border-left: 1px dotted #ccc;	
} 

.listsGrid h3 {
	color: #3a8d00;
	padding-bottom: 9px;
}

.listsGrid ul {
	padding: 0;
	font-weight: bold;
} 

.listsGrid ul a {
	color: #0094b3;
} 

/* artykul */
#article {
	border-top: 1px solid #ececec;
	padding: 6px 0 24px;
}

#article h1 {
	padding-bottom: 0px;
}

#article .author a {
	color: #0094b3;
}

#article .author {
	font: 12px/18px Arial, Helvetica, sans-serif;	
}

#article .author span a {
	color: #3a8d00;
}

#article .mainImg {
	margin-bottom: 18px;
}

.articleImg {
	color: #666;
	font-size: 10px;
	text-align: right;
	margin-bottom: 6px;
}

.articleImg img {
	border: 1px solid #000;
	display: block;
}

#article p, #article li {
	font: 14px/20px Arial, Helvetica, sans-serif;
}

#article .fl-l {
	padding: 2px 16px 0 0;
}

#article .fl-r {
	padding: 2px 0 0 16px;
}

.tags {
	border: solid #ececec;
	border-width: 1px 0;
	padding: 9px 0;
	margin-bottom: 24px;
	color: #666;
}

.tags a {
	color: #0094b3;
	font-weight: bolder;
}

/* galeria */
.gallery, .slideshow {
	background: #f3f3f3;
	border: 1px solid #cdd0d3;
	padding: 12px 12px 0;
	margin-bottom: 36px;
}

.gallery h2, .gallery h3 { 
	color: #0094b3;
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	padding-bottom: 12px; 
}

.gallery ul, .slideshow ul {
	overflow: hidden;
	padding: 0;
}

.gallery li, .slideshow li {
	float: left;
	height: 68px;
	margin: 0 22px 12px 0;
	overflow: hidden;
	width: 68px;
}

.gallery li.last, .slideshow li.last {
	margin-right: 0;
}

.gallery img, .slideshow img {
	border: 1px solid #6b6b6b;
	display: block;
}

/* podobne arykuly */

.similarsList li {
	margin-bottom: 12px;
	overflow: hidden;
}

.similarsList .txt {
	margin-left: 52px;
}

.similarsList .txt p {
	padding-bottom: 6px;
}

/* komentarze */
.comments, .addFrm {
	background: url(../img/common/alt-section-top.gif) repeat-x 0 0 !important;	
	border-color: #6a5235;
}

.comments .sectionHeading, .addFrm .sectionHeading {
	color: #6a5235;
}

.comments ol {
	padding: 0 10px 18px;
	/* width: 615px */
}

.comments .entry {
	border-top: 1px solid #ececec;
	margin: 0 auto;
	padding: 6px 0 ;
	position: relative;	
	overflow: hidden;
}

.comments .lastEntry {
	margin-bottom: 6px
}

.userCommentBar {
	float: left;
	padding: 10px 10px 10px 0;
	width: 200px;
	overflow: hidden;
}

.comments .userCommentBar img {
	background: #fff;
	border: 1px solid #666;
	padding: 1px;
	display: block;
	float: left;
}

.whoseComment, .posted {
	display: block;
	margin-left: 62px;	
}

.whoseComment a {
	color: #0094b3;
}

.comments label {
	font-weight: bold;
	padding-top: 9px;
}

.posted {
	font-size: 11px;
	color: #615f62;	
}

.entryContent {
	margin: 0 0 0 220px;
	padding: 10px 10px 10px 20px;	
}

.comments textarea {
	height: 100px;
	width: 320px !important;	
}

.comments form li {
	padding-bottom: 12px;
}

.comments .postComment, .addFrm .button {
	background: url(../img/common/add-but.gif) no-repeat 0 0;
	width: 172px;
	margin: 0;
}

.postComment:hover, .addFrm .button:hover {
	background-position: 0 -32px;
}

/* zdjęcie */

#photo {
	border-top: 1px solid #ececec;
	padding: 18px 0;
}

.photoData, .connectedTxt {
	margin: 0 auto;
	padding: 0 0 18px;
	width: 572px;
}

.connectedTxt {
	padding: 0;
}

.photoData p {
	color: #999;
	padding: 0;
	clear: both;
}

.photoData p span {
	color: #1c3238;
	float: left;
	width: 48%;
}

.photoData p span + span {
	float: right;
	text-align: right;
}

.photoData a {
	font-weight: bolder;
	color: #0094b3;
}

.viewPort {
	position: relative;
}

.viewPort .prevBut, .viewPort .nextBut, 
.slideshow .prevBut, .slideshow .nextBut {
	background: url(../img/common/prev-but.gif) no-repeat 0 0;
	display: block;
	height: 27px;
	left: 0;
	margin-top: -13px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 50%;	
	width: 27px;
}

.viewPort .nextBut, .slideshow .nextBut {
	background: url(../img/common/next-but.gif) no-repeat 0 0;
	left: auto;
	right: 0;
}

.imgCont {
	background: url(../img/common/photo-m.gif) repeat-y 0 0;
	margin: 0 auto;
	width: 572px;
}

.imgCont div {
	background: url(../img/common/photo-t.gif) no-repeat 0 0;
}

.imgCont div div {
	background: url(../img/common/photo-b.gif) no-repeat 0 100%;
	padding: 20px 25px 25px 20px;
}

.imgCont img {
	border: 1px solid #000;
	display: block;
	margin: 0 auto;
	max-width: 525px;
	overflow: hidden;
}

.connectedTxt h2 {
	padding-bottom: 6px;
}

/* slideshow rozwinięcie */

.slideshow {
	position: relative;
	margin: 0 auto;
	width: 548px;
}

.slideshow ul {
	margin: 0 auto;
	width: 428px;
}

.slideshow .prevBut, .slideshow .nextBut {
	background: url(../img/common/prev-but-02.gif) no-repeat 0 0;
	height: 23px;
	left: 24px;
	margin-top: -11px;
	top: 50%;	
	width: 23px;
}

.slideshow .nextBut {
	background: url(../img/common/next-but-02.gif) no-repeat 0 0;
	left: auto;
	right: 24px;
}

/* profil w contencie */

#profile #content a {
	color: #0094b3;	
}

#profile #content .section .innerContainer {
	padding: 0 10px;
}

.user {
	padding: 16px 0 36px;
}

.avatar {
	border: 1px solid #b0b0b0;
	display: block;
	float: left;
}

.userDetails .avatar {
	position: relative;
	z-index: 1;
}

.user .addPhotoLink {
	left: 35px;
	position: absolute;
	top: 145px;
	z-index: 2;
}

.user div {
	margin-left: 170px;
}

.user h2 {
	padding-bottom:12px;
}

.user h2 .moreInline {
	font-size: 12px;
	line-height: 12px;
	padding-left: 10px;
	vertical-align: middle;
}

.user p {
	padding: 0;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666;
}

.user p em {
	font-style: normal;
	color: #251d12;
}

.actions {
	padding: 30px 0 0;
}

.actions li {
	padding-top: 3px;
}

.actions a {
	font-weight: bold;
}

.actions img {
	vertical-align: middle;
	margin-right: 5px;
}

.headingWrap {
	padding-right: 100px;
	position: relative;	
}

.headingWrap h2 {
	position: relative;
	z-index: 1;
}

.headingWrap a {
	position: absolute;
	z-index: 2;
	font-size:11px;
	right:2px;
	top:6px;
	font-weight: bolder;
}

/* pokaz dzieci */

.show02 {
	overflow: hidden;
	padding: 0 10px 18px;	
}

.show02 li {
	margin: 0 23px 0 0;
	width: 100px;
}

.show02 li > a:first-child {
	height: 100px;
	width: 100px;
}

.show02 strong {
	display: block;
	font-size: 14px;
}

.show02 span {
	display: block;
	font: normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1c3238;
}

/* ostatnio dodane zdjęcia */

.latest {
	margin: 0 0 0 20px;
}
.latest ul {
	padding: 0 0 12px;	
}

.latest li {
	margin: 0 15px 0 0;
	width: 105px;
	font-weight: normal;
	background: url(../img/common/latest-photo-bg.gif) no-repeat 0 0;
	min-height: 105px;
}

.latest li > a:first-child {
	height: 80px;
	margin: 10px 0 22px 10px;
	width: 80px;
}

.latest img {
	border: 1px solid #414141;
}

.latest strong, .latest span {
	display: block;
	overflow: hidden;
}

.latest strong {
	font-size: 14px;
	line-height: 1;
	min-height: 14px;
	max-height: 28px;
	margin-bottom: 4px;
}

.latest strong a {
	color: #0094b3;
}

.latest span {
	height: 15px;	
}

/* dodawanie dziecka */

/* uproszczony profil */
.userSimple {
	padding-bottom: 36px;	
}

.userSimple .txt {
	margin: 0 0 0 75px;	
}

.userSimple p, .userSimple h2 {
	padding: 0;
}

.userSimple h2, .userSimple a {
	color: #0094b3;
}

/* tabowe menu u góry strony */

.tabbed {
	padding-bottom: 54px;
}

.tabs {
	overflow: hidden;
	height: 27px;
	padding: 0 15px 0 0;
	margin: 6px 0 0;
	background: url(../img/common/fake-brd.gif) repeat-x 0 100%;
	position: relative;
	z-index: 1;
}

.tabs li {
	display: inline;
}

.tabs a, .tabs span {
	display: block;
	height: 27px;
}

.tabs a {
	float: left;
	margin: 0 6px 0 0;
	background: url(../img/common/fake-brd.gif) repeat-x 0 0;
	font: bolder 14px/27px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}

.tabs a span {
	background: url(../img/common/tab-l-user.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
}

.tabs a span span {
	background: url(../img/common/tab-r-user.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
}

.tabs .active {
	cursor: default;	
}

.tabs a:hover span, .tabs .active span {
	background-position: 0 -27px;
}

.tabs a:hover, .tabs .active {
	background: #fff url(../img/common/fake-brd.gif) repeat-x 0 0;
	color: #1c3238;
}

.tabs a:hover span span, .tabs .active span span {
	background-position: 100% -27px;
}

/* 888888888888888888888888 */

.addFrm {
	border-top: 1px dotted #6a5235;	
}

.addFrm fieldset > ul {
	padding: 0 0 9px;
	margin-bottom: 18px;
}

.addFrm .frmSection {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	padding: 9px 0;
}

.addFrm label, .addFrm .label {
	display: block;
	float: left; 
	padding: 0 15px 0 10px;
	width: 160px;
	font: normal 18px/32px Arial, Helvetica, sans-serif;
}

.addFrm .textInput, .addFrm select {
	font: normal 18px/18px Arial, Helvetica, sans-serif;
	color: #1c3238;
	padding: 7px;
}

.addFrm .textInput {
	width: 380px;	
}

.addFrm select {
	margin-right: 15px;
}

.optional {
	color: #666;
}

.twolines {
	height: 36px !important;
}

.optional span {
	display: block;
	color: #251d12;
	font-size: 12px;
	margin-top: -12px;
}

.male, .female {
	display: inline;
}

.male input, .female input {
	margin-right: 25px;
	vertical-align: middle;
}

.male label {
	background: url(../img/common/boy-ico.gif) no-repeat 22px 10px;
	padding-left: 0;
}

.female label {
	background: url(../img/common/girl-ico.gif) no-repeat 22px 10px;
	padding-left: 0;
}

.addFrm .button {
	margin: 0 auto;
}

/* ------------------------------------ *
 * --      9. ELEMENTY SIDEBARU      -- *
 * ------------------------------------ */

/* kalendarz */

#callendar {
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 12px 10px 6px 5px;
	margin: 0 0 17px;
}

#callendar img {
	display: block;
	float: left;
}

#callendar .txt {
	margin-left: 100px;
}

#callendar h3 {
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #fba926;
	padding: 0 0 6px;
}

#callendar p {
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 6px;
}

#callendar .moreInline {
	color: #0094b3;
}

/* stylizowany na fieldset box - ogólne */

#sidebar .box {
	padding: 18px 0 0;
	position: relative;
}

#sidebar .box:first-child {
	top: -12px
}

#sidebar .box .boxHeading {
	color: #fba926;
	font-weight: bolder;
	height: 24px;
	left: 8px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
	width: 262px;
	z-index: 2;
	overflow: hidden;
}

#sidebar .box .boxHeading span {
	padding: 0 10px;	
	background: #fff;
}

#sidebar .box .boxContent {
	border: 1px solid #fba926;
	padding: 12px 6px 6px;
	position: relative;
	z-index: 1;
}

#sidebar .box .boxContent p {
	line-height: 16px;
	padding-bottom: 6px;
}

/* newsletter */

#sidebar #newsletter form.boxContent {
	padding-bottom: 18px;
	background: #fee7c2 url(../img/common/nl-bg.gif) repeat-x 0 0;
}

/* linki do forum */

#sidebar #forumLinks .boxContent {
	border-color: #e5d809;
	background: #fcfed1 url(../img/common/f-bg.gif) repeat-x 0 0;
}

#sidebar #forumLinks .boxHeading {
	color: #e5d809;
}

#forumLinks a {
	color: #0094b3;
}

#forumLinks ul {
	padding: 0 0 11px;
}

#forumLinks .more {
	border-top: 1px solid #ece24b;
	font: bold 14px/1 Arial, Helvetica, sans-serif;
	padding: 9px 1px 0;
}

/* popularne artykuly */

#popularList .boxContent {
	padding-top: 24px !important;
	background: #fee7c2 url(../img/common/popular-bg.gif) repeat-x 0 0;	
}

#popular ul {
	padding: 4px 1px 8px 2px;
}

#popularList ul li {
	overflow: hidden;
	padding-bottom: 10px;
}

#popularList .mainImg {
	border: 1px solid #6B6B6A;
	display: block;
	float: left;
}

#popularList ul h4 {
	color: #0094b3;
	font: bold 12px/16px Arial,Helvetica,sans-serif;
	max-height: 32px;
	min-height: 16px;
	overflow: hidden;
	padding: 2px 0;
}

#popularList ul .txt {
	margin-left: 74px;
	color: #666;
}

#sidebar #popularList p.more {
	border-top: 1px solid #ddc086;
	padding: 6px 0 3px;
	text-align: right;
}

/* profil */

#sidebar #profile {
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 12px;
}

#sidebar #profile .userInfo {
	margin-left: 74px;
}

#sidebar #profile .userInfo h3 {
	font: normal 24px/1 Arial, Helvetica, sans-serif;
	padding: 0 0 12px;
}

#sidebar #profile .userInfo p {
	font: normal 11px/1 Arial, Helvetica, sans-serif;
	padding: 0 0 2px;
}

#sidebar #profile .userInfo p span {
	color: #666;
}

/* album w profilu */
#sidebar #profile .show {
	margin: 24px 0 0;
	clear: left;
}

#sidebar #profile .show h3 {
	border-bottom: 2px solid #999;
	margin-bottom: 12px;
	margin-right: 0;
}

#sidebar #profile .show ul, #sidebar #profile .show li {
	overflow: hidden;
	padding: 0 0 12px;	
}

#sidebar #profile .show li {
	padding: 0;
	margin: 0 6px 0 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
}

#sidebar #profile .show li:last-child {
	margin: 0;
}

#sidebar #profile .show li > a:first-child {
	height: 50px;
	margin-bottom: 0;
	width: 65px;
}

#sidebar #profile .show img {
	margin-bottom: 0;
}

#sidebar #profile .more {
	padding: 0;
	text-align: right;
	font: bolder 10px/1 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar #profile a {
	color: #0094b3 !important;
}

/* ------------------------------------ *
 * --     10. POZOSTAŁE ELEMENTY     -- *
 * ------------------------------------ */

.section {
	background: url(../img/common/section-top.gif) repeat-x 0 0;
	border-top: 1px dotted #1e343a;
	padding-bottom: 18px;
}

.innerContainer {
	overflow: hidden;
	position: relative;
}