/*
Theme Name: Bukka
Theme URI: http://bukka.eu
Author: Jakub Zelenka
Author URI: http://bukka.eu
Description: Bukka EU - personal website of Jakub Zelenka
Version: 1.0
Text Domain: bukka
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Basic structure
-------------------------------------------------------------- */

/* Html, body, links, basics */
html {
	font-size: 87.5%;
	height: 100%;
}
body {
	color: #000;
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 1.4em;
	height: 100%;
}
a {
	color: #439956;
	outline: none;
}
a:hover {
	color: #0f4736;
}

/* Page */
#page {
	min-height: 100%;
	margin-bottom: -78px;
}

/* Header */
#masthead {
	width: 100%;
	border-top: 8px solid #5eb06f;
}
#header-first {
	width: 940px;
	margin: 0 auto;
}
#header-first .site-title {
	float: left;
	padding: 30px 0 26px;
}
#site-navigation {
	float: right;
	padding-top: 56px;
}
.nav-menu .menu-item {
	float: left;
	padding-left: 20px;
}
.nav-menu .menu-item a {
	color: #bebebe;
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 5px;
}
.nav-menu .menu-item a:hover {
	color: #6ac97f;
}
.nav-menu .current_page_item a {
	border-bottom: 1px solid #6ac97f;
}
#header-second {
	clear: both;
	width: 100%;
	background: #000 url('images/title-bar-bg.png') repeat;
}
#header-second-inner {
	width: 100%;
	background: transparent url('images/header-shadow.png') no-repeat center top;
}
#header-second .site-subtitle {
	color: #333;
	font-size: 160%;
	padding: 40px 0 36px;
	width: 940px;
	margin: 0 auto;
}

/* Body */
#main {
	color: #333;
	width: 940px;
	padding: 20px 0 100px;
	margin: 0 auto;
}
#primary {
	float: left;
	width: 640px;
}
#secondary {
	float: right;
	width: 270px;
}

/* News */
a.entry-title {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-bottom: 5px;
}
a.entry-title:hover {
	color: #6ac97f;
}
.entry-date {
	color: #6ac97f;
	font-weight: bold;
	float: right;
	padding-bottom: 5px;
}
.entry-summary {
	color: #666;
	clear: both;
	padding: 10px 0 30px;
	border-top: 1px solid #ccc;
}
.entry-content p {
	padding-bottom: 1em;
}
.entry-content ul {
	list-style: disc inside none;
	padding-left: 5px;
}
.entry-posts {
	font-size: 130%;
	margin: 30px 0 30px;
	padding: 5px 0;
	border: 2px solid #ccc;
	border-width: 1px 0;
}

/* Pagination */
.pagination {
	border-top: 1px solid #ccc;
	padding-top: 23px;
	text-align: right;
}
.page-numbers {
	border: 1px solid #ccc;
	padding: 3px 7px;
	margin-left: 5px;
}
a.page-numbers {
	color: #666;
	text-decoration: none;
}
.pagination .current {
	color: #fff;
	font-weight: bold;
	background: #aaa;
	border-color: #aaa;
}
.pagination .next, .pagination .prev {
	border-width: 0;
	font-weight: bold;
	margin: 0;
}
.pagination .prev {
	margin-right: -5px;
}

/* Search Form */
#searchsubmit-wrapper {
	background: #f0f0f0;
	height: 38px;
	border: 1px solid #d9d9d9;
	border-right-width: 0;
	float: left;
}
#searchsubmit {
	width: 38px;
	height: 38px;
	border-width: 0;
	padding: 0;
	background: #f0f0f0 url('images/magnifying-glass.png') no-repeat center;
	margin: 0;
}
#searchinput-wrapper {
	float: left;
	height: 38px;
	width: 226px;
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
}
#searchinput {
	border-width: 0;
	margin: 0;
	background: #f0f0f0;
	outline: none;
	padding: 12px 0 4px 10px;
	font-size: 14px;
}

/* Widgets */
.widget-title {
	font-size: 120%;
	text-transform: uppercase;
	padding-top: 20px;
}
.widget li {
	padding: 4px 0;
}
.widget a {
	color: #6ac97f;
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	clear: both;
	height: 78px;
}
#colophon {
	border-top: 3px solid #c0c0c0;
}
#colophon .site-info {
	color: #666;
	text-transform: uppercase;
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
}
#colophon .site-copy-right {
	float: left;
}
#colophon .social-icons {
	float: right;
}
#colophon .social-icons a {
	float: right;
	display: block;
	background: url('images/social-icons.png');
	height: 16px;
	width: 16px;
	margin-left:5px
}
#colophon .social-icons .social-icons-linkedin {
	background-position: -45px 0;
}
#colophon .social-icons .social-icons-github {
	background-position: -67px 0;
}
#colophon .social-icons .social-icons-google {
	background-position: -90px 0;
}