@charset "utf-8";

/* GLOBAL RESET */
* { 
	margin: 0; 
	padding: 0; 
} 

html, body  {
	height: 100%;
	background: #fff url(/img/common/top_stripe_bg.gif) 0 0 repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;	
}

:root { overflow-y: scroll !important; }

img, fieldset, input:focus {	border: 0 none; outline: 0 none; }

ol, ul { list-style: none; }

a, em, strong, span {
  font-size: inherit;
  color: inherit;
  font-variant: inherit;	
  font-style: inherit;
  font-weight: inherit;	
}

em { font-style: italic; }

strong { font-weight: bold; }

em strong, strong em {
	font-weight: bold;
  font-style: italic;
}

a { color: #000; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

table { /* nadal potrzeba 'cellspacing="0"' w kodzie */
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}

.invisible { display: none !important; }
.bold { font-weight: bold !important; }
.clear { clear: both; }

/* koniec resetu - zindywidualizowane ustawienia */

h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, Times, serif;
	font-weight: normal;
	line-height: 1.2em; 
}

h1 { 
	font-size: 2.2em;
	line-height: 1.6em;
} 

h2, h3 { 
	font-size: 2em;
	line-height: 1.4em;
}

h3 { padding: 10px 0; }

h4, h5, h6 { font-size: 1.8em; }

p, address, ul, ol {
	line-height: 1.2em; 
	font-weight: normal;
	font-style: normal;
}

/* ********** LAYOUT ********** */

#wrapper { /* pojemnik ze wszystkim */
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
}

/* ************************* NAGŁÓWEK STRONY ************************* */
/* ***** granatowy pasek topu ***** */
#top {
	width: 980px;
	margin: 0 auto;
	color: #fff;
}

#top p, 
#top li {
	color: #fbfbe8;
	float: left;
	line-height: 25px;	
	padding-left: 20px;
}

#top ul, 
#footer ul {
	float: right;
	padding: 0 8px 0 0;	
}

#top li { padding: 0 6px 0 0; }

#top li span, #topNav li span, #footer li span  { word-spacing: 4px; }

#top li a,
#topNav li a,
#mainNav li a  {
	color: #FA8A28;
	font-weight: bold !important;
}

#top .log_in {
	display: inline-block;
	padding: 0;
}

#top li.mail a {
    font-weight:normal;
}

#top li.mail img {
vertical-align:middle;
margin-right:3px;
display:inline;
}

/* ***** logo + wyszukiwarka ***** */
#header {
	clear: both;
	width: 980px;
	text-align: right;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 100;
	display: block;
	width: 410px;
	height: 60px;
	background: url(/img/common/logo.png) 0 0 no-repeat;	
}

#logo span { display: none; }

#header form { padding: 30px 14px 12px 0; }

.textInput {
	border: 1px solid #666666;
	background: #f6f6f6;
}

.textInput:focus {
	border: 1px solid #17476c;
	background: #f3f4f8;
	outline: 0 none;	
}

#header form .textInput {
	height: 18px;
	width: 246px;
	padding: 2px;
}

#header form select.textInput {
	height: 24px;
	width: 96px;
	padding:1px 0 0;
}

#header form button {
    width: 74px;
	background: url(../img/common/search.gif) 0 0 repeat-x;
    text-align: center !important;
	border: 1px solid #b3b3b3;
	padding: 2px 0;
	margin: 0 0 0 4px;
	color: #000;
	font-size: 14px;
}

/* ***** menu na gradiencie ***** */
#topNav {
	width: 100%;
	min-width: 980px;
	position: relative;
	z-index: 1;
}

#topNav div {
	height: 20px;
	width: 50%;
	background: #e1e9ef;
	position: absolute;
	right: 0;
	z-index: 2;
}

#topNav ul {
	background: url(../img/common/gradient_stripe.jpg) 100% 0 repeat-y;
	float: none;
	width: 980px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 3;
}

