/* ongraydarkadditional.css
------------------------------------*/
/* Stats Info styles
------------------------------------*/

.stat-block {
	background-color: #191919;
	border: 6px solid #444444;
	margin-bottom: 25px;
	margin-top: 61px;
	color: #C4C4C4; 
	padding: 0 10px;
}

.stats-block {
	background-color: #191919;
	border: 6px solid #444444;
	color: #C4C4C4; 
}

.stats-block p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.online-list-viewforum {
	margin-bottom: 12px;
	margin-top: 61px;
	padding: 0 10px;
}

.online-list-birthday-list-statistics {
	margin: 20px;
	padding: 0 10px;
}

div.legend2 {
	width: 50%;
	float:none;
	display: inline;
	margin-bottom: 10px;
}

div.legend2 ul {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 80px;
}

div.legend2 ul li {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 13px 25px 20px 36px;
}

div.bubble {
	position: relative;
	width: 55%;
	padding: 20px 40px;
	margin: 10px 10px 20px 40px;
	background: #fac868; /*fallback colour for non-supporting browsers*/
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FFE45C), to(#CC7822));
	background:-moz-linear-gradient(#FFE45C, #CC7822);
	background:-o-linear-gradient(#FFE45C, #CC7822);
	background:linear-gradient(#FFE45C, #CC7822);
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
	-webkit-box-shadow: -3px 4px 8px #CC7822;
	-moz-box-shadow: -3px 4px 8px #CC7822;
	box-shadow: -3px 4px 8px #CC7822;
	color: #333333;
	font-size: 1em;
	letter-spacing: .06em;
}

/***First big circle***/
div.bubble:before {
	content:"";
	position: absolute;
	bottom: -19px;
	left: 20px;
	background: #f3961c;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: -3px 3px 4px #282828;
	-moz-box-shadow: -3px 3px 4px #282828;
	box-shadow: -3px 3px 8px #282828;
}
/***Second small circle***/
div.bubble:after {
	content:"";
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #f3961c;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: -3px 3px 4px #282828;
	-moz-box-shadow: -3px 3px 4px #282828;
	box-shadow: -3px 3px 8px #282828;
}
