*
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}
body
{
	font: 12px Verdana, Tahoma, Sans, 'Lucida Grande', sans-serif;
	color: #4d4a41;
	background: white;
}
a
{
	color: #d50100;
	text-decoration: none;
	outline: none;
}
a:visited
{
	color: #d50100;
}
a:hover, a:focus
{
	color: red;
	text-decoration: none;
}
a:active
{
	color: red;
	text-decoration: none;
}
h1
{
	font-size: 130%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
p
{
	padding: 0;
}
img
{
	border: 0;
}

/* __________________ */

.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.justify
{
	text-align: justify;
}

.clear-float
{
	clear: both;
}

.hidden
{
	display: none;
}

.placeholder
{
	color: gray;
}

/* __________________ */


#wrap
{
	width: 980px;
	margin: 0 auto;
}

#wrap #top
{
	height: 142px;
	position: relative;
	background: url(images/bg_top.gif) 0 0 no-repeat;
}

#wrap #top h1
{
	position: absolute;
	top: 10px;
	left: 20px;
}

#wrap #top ul#menu
{
	list-style: none;
	width: 100%;
	height: 34px;
	border-top: 1px solid #008001;
	position: absolute;
	left: 0;
	top: 107px;
}

#wrap #top #login
{
	position: absolute;
	right: 0;
	top: 10px;
	color: white;
	font: 110% georgia, 'times new roman';
}

#wrap #top #login img
{
	vertical-align: middle;
}

#wrap #top #login a
{
	color: white;
	margin: 0 2px;
}

#wrap #top #login a:hover
{
	color: #cfcfcf;
}

#wrap #top #login a#reg
{
	padding: 2px 15px;
	background: #008001;
}

#wrap #top #login a#log
{
	padding: 2px 15px;
	background: #d40000;
}

#wrap #top #search
{
	width: 144px;
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	z-index: 9;
}

#wrap #top #search input
{
	border: 1px solid #dfdfdf;
	background: white;
	color: gray;
	padding: 3px 5px 2px 5px;
	width: 118px;
	font-size: 90%;
}

#wrap #top #search button
{
	border: none;
	background: url(imgs/form-submit.gif) no-repeat;
	width: 10px;
	height: 20px;
	display: block;
	float: right;
	cursor: pointer;
}

#wrap #top ul#menu li
{
	display: block;
	float: left;
	font-size: 100%;
}

#wrap #top ul#menu li.current-cat
{
	color: white;
	background-color: #008001;
}

#wrap #top ul#menu li a
{
	display: block;
/*	width: 100%;*/
/*	height: 100%;*/
	padding: 0 17px;
	line-height: 34px;
	color: black;
}

#wrap #top ul#menu li.current-cat a
{
	color: white;
}

#wrap #top ul#menu li a:hover
{
	background-color: #cfcfcf;
}

#wrap #top ul#menu li.current-cat:hover a
{
	color: black;
}

#wrap #sub-top
{
	margin: 25px 0;
}

#wrap #sub-top .ad-1
{
	width: 750px;
	text-align: center;
	margin: 10px auto;

}


#wrap #sub-top .breadcrumb-trail span
{
	color: #d60200;
}



#main
{
	padding: 0;
	background: url(images/bg_main.gif) right top repeat-y;
}

#main #content
{
	float: left;
	margin-bottom: 20px;
	width: 660px;
}

#main #content #social
{
	margin-top: 20px;
}

#main #content #social div
{
	display: inline;
}

#main #content #social .fb
{
	margin-right: 50px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}


#main #content #social img
{
	vertical-align: middle;
}

#main #content.archive div.post
{
	margin-bottom: 30px;
	padding: 3px 15px;
}

#main #content.archive div.post p.tags
{
	padding-bottom: 10px;
}

#main #content.archive div.post div.buttons
{
	margin-left: 5px;
	margin-top: 40px;
	font: 180% georgia, "times new roman";
}

#main #content.archive div.post div.buttons .comm
{
	color: #656565;
	margin-right: 15px;
}

#main #content.archive div.post div.buttons .comm:hover
{
	color: #d50100;
}
	
#main #content.archive div.post div.buttons .play:hover
{
	color: #656565;
}

#main #content.archive div.post h3
{
	padding-left: 20px;
	font-size: 200%;
	padding: 5px 0;
}

#main #content.single div.post h3
{
	font-size: 200%;
	color: black;
	text-shadow: 1px 1px 1px gray;
}

#main #content.archive div.post h3 a
{
	color: black;
	text-shadow: 1px 1px 1px gray;
}

#main #content.archive div.post h3 a:hover
{
	color: #656565;
	text-shadow: 1px 1px 1px black;
}



#main #content.archive div.post img
{
	float: left;
	width: 370px;
	height: 275px;
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid green;
}

#main #content div.post p.date
{
	font-size: 80%;
}

#main #content.single div.post p.date
{
	margin: 10px 0 5px 0;
}

#main #content.single div#post p
{
	padding: 10px 0;
}

#main #content.single div#post object
{
	text-align: center;
	margin: 0 auto;
}

#main #content.single div#post.page
{
	margin-top: 16px;
}

#main #content.archive div.post p.excerpt
{
	font-size: 120%;
	margin: 10px 0;
}



#main #content.single div#comments
{
	padding: 10px 0 20px 0;
	margin-top: 10px;
	position: relative;
}

#main #content.single div#comments h2
{
	width: 60px;
	line-height: 48px;
	color: white;
	font-weight: normal;
	text-align: center;
	height: 58px;
	background: url(imgs/kom.gif) no-repeat;
	position: absolute;
	top: 13px;
	left: 27px;
}

#main #content.single div#comments ul
{
	list-style: none;
}

#main #content.single div#comments ul li
{
	padding: 5px 0 10px 0;
}

#main #content.single div#comments ul li p.meta
{
	font: 120% georgia, "times new roman";
	letter-spacing: 1px;
	margin-bottom: 1px;
	color: #656565;
}

#main #content.single div#comments ul li p.meta a
{
	color: black;
	font-size: 130%;
	font-weight: bold;
}


#main #content.single div#respond
{
	padding: 40px 20px 0px 0;
}

#main #content.single div#respond h2
{
	margin-bottom: 20px;
	font: 200% georgia, 'times new roman';
	letter-spacing: 1px;
	line-height: 42px;
}

#main #content.single div#respond h2 span
{
	color: white;
	height: 42px;
	line-height: 40px;
	width: 33px;
	font-size: 80%;
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	background: url(images/romb2.gif) center center no-repeat;
}

#main #content.single div#respond textarea
{
	width: 485px;
	height: 60px;
	float: right;
}

#main #content.single div#respond textarea.szersze
{
	width: 100%;
	height: 82px;
	float: none;
}


#main #content.single div#respond input
{
	width: 120px;
}

#main #content.single div#respond textarea, #main #content.single div#respond input
{
	margin: 2px 0;
	border: 1px solid #d1d8cc;
	font-size: 11px;
	padding: 2px 4px;
}

#main #content.single div#respond button
{
	color: green;
	font-weight: bold;
	margin: 10px 0;
	border: 0;
	font-size: 120%;
	border: 1px solid green;
	padding: 2px 5px;
	background: none;
	cursor: pointer;
}


#main #content.single div#respond button:hover
{
	color: #A00200;
	border: 1px solid #A00200;
	
}




#main #sidebar
{
	padding: 0;
	float: right;
	width: 300px;
	position: relative;
}

#main #sidebar h2
{
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-weight: normal;
	color: #008001;
	text-shadow: 1px 1px 1px gray;
	background: white;
}

#main #sidebar div.post
{
	padding: 10px;
	color: white;
	font-size: 80%;
	text-align: justify;
}

#main #sidebar div.post h3
{
	margin-bottom: 10px;
}

#main #sidebar div.post h3 a
{
	color: white;
	font-size: 120%;
	text-shadow: 1px 1px 1px gray;
}

#main #sidebar div.post h3 a:hover
{
	color: white;
	text-shadow: 1px 1px 1px #202020;
}
#main #sidebar div.post p {
	font-size: 120%;
	text-align: left;
}
#main #sidebar div.post img.thumb
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid white;
	padding: 1px;
	width: 120px;
	height: 115px;
	
}