#topNav ul li {
	float: none;
	font-size: 11px;
	line-height: 20px;
	display: inline;
	color: #17476c;
	padding: 0 4px 0 0;
}

#topNav ul a { color: #17476c; }

#topNav .rss {
	display: inline-block;
	padding: 0 6px 0 18px;
	background: url(../img/common/rss_small.gif) 0 50% no-repeat;	
}

/* ***** głowne górne menu ***** */

#mainNav {
	background: url(../img/common/main_nav.gif) 0 100% repeat-x;
	height: 40px;
	width: 100%;
	min-width: 980px;
	padding-top: 12px;
}

#mainNav ul {
	float: none;
	padding: 0 12px 0 0;
	width: 978px;
	margin: 0 auto;
}

#mainNav li { padding: 7px 0 0 12px; float: left; }

#mainNav li a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding-bottom: 2px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

#mainNav li a.home,
#mainNav li a.home:hover { 
	background: url(../img/common/home.gif) 50% 100% no-repeat;
	width: 17px;
}

#mainNav li a.home span { display: none !important; }

#mainNav li a span { display: block; }
#mainNav li a span span { padding: 0 14px 0 12px; }

#mainNav li.active a {
    color: #fff;
	background: url(../img/common/menu-active.gif) 0 0 repeat-x;
}
#mainNav li a:hover {
	color: #000;
	background: url(../img/common/menu.gif) 0 0 repeat-x;
}
#mainNav li.active a span { background: url(../img/common/menu-left-active.gif) 0 0 no-repeat; }
#mainNav li a:hover span { background: url(../img/common/menu_left.gif) 0 0 no-repeat; }
#mainNav li.active a span span {background: url(../img/common/menu-right-active.gif) 100% 0 no-repeat;padding-bottom: 2px; }
#mainNav li a:hover span span { 
	background: url(../img/common/menu_right.gif) 100% 0 no-repeat; 
	padding-bottom: 2px;
}

#mainNav li.diff { float: right; }

#mainNav li.diff a,
#mainNav li.diff a:link,
#mainNav li.diff a:visited,
#mainNav li.diff a:hover {
	display: inline;
	height: auto;
	line-height: 26px;
	padding: 0;
	font-size: 14px;
	background: none;
	font-size: 12px;
	color: #F7DCD6;
}

#mainNav li.diff a:hover { text-decoration: underline; }

/* ***** menu z tematami ***** */

#subMenu {
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}

#subMenu ul { 
	width: 926px;
	float: none;
	padding: 0 0 0 54px; 
	margin: 0 auto;
	border-bottom: 1px solid #c9cccf;	
}

#subMenu ul { 
	width: 970px;
	float: none;
	padding: 0 0 0 10px; 
	margin: 0 auto;
	border-bottom: 1px solid #c9cccf;
	display:none;
		
}

#subMenu ul.open {
	display:block;
		
}

#subMenu ul li {
	line-height: 25px;	
	padding: 1px 18px 1px 0; 
	color: #666666;
	display: inline-block;
}

#subMenu ul li.active {
	font-weight: bold;
	color: #666666;
    font-size: 14px;
}

#subMenu a {
	font-weight: bold;
	color: #fa8a28;
    font-size: 14px;
}

#subMenu ul li.active a {
    color: #666666;
}

/* ************************* CONTENT - OGÓLNE RAMY ************************* */

#contentContainer {
	width: 980px;
	margin: 0 auto;
	padding: 22px 0 110px;
}

.row { 
	overflow: hidden; /* zmieniłem 21-10-2008 - przedtem było auto */
	width: 100%; 
}

.divided .leftCol {
	float: left;
	width:  660px;
	margin: 0 20px 0 0;
	overflow: hidden; /* zmieniłem 21-10-2008 - przedtem było auto */
}

.divided .rightCol {
	float: right;
	width:  300px;
	overflow: hidden; /* zmieniłem 21-10-2008 - przedtem było auto */
}

.divided { background: url(../img/common/divider.gif) 670px 0 repeat-y; }

