/**
 *
 */


h1 {
	padding: 30px 0 40px;

	font-size: 52px;
	line-height: 48px;
	color: #505762;
}
	.search h1 {
		padding: 60px 0;
	}

h2{
    color: #eee;
    font-size: 32px;
    padding: 20px 0
}

blockquote {
    background: url(/blog/themes/michalp/img/quote.png) no-repeat;
    border-left: 1px dashed #ccc;
    color: #a5a4a4;
    font-style:italic;
    margin: 30px;
    padding: 30px 30px 30px 50px;
}
/* The slide-down panel at the very top of the page. Like literally. It's above the page, hidden. */
.slidey {
	overflow: hidden;
	padding: 30px 0;

	/*background: #f3f5f8;
	border-bottom: 1px solid #e5e8ed;*/
}
	.js-enabled .slidey {
		-webkit-transition: margin-top .2s;
		-moz-transition: margin-top .2s;
		transition: margin-top .2s;
	}
	.slidey b, .slidey label {
		display: block;
		font-weight: 500;
		padding-bottom: 15px;

		font-size: 15px;
		font-weight: 500;
	}
	.slidey form, .slidey aside {
		float: left;
		width: 50%;
	}
		.slidey form input {
			padding: 20px;
			width: 75%;
		}
	.slidey li {
		list-style: none;
	}
		.slidey a {
			display: block;
			text-decoration: none;

			color: #717985;
		}
			.slidey a:hover {
				color: #414b59;
			}
		.slidey li span {
			float: right;
			opacity: .6;
		}

#top {
    background: url("/blog/themes/michalp/img/logo.png") no-repeat scroll 0 0 / 70px auto rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(22, 36, 54, 0.8);
    overflow: hidden;
    padding: 20px 35px 20px 100px;
	margin-left:10px;
}
	#top a {
		float: left;

		font-size: 15px;
		font-weight: 500;
		text-decoration: none;

		color: #eee;
	}
	#top #logo{
		font-size:24px;
		font-family:"robotothin";
	}
		#top #logo:hover, #top ul a:hover, #top ul .active a, .posts .items li:first-child h2 a:hover, p a:hover {
			color: #4171b1;
		}
	#top ul {
		list-style: none;
		float: right;
	}
		#top ul li {
			float: left;
			padding-left: 40px;
		}
		#top ul a {
			display: inline-block;
			color: #555f6d;
		}
		#top ul img {
			display: inline-block;
			vertical-align: middle;

			position: relative;
			top: -2px;

			width: 16px;
			height: 16px;

			opacity: .4;
		}
			#top ul a:hover img {
				opacity: .7;
			}
			#top ul a.active img {
				opacity: 1;
			}

/**
 *   Index page listing, category listing, search page results
 */
.items {
	list-style: none;
	box-shadow: 0 0 8px #222;
}
	.items > li {
        transition: all 0.4s;
	}

    .items > li:not(:first-child):hover {   
        background: #006D98 !important;
    }

    .items > li:hover h2 {
        text-shadow: 1px 1px 1px #000;
    }

	.items > li:nth-child(2n) {
		background: none repeat scroll 0 0 #111;
		padding: 38px 0;
	}

	.items > li:nth-child(2n+1) {
		background: none repeat scroll 0 0 #141414;
		padding: 38px 0;
	}
		.posts .items > li:first-child {
			background: #141414 !important;
			padding: 60px 0;
		}
			.items li h1 a, .posts .items > li:first-child h2 a {
				color: #00cdff;
			}
	.items h1 {
		padding: 0 0 8px;
	}
		.items h1 a {
			text-decoration: none;
		}
	.items h2 {
		font-size: 32px;
		line-height: 41px;
		color:#eee;
	}
		.items h2 a {
			display: block;
			padding-bottom: 12px;

			color: #eee;
			/*color: rgba(176,200,236,.8);*/

			text-decoration: none;
		}
			.items h2 a:hover {
				color: #fff;
			}
	.items .content {
		padding: 10px 0 0;
	}
		.items .content p {
			padding-bottom: 15px;
			text-align:justify;
		}

/**
 *   Pagination
 */
.pagination {
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 50px;

	border-top: 1px solid rgba(22,36,54,.1);
	border-bottom: 1px solid rgba(22,36,54,.1);
}
	.pagination:empty {
		display: none;
	}
	.pagination a {
		float: left;
		text-decoration: none;

		font-size: 13px;
		font-weight: 500;

		color: #6f7b8b;
	}
		.pagination a:hover {
			color: #3c4857;
		}
	.pagination a.next {
		float: right;
	}

/**
 *   Give some extra space to single-page wrappers
 */
