/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* webfont */
@font-face {
	font-family: 'PoliticaXT';
	src: url('/archive/wp-content/themes/kultblog/css/font/politicaxt.eot');
	src:
		url('/archive/wp-content/themes/kultblog/css/font/politicaxt.eot#iefix') format('embedded-opentype'),
		url('/archive/wp-content/themes/kultblog/css/font/politicaxt.woff') format('woff'),
		url('/archive/wp-content/themes/kultblog/css/font/politicaxt.ttf') format('truetype'),
		url('/archive/wp-content/themes/kultblog/css/font/politicaxt.svg#PoliticaXT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('/archive/wp-content/themes/kultblog/css/font/Ubuntu-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('/archive/wp-content/themes/kultblog/css/font/Ubuntu-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('/archive/wp-content/themes/kultblog/css/font/Ubuntu-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('/archive/wp-content/themes/kultblog/css/font/Ubuntu-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('/archive/wp-content/themes/kultblog/css/font/Ubuntu-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('/archive/wp-content/themes/kultblog/css/font/Ubuntu-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('/archive/wp-content/themes/kultblog/css/font/Ubuntu-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('/archive/wp-content/themes/kultblog/css/font/Ubuntu-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

/* base */
body {
	margin: 0;
	padding: 0;
	font: 300 15px/23px 'Ubuntu', arial, helvetica, sans-serif;
	color: #282828;
	background: #f0f0f0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 300;
}
p {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #282828;
}
img, iframe {
	vertical-align: middle;
}
input {
	border: 0;
	padding: 0;
	font: 15px 'Ubuntu', arial, helvetica, sans-serif;
	-webkit-appearance: none;
}

/* header */
#header {
	width: 998px;
	margin: 0 auto;
}
/* header - logo */
#logo {
	float: left;
	width: 90px;
}
#logo a {
	display: block;
	height: 79px;
	line-height: 79px;
	background: url(/archive/wp-content/themes/kultblog/images/logo.png);
}
/* header - navigation */
#navigation {
	float: left;
}
#navigation li {
	float: left;
}
#navigation a {
	display: block;
	height: 76px;
	line-height: 76px;
	border-top: 3px solid #f0f0f0;
	padding: 0 13px;
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#navigation a:hover {
	border-top-color: #6a6a6a;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/* header  - like */
#header .like {
	float: left;
	height: 21px;
	line-height: 1px;
	margin: 30px 0 0 20px;
}
#header .like iframe {
	overflow: hidden;
	width: 100px;
	height: 21px;
	border: 0;
}
/* header - search */
#search {
	float: right;
	margin-right: 30px;
	padding-top: 24px;
}
#search input {
	width: 104px;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	padding: 8px 30px 9px 10px;
	border: 1px solid #d4d4d4;
	font-weight: 400;
	color: #c8c8c8;
	background: #fafafa;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
#search input:hover {
	border-color: #bcbcbc;
}
#search input:focus {
	border-color: #bcbcbc;
	text-transform: none;
	color: #282828;
	background-color: #fff;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	outline: none;
}
#search label {
	display: none;
}
#search fieldset {
	position: relative;
}
#search button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: 100%;
	overflow: hidden;
	background: url(/archive/wp-content/themes/kultblog/images/search.png) no-repeat 50% 0;
	outline: none;
}
#search input:focus + button {
	background-position: 50% -29px;
}

#search ::-webkit-input-placeholder {
	color: #c8c8c8;
	line-height: 13px;
}
#search :-moz-placeholder {
	color: #c8c8c8;
	line-height: 13px;
}
#search ::-moz-placeholder {
	color: #c8c8c8;
	line-height: 13px;
}
#search :-ms-input-placeholder {
	color: #c8c8c8;
	line-height: 13px;
}

