@font-face
{
	font-family: "street";
	src: url('../font/STREET__1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: Blur;
	src: url('../font/Blur_Medium.ttf') format('truetype'), url('../font/font_1.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

#tab-box
{
	margin: 0px;
	width: 997px;
	text-align: left;
}

#tab-menu
{
	overflow: hidden;
	margin: 0px;
	padding-left: 0px; /*background: -moz-linear-gradient(top, #424244, #666); 	background: -webkit-gradient(linear, left top, left bottom, from(#424244), to(#666), color-stop(1, #fff)); 	background: linear-gradient(top, rgba(40,34,32,1), rgba(22,18,17,1));*/
}

#tab-menu li
{
	float: left;
	width: 325.6px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left: 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(66, 66, 68)), to(rgb(102, 102, 102)), to(rgb(255, 255, 255)));
}

#tab-menu li a
{
	float: left;
	width: 319px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	height: 29px;
	padding: 8px 0 8px 0;
	font-family: "street";
	text-align: center;
	z-index: 10;
	position: relative;
}

#tab-menu li a:hover
{
	text-decoration: none;
	color: #62e7bc;
}


#boxes
{
	position: relative;
	height:2229px !important;
	margin-top: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #e4e5e4;
}

#boxes h1, #boxes h2, #boxes h3
{
	font-size: 16px;
	font-weight: bold;
}


.tab-box:target, .tab-box:first-child
{
	display: block;
}

.tab-box
{
	padding: 12px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 972px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 2205px !important;
	background: #efefef;
}

.tab-box:target span
{
	height: auto;
	width: 99px;
	display: block;
	position: inherit !important;
	top: -32px;
	z-index: 0;
}

#about span
{
	left: 0;
}

#friends span
{
	left: 100px;
}

#stuff span
{
	left: 200px;
	width: 100px;
}

.tab-box ul, .tab-box p
{
	line-height: 1.5em;
	padding-top: 1em;
}

#boxes a
{
}

.tab-box li a
{
	display: block;
	line-height: 2.2em;
	font-size: 14px;
	margin-bottom: 6px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
}

#boxes ul li a:hover
{
	color: #fff;
	font-weight: bold;
	background: #999;
	text-decoration: none;
	border-left: 1px solid #555;
}






