/*
	####################################################
	Dimmu-Borgir.pl CSS
	Autor: Mateusz 's!n' Sienkan [sin.jogger.pl]
	####################################################
*/

/*
	#############################
	various
	#############################
*/

body {
	background: #222 url('background.gif');
	color: #111;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0 0 15px 0; 
}

a:link {
	color: #4f4417;
	text-decoration: none;
}

a:visited {
	color: #4f4417;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

img {
	border: 0;
}

/*
	#############################
	site
	#############################
*/

#wrapper {
	margin: 0 auto;
	background: #fff;
	width: 750px;
}

#top {
	height: 190px;
	background: #000 url('top.jpg');
}

#links {
	height: 16px;
	background: #000;
	text-align: center;
	margin: 0 auto;
}

#menu {
	height: 40px;
	background: #000 url('hline.gif') bottom repeat-x;
	margin: 0 auto;
}

#container {
	background: #fff;
	margin: 0 auto;
}

#footer {
	width: 750px;
	height: 10px;
	padding-top: 30px;
	background: transparent url('bline.gif') top repeat-x;
	margin: 0 auto;
	text-align: center;
	color: #eee;
}

#footer p {
	padding: 0;
	margin: 0 auto;
	font-size: 9px;
}

#links p, #links a {
	padding: 0;
	margin: 0;
}

#side {
	width: 230px;
	float: left;
}

#content {
	width: 520px;
	float: right;
	padding-bottom: 8px;
}

.clear {
	clear: both;
}

ul.menu {
	padding: 3px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

ul.menu li {
	padding: 0 2px 0 14px;
	background: url('menus.gif') center left no-repeat;
	display: inline-block;
	margin: 0;
}

ul.menu li.linkLeft {
	background: transparent;
	padding: 0;
}

ul.menu li a {
	padding: 0;
	margin: 0;
	font-size: 9px;
	font-weight: bold;
	color: #bfbfbf;
}

ul.menu li a:visited {
	color: #bfbfbf;
}

ul.menu li a:hover {
	color: #f33;
	text-decoration: none;
}

h3, h2 {
	background: transparent url('hback.png') no-repeat;
	background-position: 3px center;
	font-size: 11px;
	color: #ccc;
	display: block;
	line-height: 16px;
	height: 16px;
	margin: 5px 5px 1px 5px;
	padding: 0 0 0 22px;
}

h2 {
	margin-left: 0;
}

#side p {
	padding: 1px 5px 5px 8px;
}

#content p {
	padding: 2px 5px 2px 3px;
}

#side p.new a {
	font-weight: bold;
}

#forumform {
	margin: 0 auto;
	width: 215px;
}

label.forumform:after {
  content: ":";
}

input.forumform, textarea.forumform {
	background: #ddd;
	font-size: 11px;
	border: 1px dotted #777;
	margin: 0 auto;
}

.ocena1 {
	height: 20px;
	width: 20px;
	background: url('ocena.png');
	margin: 0 auto;
}

.ocena2 {
	height: 20px;
	width: 40px;
	background: url('ocena.png');
	margin: 0 auto;
}

.ocena3 {
	height: 20px;
	width: 60px;
	background: url('ocena.png');
	margin: 0 auto;
}

.ocena4 {
	height: 20px;
	width: 80px;
	background: url('ocena.png');
	margin: 0 auto;
}

.ocena5 {
	height: 20px;
	width: 100px;
	background: url('ocena.png');
	margin: 0 auto;
}

.ocena1 span, .ocena2 span, .ocena3 span, .ocena4 span, .ocena5 span {
	display: none;
}

.discul {
	list-style-type: upper-roman;
	margin: 0 40px;
}

table.kform {
	width: 80%;
	margin: 15px auto;
}

ul.fans li {
	list-style-image: url('punkt.gif');
}