/* promo */
#promo {
	width: 998px;
	margin: 0 auto 15px;
}
#promo>li {
	float: left;
}
#promo section {
	width: 337px;
}
#promo>li:first-child section {
	width: 661px;
}
#promo a {
	display: block;
	position: relative;
	height: 234px;
}
#promo>li:first-child a {
	height: 468px;
}
#promo .title {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	color: #fff;
	z-index: 2;
}
#promo>li:first-child .title {
	bottom: 20px;
}
#promo h1 {
	padding: 0 30px 0 15px;
	font: 28px/35px 'PoliticaXT', arial, helvetica, sans-serif;
	text-transform: uppercase;
}
#promo>li:first-child h1 {
	line-height: 60px;
	padding: 0 15px 0 30px;
	font-size: 50px;
}
#promo .category {
	position: absolute;
	left: 0;
	top: -20px;
	height: 20px;
	line-height: 20px;
	padding: 0 30px 0 15px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#promo>li:first-child .category {
	padding: 0 15px 0 30px;
}
#promo .lead {
	overflow: hidden;
	max-height: 0;
	margin: 5px 15px 0;

	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	-ms-transition: max-height 0.5s;
	transition: max-height 0.5s;
}

#promo>li:first-child .lead {
	margin: 5px 30px 0;
}
#promo a:hover .lead {
	max-height: 120px;
}
#promo section .overlay {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: url(/archive/wp-content/themes/kultblog/images/texture.jpg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 1;
}
#promo section>a:hover .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


#promo>li:first-child .badge {
	left: 0;
	right: auto;
	top: -67px;
	bottom: auto;
	margin-left: -5px;
	margin-right: 0;
	padding: 0 18px 0 35px;
}
#promo>li:first-child .badge:before {
	left: 0;
	right: auto;
	border-width: 3px 2px 2px 3px;
	border-color: #000 #000 transparent transparent;
}
#promo>li:first-child .badge:after {
	left: auto;
	right: 0;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: skew(-23deg, 0);
	-moz-transform: skew(-23deg, 0);
	transform: skew(-23deg, 0);
}

/* ribbons */
.badge {
	position: absolute;
	right: 0;
	bottom: 172px;
	height: 37px;
	line-height: 37px;
	margin-right: -5px;
	padding: 0 15px 0 18px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
	color: #fff;
}
.badge:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 2px 3px 3px;
	border-color: #000 transparent transparent #000;
}
.badge:after {
	content: '';
	position: absolute;
	left: 0;
	width: 18px;
	top: 0;
	height: 100%;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: skew(23deg, 0);
	-moz-transform: skew(23deg, 0);
	transform: skew(23deg, 0);
	background: #000;
}

/* content */
#content {
	width: 998px;
	margin: 0 auto;
}
/* content - content - post list */
#post-list {
	margin: 0 0 24px 15px;
}
#post-list.latest>h1 {
	display: none;
}
#post-list .header {
	position: relative;
	margin: 0 0 30px -15px;
	text-transform: uppercase;
	color: #fff;
	background: url(/archive/wp-content/themes/kultblog/images/texture.jpg);
}
#post-list .header a {
	color: #fff;
}
#post-list .header div,
#post-list .header .cnt {
	padding: 30px 0 30px 30px;
	background: rgba(255, 255, 255, 0.41);
	overflow: hidden;
}
#post-list.meta .header .cnt {
	padding-right: 372px;
}
#post-list .header h1 {
	margin-bottom: 15px;
	font: 55px/70px 'PoliticaXT', arial, helvetica, sans-serif;
}
#post-list .header h1:first-child:last-child {
	margin: 0;
}
#post-list.meta .header div {
	padding: 20px 0 10px 30px;
}
#post-list.meta .header h1 {
	margin-bottom: 5px;
}
#post-list .header form {
	margin-bottom: 15px;
}
#post-list .header form fieldset,
form.bigsearch fieldset {
	width: 616px;
	position: relative;
}
#post-list .header form input,
form.bigsearch input {
	width: 526px;
	height: 70px;
	padding: 0 70px 0 20px;
	font-size: 55px;
	font-weight: 300;
	color: #7e7e7e;
	background: #fafafa;
}
#post-list .header form label,
form.bigsearch label {
	display: none;
}
#post-list .header form button,
form.bigsearch button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	padding: 0;
	text-indent: 100%;
	border: none;
	background: url(/archive/wp-content/themes/kultblog/images/search-header.png) no-repeat 50% 25px;
	outline: none;
}

