/*  
Theme Name: Mojdietetyk.pl
*/

/* @import "css/default.css"; */

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
/*
button, textarea,
input, select   { display: inline-block }
*/
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: top }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
center          { text-align: center }
abbr, acronym   { font-variant: small-caps; letter-spacing: 0.1em }
/*
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }
*/
                
/*a[!href]         { text-decoration: underline }*/


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

/*** FOX default setting ***/
*               { font-family: Verdana, Tahoma, "DejaVu Sans", Arial, sans-serif; }
html            { font-size: 62.5%; }
body            { margin: 0; padding: 0; }
body            { color: #000; font-size: 120%; }
pre, code, tt   { font-size: 9pt; }
pre, pre span   { font-family: "Courier New", "DejaVu Sans Mono", monospace; }
textarea, 
input, select   { color: #000; font-size: 110%; line-height: 1.2em; }
h1              { font-size: 1.35em }
h2              { font-size: 1.23em }
h3              { font-size: 1.10em }
h4, h5, h6      { font-size: 1em; margin: 1em 0 }
dt              { font-weight: bolder; }
ul, ol          { list-style-position: outside; padding-left: 0; }
form p          { margin: 3px 0; }          
blockquote      { margin-left: 0px; margin-right: 0px; padding-left: 40px; }
img             { border: 0; }

/* image */
img.left        { float: left; margin: 5px 10px 5px 0; }
img.right       { float: right; margin: 5px 0 5px 10px; }
img.block       { display: block; margin: 5px 0; }
img.center      { display: block; margin: 5px auto; }
img.noborder    { border: 0; }

/* paragraph text align */
p.left          { text-align: left; }
p.right         { text-align: right; }
p.center        { text-align: center; }
p.justify       { text-align: justify; }
p.indent        { text-indent: 40px; }

/* table style */
table { border-collapse: collapse; border: none; }
th { padding: 3px; border: none; } 
td { padding: 3px; border: none; } 
td.left, th.left { text-align: left; } 
td.right, th.right { text-align: right; } 
td.center, th.center { text-align: center; }

/* div style */
div.hide        { display: none; }
div.show        { display: block; }

/* list style */
ul.inside,  ol.inside   { list-style-position: inside; }
ul.outside, ol.outside  { list-style-position: outside; }
ul.none,    ol.none     { list-style-type: none; }
ul.disc,    ul          { list-style-type: disc; }
ul.circle,  ul ul       { list-style-type: circle; }
ul.square,  ul ul ul    { list-style-type: square; }
ol.decimal, ol          { list-style-type: decimal; }
ol.alpha,   ol ol       { list-style-type: lower-alpha; }
ol.roman,   ol ol ol    { list-style-type: lower-roman; }
ol.ualpha               { list-style-type: upper-alpha; }
ol.uroman               { list-style-type: upper-roman; }

/* Specify pairs of quotes for two levels in three languages */
q:lang(en) { quotes: '"' '"' "'" "'" }
q:lang(no) { quotes: "«" "»" "<" ">" }
q:lang(pl) { quotes: "“" "”" "‘" "’" }

/* Insert quotes before and after Q element content */
q:before { content: open-quote }
q:after  { content: close-quote }

/* code color */
pre .str { color: blue; }
pre .key { color: #7f0055; font-weight: bold; }
pre .cmt { color: #3f7f5f; font-style: italic; }
pre .doc { color: #0081A6; font-style: italic; }
pre .tag { color: #804000; }



/* @import "css/layout7.css"; */
* { font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif; }
.green-area *,
a.zobacz, 
h1, h2, h3 { font-family: "Trebuchet MS"; }

html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  color: #555;
  font-size: 110%;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  color: #66CC00;
}
h1 { font-size: 175%; font-weight: normal; }
h2 { font-size: 160%; font-weight: normal; }
h3 { font-size: 145%; font-weight: normal; }
h4, h5, h6 { font-size: 100%; }

a {
  text-decoration: underline;
  cursor: pointer;
}
a:link {
  color: #006600;
}
a:visited {
  color: #66CC00;
}
a:hover {
  color: #66CC00;
  text-decoration: none;
}
a.more-link {}

#container {
  width: 980px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 7px 0 7px;
  background: transparent url('images/lay-cnt-background.gif') repeat-y left top;
  position: relative;
} 
#header {
  width: 100%;
  height: 227px;
  position: relative;
}

#container .header-24 {
  background: transparent url('images/lay-hdr-bg.jpg') no-repeat right top;
}

#container .header-9 {
  background: transparent url('images/lay-hdr-bg-9.jpg') no-repeat right top;
}
#container .header-65 {
  background: transparent url('images/lay-hdr-bg-65.jpg') no-repeat right top;
}
#container .header-3 {
  background: transparent url('images/lay-hdr-bg-3.jpg') no-repeat right top;
}
#container .header-73 {
  background: transparent url('images/lay-hdr-bg-73.jpg') no-repeat right top;
}
#container .header-15 {
  background: transparent url('images/lay-hdr-bg-15.jpg') no-repeat right top;
}
#container .header-18 {
  background: transparent url('images/lay-hdr-bg-18.jpg') no-repeat right top;
}