.row img { border: 1px solid #000; }

.author { 
	color: #666666;
	font-size: 11px;
}
.author a { color: #FA8A28; }

.more { color: #52A9D4; }
.more a { color: #52A9D4; }
.more, .comments, .author {
	display: block;	
	font-style: normal;
}

.comments a {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/common/comments_icon.gif) 0 2px no-repeat;
}

.innerLink {
	float: right;
	color:  #52A9D4 !important;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}

.innerLink:hover { text-decoration: underline !important; }

/* ***** POPRZEDNIA-NASTĘPNA ***** */

.flipbar {
	text-align: right;
	overflow: hidden;
}

.flipbar li { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: inline;
}

.flipbar li a {
	display: inline-block;
	border: 1px solid #c9cccf;
	color: #17476c;
	padding: 2px 6px;
}

.flipbar li a:hover { 
	text-decoration: none; 
}

.flipbar li a.active, 
.flipbar li a[href]:hover {
	border: 1px solid #17476c;
	background-color: #17476c;
	color: #fff;
}

.flipbar li.prev a {
	background: url(../img/common/prev02.png) 0 0 no-repeat;
	padding: 2px 6px 2px 14px;
}

.flipbar li.prev a:hover {
	background: #17476c url(../img/common/prev02.png) 0 -19px no-repeat;
}

.flipbar li.next a {
	background: url(../img/common/next02.png) 100% 0 no-repeat;
	padding: 2px 14px 2px 6px;
}

.flipbar li.next a:hover {
	background: #17476c url(../img/common/next02.png) 100% -19px no-repeat;
}

.videoBox a.playButton {
	position: absolute;
	bottom: 3px;
	left: 4px;
	display: block;
	width: 42px;
	height: 44px;
	background: url(/img/common/play-button.png) 0 0 no-repeat;
}

.videoBox:hover a.playButton {
	background-position: 0 -44px;
}

.videoBox a.playButton span { display: none; }

/* ************************* STOPKA I JEJ ELEMENTY ************************* */

#footer {
	width: 100%;
	min-width: 980px;
	background: #f3f3f3;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #c9cccf;
	padding: 16px 0;
	height: 48px;
	overflow: hidden;
}

#footer .inner {
	width: 980px;
	margin: 0 auto;
    position: relative;
}

#footer>.inner>p {
	padding: 0;
	font-size: 11px;
	min-height: 44px;
	float: left;
	position: relative;
	top: 17px;
}

#footer .inner .logo {
    position:absolute;
    left:0;
    top:-8px;
}

#footer li {
	float: left;
	padding: 0 0 0 7px;
	color: #52a9d4;
	font-weight: bold;	
}

#footer li a { color: #52a9d4; }

#footer .inner div p {
	font-size: 10px;
	padding: 4px 6px 0 0;
	float: right;
}

.flashContainer {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

.flash .actions {
	margin: 20px 0 0 0;
	padding: 0;
	padding-top: 16px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #525252;
	padding-left: 64px;
}

.flash .actions-ok {
	background: #e5f3d5 url(/img/common/action-ok.png) no-repeat 24px 12px;
	border: #7bb217 1px solid;
}

.flash .actions-error {
	background: #f0dddd url(/img/common/action-error.png) no-repeat 24px 8px;
	border: #b01c1c 1px solid;
}

.flash .actions-info {
	background: #f5f5df url(/img/common/action-info.png) no-repeat 24px 7px;
	border: #d6bb4d 1px solid;
}

p.validation-error, p.validation-ok {
	margin: 0;
	padding: 0;
	color: #d90402;
	font-weight: bold;
	height: 0;
	white-space: nowrap;
	position:absolute;
	top:56px;
	left:480px;
}
p.validation-ok {
	color: #0aa200;
}

p.validation-error img, p.validation-ok img {
	vertical-align: middle;
}

#usersComments ul li.deleted {
	background: #f0dddd;
}

#usersComments ul li div {
margin-left: 74px !important;	
}

#usersComments ul li div.edit {
	margin:0;
}