#post-list.meta .header ul,
#post-list .header p {
	float: left;
	width: 293px;
	line-height: 20px;
	margin-left: 30px;
	font-size: 10px;
	font-weight: bold;
}
#post-list.meta .header ul {
	width: 280px;
	line-height: 17px;
	margin-bottom: 15px;
}
#post-list .header p {
	float: left;
	width: 293px;
	margin: 0 0 10px;
	font-weight: normal;
}
#post-list .header h1+p,
#post-list .header form+p,
#post-list.meta .header h1+ul {
	margin-left: 0;
}
#post-list .header div.img-cnt {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	padding: 0;
	height: 100%;
	width: 322px;
	text-align: center;
	background: none;
}
#post-list .header .img-cnt img {
	min-height: 100%;
	min-width: 100%;
	margin: 0 -50%;
}
#post-list .header div.desc,
#post-list.meta .header .desc {
	padding: 0;
	background: none;
	clear: left;
	margin-bottom: 20px;
	width: auto;
	float: none;
}
#post-list .header .desc,
#post-list .header .desc p {
	float: none;
	width: auto;
	margin: 0 0 10px;
	text-transform: none;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
}

#post-list>ul {
	margin-bottom: 6px;
}
#post-list>ul>li,
#podcast {
	float: left;
}
/*#post-list.category>ul>li:first-child {
	float: none;
}*/
.post {
	width: 293px;
	padding: 10px 15px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.post.author {
	padding: 15px 15px 0;
	margin-bottom: 20px;
}
/*#post-list.category>ul>li:first-child .post {
	position: relative;
	width: 616px;
	min-height: 148px;
	margin-bottom: 30px;
	padding: 20px 15px 20px 338px;
	background: #fff;
}*/
.post:hover {
	background: #fff;

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.post .category,
.post .date {
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.post .category span,
.post .date span {
	display: inline-block;
	margin-right: 20px;
}
.post .category span:last-child,
.post .date span:last-child {
	margin-right: 0;
}
.post .tagline {
	height: 20px;
	margin-bottom: 10px;
}
.post h1 {
	margin: 7px 0 18px;
	font: 19px/23px 'PoliticaXT', arial, helvetica, sans-serif;
	text-transform: uppercase;
}
.post.author h1 {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 0;
	white-space: nowrap;
}
/*#post-list.category>ul>li:first-child .post h1 {
	height: auto;
	margin-bottom: 0;
}*/
#podcast h1 {
	height: auto;
}
.post .illustration {
	position: relative;
}
/*#post-list.category>ul>li:first-child .post .illustration {
	position: absolute;
	left: 15px;
	top: 20px;
}*/
.post .illustration .image {
	position: absolute;
	right: 10px;
	bottom: -10px;
	-webkit-box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.65);
	box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.65);
}
.post .illustration .badge {
	top: 10px;
	bottom: auto;
}
.post .lead {
	height: 115px;
	margin: 22px 0;
}
/*#post-list.category>ul>li:first-child .post .lead {
	height: auto;
	margin: 10px 0;
}*/
#podcast .lead {
	height: auto;
}
.post .likes {
	float: right;
	visibility: hidden;
	color: #767676;
	background: url(/archive/wp-content/themes/kultblog/images/like.png) no-repeat 0 1px;
	line-height: 15px;
	padding-left: 19px;
}
.post .continue {
	float: left;
	visibility: hidden;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.author .continue {
	font-size: 15px;
	text-transform: none;
	font-weight: normal;
}
/*#post-list.category>ul>li:first-child .post .continue,*/
.post:hover .continue,
.post:hover .likes {
	visibility: visible;
}
#post-list .more {
	border-bottom: 2px solid #e3e3e3;
	margin-left: -15px;

	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	-ms-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

#post-list .more:hover {
	border-color: #d4d4d4;
}

#post-list .more a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#post-list .push {
	display: inline-block;
	position: relative;
	margin: 0;
	width: 294px;
	vertical-align: bottom;
}
#post-list .push span {
	position: relative;

	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-o-transition: top 0.2s;
	-ms-transition: top 0.2s;
	transition: top 0.2s;
}

