body {
	margin:0;
	padding:0;
	background:#FFF;
	color:#333;
	font:13px/1.5 'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#C06;
	text-decoration:underline;
}
a:visited {
	color:#333;
	text-decoration:none;
}
h1,h2,h3,ul,li,p {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
#header {
	padding:20px 0;
}
.logo {
	float:left;
}
.logo a {
	display:block;
	margin-left:48px;
	width:80px;
	height:80px;
	background:url("/image/1pxtv-logo.png") no-repeat 0 0;
	background-size:80px 80px;
	line-height:300px;
	overflow:hidden;
}
#menu {
	float:right;
	padding:40px 48px 0 0;
}
#menu li {
	float:left;
	padding-left:1.5em;
}
#menu a {
	color:#666;
}
#menu a:hover {
	color:#333;
}
.categories {
	position:relative;
}
.categories div {
	visibility:hidden;
	position:absolute;
	z-index:999;
	left:-18px;
	top:0;
	width:130px;
	padding-top:25px;
}
.categories:hover div {
	visibility:visible;
}
.categories ul {
	padding:10px 0;
	border-radius:5px;
	background:rgba(0,0,0,0.8);
}
#menu .categories li {
	float:none;
	padding:0 10px;
}
#menu div a {
	color:#DDD;
}
#menu div a:hover {
	color:#FFF;
	text-decoration:none;
}
.categories span {
	position:absolute;
	left:58px;
	top:13px;
	display:block;
	width:0;
	height:0;
	border:6px 
	solid rgba(0,0,0,0);
	border-bottom-color:rgba(0,0,0,0.8);
}
#content {
	padding:30px 0;
	border:solid #D8D8D8;
	border-width:1px 0;
	background:#EAEAEA;
}
.wrap {
	margin:0 auto;
	width:960px;
}
#footer {
	clear:both;
	padding:20px 40px;
}
#footer span {
	color:#CED1D1;
	font-size:11px;
}
#footer span a {
	color:#F95B1F;
	text-decoration:none;
	border-bottom:1px dashed #CED1D1;
}
#footer .wrap {
	text-indent:48px;
}
#sidebar {
	float:left;
	padding-left:40px;
	width:135px;
}
#container {
	float:right;
	width:780px;
}
.entry {
	position:relative;
	float:left;
	margin:0 80px 20px 0;
	width:160px;
	height:160px;
}
.entry:nth-child(4n-3) {
	margin-left:40px;
}
.entry:nth-child(4n) {
	margin-right:0;
}
.entry img {
	margin:8px 0 0 8px;
	width:144px;
	height:144px;
	border-radius:24px;
	box-shadow:0 1px 2px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.5)
}
.entry .permalink a {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:160px;
	height:160px;
	color:rgba(0,0,0,0);
}
.entry p {
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
#pager {
	clear:both;
	margin:20px 48px 0;
	border-top:1px solid #D8D8D8;
	text-align:center;
	font-size:11px;
	line-height:37px;
}
#pager a {
	padding:12px;
	border-top:1px solid #D8D8D8;
	color:#464E54;
}
#pager a:hover {
	border-top-color:#C06;
	text-decoration:none;
	color:#C06;
}
#pager a:visited {
	color:#464E54;
}
#pager span {
	padding:12px;
	border-top:1px solid #C06;
	color:#C06;
}
@media only screen and (max-width:768px) {
	.wrap {
	width:auto;
}
}