#usersComments ul li div.edit span {
	display:inline !important;
}

#usersComments ul li div span {
	text-align: right;
}


#usersComments form ul li label a {
	color: #FA8A28;
	font-size: 14px;
	line-height:1.2em;
}

#usersComments form ul li label span a {
    font-size: 12px;
    margin-left:4px;
    font-weight:bold;
}

#usersComments ul li {
	position:relative;
    min-height:64px;
}

#usersComments ul.commentsList li {
    border-bottom:1px dotted #cccccc;
    margin-bottom:11px;
    padding-bottom:11px !important;
}

#usersComments ul.commentsList li.last {
    border-bottom:none;
}

#usersComments ul li .commentActions {
    position:absolute;
	right:0;
}

#usersComments ul li .contextMenu {
	height:14px;
}

#usersComments ul li span.abuse {
margin-left:5px;
}

#usersComments ul li span.abuse {
	font-size: 0.8em;
	padding: 8px 0;
}

#usersComments ul li span.abuse a { color: #17476c; }

#usersComments ul li div em {
	font-style: normal;	
}


#usersComments form ul li label span {
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:1.2em;
padding:2px 0;
}

#usersComments ul li div p a {
    color: #52A9D4;
}

img.forum-smiley {
    border:none !important;
    display:inline !important;
    float:none !important;
}

.breadcrumb {list-style-type:none;margin:0 0 6px 0;border-bottom:1px solid #ebebeb;
padding:0 0 0 10px;width:970px;overflow:hidden;line-height:29px;font-size:1.2em;}
.breadcrumb.empty {border-bottom:none;margin-bottom:22px;}
.breadcrumb li {display:inline;padding:0 3px 0 0;color:#818487;font-weight:bold;}
.breadcrumb li.first {padding-left:0;background-image:none;}
.breadcrumb li a {color:#52A9D4;font-weight:normal;padding-right:3px;}
.breadcrumb li strong {color:#818487 }

#subMenu .breadcrumb {
    display:block;
}

#subMenu .breadcrumb li {
    font-size:14px;
    padding-right: 3px;
}

#subMenu .breadcrumb li a {
    font-weight:normal;
    font-size:12px;
    color:#52A9D4;
}

#subMenu .breadcrumb li strong {color:#818487 }

.none {display: none;}

img.remote {
	position:absolute;
	visibility: hidden;
}

.media-slide {
	overflow:hidden;
	width:480px;
	position:relative;
	margin: 0 auto;
}

#photos .media-slide {
	width:590px;
}

.overlay {
	position:absolute;
	display:none;
}

.overlay .back {
	background: #2b2b2b;
	opacity:0.2;
	height:100%;
	width:100%;
	position:absolute;
}

.overlay .loader {
	position:absolute;
	height:100%;
	width:100%;
	background: url(/img/common/ajax-loader.gif) no-repeat center;	
}

.contextMenu {
	padding:4px 10px 3px;
	background: #dce4ea;
	width:100%;
	margin-bottom:15px;
	height:18px;
}

.contextMenu.small {
	width:auto;
	margin:0;	
}

.contextMenu a {
	margin-right:30px;
	color:#174763;
	text-transform: capitalize;
	font-weight:bold;
	
}

.contextMenu.small a{
	margin-right:0px;
}

.contextMenu.small select {
	margin-left:30px;
}


.contextMenu.uppercase a {
	text-transform: uppercase;
}

.siteMap ul {
	padding:5px 0 0 20px;
	list-style-type:square;
}

.siteMap ul li ul {
	list-style-type: circle;	
}

.siteMap ul li ul li ul{
	list-style-type:disc;
}

.rules h3 {
	font-size:18px;
	font-weight: bold;	
}

.rules p {
	font-size:14px;
	margin: 1em 0;
}

.rules p strong {
	font-size:16px;
}

#rules {
	text-align: right;
	width: 468px;
	display:none;
}