#main #sidebar div.post p.date
{
	margin-bottom: 5px;
	color: #b1b1af;
	text-align: left;
}

#main #sidebar div.post p.button
{
	padding: 0;
	height: 20px;
	position: relative;
	text-align: right;
}

#main #sidebar div.post p.button a
{
	background: url(images/graj.gif) 0 0 no-repeat;
	height: 42px;
	width: 84px;
	position: absolute;
	right: -10px;
	top: 10px;
	text-indent: 999px;
	display: block;
}


#main #sidebar div.post-most-comm
{
	margin: 5px 0;
	position: relative;
}

#main #sidebar div.post-most-comm h3
{
	padding: 10px 70px 10px 15px;
	font: 150% Georgia, "times new roman";
	background: #272727 url(images/arrow.gif) left center no-repeat;
}

#main #sidebar div.post-most-comm h3 a
{
	color: white;
}

#main #sidebar div.post-most-comm h3 a:hover
{
	color: #cfcfcf;
}

#main #sidebar div.post-most-comm p
{

	float: right;
margin-right: 5px;
	background: url(images/romb.gif) center center no-repeat;
	line-height: 41px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	height: 41px;
	width: 41px;
}

#main #sidebar .game div
{
	position: relative;

}
#main #sidebar .game h3
{
	height: 25px;
	background: #282828 url(images/arrow.gif) left center no-repeat;
	text-align: center;
}

#main #sidebar .game h3 img
{
	vertical-align: middle;
}

#main #sidebar .game div img
{
	width: 300px;
}

#main #sidebar .game p
{
	position: absolute;
	right: 0;
	bottom: 30px;
/*	padding: 5px 15px;*/
	font-size: 110%;
	background: black;
	opacity: 0.75;
	color: white;
}

#main #sidebar .game p a
{
	display: block;
	padding: 5px 15px;
	color: white;
}

#main #sidebar #tags
{
	padding: 10px 20px;
}

#main #sidebar #tags a
{
	color: white;
}

#main #sidebar #tags a:hover
{
	color: #cfcfcf;
}

#main #sidebar .ad-2
{
	margin: 30px auto;
	text-align: center;
	width: 300px;
}

/* footer */


div#footer a 
{
	color: #222;
	border-bottom: 1px solid #CF9C00;
}

div#footer a:hover
{
	color: #aa0000;
	border-bottom: 2px solid #a00;
}
#footer
{
	height: 150px;
	border-top: 2px solid #008001;
}

#footer-wrap
{
	width: 948px;
	margin: 0 auto;
	position: relative;
}

#footer-wrap img
{
	position: absolute;
	right: 10px;
	top: 10px;
}

#footer-wrap ul
{
	padding-top: 35px;
	list-style: none;
	
}

#footer-wrap ul li
{
	padding: 0 20px;
	display: inline;
}


#footer-wrap ul li a
{
	color: #4e4a41;
}

#footer-wrap ul li a:hover
{
	color: black;
}

#footer-wrap ul li.current-cat a
{
	text-decoration: underline;
}

#skyscraper {
	position: absolute;
	top; 60px;
	left: 300px;
	z-index: 100;
}

#reklama {
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
