@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 p {
    padding-left: 6px;
}

#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: #fff;
	font-weight: bold !important;
}

#top .log_in {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(/img/common/log_in.gif) 0 50% no-repeat;	
}
#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: 24px;
	left: 0;
	z-index: 100;
	display: block;
	width: 453px;
	height: 34px;
	background: url(/img/common/logo.gif) 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 button {
  	width: 74px;
	background: url(/img/common/search.gif) 0 0 repeat-x;
  	text-align: center !important;
	border: 1px solid #b3b3b3;
	margin: 0 0 0 4px;
	color: #000;
	font-size: 14px;
    padding:2px 0;
}

#header form .textInput {
	height: 18px;
	width: 246px;
	padding: 2px;
}

#header form select.textInput {
	height: 24px;
	width: 96px;
	padding:1px 0 0;
}
/* ***** menu na gradiencie ***** */
#topNav {
	width: 100%;
	min-width: 980px;
	position: relative;
	z-index: 1;
}

#topNav div {
	height: 20px;
	width: 50%;
	background: #f5f3df;
	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: #972b16;
	padding: 0 4px 0 0;
}

#topNav ul a { color: #972b16; }

#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;
}

#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: #ffe8f0;
}

#mainNav li.diff a:hover { text-decoration: underline; }

/* ***** menu z tematami ***** */

#subMenu {
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}

#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: #972B16;
	display: inline-block;
}

#subMenu ul li.active {
	font-weight: bold;
	color: #666666;
    font-size: 14px;
}

#subMenu a {
	font-weight: bold;
	color: #972B16;
    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: #972b16; }

.more { color: #e34526; }
.more a { color: #e34526; }
.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: #17476c !important;
	font-size: 14px;
	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 #7C2312;
	color: #972B16;
	padding: 2px 6px;
}

.flipbar li a:hover { 
	text-decoration: none; 
}

.flipbar li a.active, 
.flipbar li a[href]:hover {
	border: 1px solid #972B16;
	background-color: #972B16;
	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: #972B16 url(/img/common/next02.png) 100% -19px no-repeat;
}

/* ************************* STOPKA I JEJ ELEMENTY ************************* */

#footer {
	width: 100%;
	min-width: 980px;
	background: #f5f3df;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #d8d4ae;
	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:-2px;
}

#footer li {
	float: left;
	padding: 0 0 0 7px;
	color: #972b16;
	font-weight: bold;	
}

#footer li a { color: #972b16; }

#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:#972b16;
	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: #972B16;
}

img.forum-smiley {
border:medium 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:#972B16;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 {
    color: #818487;
}

#subMenu .breadcrumb li a {
    font-weight:normal;
    font-size:12px;
    color:#972B16;
}

.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;
}

#newsletter {
	border: solid #d8d4ae;
	border-width: 8px 1px 1px;
	background: #f5f3df;
	overflow: hidden;
}

.iw_poll { margin-bottom: 27px; }

#newsletter h3, #sonda h3 { color: #666666; }

#newsletter h3 {
	color: #89844e;
}

#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: #972B16;
	height:100%;
	overflow:hidden;
}

.iw_poll .result .votesText {}

.iw_poll .pollNbVotes.pollBottom {margin-bottom:10px;}
.iw_poll .pollNbVotes .votesText { font-weight:bold; }


.rightCol .box ul li h4 a,
.rightCol .box ul li h5 a{ color: #972B16; }


/* katalog potraw */

#cooking .catalogue {
	border: solid #972b16;
	border-width: 8px 1px 1px;
	width: 286px;
	padding: 8px 6px;
	background: #f5f3df;
}

#cooking.rightCol  .catalogue {
    margin-bottom:12px;
    }

#cooking .catalogue h3 {
	font-size: 2em;
	line-height: 1.2em;
	padding: 8px 6px 8px 0;
}

#cooking .catalogue h3 a {text-decoration: underline;}
#cooking .catalogue h3 a:hover { text-decoration: none; }