#rules.open {
	display:block;
}
#rules .rules {
	border: 1px solid #666666;
	height: 300px;
	overflow: scroll;
	text-align: left;
	padding:5px;
	margin-bottom:10px;
	overflow-x:hidden;
}


/* ********** newsletter, sonda ********** */
#newsletter {
    margin-bottom:16px;
}

#newsletter, .iw_poll { 
	border: solid #666666;
	border-width: 8px 1px 1px;
	background: #f3f3f3;
	padding: 6px;
}

.iw_poll { margin-bottom: 27px; }

#newsletter h3, #sonda h3 { color: #666666; }


#newsletter button, .iw_poll button {
  width: 61px;
	height: 20px;
	background: url(../img/common/search.gif) 0 50% repeat-x;
  text-align: center !important;	
	border: 1px solid #b3b3b3;
	padding-bottom: 2px;
	margin: 0 0 0 4px;
	color: #000;
}

.iw_poll button { margin: 0; }

#newsletter fieldset { padding: 8px 0 16px 0; }

.iw_poll fieldset { padding: 4px 0 8px 0; }

.iw_poll ul { padding: 8px 0; }

.iw_poll ul li { padding: 0 0 22px; }

.iw_poll p {
	font-size: 14px;
	font-weight: bolder; 
}

.iw_poll label {
	font-weight: bolder;
	color: #666666;
	font-size: 14px;
}

.iw_poll input { 
	position: relative; top: 2px;
	margin-right: 4px;
}

#newsletter .textInput {
	padding: 1px;
	width: 214px
}

.iw_poll .result {
	width:250px;
}

.iw_poll .result .votes {
	width:200px;
	height:15px;
	border:1px #666666 solid;
	margin:2px 5px 0 0 ; 	
	float:left;	
}

.iw_poll .result .votes .progressBar {
	width:0;
	background: #FA8A28;
	height:100%;
	overflow:hidden;
}

.iw_poll .result .votesText {}

.iw_poll .pollNbVotes.pollBottom {margin-bottom:10px;}
.iw_poll .pollNbVotes .votesText { font-weight:bold; }


/* reklamy */
.rightCol #firstAdd {
	width: 100%;
	margin: 0 0 16px;
}

.rightCol #secondAdd {
	overflow: hidden;
	background: none !important;
	float:right;
	overflow:hidden;
	width:120px;
	height:auto !important;
	padding-left: 12px;
}

.rightCol #secondAdd div {
	width: 100%;
	height: 100%;
}

.banner750 {
    text-align:center;
    margin-bottom:16px;
}

.banner750 div {
    margin: auto;
    width: 750px;
}

#firstAdd img, #secondAdd img {
    border: none;
}

.rightCol #secondAdd {
    float:none !important;
    padding-left:0 !important;
}

#usersComments ul li div.captchaField span {
    font-size:12px;
    padding:0 !important;;
    margin:0 !important;;
}

#usersComments ul li div.captchaField,
#usersComments ul li div.captchaField div {
    margin:0 !important;;
    padding:0 !important;;
}

#usersComments ul li div.captchaField div .recaptcha_input_area {
    margin-left:20px !important;
}

#comment_captcha_validation {
position:static;
}

.linkBox.box ul li h5 {
color:#000000 !important;
font-size:12px !important;
font-weight:normal !important;
line-height:14px !important;
max-height:14px !important;
min-height:14px !important;
}

.linkBox.box ul li h5 a {
    font-weight: bold !important;
    color:#52A9D4 !important;
}

.rightCol .popularDiets.box ul li {
    padding-bottom:0 !important;
    }

.side-advert {
	display: block;
	margin: 0 0 12px;
}

.side-advert img {
	display: block;
	margin: 0 auto;
	border: 1px solid #666;
}

.side-advert:hover img {
	border: 1px solid #ed008c;
}

.imgCounter {
display:block;
height:0;
margin:0;
padding:0;
}

#searchResults #results li.adsenseAdv div.firstAd {
width:300px;
}

#searchResults #results li.adsenseAdv div {
float:left;
margin:0 4px;
padding:0;
width:336px;
}