/*
body { background: green; }

/* - - - - - - - - - - - - - - - - - - - - 
		SITE AUFBAU
 - - - - - - - - - - - - - - - - - - - - */

header,
#wrapper {
	padding: 0 10px;
	}

header {
	height: 130px;
	}
	
#sidebar,
#content {
	padding: 25px 10px 20px 50px;
	}
	
	#content {
		-webkit-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		}
		
	#sidebar {
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
		}

	.content-middle {
		left: -27px;
		}

	
/* - - - - - - - - - - - - - - - - - - - - 
		HEADER + NAVI
 - - - - - - - - - - - - - - - - - - - - */
	
.breadcrumb {
	display: none;
	}


/* - - - - - - - - - - - - - - - - - - - - 
		FOOTER
 - - - - - - - - - - - - - - - - - - - - */

footer {
	padding-left: 20px;
	}

	
.notebook-right {
	display: none;
	}


/* - - - - - - - - - - - - - - - - - - - - 
		POSTS + COMMENTS
 - - - - - - - - - - - - - - - - - - - - */

.post-comments {
	background-image: none !important;
	} 
	
	
#commentlist li {
	list-style-type: none;
	margin-bottom: 10px;
	overflow: hidden;
	}

#commentlist li .comment-content {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 10px;
	}

	
#commentlist li .bubble {
	border-width:0 30px 30px 0px;
	-ms-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg); 
	transform:rotate(-15deg);
	border-style:solid;
	border-color:transparent #fed839;
	float: left;
	margin: -10px 0 0 7px;
	}
	
#commentlist li .comment-author {
	float: left;
	margin: 0 0 0 10px;
	}




/* - - - - - - - - - - - - - - - - - - - - 
		GALLERY
 - - - - - - - - - - - - - - - - - - - - */
 
#content .ngg-gallery-thumbnail-box {
	width: 45%;
	margin: 0 5% 0 0 !important;
	}

#content .ngg-gallery-thumbnail img {

	}
	