/*
ONLY FOR "archive.php" AND "single.php" !!!

Every selector has to start with "div.single" ALWAYS!
This is for styling the post container and its children elements in "archive.php" and "single.php" only.
*/



/* ******************************************* SINGLE */

	div.single div.entry img.post_thumb {
		float: left;
		margin: 0px 10px 10px 0px;
		border: 1px outset #0E0F0F;
		background: none;
		-webkit-box-shadow: 5px 5px 5px #393F42;
	}
