body { 
	background-color:#6A6A6A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* calosc */
.container {
	background:#303030;
	width:900px;
	margin:0 auto;
}

.top {
	background:url(img/top.png) top right no-repeat;
	height:125px;
	padding-top:55px;
	margin-bottom:10px;
}

.top h1 {
	margin:0 0 0 20px;
}

.top h1 a {
	color:#FFB400;
	font-size:28px;
	font-weight:normal;
}

.top .desc {
	color:#918E8E;
	margin:0 260px 0 50px;
	padding:5px 0;
}

/* glowna czesc */
.center {
	overflow:hidden;
	margin:0 0 0 0;
}

.center .left {
	float:left;
	width:242px;
	margin:40px 0 0 0;
	padding:0;
}

.center .right {
	float:right;
	width:600px;
	margin:0 0 0 0 ;
	padding:0;
}

/* prawa czesc */
.center .right .item {
	color:#fff;
	background:url(img/item.png) repeat-x;
	padding:8px 0 0 0;
	margin:0 60px 15px 0;
}

.item h2.title {
    margin:0 0 0 35px;
	padding:0;
}

.item h2.title a {
	color:#fff;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
}

.item .pub_date {
	float:left;
	font-size:10px;
	color:#D4D4D4;
    margin:0 0 0 35px;
}

.item .pub_date:before {
	content:"Data:";
}

.item .author {
	float:left;
	font-size:10px;
	color:#D4D4D4;
}

.item .author:before {
	content:"Autor:";
	margin-left:15px;
}

.item .content {
	margin:35px 20px 10px 20px;
	clear:both;
}

.item .content a {
	color:#FFB400;
}

/* przypisy */
.item .footnote {
    border-top:#fff 1px solid;
    margin:20px 0 0 0;
	padding:5px 0;
}

.item .footnote a {
	color:#FFB400;
}

/* tagi publikacji */
.item {
	background:#C40202;
	padding:10px 10px;
	overflow:hidden;
}
.itemtags {
	background:#303030;
	padding:10px 10px;
	overflow:hidden;
}

.item .itemtags .itemtag a {
	float:left;
	color:#fff;
	padding:0 10px;
}

/* spis tagow */
.center .right .tags {
	overflow:hidden;
}

.center .right .tags .tag a {
	float:left;
	margin-right:10px;
}

.center .right .tags .tag a:after {
	content:",";
}

/* lewa czesc */
.center .left .leftt {
	background:#C40202 url(img/leftt.png) no-repeat;
	height:10px;
}

.center .left .leftb {
	background:#C40202 url(img/leftb.png) no-repeat;
	height:10px;
}

.center .left .naglowek {
	background:#C40202;
	color:#FFB400;
	font-size:13px;
	font-weight:bold;
	padding:10px 10px;
}

.center .left .tags {
	background:#C40202;
	margin:0 0 0 0;
	padding-bottom:5px;
}

.center .left .tags .tag a {
	color:#fff;
	display:block;
    padding:5px 30px 5px 25px;
	/*background:url(img/kropka.png) 230px no-repeat;*/
}

.center .left .tags .tag a:hover {
	background:#FFB400;
	color:#000;
}


/* stopka */
.footer {
	clear:both;
	margin:20px 30px 0 30px;
	padding:10px 30px;
	border-top:#6A6A6A 3px solid;
}

.footer a.footlink {
	color:#D4D4D4;
}


.hr {
    width:100%;
    border-bottom:#000 1px solid;
    padding-top:10px;
    padding-bottom:10px;
    clear:both;
}

.hr:before {
	color:#fff;
	font-size:18px;
	content:"Publikacje losowe:";
}

.items { 
    margin-left:70px;
    padding:1em;
    margin-top:150px;
    margin-bottom:20px;
}

.select_tag {
	color:#FFB400;
	font-size:20px;
	float:left;
	margin-top:-40px;
	margin-left:20px;
}

.taglist {
    font-size:12px;
}

.itemtaglist {
    font-size:12px;
}