
h2 {
	color: #555;
	font-weight: normal;
	margin-bottom: 6px;
}

.site-navigation-sub {
	width: 195px;
	padding-right: 35px;
}

.site-content {
	width: 480px;
	margin-bottom: 0;
}

.tile {
	width: 440px;
	margin-bottom: 44px;
}

.rc-elevator {
	margin-bottom: 33px;
}

.site-navigation-sub li {
	margin-bottom: 16px;
}

.site-navigation-sub a {
	font-weight: bold;
}


/* Salto Twitter News */

.salto-twitter-news {
	padding: 15px 20px 22px;
	margin-bottom: 44px;
	position: relative;
}

.birdie {
	position: absolute;
	top: 33px;
	right: 20px;
	z-index: 20;
	display: none; /* bis IE gefixt ist erst mal ausblenden */
}

.fontface .birdie {
	top: 11px;
}

.feed-container {
	position: relative;
	z-index: 10;
	margin: 0 -20px 11px;
	padding: 15px 80px 1px 20px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.5);
}

.status-update {
	margin-bottom: 33px;
	padding-left: 22px;
	background: url(../img/icons/icon-comment.png) no-repeat left 5px;
}

.status-body {
	display: block;
	margin-bottom: 6px;
}


/* Salto Featured Tools */

.salto-featured-tools {
	clear: both;
	margin-left: 10px;
	padding: 0 10px;
}

.salto-featured-tools li {
	float: left;
	margin-right: 20px;
}

.featured-tools-list .tool {
	width: 198px; /* +2px border = 200px */
	padding: 0 10px 11px;
	margin-bottom: 6px;
	background: #fff;
	border: 1px solid #ddd;
}

.featured-tools-list .last-child {
	margin-right: 0;
}

.tool h3 {
	margin: 0 -10px 5px -10px;
	padding: 10px 10px 7px 10px;
	background: transparent url(../img/modal-box-head-bg.png) no-repeat left bottom;
	border-bottom: 1px solid #ddd;
}

.tool ul {
	margin-bottom: 22px;
}

.tool li {
	margin-bottom: 11px;
}

.more-tools {
	clear: left;
	display: block;
}