/*
	name: Horodecki labs, default
	encoding: UTF-8
	author: Dawid Horodecki, http://horodecki.eu
*/

/*	Basic
	==================================== */

body {
	font: normal 100% Helvetica, Arial, Garuda, FreeSans, sans-serif;
	color: #333;
	background: #fff;
}

/* reset */

body, div, dl, dd, p,
h1, h2, h3, h4, address,
table, td, th, blockquote {
	margin: 0;
	padding: 0;
}

/* phrase elements */

em {
	font-style: italic;
	color: #000;
}
strong {
	font-weight: bold;
	color: #000;
}
del {
	text-decoration: line-through;
	color: #666;
}
ins {
	text-decoration: underline;
	color: #000;
}
abbr,
acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
pre, code, var, kbd {
	font-family: 'Courier New', Courier, FreeMono, monospace;
}

/* links */

a {
	color: #099;
	border-bottom: 1px solid #9cc;
	text-decoration: none;
}
	a:visited {
		color: #699;
	}
	a:hover,
	a:focus {
		color: #066;
		border-bottom-color: #066;
	}
	a:active {
		background: #066;
		color: #fff;
		border: none;
		outline: none;
	}

/* helpers */

.clear:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.hide,
.only-js {
	display: none;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*	Layout
	==================================== */

#container {
	min-width: 480px;
	max-width: 960px;
	margin-bottom: 20px;
}
	body#entry-page #container {
		width: 960px;
	}
#content {
	padding: 20px 0 0 170px;
}
#ie {
	display: none;
}

/* content widths */

#content.w7 {
	width: 540px;
}
#content.w8 {
	width: 620px;
}
#content.w9 {
	width: 700px;
}
#content.w10 {
	width: 780px;
}

/*	Header
	==================================== */

#header {
	width: 200px;
	padding: 10px;
	margin: 20px 10px;
	display: inline-block;
	white-space: no-wrap;
	background: #333;
	color: #ccc;
}
	body#entry-page #header {
		display: block;
		width: 120px;
		background: #ccc;
		position: fixed;
	}
	#header:hover,
	body#entry-page #header:hover {
		background: #000;
	}
#header p {
	font-size: 0.813em;
	line-height: 1.538em;
	margin: 1.538em 0;
}

/* logo */

h1#logo {
	font-size: 1.875em;
	line-height: 0.667em;
	letter-spacing: -0.067em;
	margin: 0.667em 0;
	padding: 0;
	text-align: right;
}
	body#entry-page h1#logo {
		display: block;
		font-size: 1.563em;
		line-height: 0.8em;
		letter-spacing: -0.08em;
		margin: 0.8em 0;
	}
h1#logo a {
	display: block;
	width: 100%;
	color: #fff;
	border-bottom: none;
}
	h1#logo a:hover,
	h1#logo a:focus {
		color: #fc3;
	}
	h1#logo a:active {
		background: transparent;
	}
h1#logo span {
	display: block;
}

/*	Navigation
	==================================== */

#nav {
	border-top: 1px solid #ccc;
	display: inline-block;
	margin: 20px 10px 0;
	padding: 9px 10px 10px;
	vertical-align: top;
	width: 200px;
}
#nav.js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 480px;
	background: #ccc;
	padding: 5px 0;
	font-size: 0.813em;
}
#nav.js .list {
	position: relative;
	margin: 0 10px;
}
#nav.js .list p {
	float: left;
}
#nav.js .list p strong {
	color: #666;
	font-weight: bold;
}
#nav.js .list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}
#nav.js .list ul li {
	float: left;
	margin: 0 5px;
}
#nav.js .list ul li a {
	border: none;
	color: #fff;
}
	#nav.js .list ul li a:hover,
	#nav.js .list ul li a:focus {
		
	}

/*	Projects list
	==================================== */

dl.project {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding: 9px 10px 10px 10px;
	margin: 20px 10px 0 10px;
	border-top: 1px solid #ccc;
}
	dl.project:hover {
		border-top-color: #cc9;
		background: #ffc;
	}
