html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Trebuchet MS;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h4 a {
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}

body {
	background: #ad6123 url(/i/bg.jpg) repeat-x;
}

#wrapper {
	background: url(/i/bgslice.jpg) repeat-x;
}
#tcontent {
	text-align: center;
	background: url(/i/bgbig.jpg) center top no-repeat;
}
#mcontent {
	width: 975px;
	text-align: left;
	margin: 0 auto;
}

#top {
	height: 186px;
}

#top a {
	height: 186px;
	width: 100%;
	display: block;
}

#autograf {
	height: 140px;
}
#autograf a {
	height: 140px;
	width: 100%;
	display: block;
}


#col-right {
	float: right;
	width: 231px;
}

#col-mleft {
	float: left;
	width: 732px;
}

#col-left {
	float: left;
	width: 231px;
}
#col-left p {
	color: #727272;
	font-size: 12px;
	padding-top: 6px;
	padding-left: 4px;
	line-height: 18px;
}


#col-center {
	width: 488px;
	float: right;
	background: #fff;
}

.small-spacer {
	padding: 7px;
	background: #fff;
	margin-bottom: 12px;
}

h2 {
	color: #ed8521;
	font-size: 22px;
	font-weight: normal;
	padding: 4px 0;
}


h4 {
	color: #3256ad;
	font-size: 24px;
}

h5 {
	color: #ababab;
	font-size: 24px;
}

.wpis-element {
	padding: 16px;
}
.wpis-element .zawartosc {
	font-size: 12px;
	color: #727272;
	line-height: 18px;
}
.wpis-element .zawartosc p {
	padding-bottom: 12px;
}
.wpis-element .data {
	font-size: 11px;
	color: #ed8521;
	padding: 10px 0;
}

.spacer-line {
	border-top: 1px solid #e8e9eb;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0 18px;
}

.spacer-small {
	border-top: 1px solid #e8e9eb;
	height: 8px;
	line-height: 8px;
	font-size: 8px;
	margin: 0 7px;
}


#archiwum {
	font-size: 18px;
	color: #727272;
	margin: 10px 0;
}
#archiwum li {
	padding: 2px 0;
}
#archiwum li span {
	font-size: 11px;
}
#archiwum li strong {
	font-size: 11px;
	font-weight: normal;
}
#archiwum li a {
	color: #727272;
	text-decoration: none;
}
#archiwum li a:hover {
	text-decoration: underline;
}


.postawione {
	height: 120px;
	overflow: hidden;
	padding: 10px 0;
}
.postawione .simg {
	float: left;
	width: 82px;
	height: 120px;
	background: center top no-repeat;
}
.postawione .popis {
	float: right;
	width: 126px;
	font-size: 14px;
}
.postawione .popis a {
	text-decoration: none;
}
.postawione .popis a :hover{
	text-decoration: underline;
}
.postawione .popis strong {
	color: #3256ad;
}
.postawione .popis p {
	font-size: 12px;
	line-height: 16px;
	color: #ed8521;
	padding: 4px 0 6px 0;
	height: 76px;
	overflow: hidden;
}
.postawione .popis .wiecej {
	color: #3256ad;
	font-size: 12px;
	text-decoration: none;
	padding-top: 2px;
}
.postawione .popis .wiecej:hover {
	text-decoration: underline;
}

/*
 *		BOX OVERLAY - dynamic ajax box
 */

#box_overlay {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('gfx/overlay.png');
	z-index: 1234;
}

#box_overlay #box_window {
	display: table-cell;
	vertical-align: middle;
	z-index: 1235;
}



#box_overlay #box_inner {
	width: 400px;
	margin: 0 auto;
	padding: 20px 25px;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #999999;
	z-index: 1236;
}

#box_overlay #box_loader {
	width: auto;
	height: 100px;
	background: url('gfx/box_loader.gif') no-repeat center center;
}

/*
 *		BOX OVERLAY - elementy formularza
 */
.overlay_input, .overlay_textarea {
	border: 1px solid #dedede;
	background: #F1F1F1;
	font-size: 12px;
	padding: 4px;
	margin-bottom: 10px;
	width: 390px;
}

.overlay_button {
	border: 1px solid #dedede;
	background: #efefef;
	padding: 4px 7px;
	font-weight: bold;
	margin-left: 5px;
	display: inline-block;
	margin-top: 5px;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 11px;
}

.overlay_button:hover {
	background: #fff;
}

.overlay_wysylam {
	border: 1px solid #dedede;
	background: url('../dom/gfx/kom_loader.gif') no-repeat 4px 0px #efefef;
	padding: 4px 7px 4px 23px;
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
	margin-top: 5px;
	text-decoration: none !important;
	cursor: default;
	font-size: 11px;
}

