/* Latest posts */

.latest-posts .responsive-hide {
	display: none;
}

.latest-posts strong {
	color: inherit;
	font-weight: bold;
}

/* Tooltips */

.hasTooltip .tooltip {
	position: absolute;
	top: calc(100% + 12px);
	left: calc(100% - 12px);
	display: none;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	white-space: normal;
	width: 200px;
	z-index: 100;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hasTooltip:hover .tooltip {
	display: block;
}
.hasTooltip:hover .tooltip:after, .hasTooltip:hover .tooltip:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.hasTooltip:hover .tooltip:after {
	border-width: 11px 0 0 11px;
	margin-left: -11px;
}
.hasTooltip:hover .tooltip:before {
	border-width: 12px 0 0 14px;
	margin-left: -12px;
}

.hasTooltip:hover .tooltip .corner {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}

/* Hover buttons */

.hover-container .hover-button {
	display: none;
}

.hover-container:hover .hover-button {
	display: inline;
}

.hover-container > a {
	display: inline;
}

/* Mobile menu */

#navigation li.mobile-menu {
	display: none;
	margin-top: 50px;
	margin-bottom: 10px;
}

@media (max-width: 900px) {
	#navigation li{
		display: none;
	}

	#navigation li.mobile-menu {
		display: block;
	}

	#cp-menu hr {
		display: none;
	}

	#cp-menu div.cp-mini {
		display: none;
	}
}

/* Mobile adjustments */

@media (max-width: 700px) {
	.postbody + .mini, .postprofile.postbody {
		display: none;
	}
}