/* =reset & global
============================================================================ */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: url(grid.png) 50% 0 repeat-y;
	background: url(baseline.png);
	background: #fff;
	color: #414344;
	font: normal 0.81em "Lucida Grande", LucidaGrande, "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

a, a:visited { text-decoration: none; }	
legend { display: none; }
li { list-style-position: inside; }

#site {
	width: 750px;
	margin: 0 auto;
	padding: 40px 0;
}

/*	=header
---------------------------------------------------------------------------- */

#header {
	position: relative;
}

#header .title {
	border-bottom: 8px solid #e9e9e9;
}

#header .title .inner {
	border-bottom: 8px solid #d3d3d3;
}

#header .title h1 {
	font-weight: normal;
	font-size: 1em;
}

#header .title a {
	display: block;
	color: #fff;	
	background-color: #a0a0a0;
	position: relative;
	min-height: 64px;
}

#header .title a:hover,
#header .title a:focus {
	background-color: #797979;
}

#header .title span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1ex 4px 0;
	line-height: 1.54em;
}

#header .prevexist {
	margin-left: 190px;
}

#header .nextexist {
	margin-right: 190px;
}

#header li {
	width: 180px;
	position: absolute;
	top: 0;
	list-style: none;
	border-bottom: 8px solid #e9e9e9;
}

#header li div {
	border-bottom: 8px solid #d3d3d3;
}

#header li.prev {
	left: 0;
}

#header li a {
	display: block;
	color: #414344;
	position: relative;
	line-height: 1.54em;
	min-height: 64px;
}

#header li a:hover,
#header li a:focus {
	background-color: #f9f9f9;
}

#header li.next {
	right: 0;
}

#header li span {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 4px;
}

#header li.next span {
	text-align: right;
}

#header li strong {
	font-weight: normal;
	font-size: 0.77em;
	line-height: 2em;
	text-transform: uppercase;
	color: #9b9b9b;
	display: block;
}

/*	=main
---------------------------------------------------------------------------- */

#content a {
	font-weight: bold;
	color: #000;
}

#content a:visited {
	color: #555;
}

#content a:hover,
#content a:focus {
	border-bottom: 1px solid #aaa;
}

#content a:visited:hover,
#content a:visited:focus {
	border-bottom-color: #ccc;
}

#message p {
	line-height: 1.54em;
	padding: 20px 95px;
	background-color: #ffc;
	margin: 20px 0 -20px 0;
}

#content .entry {
	margin-top: 40px;
}

#content .entry .header p {
	font-size: 0.77em;
	line-height: 2em;
	text-transform: uppercase;
	color: #9b9b9b;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 5px;
}

#content .entry .header h1 {
	font: 1.58em/2.59em Constantia, Georgia, serif;
}

#content .entry .body {
	line-height: 1.54em;
	overflow: hidden;
}

#content .entry .body h2 {
	font: 18px/20px Constantia, Georgia, serif;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

#content .entry .body p,
#content .entry .body ul,
#content .entry .body ol,
#content .entry .body dl,
#content .entry .body hr,
#content .entry .body .img,
#content .entry .body table,
#content .entry .body blockquote {
	margin-bottom: 1.54em;
	clear: left;
}

#content .entry .body blockquote,
#content .entry .body dd {
	margin-left: 95px;
}

#content .entry .body .a,
#content .entry .body .b,
#content .entry .body .c,
#content .entry .body .d,
#content .entry .body .e,
#content .entry .body .f,
#content .entry .body .g {
	float: left;
	margin-right: 10px;
}

#content .entry .body .b,
#content .entry .body .f,
#content .entry .body .g {
	margin-right: 0;
}

#content .entry .body .a,
#content .entry .body .b {
	width: 370px;
}

#content .entry .body .c,
#content .entry .body .d,
#content .entry .body .e,
#content .entry .body .f  {
	width: 180px;
}

#content .entry .body table {
	border-collapse: collapse;
}

#content .entry .body table th,
#content .entry .body table td {
	vertical-align: top;
}

