body {
	background: #efefef;
	background: url('../img/bg.png') repeat;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

a {
color: #5cb8be;
text-decoration: none; 
-webkit-transition: color 0.25s ease-in;
}

a:hover {
color: #f2b010; 
-webkit-transition: color 0.15s ease-out;
position: relative;
bottom: 1px;
}

a:active {
position: relative;
top: 1px;
-webkit-transition: top 0.15s ease-out;
}

strong{
	font-weight: bold;
}

em {
	font-style: italic;
}


#wrapper {
	background: url('../img/bg-wrap.png') repeat-y;
	width: 984px;
	margin: auto;
	display: block;
	overflow: auto;
}

#header {
	width: 984px;
	height: 126px;
	background: url('../img/bg-head.png') repeat-y;
	background-position: 1px 0px;
	margin-bottom: 45px;
}

#header h1{
	display: block;
	float: left;
	font-family: Lobster, Georgia, slab-serif; 
	font-size: 36px; 
	color:  #45b600;  
	margin-left: 40px; 
	padding-top: 20px;
	text-shadow: 0px 0px 2px #3a9709;
}

#header h1 a{
	font-family: Lobster, Georgia, slab-serif; 
	font-size: 36px; 
	color:  #3a9709; 
	-webkit-transition: text-shadow 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	text-shadow: 0px 0px 2px #3a9709;
	position: relative;


}

#header h1 a:hover{
	font-family: Lobster, Georgia, slab-serif; 
	font-size: 36px; 
	color:  #45b600;  
	text-shadow: 0px 0px 10px #3a9709;
	-webkit-transition: text-shadow 0.15s ease-out;
	-webkit-transition: color 0.15s ease-out;
	position: relative;
	bottom: 0px;
}

#header h2{
	display: block;
	float: right;
	font-family: Arial, sans-serif; 
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px; 
	color:  #3a9709;  
	margin-right: 40px; 
	padding-top: 15px;
	width: 330px;
}

#topnav {
	clear: both;
	padding-top: 33px;
	padding-left: 40px;
}
	
	
#topnav ul {
	display: inline;
}

#topnav ul  li{
	display: inline;
	margin-right: 20px;
}

#topnav ul  li a{
	color: #ccc;
	text-shadow: 1px 1px 1px #000;
}


/* SIDEBAR STYLES tu się zaczynają*/

#sidebar {
	width: 250px;
	float: right;
	list-style-type: none;
	margin-right: 50px;
}

#sidebar li {
	display: block;
	margin-bottom: 20px;

}


#sidebar li h2 {
	display: block;
	margin: 0 0 7px 0;
	color: #46881e; 
	font-weight: bold;

}

#sidebar li ul li {
	display: block;
	width: 100%;
	color: #5cb8be;
	padding-left: 5px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 0px;

}

#sg_contents {
	display: block;
	float: left;
	width: 630px;
	margin-left: 45px;
}

a.thumbnail {
	display: block;
	border: 1px solid #ddd;
	padding: 3px;
	margin-bottom: 20px;
}

a:hover.thumbnail{
	position: relative;
	bottom: 0px;
}

a:active.thumbnail {
	position: relative;
	top: 1px;
}

.post {
	display: block;
	margin: 10px 30px 60px 0;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	width: 556px;
}

.post h2 {
	color: #3a9709;
	font-family: Arial, Times, serif;
	font-size: 25px;
	font-weight: bold;

}

.post h2 a{
	color: #3a9709;
}

.post h2 a:hover{
	color: #45b600; 
}

.meta {
	font-size: 12px;
	color: #999;
	margin-bottom: 23px;
	border-bottom: 1px dotted #ddd;
	margin-top: 10px;
	padding-bottom: 5px;
}

.meta_autor {
	font-weight: bold;
	color: #777;
}

.meta_comm {
	color: #5cb8be;
	padding-left: 5px;
}

.meta_comm  img{
	padding-right: 5px;
}

.post-tresc p{
	display: block;
	margin-bottom: 15px;
}


.post-tresc h1{
	font-size: 24px;
	color: #CC0033;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: bold;
}

.post-tresc h2{
	font-size: 20px;
	color: #707070;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: bold;
}

.post-tresc h3{
	font-size: 18px;
	color: #707070;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: bold;
}

.post-tresc img {
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 3px;
}

.post-tresc img.wp-smiley { border: none; margin: 0; }

.post-tresc ul, .post-tresc ol {
	padding-left: 20px;
	margin-bottom: 20px;
	list-style-type: circle;
}

.post-tresc ul li, .post-tresc ol li{
	margin-bottom: 5px;
}

blockquote {
	display: block;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background-color: #e9e9e9;
	margin-bottom: 10px;
	font-style: italic; 
}

code {
	display: block;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 10px;
}

a.dalej {
background: #76bbd3;
padding: 5px;
color: #fff;
text-decoration: none;
-webkit-transition: background  0.25s ease-in;
}

a:hover.dalej{
background: #f2b010;
padding: 5px;
color: #fff;
text-decoration: none;
-webkit-transition: background 0.15s ease-out;
}


/* comment styles */

#commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	width: 560px;
	overflow:hidden;
}

#commentlist li {
	padding: 6px 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow:hidden;
}

#commentlist cite {
	font-size: 14px;
	color: #999;
}

input, textarea {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
	margin-bottom: 5px;
	padding: 1px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	width: 540px;
	padding: 6px 10px;
}

/* Style dla http://wordpress.org/extend/plugins/wp-pagenavi/ */

.wp-pagenavi {
	clear: both;
	border: 1px solid #fff;
	border-top: 1px dotted #ccc;
	padding-top: 30px;
	padding-bottom: 15px;
	width: 550px;
	margin: 15px 0 30px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #777;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* KONIEC Style dla http://wordpress.org/extend/plugins/wp-pagenavi/ */


.credit {
	clear: both;
	width: 984px;
	height: 87px;
	background: url('../img/bg1-foot.png') no-repeat;
	background-position: 1px 0px;
	text-align: right;

}

.credit p {
	padding: 17px 10px 0 0;
	color: #222;
	text-shadow: -1px -1px -1px #555;
}

.credit a {
	color: #111;
}

.credit a:hover {
	text-decoration: underline;
}

.stuff {
	width: 984px;
	background: url('../img/bg2-foot.png') repeat-y;
	background-position: 1px 0px;
}
