/* GLOBALNY WYGLĄD  */
* {
	margin: 0; padding: 0;
	font-family: Verdana, sans-serif;
}
body {
	background: #ced8cc url("lifting/bgbody.png") repeat top left;
}
p {
	text-align: justify;
}
a {
	color: #8e0800;
	text-decoration: none;
}
a:hover {
	color: #625D01;
	text-decoration: underline;
}
a.permalink {
	background: url("lifting/comments_link.png") no-repeat top left !important;
	margin-left: -10px;
	padding-left: 20px;
	margin-top: -4px;
}
p.comment {
	color: #625D4C;
}

/* GŁÓWNE ELEMENTY UKŁADU STRONY */
#header, #main {
	width: 100%;
}
#header {
	height: 116px;
	background: #ced8cc url("lifting/bghead.png") repeat-x top left;
}
#header #logo, #main, #navigation {
	margin: 0 auto;
}
#logo {
	position: relative;
    width: 982px;
}
#main {
	border-left: 1px solid #999e88;
	border-right: 1px solid #999e88;
	width: 980px; /* 2px mniej na bordery */
	background-color: #efebe7;
}
#main #footer {
	clear: both;
    background-color: #acb7a7;
	border-top: 1px solid #111;
	border-bottom: 2px solid #000;
	font-size: 60%;
    text-align: center;
    padding: 5px;
	margin-bottom: 5px;
}    

/* NAGŁÓWEK - DETALE */
#header div#logo {
	height: 79px;
	background: transparent url("lifting/top.jpg") no-repeat top left;
}
#header div#logo h1 {
	display: none;
}
#header div#login {
	position: absolute;
	top: 2px;
	left: 653px;
	width: 273px;
	height: 62px;
	padding: 3px;
    font-size: 9px;
}
#header div#login p {
	text-align: center;
	line-height: 2.5em;
}
#header div#login form {
	width: 268px;
	padding: 5px;
}
#header div#login .register {
	font-size: 10px;
	text-align: center;
}
#header div#login .register a{
	color: #6d6b56;
}
#header div#login form, #header div#login form p  {
	text-align: left;
}
#header div#login input {
	font-size: 9px;
}
#header div#login input#inlogin {
	width: 90px;
	background-image: url("lifting/bglogin.png");
	background-repeat: no-repeat;
	background-position: 5px;
}
#header div#login input#inpassword {
	width: 90px;
	background-image: url("lifting/bgpassword.png");
	background-repeat: no-repeat;
	background-position: 5px;
}
#header div#login input:focus {
	background-image: none !important;
}
#header #toplinks {
	position: relative;
	top: 25px;
	left: 380px;
	width: 220px;
}
#header #toplinks ul {
	padding: 0;
}
#header #toplinks li{
	float: right;
	margin-right: 2em;
	font-size: 65%;
	list-style-type: none;
	line-height: 20px;
}
#header #toplinks li a {
	color: #6D6C55;
}

/* MENU */
#navigation {
	clear: both;
	width: 980px;
	height: 35px;
	background: url("lifting/menu-bg.png") repeat-x top left;
	border-left: 1px solid #c7c8b4;
	border-right: 1px solid #c7c8b4;
	border-top: 1px solid #b0af96;
}
#navigation ul {
	padding: 0;
}
#navigation li {
	float: left;
	list-style-type: none;
}
#navigation li a {
	display: block;
	float: left;
	height: 31px;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 4px;
	border-right: 1px solid #bfbfbb;
	background: url("lifting/menu-button-off.png") repeat-x top left;
	color: #8e0800;
	text-decoration: none;
	font-size: 80%;
}
#navigation li a:visited {
	color: #8e0800;
}
#navigation li a:hover, #navigation li:hover a {
	text-decoration: underline;
	color: #fff;
	background: url("lifting/menu-button-on.png") repeat-x top left;
}
#navigation li a.active {
	color: #fff;
	background: url("lifting/menu-button-on.png") repeat-x top left;
}
#navigation li a.hot {
	color: #fff;
	background: url("lifting/menu-button-hot.png") repeat-x top left;
}

