@import url('reset.css');

/* General Codrops Demo Style */
body{
	background: #ffffff url(../images/pattern.png) repeat top left;
	color: #999;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 12px;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color:#00c6e3;
}
p.sub{
	padding: 25px 10px 10px 10px;
	text-align: left;
	color: #000;
}
.clr{
	clear:both;
}

/* Header Style */
.header{
	font-size:25px;
	background:#000;
	height:30px;
	line-height:30px;
	color:#fff;
	padding:15px 5px 10px;
}
.header a{
	line-height:18px;
	padding:0 4px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
}
.header a:hover{
	color: #fff;
	font-family: "PT Sans Narrow", Arial, sans-serif;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 25px 30px 25px;
}
.headnav{
	margin:5px 0;
}
.headnav li{
	float:left;
	height:30px;
	line-height:30px;
	font-size:18px;
	margin:0 10px;
	}
.headnav li a{
	color:#666;
	}
.headnav li a:hover{
	color:#00c6e3;
}
@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}/**摄影师蒋国清**/
}