.content.wrap {
	padding-bottom: 50px;
	color:#fff;
}
	.content.wrap ul, .content.wrap ol, .items li ul {
		padding: 20px 30px;
	}
		.content.wrap ul ul, .content.wrap ol ol, .items li ul ul {
			padding: 0 20px;
		}
.content.wrap h1{
	color:white;
	font-family:"robotobold";
}
/**
 *   Footnotes and straplines
 */
.footnote, .commentlist time, .items footer {
	display: block;
	padding: 5px 0 15px;

	color: #98a2b1;
	font-size: 14px;
	font-style: italic;

	white-space: nowrap;
}
	.footnote {
		padding: 20px 0 40px;
	}

/**
 *   Comment form
 */
ul.commentlist {
	margin-bottom: 40px;

	list-style: none;
	border-top: 1px solid rgba(22,36,54,.1);
}
	ul.commentlist .wrap {
		position: relative;
	}
	ul.commentlist li {
		padding: 40px 0;
		border-bottom: 1px solid rgba(22,36,54,.1);
	}
		ul.commentlist time {
			font-size: 13px;
		}
		ul.commentlist h2 {
			font-size: 25px;
			line-height: 33px;
		}
		ul.commentlist .counter {
			position: absolute;
			right: 0;
			top: 0;

			font-size: 25px;
			font-weight: 300;
			color: #cdd2da;
		}

#comment {
	overflow: hidden;
}
	#comment label[for] {
		display: none;
	}
	#comment p {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;

		text-indent: 0;
	}
		#comment p + p {
			margin-right: 0;
		}
		#comment p.textarea {
			float: none;
			width: 100%;
		}
	#comment input, #comment textarea {
		width: 100%;
		padding: 10px 15px;

		font-size: 15px;
		font-weight: normal;

		border: 1px solid rgba(22,36,54,.2);
		border-radius: 4px;
	}
		#comment input:focus, #comment textarea:focus {
			outline: none;
			background: #f7f9fc;
		}
		#comment textarea {
			min-height: 150px;
			max-height: 800px;
			resize: vertical;
		}
	#comment button {
		display: inline-block;
		padding: 9px 18px;

		background: #4e82ce;
		color: #fff;

		border: none;
		border-radius: 5px;
		cursor: pointer;

		font-size: 13px;
		font-weight: 500;
	}
		#comment button:hover {
			background: #3c6eb7;
		}

/**
 *   Footer
 */
#bottom {
	padding: 30px 0 40px;
	color:#aaa;
	font-family: robotothin;
}
	#bottom ul {
		float: right;
		list-style: none;
	}
		#bottom li {
			float: left;
			padding-left: 35px;

			font-size: 14px;
		}
		#bottom a {
			text-decoration: none;
			font-family: Tahoma;
		}

article{
	text-align:justify;
	/*font-family: Helvetica Neue,Helvetica,Arial,sans-seriff;*/
	/*font-family:robotothin;*/
    font-size: 14px;
    font-family: robotoregular;
}

article h1{
	text-align:left;
}

article h3 {
    color: #ddd;
}

img.article_img{
	float:left;
	width:140px;
	margin:6px;
}

img.post_img{
	float:left;
	width:60px;
	margin:15px;
	min-height:50px;
}

img.article{
	float:left;
	width:190px;
	margin:6px;
}

article li{
	text-align:left;
}

strong {
    font-family: robotoregular;
}

/*fonts */
@font-face {
    font-family: 'robotothin';
    src: url('Roboto-Thin-webfont.eot');
    src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Thin-webfont.woff') format('woff'),
         url('Roboto-Thin-webfont.ttf') format('truetype'),
         url('Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

div.social-btns {
    display: inline;
}

div.social-btns *{
    float:left;
}

div.social-btns i{
    font-size: 28px;
}
div.social-btns div{
    line-height: 28px;
    margin: 0 10px;
    vertical-align: middle;
}
div.social-btns > div > span {
    margin: 0 5px;
}
div.social-btns {
    display: inline;
}

div.social-btns *{
    float:left;
}

div.social-btns i{
    font-size: 28px;
}
div.social-btns div{
    line-height: 28px;
    margin: 0 10px;
    vertical-align: middle;
}
div.social-btns > div > a > span {
    margin: 0 5px;
    font-family: robotoregular;
}

.social-btn a {
    font-family: robotothin;
}

.social-btn a:hover * {
    color: #00cdff;
}

.social-btn {
    cursor: pointer;
}

.social-btn:nth-child(1) {
    margin-left: 80px;
}

.social-highlight > * {
    color: #00cdff;
}