#navigation ul.sub { /* Second Level*/
	position: absolute;
	top: -999px;
	min-width: 60px;
	padding-bottom: 10px;
	background-color: #F6F6F4;
	border: 1px solid #000;
	z-index: 100;
}
#navigation li:hover ul.sub {
	top: 103px;
}
#navigation ul.sub li {
	float: left;
	clear: both;
}
#navigation ul.sub li a {
	display: block;
	height: 20px;
	line-height: 20px;
	min-width: 60px;
	background-image: none;
	border: none;
	text-decoration: none;
	color: #8e0800;
}
#navigation ul.sub li a:hover {
	color: #000;
	text-decoration: underline;
}
/* IE sucks */
#navigation li.menuHover ul.sub {
	clear: both;
	top: 103px;
}
#navigation li.menuHover ul.sub li a {
	background-image: none;
}

/* REKLAMA TOP */
#main div#ad1 {
	padding-top: 10px;
    height: 100px;
	background: transparent url("lifting/bgad1.png") repeat-x top left;
	text-align: center;
	z-index: 1;
}

/* ZAWARTOŚĆ */
#content {
	float: left;
    width: 715px;
    color: #1b1901;
	display: table;
	border-collapse: separate;
	border-spacing: 1px;
}
#content .row {
	display: table-row;
}
#content .row div {
	display: table-cell;
	width: 355px;
}

/* ZAMÓWIENIA */
form.cart {
	width: 690px;
}
form.cart table {
	text-align: center;
	margin-left: 40px;
}
form.cart table, form.cart table th, form.cart table tr, form.cart select {
	font-size: 10pt;
}
form.cart table th, form.cart table tr.sum {
	background-color: #ccc;
	font-weight: bold;
}
form.cart input.clean {
	text-align: center;
	background: none;
	border:none;
}

/* KOLUMNY - GŁÓWNA */
#articles {
	background-color: #f1ecdc;
	border-right: 1px solid #dbc98b;
	border-bottom: 1px solid #dadbbc;
	padding-bottom: 1em;
}
#news {
	background-color: #eef3df;
	border-right: 1px solid #dadbbc;
	border-bottom: 1px solid #dadbbc;
	padding-bottom: 1em;
}
#reviews {
	background-color: #eef3df;
	border-right: 1px solid #dbc98b;
	border-bottom: 1px solid #dadbbc;
	padding-bottom: 1em;
}
#recomendations {
	background-color: #f1ecdc;
	border-right: 1px solid #dadbbc;
	border-bottom: 1px solid #dadbbc;
	padding-bottom: 1em;
}
#content h2 {
	width: 331px;
	height: 29px;
	padding: 6px 0 0 24px;
	font: normal 12px/14px Arial, sans-serif;
}
#articles h2 {
	background: transparent url("lifting/bgartt.png") repeat-x top left;
}
#news h2 {
	background: transparent url("lifting/bgnewt.png") repeat-x top left;
}
#reviews h2 {
	background: transparent url("lifting/bgrevt.png") repeat-x top left;
}
#recomendations h2 {
	background: transparent url("lifting/bgrect.png") repeat-x top left;
}
#content h3 {
	font-size: 80%;
	margin: 10px 10px 2px 10px;
	color: #464C31;
}
#content h3 a {
	color: #393c42;
}
#content #recomendations h3 a {
	color: #8e0800;
}
#content p {
	font-size: 70%;
	text-indent: 25px;
	margin: 1em 10px 0;
}
#content .info p {
	text-indent: 0;
}
#content hr {
	clear: right;
    display: block;
	height: 3px;
	margin: 10px 25px;
    border-top: 1px solid #dadbbc;
	border-bottom: 1px solid white;
	border-left: 0;
	border-right: 0;
}
#content span.author {
	color: #8e0800;
}
#content p.link {
	text-indent: 0;
}
#recomendations p.photo {
	display: block;
	width: 320px;
	text-indent: 0;
}
#recomendations p.photo a:hover img {
	background-color: red;
}
#recomendations img {
	padding: 1px;
	border: 1px solid #342e13;
}