#cooking .catalogue .divided {
	background:transparent url(/img/common/divider02.gif) repeat-y 56% 0;
	overflow: hidden;
	margin-bottom: 10px;
}

#cooking .catalogue .divided ul {
	border: 0 none;
	width: 150px;
	float: left;
	padding: 0 16px 0 0;
}

#cooking .catalogue .divided ul.secondChild { padding: 0 0 0 8px;width:112px; }

#cooking .catalogue  ul {
	border-top: 1px solid #d8d4ae;
	padding-top: 12px;
}

#cooking .catalogue ul li {
	float: none;
	border: none;
	margin: 0;
	padding: 0 0 6px 14px;
	background: url(/img/common/marker01.gif) 0 3px no-repeat;
	font-size: 14px;
	font-weight: bolder;
	color: #972b16;
}

#cooking .catalogue ul li.label {
	padding: 0 0 8px;
	background: none;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

#cooking .catalogue ul li a { color: #972b16; }

#cooking .catalogue a.addRecipe {
	background: #972b16 url(/img/common/add.gif) no-repeat scroll 60px 0;
	font-size:1.4em;
	height:49px;
	line-height:49px;
	margin: 0 0 15px;
	padding: 0 0 0 106px;
	width:192px;
    border: 1px solid #7c2312;
	color: #fff;
	display: block;
}

#cooking .catalogue a.addRecipe {
    margin:10px 0 0;
    width:178px;
}

#cooking .catalogue a.addRecipe em { font-weight: bolder; font-style: normal; }

/* reklamy */
.rightCol #firstAdd {
	width: 100%;
	/* min-height: 250px; */
    height: auto !important;
	margin: 0 0 16px;
}

.rightCol #secondAdd {
	overflow: hidden;
/*	background: url(/img/common/divider.gif) 0 0 repeat-y; */
    background: none !important;
	float:right;
	overflow:hidden;
	width:120px;
/*	height: 600px; */
    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: 1000px;
    position:relative;
    left:-10px;
}
#searchResults #results li.adsenseAdv div {
    float:left;
    margin:0 4px;
    width:330px;
    padding:0;
}

#searchResults #results li.adsenseAdv div.firstAd {
    width:300px;
}

.moderate {
    overflow:visible;
}

#firstAdd img, #secondAdd img {
    border: none;
}

.rightCol #secondAdd {
    float:none !important;
    padding-left:0 !important;
}

#accountData .mail,
#profile #accountData p.edit {
    font-size:1.1em;
    font-weight:bold;
    padding:8px 0 20px;
}

#accountData .mail {
    float:left;
    font-weight:normal;
}

#accountData .mail a {
    font-weight:bold;
}

#accountData .edit {
    float:right;
    }

.mailLink {
    color:#972B16;
    font-weight:bold;
}

a.addQuestion {
margin:10px 0 0;
width:178px;
}

a.addQuestion {
background:#972B16 url(/img/common/add.gif) no-repeat scroll 60px 0;
border:1px solid #7C2312;
color:#FFFFFF;
display:block;
font-size:1.4em;
height:49px;
line-height:49px;
margin:12px 5px 0 5px;
padding:0 0 0 106px;
width:180px;
float:right;
}

.rightCol a.addQuestion {
    float:none;
    margin-right:0;
}

a.addQuestion em {
font-style:normal;
font-weight:bolder;
}

.answersBox  {
    background:#F5F3DF;
    border-color:#D8D4AE;
    border-style:solid;
    border-width:8px 1px 1px;
    overflow:hidden;
    padding: 6px 0 12px;
    margin-bottom: 16px;
}

.answersBox h3 {
	padding: 0 6px 10px;
}

.answersBox h3 a { color: #972b16;
text-decoration:underline;}
.answersBox h3 a:hover {
text-decoration:none;
}

.answersBox p {
	font-size: 14px;
	margin: 0 6px;
}

.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:#972B16 !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;
}

.sponsoredLink {
    border-top:1px dotted #666666;
    margin-top:20px;
    padding:10px 0;
}

.gadv {
    margin-bottom:8px;
    width:100%;
}