.overlay_wyslane {
	text-align: center;
	padding-top: 25px;
}

.overlay_wyslane span {
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
}

#overlay_blad, #overlay_wypelnij {
	color: #f03;
	display: none;
	padding-bottom: 7px;
	font-weight: bold;
}


	.nk_content {
		padding: 0px 0px 10px 0px;
	}
	
	.nk_header {
		font-size: 18px;
		color: #000;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #dedede;
		padding-top: 5px;
	}
	
	.nk_form {
		margin-bottom: 10px;
		text-align: left;
	}
	
	.nk_form #kom_tresc {
		border: 1px solid #cecece;
		padding: 3px;
		font-size: 11px;
		color: #000;
		width: 252px;
		height: 105px;
		margin-bottom: 10px;
	}
	.nk_form #kom_nick {
		border: 1px solid #cecece;
		padding: 2px;
		font-family: Arial;
		font-size: 11px;
		color: #000;
		width: 171px;
	}  
	.nk_form #kom_send {
		border: 1px solid #cecece;
		background: #fa9917;
		padding: 3px;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		width: 70px;
		text-align: center;
		margin: auto;	
	} 
	
	
		.nk_kom_light,
		.nk_kom_dark {
			padding: 10px;
			background: #fff3e3;
			line-height: 17px;
			font-size: 11px;
			margin-bottom: 10px;
		}
		.nk_kom_dark {
			background: #edfdfc;
		}
			.nk_kom_dane {
				border-top: 1px solid #cecece;
				padding-top: 5px;
				margin-top: 5px;
				text-align: right;
			}





.koment {
	margin: 10px 0;
	display: block;
	border-top: 1px solid #e6e6e6;
	font-size: 11px;
	line-height: 13px;
}

.kom_light,
.kom_dark {
	padding: 10px;
	background: #f1f1f1;
	display: block;
}


.kom_komentarz_space {
	clear: both;
	height: 5px;
}

.kom_komentarz_dodano {
	font-size: 11px;
	color: #a0a0a0;
	padding: 12px 2px 4px 2px;
	background: url('../../dom/gfx/kom_dymek.png') no-repeat top left;
}

.kom_komentarz_odpowiedz {
	float: right;
	padding-right: 10px;
}

.kom_cytat {
	float: left;
	background: #f9f9f9;
	border-top: 1px solid #e6e6e6;
	clear: left;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	width: 100%;;
}

.kom_cytat_autor {
	font-weight: bold;
}

.kom_cytat_data {

}

.kom_cytat_content {
	padding: 10px;
}

.kom_linki {
	display: block;
	padding: 5px 0;
	border-top: 1px solid #e6e6e6;
	float: none;
	clear: both;
	margin-bottom: 10px;
}

.link_add_comment {
	background: transparent url(../../dom/gfx/i_add_koments.gif) no-repeat scroll left center;
	color: #FF4E00;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 2px 2px 18px;
}

.link_back_to_article {
	background: transparent url(../../dom/gfx/i_back_to_article.gif) no-repeat scroll left center;
	color: #FF4E00;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 2px 2px 18px;
}

.kom_brak_komentarzy {
	margin: 5px 0;
	display: block;
	border-top: 1px solid #e6e6e6;
	padding: 40px 0;
	background: #f1f1f1;
	display: block;
	text-align: center;
}

/* stronicowanie */

.pagerText {
	color: #4E4E4E;
	font-size: 11px;
	padding: 10px 0px;
}

a.pagerFP,
a.pagerPP,
a.pagerNP,
a.pagerLP,
a.pagerSP,
a.pagerAP,
a.pagerDots {
	background: #f1f1f1;
	border: 1px solid #e6e6e6;
	display: inline-block;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 11px;
	margin-left: 3px;
}

a.pagerFP:hover,
a.pagerPP:hover,
a.pagerNP:hover,
a.pagerLP:hover,
a.pagerSP:hover,
a.pagerDots:hover {
	background: #FFF;
}

a.pagerAP {
	background: #e6e6e6 !important;
}

a.pagerAP:hover {
	background: #dedede !important;
}


#ostatniekom {
	font-size: 12px;
	line-height: 16px;
	padding: 0 3px;
}
#ostatniekom div {
	padding: 8px 0px;
	border-bottom: 1px solid #e8e9eb;
}
#ostatniekom strong {
	font-size: 14px;
	color: #ed8521;
	font-weight: normal
}
#ostatniekom p {
	color: #727272;
	padding: 2px 0;
	margin: 0;
}
#ostatniekom span {
	font-size: 11px;
	color: #b2b1b1;
}