/* KOLUMNY DLA IE (piece of junk) */
table#content {
	display: inline;
	border-collapse: collapse;
	border-spacing: 0;
}
table#content td {
	vertical-align: top;
}

/* ARTYKUŁ - WYGLĄD */
#article {
	width: 715px;
	height: auto;
	font-size: 115%;
	background: #f6efe3 url("lifting/bgnews.png") repeat-x top left;
	border-right: 1px solid #dac67d;
    padding-bottom: 1em;
}
#article h2 {
	width: 675px;
	color: #2E3026;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	background: transparent url("lifting/bgarttit.png") repeat-x;
	margin: 0;
	padding: 15px 20px 10px 20px;
    border-bottom: 1px solid #b2976b;
}
#article h2.komentarze {
	margin-top: 1em;
	border-top: 1px solid #564102;
	border-bottom: none;
}
#article h3 {
	margin: 20px 20px 10px 20px;
	color: #464C31;
}
#article h4 {
	font-size: 70%;
	margin: 20px 20px 10px 20px;
	color: #464C31;
}
#article h4.powrot {
    text-align: right;
    margin-right: 30px;
    padding-top: .7em;
}
#article p {
	text-indent: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
#article p.podpis, #article p.komentarz {
    font-size: 70%;
	text-indent: 0;
}
#article p.podpis span {
    color: #8e0800;
}
#article p.img {
    text-indent: 0;
}
#article p.song {
    font-family: courier, courier new, monosize;
}
#article p.tags {
	text-indent: 0;
	text-align: left;
}
#article p.tags a {
	white-space: nowrap;
}
#article p.tags a.active {
	font-weight: bold;
}
#content #article p.footnote {
	line-height: 1.1em;
	font-size: 11px;
	margin-top: 0;
}
#article hr {
	margin-top: 1em;
	margin-bottom: 1em;
}
#article img {
    padding: 0;
    border: 0;
}
#article ol, #article ul {
	font-size: 12px;
	margin: 5px 0 0 20px;
    padding: 0 25px 0 20px;
    text-align: justify;
}
#article li {
	margin-left: 40px;
}
#article span.center { /*że to niby obrazki, a fe :( */
    padding: 7px 0 7px 7px;
    text-align: center;
    font-size: 10px;
    display: block;
    margin: 0 auto;
}
#article span.center img {
    display: block;
    margin: 0 auto;
	border: 1px solid #c7c278;
	padding: 1px;
}
#article table {
    margin-top: 15px;
    font-size: 70%;
}
#article td {
    padding: 4px;
}
#article th {
    font-size: 11px;
    padding: 4px;
    font-weight: bold;
    text-align: center;
}
#article .left {
	float: left;
    padding: 5px;
	margin-right: 5px;
	text-indent: 0;
    text-align: center;
    font-size: 10px;
}
#article .right {
	float: right;
    padding: 5px;
	margin-left: 5px;
	text-indent: 0;
    text-align: center;
    font-size: 10px;
}
#article .right img, #article .left img {
	border: 1px solid #c7c278;
	padding: 1px;
}
#article div#wsparcie {
	margin: 1em;
	padding-bottom: 1em;
	border: 1px solid #706B38;
	background-color: #E1DEC1;
}
#article p#wsparcie {
	text-indent: 10px;
	padding-top: 1em;
}
#article #mag_nav {
    width: 100%;
    height: 17px !important;
	background-color: inherit;
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
    border-bottom: 1px solid #b2976b;
    border-top: 1px solid #b2976b;
}

#article #mag_nav a {
    font-size: 90%;
}