#post-list .push:before {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	border: 2px solid #e3e3e3;
	background: #f0f0f0;
	border-top: none;

	-webkit-transition: border-color 0.2s, height 0.2s;
	-moz-transition: border-color 0.2s, height 0.2s;
	-o-transition: border-color 0.2s, height 0.2s;
	-ms-transition: border-color 0.2s, height 0.2s;
	transition: border-color 0.2s, height 0.2s;
	content: "";
}

#post-list .more:hover .push span {
	top: 3px;
}
#post-list .more:hover .push:before {
	height: 3px;
	border-color: #d4d4d4;
}

#post-list ul.page-numbers {
	position: relative;
	height: 33px;
	line-height: 33px;
	margin-top: 30px;
	border-bottom: 2px solid #e3e3e3;
	padding-bottom: 15px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}
#post-list ul.page-numbers li {
	float: none;
	display: inline;
}
#post-list ul.page-numbers .prev,
#post-list ul.page-numbers .next {
	position: absolute;
	top: 0;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	padding: 0 15px;
}
#post-list ul.page-numbers .prev {
	left: 0;
	padding-left: 0;
}
#post-list ul.page-numbers .next {
	right: 0;
	padding-right: 0;
}
#post-list ul.page-numbers a,
#post-list ul.page-numbers span {
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
}
#post-list ul.page-numbers a:hover {
	background: #fff;
}
#post-list ul.page-numbers .current {
	background: #fff;
	font-weight: bold;
}

/* content - main page - twitter */
#twitter {
	position: relative;
	float: left;
	width: 293px;
	margin-left: 15px;
	padding: 10px 15px;
}
#twitter:before {
	content: '';
	position: absolute;
	left: -38px;
	width: 82px;
	top: 25px;
	height: 67px;
	background: url(/archive/wp-content/themes/kultblog/images/twitter.png);
}
#twitter h1 {
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#twitter .twit {
	position: relative;
	margin: 5px 0 15px;
	font: 20px/30px 'PoliticaXT', arial, helvetica, sans-serif;
}
#twitter .twit a {
	text-decoration: underline;
	color: #4a7099;
}
#twitter .twit .ago {
	font: 10px/30px 'Ubuntu', arial, helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	color: #9f9f9f;
}
#twitter .more {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/* content - main page - series */
#series {
	float: left;
	width: 293px;
	padding: 10px 15px;
}
#series h1 {
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#series li {
	height: 39px;
	border-bottom: 1px solid #e0e0e0;
}
#series li a {
	display: block;
	height: 39px;
	font: 19px/39px 'PoliticaXT', arial, helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
#series li a:hover {
	padding-left: 5px;
	background: #fff;
}
/* content - post */
#post {
	position: relative;
	margin-bottom: 30px;
}
#post header {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover;
}
#post header a {
	color: #fff;
}
#post header .title {
	position: relative;
	padding: 45px 0 45px 30px;
	z-index: 2;
}
#post header p {
	float: left;
	width: 293px;
	line-height: 20px;
	margin-left: 30px;
	font-size: 10px;
	font-weight: bold;
}
#post header h1 {
	clear: both;
	width: 616px;
	padding-top: 40px;
	font: 55px/65px 'PoliticaXT', arial, helvetica, sans-serif;
}
#post header p:first-child {
	margin-left: 0;
}
#post header .like {
	position: absolute;
	right: 29px;
	width: 293px;
	bottom: 0;
	height: 24px;
	padding: 9px 0 0 15px;
	background: #f0f0f0;
}
#post header .like iframe {
	overflow: hidden;
	width: 278px;
	height: 35px;
	border: 0;
}
#post header .overlay {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: url(/archive/wp-content/themes/kultblog/images/texture.jpg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 1;
}

