/*
 POPOIND.COM - version 01.2008
*/
body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, p, ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
img {
	border: 0;
}
a:hover {
	outline: none;
}

/* Layout */
div#controls {
	background: #151515 url(obrazy/controls-bg.gif) left top repeat-x;
	/* _position:fixed; _position:absolute; top:0px; left:40px;*/
	text-align: right;
	padding: 6px 0;
	display: block;
}
div#controls a {
	text-decoration: none;
	font-size: 7pt;
	color:#333333;
}
div#controls a:hover {
	color:#666666;
}

div#canvas {
	
	background: #000000 url(obrazy/wrapper-bg.gif) left top repeat-x;
	font-size: 9pt;
	color: #CBCBCB;
}
div#page {
	width: 850px;
	margin: 0 auto;
}
div#page a {
	text-decoration: none;
	color: #69888E;
}
div#page a:hover {
	background: #151515;
}

/* Header */
div#header {
	display: block;
}

div#header h1#title {
	padding: 25px 0 0 25px;	
}
div#header h1#title a {
	background: url(obrazy/new-logo.png) left top no-repeat;
	width: 250px; height: 66px;
  display: block;
	overflow: hidden;
}

div#header a#logo:hover,
div#header h1#title a:hover,
div#header h2#slogan a:hover {
	background-position: left bottom;
}

div#header h2#logo a:hover {
	background: none;
}

/* Main */
div#main {
	margin: 20px 0 0 0;
	width: 500px;
	float: left;
}
div#main h3 {
	font-size: 17pt;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

/* Entry */
div.entry {
	position: relative;
	width: 550px;
	*height: 0.01%;
}

div.entry div.info {
	color: #7A7C7D;
	padding: 0px 0 0 0;
}
div.entry div.body {
	line-height: 16pt;
	width: 550px;
	display: block;
}

/* Headlines */
div#headlines {
	padding: 20px 0 0 0;
	*height: 0.01%;
}
div#headlines ul li {
	border-bottom: 1px solid #393C3F;
	text-indent: 10px;
	display: block;
	*height: 0.01%;
}
div#headlines ul li a {
	background:url(obrazy/act-go.png) 5px no-repeat;
	padding:10px 10px 10px 25px;
	display:block;
	*height: 0.01%;
}
div#headlines ul li a:hover {
	background: #151515 url(obrazy/act-go.png) 5px no-repeat;
}

/* Comments */
div#commentsWrapper {
	margin: 30px 0 0 0;
}

div.comment-entry,
div.comment-entry-author {
	position: relative;
	border-bottom: 1px solid #393C3F;
	padding: 10px;
	width: 550px;
	*height: 0.01%;
}

div.comment-entry h3,
div.comment-entry-author h3 {
	margin: 0 0 5px 0 !important;
}
div.comment-entry div.info,
div.comment-entry-author div.info {
	color: #7A7C7D;
}
div.comment-entry div.body,
div.comment-entry-author div.body {
	padding: 15px 0 0 0;
	line-height: 16pt;
	width: 549px;
}
div.comment-entry-author {
	background-color: #151515;
}

/* Sidebar */
div#sidebar {
	position: relative;
	right: 0px;
	margin: 20px 0 0 0;
	width: 300px;
	float: right;
}
div#sidebar h3 {
	font-size: 17pt;
	font-weight: normal;
	margin: 10px 0;
}

/* Welcome */
div#welcome p {
	color: #7A7C7D;
	line-height: 14pt;
	padding: 0 0 10px 0;
}

/* Nav */
div#nav ul li {
	background: url(obrazy/empty.png) 5px no-repeat;
	text-indent: 25px;
	border-bottom: 1px solid #393C3F;
	*height: 0.01%;
}
div#nav ul li#nav-home {
	border-top: 1px solid #393C3F;
	*height: 0.01%;
}
div#nav ul li a {
	padding: 10px 5px;
	display: block;
	*height: 0.01%;
}

div#nav ul li a:hover {
	background: #151515 url(obrazy/go.png) 5px no-repeat;
}

/* Copyright */
div#copyright {
	color: #7A7C7D;
	padding: 60px 0 20px 0;
}
div#copyright .left {
	float: left;
}
div#copyright .right {
	width: 184px;
	float: right;
}
div#copyright .right a {
	margin: 0 0 0 10px;
	float: left;
}

/* Generic */
div.clear { clear: both; }
div.padding { padding: 10px; }

