body
{
	 margin: 0;
 	background-color: #fef9f3;   /* white; */   /*  #2F3336;  */
	 color: black;    /* #efefef; */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

	#container
	{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

h1.logo
{
  background-color:   #DC143C;
	font-size: 30px;
	font-weight: 700;
	color: white;      /* black;   /* #ddd; */
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2
{
 	font-size: 20px;
	font-weight: 700;
	color: black;        /* #ddd; */
	text-align: center;
}

.obrazek
{
	display: inline-block;
	margin-top: 10px;
}

.obrazek a
{
	opacity: 0.9;
}

.obrazek a:hover
{
	opacity: 1;
}

#figcaption
{
 font-size: 30px;
	font-weight: 700;
	color: black;   /* #ddd; */
	text-align: center;
}

#topnav
{
	background-color: Lightcoral; /* # FFA07A; */  /*   #1c74b2; */
	text-align: center;
}

#main
{
 background-color: #fef9f3; 
}

.menu
{
	list-style-type: none;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	min-height: 38px;
	line-height: 200%;
}

.menu > li
{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px dashed #0a2b42;
}

.menu > li:first-child
{
	border-left: 1px dashed #0a2b42;
}

.menu a    /* kolor liter menu */
{
	color: /* Lightcoral;  */   #fff; 
	text-decoration: none;
}

.menu a:hover    /* efekt najechania przez mysz */
{
	color: #0a2b42;
}

.categories
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	padding: 0;
}

h1
{
	font-size: 44px;
	font-weight: 400;
	color: #39a5f1;
	margin-bottom: 20px;
}


figure
{
	margin: 8px;
	padding: 0;
}



.entries
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 80px;
	margin-top: 40px;
}

#newest
{
	background-color: #191d21;
}

.entry
{
	background-color: #222930;
	padding: 10px;
	text-align: justify;
	margin-top: 40px;
	border-radius: 5px;
}

.entryimg
{
	display: inline-block;
	margin-left: 30px;
	width: 110px;
}

.entryimg img
{
	width: 90px;
	height: 90px;
}

.entrytxt
{
	display: inline-block;
	width: 750px;
	font-size: 15px;
}

h2
{
	font-size: 20px;
	font-weight: 400;
	color: #39a5f1;
}

.contact
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	padding-bottom: 70px;
	margin-bottom: 50px;
}

.contact p
{
	margin-bottom: 50px;
}

.socials
{
	width:100%;
	text-align: center;
	background-color:  Lightcoral    /* #191d21; */
}

.socialdivs
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.fb
{
	width: 50px;
	height: 70px;
	float:left;
}

.fb:hover
{
	background-color: #4668b3;
}

.yt
{
	width: 50px;
	height: 70px;
	float:left;
}

.yt:hover
{
	background-color: #d94348;
}

.tw
{
	width: 50px;
	height: 70px;
	float:left;
}

.tw:hover
{
	background-color: #3095d3;
}

.gplus
{
	width: 50px;
	height: 70px;
	float:left;
}

.gplus:hover
{
	background-color: #d95333;
}

.info
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
}

.container
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.west
{
	float: left;
	width: 750px;
	padding: 20px;
	text-align: justify;
}

.east
{
	float: left;
	width: 170px;
	padding: 20px;
}

.west h1
{
	font-size: 32px;
	font-weight: 400;
	color: #39a5f1;
	margin-bottom: 20px;
}

.east ul
{
	padding-left: 20px;
}

.east ul > li
{
	margin-bottom: 5px;
}

.east img
{
	margin-top: 15px;
}