#post .content {
	width: 616px;
	line-height: 28px;
	margin-left: 30px;
	font-size: 16px;
	padding-top: 30px;
}
#post .content h2,
#post .content .h2,
#post .content h3 {
	clear: both;
	font: 20px/29px 'PoliticaXT', arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #282828;
}
#post .content p,
#post .content ol,
#post .content ul {
	margin: 0 0 20px;
}
#post .content h2,
#post .content h3 {
	margin: 40px 0 10px;
}
#post .content p.lead,
/*#post .content>p:first-child,*/
#post .content .excerpt p {
	line-height: 30px;
	font-size: 18px;
	color: #414141;
}
#post .content p.lead,
#post .content .excerpt {
	margin: 0 0 30px;
}
#post .content ul,
#post .content ol {
	padding-left: 20px;
}
#post .content ul {
	list-style: square;
}
#post .content ol {
	list-style: decimal;
}
#post .content li {
	margin-top: 10px;
}
#post .content li:first-child {
	margin-top: 0;
}
#post .content figure,
#post .content .media,
#post .content img.alignleft,
#post .content img.aligncenter,
#post .content img[align="left"],
#post .content img[align="center"],
#post .content .wp-caption.alignleft,
#post .content .wp-caption.aligncenter,
#post .content iframe {
	margin-left: -30px;
}
#post .content figure.left,
#post .content img.alignleft,
#post .content img[align="left"],
#post .content .wp-caption.alignleft {
	float: left;
	margin: 5px 30px 30px -30px;
}
#post .content figure.right,
#post .content img.alignright,
#post .content img[align="right"],
#post .content .wp-caption.alignright {
	float: right;
	margin: 5px 0 30px 30px;
}

#post .content .wp-caption,
#post .content .wp-caption.aligncenter {
	margin-bottom: 20px;
}
#post .content figure figcaption,
#post .content .caption,
#post .content .wp-caption .wp-caption-text,
#post .content .media-legacy span {
	display: block;
	line-height: 18px;
	padding: 11px 0 0;
	margin: 0;
	font-size: 13px;
	text-align: right;
	color: #888;
}
#post .content .caption {
	margin-top: -20px;
	margin-bottom: 20px;
}
#post .content .wp-caption.alignleft,
#post .content .wp-caption.aligncenter {
	margin-right: 20px;
}
#post .content .wp-caption .wp-caption-text {
	margin-right: 10px;
}
#post .content figure figcaption a,
#post .content .caption a,
#post .content .wp-caption .wp-caption-text a,
#post .content .media-legacy span a {
	color: #888;
}
#post .content figure figcaption:before,
#post .content .caption:before,
#post .content .wp-caption .wp-caption-text:before,
#post .content .media-legacy span:before {
	content: '\2014\2002';
}
#post .content .media-legacy {
	text-align: center;
}
#post .content .media-legacy span {
	margin-top: -8px;
	font-size: 13px !important;
}
#post .content img.aligncenter,
#post .content .aligncenter img {
	width: 646px;
	height: auto;
}
#post .content .aligncenter .wp-caption-text {
	width: 646px;
}
#post .content blockquote,
#post .content .blockquote {
	width: 586px;
	margin: 0 0 20px -30px;
	border-left: 2px solid #4a7099;
	padding: 20px 30px 10px 28px;
	color: #676767;
	background: #dde5ee;
}
#post .content blockquote p,
#post .content .blockquote p {
	margin: 0 0 10px;
}
#post .content blockquote li,
#post .content .blockquote li {
	margin: 0;
}

#post .content blockquote h2:first-child,
#post .content blockquote h3:first-child {
	margin-top: 0;
}

#post .content blockquote figure.left,
#post .content blockquote img.alignleft,
#post .content blockquote img[align="left"],
#post .content blockquote .wp-caption.alignleft,
#post .content blockquote figure.right,
#post .content blockquote img.alignright,
#post .content blockquote img[align="right"],
#post .content blockquote .wp-caption.alignright {
	margin-top: 8px;
}

#post .content blockquote figure,
#post .content blockquote .media,
#post .content blockquote img.alignleft,
#post .content blockquote img.aligncenter,
#post .content blockquote img[align="left"],
#post .content blockquote img[align="center"],
#post .content blockquote .wp-caption.alignleft,
#post .content blockquote .wp-caption.aligncenter {
	margin-left: 0;
}

