/*
Willkommen bei Custom CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
body {
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #737373;
}

.site-header {
	border-bottom: 0 solid #eee;
}

.page-header {
	display: none;
}

#page {
	box-shadow: 0 20px 20px rgba(0,0,0,0.5);
	background-color: #fff;
}

.main-navigation {
	border-top: 0 none #eee;
	text-transform: lowercase;
	font-weight: bold;
	background: rgba(0,0,0,0) url("http://arnehirsemann.de/wp-content/uploads/line-1.png") no-repeat scroll 0 0;
	padding-top: 10px;
	letter-spacing: 2px;
	min-height: 55px;
}

.comments-link, .sep {
	display: none;
}

.byline .sep {
	display: none;
}

.entry-thumbnail {
	border-radius: 3px;
	float: right;
	margin: 6px 0 0 -108px;
	opacity: 1;
	position: relative;
	right: -108px;
	transition: all .3s ease-in-out 0;
	width: 300px;
}

img.attachment-full {
	box-shadow: 0 20px 20px rgba(0,0,0,0.5);
	max-width: 500px;
	position: absolute;
	right: 200px;
	top: 40px;
	transform: rotate(5deg);
	transition: all .3s ease-in-out 0;
	z-index: -1;
}

img.attachment-full:hover {
	z-index: 999;
}

.entry-thumbnail::before {
	background: rgba(0,0,0,0) url("http://arnehirsemann.de/wp-content/uploads/imgframe_klein.png") no-repeat scroll 0 0;
	content: "";
	height: 140px;
	position: absolute;
	top: 13px;
	width: 300px;
}

.entry-thumbnail::after {
	background: rgba(0,0,0,0) url("http://arnehirsemann.de/wp-content/uploads/klammer.png") no-repeat scroll 0 0;
	content: "";
	height: 45px;
	position: absolute;
	right: -28px;
	top: 20px;
	width: 120px;
}

.hentry:hover .attachment-penscratch-featured {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}

.entry-footer, .entry-meta, .site-info {
	text-transform: lowercase;
	font-weight: normal;
}

.site-footer {
	border-top: 0 none #eee;
	background: rgba(0,0,0,0) url("http://arnehirsemann.de/wp-content/uploads/line-1.png");
	height: 50px;
	padding: 20px 0 0;
}