body{
	margin:0;
	padding:0;
	color:#333;
	font-size:15px;
	overflow-x:hidden;
}
header, section, footer, hgroup{
	display:block;
}
a {
	color:#383838;
	text-decoration:none;
}
a:hover, a:active{
	color:#888;
}

/* Header */
#p-header{
	width:100%;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	padding:5px 0;
	letter-spacing:1px;
	margin-bottom:20px;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
#p-header h1{
	padding:0 20px;
	margin:5px 0;
	text-shadow:2px 1px 1px #333, 2px 2px 1px #888;
	color:#EAEAEA;
	float:left;
	font-size:27px;
}
#p-backlinks{
	float:right;
	padding:0 20px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;
}
#p-backlinks a{
	text-align:right;
	display:block;
}

/* Footer */
#p-footer{
	width:100%;
	position:fixed;
	padding-left:20px;
	bottom:0;
	left:0;
	line-height:20px;
	color:#888;
	font-size:13px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	z-index:99;
}
#p-footer span{
	display:block;
}

/* clearfix */
.p-clearfix {
	clear:both;
}

/* wrapper css */
#p-wrapper{
	margin-top:40px;
	width:100%;
}
#p-wrapper hgroup{
	text-align:center;
}
#p-wrapper h2{
	margin:5px 0;
	color:#FF6D99;
	text-shadow:1px 1px 2px #A50031;
	font-size:33px;
	font-family:Arial Narrow, Arial, sans-serif;
}
#p-wrapper h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}

#p-container{
	position:relative;
	width:1220px;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
.p-grid{
	width:220px;
	min-height:100px;
	background:#fff;
	margin:10px;
	font-size:12px;
	float:left;
	box-shadow: 0 3px 7px #b2b2b2;
	-moz-box-shadow: 0 3px 7px #b2b2b2;
	-webkit-box-shadow: 0 3px 7px #b2b2b2;
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.p-grids{
	width:260px;
	min-height:100px;
	background:#fff;
	margin:10px;
	font-size:12px;
	float:left;
	box-shadow: 0 3px 8px #999;
	-moz-box-shadow: 0 3px 8px #999;
	-webkit-box-shadow: 0 3px 8px #999;
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.p-grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 10px;
	display:block;
	padding:5px 5px;
	font-size:18px;
	text-align: center;
	color: #383838;
	font-family: '微软雅黑', sans-serif;

}
.p-grid p{
	margin:10px 10px;
	display:block;
	padding:5px 5px;
	font-size:14px;
	color: #555;
	font-family: '微软雅黑', sans-serif;
}
/**一流素材网www.16sucai.com**/
.p-grid .p-meta{
	text-align:right;
	color:#777;
	margin-right: 10px;
}
.p-grid .p-imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

@media screen and (max-width : 1240px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	#p-backlinks{
		float:none;
		clear:both;
	}
	#p-backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#p-wrapper{
		margin-top:90px;
	}
}