#post .content a {
	text-decoration: underline;
	color: #4a7099;
}
#post .content a[href^='/cimke/'],
#post .content a[href*='kultblog.hu/cimke'] {
	margin: 0 -2px;
	padding: 2px;
	text-decoration: none;
	background: #dde5ee;
}
#post .content strong {
	font-weight: 500;
}
#post footer {
	width: 616px;
	line-height: 30px;
	margin-left: 30px;
	font-size: 16px;
}
#post footer section {
	margin-top: 20px;
}
#post footer section:first-child {
	margin-top: 0;
}
#post footer section.facebook {
	position: absolute;
	right: 29px;
	width: 233px;
	bottom: 0;
	margin: 0;
	padding: 30px;
	background: #fff;
}
#post footer h1 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#post footer section.facebook h1 {
	margin-bottom: 10px;
	font: 19px/29px 'PoliticaXT', arial, helvetica, sans-serif;
}
#post footer ul {
	padding-left: 20px;
	list-style: square;
}
#post footer section.facebook iframe {
	overflow: hidden;
	width: 237px;
	height: 150px;
	margin: 10px 0 0 -11px;
	border: 0;
}
#post footer a {
	text-decoration: underline;
	color: #4a7099;
}

/* impresszum */
.impresszum .col {
	width: 293px;
	float: left;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 30px;
}
.impresszum .english {
	background: #fff;
}
.impresszum h2 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.impresszum .english h2:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 14px;
	vertical-align: baseline;
	margin-right: 7px;
	background: url(/archive/wp-content/themes/kultblog/images/flag_en.png) no-repeat;
}

/* 404 */
form.bigsearch fieldset {
	width: 610px;
	margin: 30px 0 20px;
}
form.bigsearch input {
	width: 520px;
	border: 1px solid #797979;
}
.notfound .col {
	width: 293px;
	float: left;
	margin: 0 30px 30px 20px;
	color: #555;
}
.notfound .search {
	width: 610px;
	margin: 0 0 30px 0;
}
.notfound a {
	text-decoration: underline;
	color: #4A7099;
}

/* sidebar */
#sidebar {
	margin-bottom: -30px;
	padding-bottom: 30px;
	background: #fff;
	min-width: 983px;
}
#sidebar #post-list {
	width: 983px;
	margin: 0 auto;
	padding-left: 15px;
}
#sidebar #post-list>h1 {
	display: block;
	padding-left: 65px;
	font: 28px/70px 'PoliticaXT', arial, helvetica, sans-serif;
	text-transform: uppercase;
	background: url(/archive/wp-content/themes/kultblog/images/logo-footer.png) no-repeat 15px 0;
}

/* footer */
#footer {
	margin-top: 30px;
	background: #e0e0e0;
	color: #707070;
}
#footer footer {
	width: 998px;
	margin: 0 auto;
	background: #e0e0e0;
}
#footer .social {
	float: left;
	margin: 40px 30px 40px 20px;
}
#footer .social li {
	display: block;
	list-style: none;
}
#footer .social .icon {
	float: left;
	margin-bottom: 12px;
}
#footer .social .icon a {
	display: block;
	height: 25px;
	text-indent: -999em;
	background: url(/archive/wp-content/themes/kultblog/images/social-sprite.png) no-repeat;
}
#footer .social .label {
	display: none;
	clear: left;
	position: relative;
}


#footer .social .fb a { background-position: 10px -3px; width: 35px; }
#footer .social .tw a { background-position: -24px -2px; width: 54px; }
#footer .social .yt a { background-position: -78px -3px; width: 40px; }

#footer .social .fb a:hover,
#footer .social .fb a:focus { background-position: 10px -39px; }
#footer .social .tw a:hover,
#footer .social .tw a:focus { background-position: -24px -38px; }
#footer .social .yt a:hover,
#footer .social .yt a:focus { background-position:  -78px -39px; }

#footer .social .fb:hover ~ .fb,
#footer .social .fb:focus ~ .fb,
#footer .social .tw:hover ~ .tw,
#footer .social .tw:focus ~ .tw,
#footer .social .yt:hover ~ .yt,
#footer .social .yt:focus ~ .yt {
	display: block;

	-webkit-animation: showLabel 0.2s;
	-moz-animation: showLabel 0.2s;
	-ms-animation: showLabel 0.2s;
	-o-animation: showLabel 0.2s;
	animation: showLabel 0.2s;
}