#content .entry .body table .a,
#content .entry .body table .b,
#content .entry .body table .c,
#content .entry .body table .d,
#content .entry .body table .e {
	float: none !important;
	margin-right: 0 !important;
}

#content .entry .body table.acd .a,
#content .entry .body table.acd .c {	
	padding-right: 10px;
}

#content .entry .body table.cda .d,
#content .entry .body table.cda .c {	
	padding-right: 10px;
}

#content .entry .body table.ccd .c {
	padding-right: 10px;
}

#content .entry .body th {
	text-align: left;
	padding-bottom: 1.54em;
}

#content .entry .body .n,
#content .entry .meta {
	clear: both;
}

#content .entry .meta {
	margin-top: 2px;
	line-height: 1.54em;
	border-bottom: 8px solid #e9e9e9;
	
	padding-bottom: 24px;
	overflow: hidden;
}

#content .entry .meta ul,
#content .entry .meta p {
	width: 370px;
	float: left;
}

#content .entry .meta ul {
	margin-right: 10px;
}

#content .entry .meta li {
	display: inline;
}

/*	=misc
---------------------------------------------------------------------------- */

#misc, #discussion {
	border-top: 8px solid #d3d3d3;
	overflow: hidden;
}

#misc p,
#misc ul {
	line-height: 1.54em;
}

#misc h2 {
	font-weight: normal;
	margin: 20px 0 18px 0;
	font-size: 0.77em;
	line-height: 2em;
	text-transform: uppercase;
	color: #9b9b9b;
	border-bottom: 2px solid #e9e9e9;
}

#miniblog, #live, #blogs, #data, #search {
	float: left;
}

#miniblog {
	width: 370px;
	clear: left;
}

#miniblog .entry {
	margin: 0;
	padding: 0;
}

#miniblog .entry h3 {
	font: 1.23em/1.25em Constantia, Georgia, serif;
	margin-bottom: 1.25em;
}

#miniblog .entry .meta {
	border-bottom: 0;
	margin: 0;
	padding-bottom: 0;
	overflow: visible;
}

#miniblog .entry .meta p {
	width: 180px;	
}

#miniblog .entry .meta p.archives {
	float: right;
}

#miniblog .entry .meta ul {
	width: auto;
	float: none;
}

#live, #blogs {
	width: 180px;
	margin-left: 10px;
}

#live .primary {
	margin-bottom: 20px;
}

#live .when {
	font-size: 0.85em;
	line-height: 1.82em;
	color: #a0a0a0;
}

#blogs li,
#data li {
	list-style: none;
}

#categories {
	clear: both;
	margin-top: -1px;
}

#categories ul {
	margin-left: -10px;
}

#categories li {
	width: 180px;
	float: left;
	margin-left: 10px;
	list-style: none;
	overflow: hidden;
	position: relative;
}

#categories li span {
	font-size: 0.77em;
	line-height: 2em;
	position: absolute;
	right: 0;
	padding-left: 0.5ex;
	color: #fff;
}

#categories a:hover + span {
	color: #aaa;
}

#data {
	clear: left;
	width: 370px;
	margin-right: 10px;
	position: relative;
}

#data p {
	position: absolute;
	top: 65px;
	left: 190px;
}

#data p a:hover,
#data p a:focus {
	border-bottom: 0;
}

#data p img {
	opacity: 0.5;
}

#data p a:hover img,
#data p a:focus img {
	opacity: 0.75;
}

#search {
	width: 370px;
}

#search form {
	height: 40px;
	position: relative;
}

#search fieldset {
	position: absolute;
	top: 6px;
}

#search input {
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#search .text {
	width: 272px;
}

#search .submit {
	margin-left: 10px;
	cursor: pointer;
}

/*	=discussion
---------------------------------------------------------------------------- */

#discussion #comments {
	margin-top: 40px;
}

#discussion li.comment,
#preview li.comment {
	display: block;
	line-height: 1.54em;
	margin-bottom: 19px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 20px;
	_zoom: 1;
}

