.blog-post-item {
	display:block;
	background-color: #EBF9D0;
	margin-bottom:80px;
	padding:20px;
	border-bottom:rgba(138,185,51,0.4) 0px solid;
	position:relative;
}

section.page-header-breadcrumb {
	position: relative;
	padding: 5px 0 5px 0;
	border-top: 0;
	margin-top: 0;
	margin-bottom: 0 !important;
	/*
	background-color: rgba(0,0,0,0.05);
	border-bottom: rgba(0,0,0,0.05) 1px solid;
	*/
	background-color: rgba(148,149,150,0.05);
	border-bottom: 0;
	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
		 -o-transition: all 0s;
			transition: all 0s;
}

section.page-header {
	background-image: url("/assets/bilder/page-header.jpg");
	background-color: rgba(138,185,51,0.08);
}

.btn-warning {
    color: #5A5A5A;
    background-color: #FFE9BB;
    border-color: #FFE7B1;
}

/* force uppercase links */
#topBar ul li a,
#mainMenu ul li a,
#topMain ul li a {
	text-transform:none;
}