@keyframes "showLabel" {
 0% {
   	transform: translate(0, -3px);
   	opacity: 0;
 }
 100% {
   	transform: translate(0, 0);
   	opacity: 1;
 }
}
@-moz-keyframes showLabel {
 0% {
   -moz-transform: translate(0, -3px);
   opacity: 0;
 }
 100% {
   -moz-transform: translate(0, 0);
   opacity: 1;
 }
}
@-webkit-keyframes "showLabel" {
 0% {
   -webkit-transform: translate(0, -3px);
   opacity: 0;
 }
 100% {
   -webkit-transform: translate(0, 0);
   opacity: 1;
 }
}

#footer .copyright {
	position: relative;
	float: right;
	margin: 22px 30px 0;
	padding: 25px 105px 0;
	height: 136px;
	text-align: right;
	line-height: 1.5;
	background: url(/archive/wp-content/themes/kultblog/images/kultbloghu.png) no-repeat 100% 0;
}
#footer .copyright a {
	text-decoration: underline;
	color: #707070;
}
#footerimage {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   Mobile styles.
   ========================================================================== */

.m-show { display: none; }

@media only screen and (max-device-width : 568px) {

.m-show {
	display: block;
}

.m-clear,
	#promo li,
	#post-list>ul>li, #podcast,
	#footer .social,
	#footer .social .icon,
	#footer .copyright,
	.impresszum .col {
	float: none;
}

.m-hide,
	#navigation, #header .like, #search,
	#twitter, #podcast, #series,
	.post .likes, .post .continue,
	#footerimage,
	#footer .social .fb:hover ~ .fb,
	#footer .social .fb:focus ~ .fb,
	#footer .social .tw:hover ~ .tw,
	#footer .social .tw:focus ~ .tw,
	#footer .social .yt:hover ~ .yt,
	#footer .social .yt:focus ~ .yt,
	#post footer section.facebook {
	display: none;
}
.m-stretch,
	#header, #content, #promo, #footer footer,
	#promo>li:first-child section, #promo section,
	.post,
	#post header h1,
	#post .content,
	#post footer,
	#sidebar,
	#sidebar #post-list,
	#post .content blockquote,
	.impresszum .col,
	#post-list .header form fieldset,
	#post .content .aligncenter .wp-caption-text {
	width: auto;
	min-width: 0;
}

/* header, menu */
#header {
	position: relative;
	min-height: 80px;
}
#logo {
	width: auto;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 100px;
	z-index: 20;
	font-size: 1.5em;
}
#logo a {
	padding-left: 64px;
	height: 80px;
	line-height: 80px;
	background-repeat: no-repeat;
	background-position: -13px 50%;
	color: #676767;
}
#logo a:before {
	display: none;
}
#mobile-menu {
	position: relative;
	width: 100%;
	z-index: 10;
	top: 0;
}
.js #mobile-menu {
	position: absolute;
}
.nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #676767 url(/archive/wp-content/themes/kultblog/images/menu.gif) no-repeat center center;
	text-indent: 100%;
	overflow: hidden;
	border: 20px solid #f0f0f0;
}
.nav-close {
	background-color: #e0e0e0;
	border-color: #ececec;
}
#mobile-menu nav {
	padding-top: 80px;
}
#mobile-menu nav,
#mobile-menu .nav-close {
	display: none;
}
#mobile-menu:target nav,
#mobile-menu:target .nav-close {
	display: block;
}
#mobile-menu ul {
	background: #ececec;
	padding: 0 1em 0;
}
#mobile-menu nav a {
	display: block;
	font-size: 1.5em;
	line-height: 3em;
	border-bottom: 1px solid #d6d6d6;
}
#mobile-menu nav li:last-child a {
	border: none;
}
#mobile-menu fieldset {
	border: 1px solid #d6d6d6;
	position: relative;
}
#mobile-menu label {
	display: none;
}
#mobile-menu input {
	padding: 1em;
	background: none;
	float: left;
	outline: none;
}
#mobile-menu button {
	float: right;
	border: none;
	background: url(/archive/wp-content/themes/kultblog/images/search.png) no-repeat 50% -22px;
	overflow: hidden;
	text-indent: 100%;
	width: 3em;
	height: 3em;
	padding: 0;
}

