@charset "utf-8";

#person > header{
	padding:10px 3em 10px 6px;
	color:#333;
	font-size:18px;
	border-bottom:1px solid #fff;
	
	-webkit-box-shadow: 0px 1px 1px #c9c9c9;
	-moz-box-shadow: 0px 1px 1px #c9c9c9;
	box-shadow: 0px 1px 1px #c9c9c9;
	background:#c1cce2;
	cursor:pointer;
}

#person > header:after{
	display:block;
	content:"";
	width:3em;
	height:80%;
	border-left:1px solid rgba(0,0,0,0.1);
	background:url(../../images/smartphone/menu2.png) no-repeat center 50%;
	background-size:28px auto;
	position:absolute;
	right:0;
	top:10%;
	-moz-box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.5);
	box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.5);
}

#person > header span{
	display:block;
	margin-bottom:1px;
	font-size:14px;
}

#p-nav{
	display:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	width:96%;
	padding:10px;
	
	position:absolute;
	left:6px;
	top:110%;
	padding:10px;
	font-size:14px;

	background:rgba(2,36,71,0.96);
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	
	-moz-box-shadow:0 10px 6px -6px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 10px 6px -6px rgba(0,0,0,0.7);
	box-shadow:0 10px 6px -6px rgba(0,0,0,0.7);
	
	z-index:100;
}

#p-nav li{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	text-align:center;
	float:left;
	padding:2px;

	border-right:1px solid rgba(0,0,0,0.4);
	border-bottom:1px solid rgba(0,0,0,0.4);
	border-top:1px solid rgba(255,255,255,0.1);
	border-left:1px solid rgba(255,255,255,0.1);
	
}

#p-nav li:first-child,
#p-nav li:nth-child(2){ border-top:none; }
#p-nav li:last-child,
#p-nav li:nth-last-child(2){ border-bottom:none; }

#p-nav li:nth-child(odd){ border-left:none;}
#p-nav li:nth-child(even){ border-right:none;}

#p-nav a{
	display:block;
	padding:12px 2px;
	color:#999;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#p-nav a[href]{ color:#fff; }
#p-nav .a a{ background:rgba(255,255,255,0.2); }