#discussion li.comment p.meta,
#preview li.comment p.meta {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 190px;
}

#discussion li.comment blockquote.body,
#preview li.comment blockquote.body {
	margin-left: 380px;
}

#discussion li.comment p.meta span.date,
#preview li.comment p.meta span.date {
	display: block;
	font-weight: normal;
	font-size: 0.77em;
	line-height: 2em;
	text-transform: uppercase;
	color: #9b9b9b;
}

#discussion li.comment p.meta cite,
#preview li.comment p.meta cite {
	font-style: normal;
	display: block;
}

#discussion li.owner p.meta::before {
	content: "Komentarz autora";
	display: block;
	margin-left: -190px;
	color: #bbb;
}

#discussion li.owner p.meta span.date {
	margin-top: -20px;
}

#discussion li.comment blockquote.body p,
#discussion li.comment blockquote.body blockquote,
#discussion li.comment blockquote.body ol,
#discussion li.comment blockquote.body ul,
#preview li.comment blockquote.body p,
#preview li.comment blockquote.body blockquote,
#preview li.comment blockquote.body ol,
#preview li.comment blockquote.body ul {
	margin-bottom: 1.54em;
}

#discussion li.comment blockquote.body blockquote,
#preview li.comment blockquote.body blockquote {
	margin-left: 95px;
}

#discussion li.comment blockquote.body ul li,
#preview li.comment blockquote.body ul li {
	list-style-type: disc;
}

#discussion li.comment blockquote.body ul li li,
#preview li.comment blockquote.body ul li li {
	list-style-type: circle;
}

#discussion li.comment blockquote.body ul li li li,
#preview li.comment blockquote.body ul li li li {
	list-style-type: square;
}

#discussion li.comment blockquote.body ul ul,
#discussion li.comment blockquote.body ul ol,
#discussion li.comment blockquote.body ol ol,
#discussion li.comment blockquote.body ol ul,
#preview li.comment blockquote.body ul ul,
#preview li.comment blockquote.body ul ol,
#preview li.comment blockquote.body ol ol,
#preview li.comment blockquote.body ol ul {
	margin-left: 95px;
}

#discussion li.comment p.modified small {
	font-size: 1em;
}

#preview {
	margin-top: 120px;
}

#discussion form {
	margin-left: 190px;
	line-height: 1.45em;
}

#discussion form input,
#discussion form textarea {
	font-size: 1em;
	font-family: "Lucida Grande", LucidaGrande, "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

#discussion .grid,
#discussion .single {
	margin: 20px 0;
}

#discussion .grid div {
	margin-left: 190px;
}

#discussion .single {
	width: 560px;
	position: relative;
}

#discussion .single .cancel {
	position: absolute;
	left: 380px;
	_width: 170px;
	background-color: #fff;
	color: #333;
}

#discussion .grid label {
	float: left;
	width: 180px;
	margin-right: 10px;
}

#discussion .grid label span { 
	color: #bbb;
}

#discussion .single div {
	margin-left: 190px;
}

#discussion .grid textarea {
	width: 355px;
	height: 205px;
}

#discussion .grid .text {
	width: 175px;
}

#discussion .single label input {
	margin: 0;
}

#discussion .submit {
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

#discussion .default {
	font-weight: bold;
}

#guidelines p {
	line-height: 1.54em;
	margin-left: 380px;
	margin-bottom: 1.54em;
	opacity: 0.6;
}

/*	=footer
---------------------------------------------------------------------------- */

#footer {
	margin-top: 80px;
	font-size: 0.85em;
	line-height: 1.82em;
	color: #bbb;
	overflow: hidden;
}

#footer p {
	float: left;
}

#footer p:hover,
#footer p:hover a {
	color: #a0a0a0;
}

#footer a {
	color: #bbb;
	font-weight: bold;
}

/*	=adminstuff
---------------------------------------------------------------------------- */

.adminedit { display: none; }

.disclaimer {
  background-color: #fee;
  font-style: italic;
}

.go-back {
  font-size: 0.75em !important;
  text-align: right;
}
