/* all mobile devices */
@media screen and (max-width: 768px) {

	/* hide tags */
	.tag_list {
		display: none;
	}

	/* hide big logo from sidebar */
	#sidebarClaimBanner {
		display: none;
	}

	/* floating post-thumb */
	.archiveposts .post-thumb {
		display: none;
	}

	.archiveposts .post-content .post-thumb {
	    display: inline-block;
	    float: left;
	}


	#main .entry {
	    clear: both;
	    display: block;
	    float: none;
	}

	#relatedPostsWrapper {
	    padding-bottom: 43px;
	}
}


/* smaller devices */
@media screen and (max-width: 640px) {
	/* author-text in articles */
	#authorRightCol {
	    clear: both;
	    float: none;
	}

	#relatedPostsWrapper #relatedPost_0 {
	    width: 100%;
	}

	#relatedPostsWrapper #relatedPost_1 {
	    display: none;
	}


}


/* smartphones portrait */
@media screen and (max-width: 400px) {
	.archiveposts .post-content .post-thumb {
	    display: block;
	    float: none;
	    text-align: center;
	}
}