/* PRAWA KOLUMNA */
#sidebar {
	float: right;
	width: 250px;
	padding-right: 5px;
}
#sidebar h2 {
	width: 250px;
	height: 22px;
    margin-top: 10px;
	padding-top: 3px;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #FFF;
    text-align: center;
	background: url("lifting/bgh2-2.png") repeat-x top;
}
#sidebar h2.ad {
	background: url("lifting/bgh2ad.png") repeat-x top;
}
#sidebar .box {
	width: 238px;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    background: #E1DEC1;
    line-height: 1.5em;
    padding: 5px;
    border: #706B38 1px solid;
    border-top: 0;
    margin-bottom: 10px;
    text-align: right;
} 
#sidebar .box p {
    margin-bottom: 10px;
    text-align: center;
}
#sidebar .box q {
	display: block;
	margin: 10px 15px 5px 15px;
	font-style: italic;
	color: #393505;
	text-align: center;
}
#sidebar .box cite {
    padding: 0 25px 5px 0;
    font-style: normal;
    font-size: 90%;
    font-weight: bold;
}
#sidebar .box input#q {
	width: 200px;
}
#sidebar div.ad {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar div.ad p {
	text-align: center !important;
	font-size: .9em;
}
#sidebar div.ad a img {
	border: none;
}
#sidebar div.form-box div {
    margin-top: 5px;
}
#sidebar div.form-box p {
	display: inline;
    font-weight: bold ;
	text-indent: 0 ;
	margin: 0 0 5px 0;
    font-size: 90%;
}
#sidebar div.form-box input {
    font-size: 90%;
}
#sidebar div.form-box div.center {
    text-align: center;
}
/* KONIEC: PRAWA KOLUMNA */

/* FORMULARZE */
textarea, input, select {
	background-color: #fcf4f1;
	border: 1px solid #b2b2b2;
	color: #000;
	font-size: 14px;
}
input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

#article div.form-box {
	margin: 2em;
}
#article div.form-box p {
	display: inline;
    font-weight: bold ;
	text-indent: 0 ;
	margin: 0 0 5px 0;
}
#article div.form-box p span {
    font-weight: normal;
    margin-left: 10px;
}
#article div.form-box p.block {
    display: block;
}
#article div.form-box p.desc {
    font-size: 10px;
    color: grey;
}
#article .form-box div {
	margin-top: .6em;
}

form.sendnews input,form.sendnews textarea{
	width: 640px;
	margin-top: 2px;
	margin-bottom: 10px;
}
form.sendnews input.submit {
	width: 150px;
}
form.sendnews label {
	font-size: 12px;
	font-weight: bold;
}
form.sendnews label span{
	font-size: 11px;
	font-weight: normal;
	padding-left: 1em;
}
form.sendnews .error {
	color: red;
}

/* globalne */

#tooltip {
	max-width: 400px;
	font-size: .8em;
	position: absolute;
	border: 1px solid #9e8f5b;
	background-color: #f0e8d1;
	padding: 10px 15px;
	color: #000;
	display: none;
}
#share span {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	cursor: pointer;
	display: none;
}
#print {
	background-image: url("share/printer.gif");
}
#facebook {
	background-image: url("share/facebook.gif");
}
#twitter {
	background-image: url("share/twitter.gif");
}

/* ŚMIECI */
.border {
	border: 1px solid #736939;
	background-color: #e7dfc6;
}
.border2 {
	border: 1px solid #736939;
}
.small {
	font-size: 9px;
	color: #000;
}
.big {
	font-size: 16px;
	color: #000;
}
#search_result {
    margin-left: 35px;
}
/* czat */
#czat {
    width: 600px;
    margin: 0 0 50px 50px;
}
#czat p {
    font-size: 70%;
	text-indent: 25px;
	margin: 1em 10px 0;
}
.google_tresc {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
}
.google_tresc_pod_leadem {
    margin: 10px 0px 10px 0; 
    text-align: center;
}
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("lifting/feed-icon-14x14.png") no-repeat 0 50%;
}
hr.authors {
	border: 0;
	color: #B2976B;
	background-color: #B2976B;
	height: 1px;
}
.ifl {
	margin-left: 0 !important;
	float: left;
}
.ifr {
	margin-right: 0 !important;
	float: right;
}
span.imwdesc {
	margin: 5px;
	padding: 2px;
	border: 1px solid #b4ae98;
	text-align: center;
	text-indent: 0 !important;
}
span.imwdesc img {
	display: block;
	border: 1px solid #b4ae98;
}