dt.project-title {
	margin: 1em 0;
	padding: 0;
	font-size: 1.25em;
	line-height: 1em;
	letter-spacing: -0.05em;
}
dd.project-title .new {
	font-size: 0.556em;
	line-height: 1em;
	color: #fff;
	padding: 0.2em;
	background: #fc0;
}
dd.project-desc {
	margin: 0;
	padding: 0;
}
dd.project-desc p {
	font-size: 0.875em;
	line-height: 1.429em;
	margin: 1.429em 0;
}
dd.project-desc ul.project-cat {
	font-size: 0.75em;
	line-height: 1.667em;
	margin: 1.667em 0;
	font-style: italic;
	color: #999;
	padding: 0;
	list-style: none;
}
dd.project-desc ul.project-cat li {
	display: inline;
	margin-left: 0.833em;
}
	dd.project-desc ul.project-cat li:first-child {
		margin-left: 0;
	}
ul.project-cat a {
	color: #999;
	border-color: #ccc;
}
ul.project-cat a:active {
	background: #333;
	color: #fff;
}
ul.project-cat a:hover,
ul.project-cat a:focus {
	border-color: #666;
}

/*	Entry
	==================================== */

/* entry info */

.entry-info h2 {
	font-size: 1.875em;
	line-height: 0.667em;
	margin: 0.667em 0;
	padding: 10px 0 0 0;
	font-weight: bold;
}
.entry-info address {
	font-size: 0.813em;
	line-height: 1.538em;
	margin: 1.429em 0 1.429em 80px;
	color: #666;
	font-style: italic;
}
.entry-info address a {
	color: #000;
	border-bottom-color: #ccc;
}
	.entry-info address a:hover,
	.entry-info address a:focus {
		border-bottom-color: #333;
	}
	.entry-info address a:active {
		background: #333;
		color: #fff;
	}

/* entry excpert */

.entry-excerpt p {
	color: #666;
	font-size: 0.875em;
	line-height: 1.429em;
	margin: 1.429em 0 2.857em 80px;
}

/* headers */

.entry-content h3 {
	font-size: 1.25em;
	line-height: 1em;
	margin: 3em 0 2.5em 0;
	padding: 0 0 0.45em 0;
	border-bottom: 1px solid #ccc;
}
.entry-content h4 {
	font-size: 0.875em;
	line-height: 1.429em;
	margin: 2.857em 0 1.429em 0;
	color: #666;
	letter-spacing: 0.143em;
	text-transform: uppercase;
}

/* text and lists */

.entry-content p,
.entry-content ol, .entry-content ul {
	font-size: 0.875em;
	line-height: 1.429em;
	margin: 1.429em 0;
}
.entry-content ol, .entry-content ul {
	padding: 0 0 0 20px;
}
.entry-content ol ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ul ul {
	font-size: 1em;
}

/* table */

.entry-content table {
	width: 100%;
	font-size: 0.875em;
	line-height: 1.429em;
	margin-left: -10px;
	margin-right: -10px;
	border-spacing: 0;
	table-layout: fixed;
	border-collapse: collapse;
}
.entry-content th {
	font-size: 0.929em;
	line-height: 1.538em;
	border-bottom: 1px solid #333;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px 4px 10px;
}
.entry-content td {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 4px 10px;
}
.entry-content th.w1 {
	width: 60px;
}
.entry-content th.w2 {
	width: 140px;
}
.entry-content th.w3 {
	width: 220px;
}
.entry-content th.w4 {
	width: 300px;
}
.entry-content th.w5 {
	width: 380px;
}

/* quote */

.entry-content blockquote {
	margin: 19px 0;
	padding: 0 20px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #888;
	color: #efefef;
}
.entry-content blockquote :before {
	font-size: 50%;
	line-height: 100%;
	text-transform: uppercase;
	color: #ccc;
	font-weight: bold;
	content: 'Cytat: ';
}

/* code */

.entry-content pre {
	font-size: 0.875em;
	line-height: 1.429em;
	margin: 20px 0;
	padding: 9px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	overflow: auto;
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	
}
	.entry-content pre:hover {
		border-color: #cc9;
		background: #ffc;
	}
.entry-content code {
	font-size: 100%;
}

/*	Footer
	==================================== */

#footer {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding: 9px 10px 10px 10px;
	margin: 20px 10px 0 10px;
	border-top: 1px solid #ccc;
	color: #999;
}
	body#entry-page #footer {
		float: right;
	}
#footer p {
	text-align: right;
	font-size: 0.813em;
	line-height: 1.538em;
	margin: 1.538em 0;
}
#footer a {
	color: #999;
	border-color: #ccc;
}
#footer a:active {
	background: #333;
	color: #fff;
}
#footer a:hover,
#footer a:focus {
	border-color: #666;
}