@import url(http://fonts.googleapis.com/css?family=Lobster:200,300,400,700|Magra:400,700);
/*
	Minimaxing 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */
/* background-color: #e3e9dc; */
	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}

	body {
		font-size: 13.5pt;
		font-family: sans-serif;
		background: #252525 url(images/main-content-bg.jpg) repeat;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #606060;
		letter-spacing: 0px;
	}

	h1,h2,h3,h4 {
		color: #171717;
		font-weight: normal;
	}

	h2 {
		font-size: 1.6em;
		letter-spacing: 0px;
		margin-bottom: 10px;
	}

	h3,h4 {
		color: #171717;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
	}

	img.leftpfp {
		float: left;
		margin: 0 32px 0 0;
	}
	img.left {
		float: left;
		margin: 0 32px 0 0;
	}

	img.right {
		float: left;
		margin: 7px 10px 0 0;
	}
	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 4px 0 0 0;
	}

	a {
		color: #5d93a2;
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 24px;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 20px;
		}

	ul.link-list {
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}

		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	/* Cookie Banner Styles */
	#cookie-banner {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.8);
		color: white;
		padding: 20px;
		z-index: 10000;
		display: none;
		text-align: center;
	}

	#cookie-banner p {
		margin: 10px 0;
	}

	#cookie-banner ul {
		display: inline-block;
		text-align: left;
		margin: 10px auto;
		color: #ffffff;
	}

	#cookie-banner ul li {
		color: #ffffff;
		margin: 8px 0;
		text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
	}

	#cookie-banner ul li strong {
		color: #8EEDC7; /* Kolor akcentu dla lepszej czytelności */
	}

	#cookie-banner button {
		background: #4a8fdb;
		border: none;
		color: white;
		padding: 8px 15px;
		margin: 5px;
		cursor: pointer;
		border-radius: 3px;
	}

	#cookie-banner p strong {
		color: #8EEDC7;
		text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	}