/*
  Author Name : Jan Dudulski
  Author Site : http://kosynierzy.info
  Style Name  : kosynierzy
  Style URI : http://blog.kosynierzy.info
  Version   : 0.1
  Comments  : drobne dodatki
*/

body
{
	background-color: #086331;
}

#page
{
	border-color: #0A3E31;
}
  
#header
{
	background-image: url('header.jpg');
  background-position: center;  
}
  
ul.menu li a
{
	background-color: #086331;
}	
	
#primary {
  /* Contains the main column */
  }

.hentry {
  /* Each entry is contained within the 'hentry' class */
  }

.entry-content {
  /* The meat and potatoes of every entry */
  }
.entry-content p
{
	text-indent: 0.5em;
}

#sidebar-1 {
  /* The first sidebar */
  }

#sidebar-2 {
  /* The second sidebar */
  }

.secondary {
  /* Contains both sidebars */
  }