/* home */
#promo section img {
	height: 100%;
	width: auto;
}
#promo section {
	overflow: hidden;
}
#promo>li:first-child h1,
#promo>li:first-child .category {
	padding-left: 15px;
}
#promo>li:first-child .badge {
	padding-left: 20px;
}
#promo>li:first-child .lead {
	margin-left: 15px;
}
#post-list {
	margin-left: 0;
	margin-bottom: 0;
}
#post-list .more {
	border: none;
	margin: 0 15px -30px;
}
#post-list .more a {
	border-top: 1px solid #E3E3E3;
	padding: 15px 0;
}

/* list */
.post img {
	width: 100%;
	height: auto;
}
.post h1 {
	margin: 5px 0 10px;
}
.post .lead {
	height: auto;
	margin: 10px 0 22px;
}
#post-list ul.page-numbers {
	margin: 30px 15px 0;
	padding-top: 15px;
	border-bottom: none;
	border-top: 1px solid #E3E3E3;
}
#post-list ul.page-numbers a,
#post-list ul.page-numbers span {
	display: none;
}
#post-list ul.page-numbers .prev,
#post-list ul.page-numbers .next {
	display: block;
	top: 15px;
}

/* search */
#post-list .header div {
	padding-right: 15px;
}
#post-list .header form input {
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* article */
#post header {
	overflow: hidden;
}
#post header p {
	margin-left: 0;
}
#post header .title {
	padding: 35px 0 0 15px;
}
/*#post header p.author {
	position: absolute;
	top: 35px;
	right: 25px;
	width: auto;
}*/
#post header .like {
	position: relative;
	bottom: auto;
	right: auto;
	width: auto;
	margin: 40px 15px 0 0;
}
#post header h1 {
	font-size: 45px;
	font-size: 30px;
	line-height: 40px;
}
#post .content {
	margin: 0 15px;
}
#post .content img,
#post .content img.aligncenter {
	max-width: 100%;
	height: auto;
}
#sidebar #post-list {
	padding: 0;
}

/* centered img/embed */
#post .content figure,
#post .content .media,
#post .content img.alignleft,
#post .content img.aligncenter,
#post .content img[align="left"],
#post .content img[align="center"],
#post .content .wp-caption.alignleft,
#post .content .wp-caption.aligncenter,
#post .content iframe,
#post .content object,
#post .content embed {
	display: block;
	width: 100% !important;
	height: auto;
	float: none;
	margin: 0 0 20px;
}
/* left aligned img */
#post .content figure.left,
#post .content img.alignleft,
#post .content img[align="left"],
#post .content .wp-caption.alignleft {
	float: left;
	max-width: 40%;
	margin: 5px 15px 15px -15px;
}
/* right aligned img */
#post .content figure.right,
#post .content img.alignright,
#post .content img[align="right"],
#post .content .wp-caption.alignright {
	float: right;
	max-width: 40%;
	margin: 5px -15px 15px 15px;
}

/* author */
#post-list .header div.img-cnt {
	display: none;
}
#post-list.meta .header ul {
	width: auto;
	float: none;
	margin: 0;
}
#post-list.meta .header .desc {
	margin-top: 10px;
}
#post-list.meta .header .cnt {
	padding-right: 15px;
}

/* impresszum */
.impresszum #post-list .header h1 {
	font-size: 45px;
}

/* footer */
#footer .social li.icon {
	margin: 0;
}
#footer .social {
	margin: 0.5em 1em 1em;
}
#footer .social .icon a {
	height: 3.5em;
	line-height: 3.5em;
	border-bottom: 1px solid #cecece;
	background: none;
	text-indent: 0;
	width: auto;
}
#footer .social .icon a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 30px;
	margin-right: 15px;
	background: url(/archive/wp-content/themes/kultblog/images/social-sprite.png) no-repeat;
}

#footer .social .fb a:before { background-position: 11px -39px; }
#footer .social .tw a:before { background-position: -37px -38px; }
#footer .social .yt a:before { background-position:  -84px -39px; }

#footer .copyright {
	background: none;
	width: auto;
	height: auto;
	padding: 1em;
	text-align: center;
	color: #adadad;
	font-size: 11px;
}


}
