/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), 
  url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), 
  url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), 
  url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}




html { 
/*  font-family: 'Open Sans', 'helvetica', sans-serif;*/
font-family: 'Source Sans Pro', 'helvetica', sans-serif;
  background: white;
  font-size: 14px;
}

/* Titles */
h1, h2, h3, h4, h5 { 
font-weight: normal; 
}
h1 {font-size: 1.6em; text-transform: uppercase;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}

/*
h1, h2 { 
	font-weight: normal; 
  margin-top: 10px;
  margin-bottom: 10px;
}
*/

.title
{
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 50px;
  text-transform: none;
  color: #1DAEDF;
  line-height: 1;
  font-weight: 600;
}

.latest
{-
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
}

.post_detail
{
  font-size: 2em;
  line-height: 1em;
}

.post_title
{
margin: 10px 0 10px 0;
}

.entry-content
{
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: justify;
  color: #333;
}

article section .about
{
  font-size: 18px;
  color: #444;
  text-align: justify;
}

article section .blog-post
{
  font-size: 16px;
}

/* Body */
body {margin: 0}
/* body > article, footer {
  line-height: 1.6em;
  display: block;
  max-width: 700px;
  margin: 40px auto auto 355px;
  padding: 20px 80px 10px;
} */
 body > article {
  line-height: 1.4em;
  display: block;
  max-width: 700px;
  margin: 40px auto 40px 355px;
  padding: 20px 80px 10px;
}

footer {
  line-height: 1.4em;
  display: block;
  /*margin: 0px auto 0px 355px;*/
  /*padding: 0px 80px 10px;*/
  color: white;
  /*font-size:xx-small;*/
  font-size: 9px;
  text-align:center;
  position:fixed;
  /*bottom:-20px;*/
  bottom:0px;
  background-color:black;
  /*width:60%;*/
  width: 220px;
}

p {
	text-indent:1.5em;
  margin-top: 0;
  margin-bottom: 0;
}





blockquote {
	text-indent: 0em;
	font-style: italic;
	padding: 4px 4px 4px 4px;
	background-color: #f3f5eb;	
}

/* poniewaz obrazek MarkDown automatycznie wkleja do <p>, 
wiec przesuwam go w lewo o szerokosc wciecia akapitowego */
img {
	margin-left: -1.5em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	max-width: 100%;
}

iframe {
  margin: 1.4em 1.4em 1.4em 1.5em;
}

article ol
{
  padding-left: 0;
}

/* Articles */
p.post_entry {  
}
article > header {
  list-style-type: none;
  padding: 0px 10px;
  box-shadow: 0 0 0 2px #1DAEDF;
  -moz-border-radius: 5px 0;
  -webkit-border-radius: 5px 0;
  border-radius: 5px 5px;
}
.article_left > h1 {
  font-size: 20px;
}
.article_right {
  background-color: white;
}
.post_list {
  list-style-type: none;
  padding: 10px 10px;
  -moz-border-radius: 5px 0;
  -webkit-border-radius: 5px 0;
  border-radius: 5px 5px;
}


/* Links */;
/* a  { color:#1DAEDF; text-decoration:none; }
a:visited { color:#1DAEDF; text-decoration:none; }
a:link { color:#1DAEDF; text-decoration:none; }
a:active { color:#1DAEDF; text-decoration:none; }
a:hover { text-decoration: underline; }*/
a  { color:#5D5D4A; text-decoration:none; }
a:visited { color:#5D5D4A; text-decoration:none; }
a:link { color:#5D5D4A; text-decoration:none; }
a:active { color:#5D5D4A; text-decoration:none; }
a:hover { text-decoration: underline; }

/* Code */
.highlight pre {
  font-size: 12px;
  overflow: scroll;
}

/* Sidebar */
aside {
  font-size: 14px;
  width: 220px; height: 100%;
  position: fixed;
  top: 0; left: 0;
  padding: 30px;
/*  background-color: #2980b9; */
/* background-color: #164F73; */
/* background-color: #69702D; */
background-color: #000000;
/* background-image: url("images/bck.jpg"); */
/*  color: white;*/
color: white;
  box-shadow: 0 0 3px black;
  text-align: center;
  /* padding-top: 8%; */
  background-size: cover;
}

aside > ul {
  list-style-type: none;
  padding: 0px 10px;
  margin-top: 0px;
}
aside > h2 { 
  text-transform: uppercase;
  font-size: 14px; 
  margin-bottom: 4px;
}

#avatar {
  width: 100px;
  border-radius: 50%;
  display: block;
  margin: 0 10px 20px 0;
 /* box-shadow: 0px 0px 5px 3px #1DAEDF; */
 box-shadow: 0px 0px 3px 3px #ffff37;
  -webkit-transition: 200ms;
     -moz-transition: 200ms;
      -ms-transition: 200ms;
       -o-transition: 200ms;
          transition: 200ms;
}

#avatar:hover {
  box-shadow: 0px 0px 5px 3px white;
}

.social
{
  display: inline-block;
  margin-top: 20px;
}

.entry-social
{
  /*
  display: inline-block;
  margin-top: 40px;
  */
  width: 700px;
  /*float: right;*/
}

.nav
{
  display: block;
  margin-left: -30px;
  margin-right: -30px;
 /*  border: 1px solid #328cc7; */
  margin-top: 20px;
}

.nav > ul > li
{
  font-size: 15px;
  margin: -11px 0 0 0;
}

.nav a
{
    color: white;
/*color: #c7c763;*/
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.nav a:hover
{
/*    background-color: #328cc7;*/
background-color: #ffff37;
/* color: #74ad56; */
color: black;
}

.list-bare
{
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav__link 
{
  display: block;
  padding: 0.77273rem 0;
 /* border-bottom: 1px solid #328cc7;*/
}




/*--------Responsive------------*/
/*----- Zaleznie od rozmiaru ekranu -----*/

@media (max-width: 800px) {

  aside {
    left: 0;
    max-width: none;
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    padding-top: 1px;
  }

  .nav
  {
    margin-left: 0;
    margin-right: 0;
	margin-top: 0;
  }

  body > article {
    margin: 0 auto;
    padding-top: 5px;
    padding: 1em;
  }

  footer
  {
  padding: 1em;
    /*margin-left: 1em;*/
	margin-left: 0;
    margin-top: 0;
	width: 100%;
  }

  #avatar {
    height: 50px;
    width: 50px;
    margin: 10px auto;
  }
}

@media (max-width: 450px) {

  footer
  {
	  bottom: -108px;
  }
	
}
