/* rezet ze DOM */
* {
	font-size: 1em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	outline: none;
}

body {
	font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	position: relative;
	background-color: #fff;
	text-align: center;
}

#wrapper {
  width: 530px;
  margin: 55px auto;
  text-align: left;
}

h1 span {
  font-size: 13px;
}
h1 a {
  padding: 0; margin: 0;
}
#wrapper h1 {
  color: #0D171A;
  font-size: 33px;
  font-weight: lighter;
  line-height: 1em;
}
p {
  margin: 10px 0;
}

h1 a {
  font-size: 12px;
  margin-left: 20px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
ul {
  margin: 20px 0px;
}
a {

}
.meta {
  color: #999;
}
code {
  border: 1px solid #BEDCE7;
  background-color: #EAF2F5;
  color: #0C495F;
  padding: 1px;
}
code.kb { border-width: 2px; border-color: #dedede #bbb #bbb #dedede; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #EEE; color: #333; }
.highlight {
  font-size: 12px;
  margin: 15px 0;
}
.timestamp {
  font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
  color: #888;
}

#footer {
  border-top: 3px solid #f2f2f2;
  padding-top: 15px;
}
.column {
  width: 30%;
  padding-right: 3%;
  float: left;
}
.last {
  padding-right: 0 !important;
}
#footer ul {
  margin: 10px 0px;
}

/* versioning */
del {
	color: #999;
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}


/* disqus */
.dsq-item-subscribe img, .dsq-by a {
  display: none;
}