#moj_dietetyk {
  top: 0px;
  left: 0px;
  width: 298px;
  height: 194px;
  position: absolute;
}
#wrapper {
}
#main {
  min-height: 380px;
}
#main {
}
#footer {
  clear: both;
  color: #060;
  border-top: 5px solid #4c8a41;
}
#contact {
  float: left;
  margin: 10px 40px;
}
#contact a {
  color: #060;
}



#menu-menu-glowne {
  bottom: 0px;
  left: 0px;
  height: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  border-top: 1px solid #b1dba9;
}
#menu-menu-glowne li {
  float: left;
  width: auto;
  height: 32px;
  margin: 0;
  padding: 0;
  background: transparent url('images/lay-mnu-background.gif') no-repeat left top;
  position: relative;
}
#menu-menu-glowne li a {
  height: 32px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 27px;
  background: transparent url('images/lay-mnu-right.gif') no-repeat right top;
  display: block;
}


#menu-menu-glowne li#menu-item-626 a { width:  80px; }
#menu-menu-glowne li#menu-item-636 a { width: 145px; }
#menu-menu-glowne li#menu-item-637 a { width: 170px; }
#menu-menu-glowne li#menu-item-628 a { width: 105px; }
#menu-menu-glowne li#menu-item-629 a { width: 195px; }
#menu-menu-glowne li#menu-item-627 a { width: 125px; }
#menu-menu-glowne li#menu-item-621 a { width: 160px; }

#menu-menu-glowne li:hover { background-position: left -32px; }
#menu-menu-glowne li:hover a { background-position: right -32px; }
#menu-menu-glowne li.current_page_item { background-position: left -32px; }
#menu-menu-glowne li.current_page_item a { background-position: right -32px; }


.green-area {
  clear: both;
  padding: 35px 60px;
  color: #060;
  background: #d1e88c;
}
.green-area h3 {
  font-weight: bold;
  color: #060;
  margin: 0;
  padding: 0 0 0 25px;
  line-height: 20px;
  background: transparent url('images/lay-circle.gif') no-repeat left center;}
.green-area p {
  margin: 10px 25px 10px 0;
  font-size: 120% }
.green-area a {
  font-weight: bold;
  color: #060;
}

.panels {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  background: transparent url('images/lay-dots.gif') repeat-y center bottom;
}
.panels li {
  float: left;
  height: 260px;
  padding: 0 20px;
  position: relative;
}
.panels li.panel01 {
  width: 280px;
  background: transparent url('images/lay-pnl-background01.gif') no-repeat right bottom;
}
.panels li.panel02 {
  width: 300px;
  background: transparent url('images/lay-pnl-background02.gif') no-repeat right bottom;
}
.panels li.panel03 {
  width: 280px;
  background: transparent url('images/lay-pnl-background03.gif') no-repeat right bottom;
}
.panels h2 {
  margin-bottom: 30px;
  color: #060;
}
.panels li {
  margin-bottom: 30px;
}

.panels a.zobacz {
  top: 225px;
  left: 25px;
  padding: 0 25px 0 0;
  color: #ed1638;
  font-size: 150%;
  font-weight: bold;
  line-height: 20px;
  background: transparent url('images/lay-leaf.gif') no-repeat right top;
  position: absolute;
  text-decoration: none;
}

#menu-menu-glowne li a { text-decoration: none; }

#sidebar {
  height: 300px;
  float: left;
  height: 450px;
  width: 340px;
  position: relative;
}

#sidebar-img {
  margin: 40px 0;
}

.promocja_cellulit {
  margin: 10px 5px 10px 0;
  clear: both;
  padding: 10px 90px;
  color: #e90101;
  font-weight: bold;
  line-height: 15px;
  background: transparent url('images/cellulit.jpg') no-repeat left center;
}

.promocja_cellulit a {
  font-weight: bold;
  text-decoration: none;
  color: #e90101;
}

.breadcrumb {
  float: right;
  width: 600px;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  padding: 3px 1px 3px 0px;
}

.post {
  float: right;
  width: 600px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  line-height: 140%;
  padding: 0 20px 20px 0;
}

.post h1 {
  color: #060;
  padding: 5px 0 10px 0;
}

.post h2 {
  padding: 5px 0 5px 0;
  color: #66CC00;
}

.post b {
  font-weight: bold;
  font-style: normal;
  color: #006600;
}

.post b.jasny {
  color: #66CC00;
}

#container:after,
#wrapper:after,
.panels:after,
.clearfix:after {
  clear: both; 
  height: 0; 
  content: "."; 
  display: block; 
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}  

.form_co_jesz {
  border: solid 1px #CBE57E;
  padding: 20px 20px 80px 20px;
  background: #E9F4C7
}

.form_co_jesz .pytanie {
  margin: 0 0 20px 0;
}

.co_jesz {
  margin:20px 20px 20px 20px;
  float: right;
}

.co_jesz input.dalej {
  left: -400000px;
  position: absolute
}

.co_jesz a.dalej {
  padding: 0 25px 0 0;
  color: #ed1638;
  font-size: 150%;
  font-weight: bold;
  line-height: 20px;
  background: transparent url('images/lay-leaf.gif') no-repeat right top;
  text-decoration: none;
}
