﻿/*
Theme Name:Squ 1 micro
Theme URI:http://squ.me/squ-1.html
Description:It is a simple theme for wp
Version:1.0
Author:Sham
Author URI:http://squ.me/
Tags:simple,twitter,Sham
*/
body {
	font-family:微软雅黑, Helvetica, Arial, Sans-Serif;
	font-size:12px;
	color:#444;
	margin-right: auto;
   	margin-left: auto;
	margin-top:30px;
	background:#F7F7F7;
    	text-align:center;
	}
a {text-decoration:none;
	color:#2276bb;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
	}
blockquote {
	margin:10px;
}
p {margin:10px 0}
a:hover {
	text-decoration:none;
	color:#333;
	text-shadow:0px 0px 10px #333;
}
ul {
	list-style:none;
}
li{
	list-style:none;
}
h1, h2, h3, h4 {
	font-family:微软雅黑, Helvetica, Arial, Sans-Serif;
}
h1 {
	font-size:20px;
	line-height: 1em;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:1.2em;
	margin-left:10px;
}
h4 {
	font-size:1.0em;
}
img {
	border-style:none;
}
input{
	border:2px solid #666;
	font-family:微软雅黑,Helvetica,Arial,Sans-Serif;
	border-radius:3px;
	margin:5px;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
}
input:hover , input:focus {
	border:2px solid #666;
	-webkit-box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
}
#squ-top{
	width:100%;
	height:auto;
	padding:5px;
	position:fixed;
	background:#000;
	z-index:9999;
	overflow:hidden;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	box-shadow:0px 5px 5px #565656;
	-webkit-box-shadow:0px 5px 5px #565656;
	-moz-box-shadow:0px 5px 5px #565656;
	top:0;
	_position:absolute;
	_top:expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+"px");
	color:#f2f2f2;
}
.reader-wall{
	float:left;
	clear:left;
	margin:auto;
	display:block;
	overflow:hidden;
	list-style:none;
	text-align:center;
	}
.reader-wall li{
	float:left;
	margin:0px 3px;
	height:auto;
	}
.reader-wall img{
	width:20px;
	height:20px;
	margin:0px;
	padding:2px;
	border:1px solid #fff;
	border-radius:5px;
	opacity:1;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
	}
.reader-wall img:hover{
	opacity:0.3;
	}
.avatar-info{
	display:none;
	position:fixed;
	background:#000;
	z-index:9999;
	top:45px;
	width:60px;
	font-size:11px;
}
.reader-wall li:hover .avatar-info{
	display:block;
}
.squ-feed{
	float:right;
	clear:right;
	margin-right:10px;
}
.squ-feed span{
	margin-right:5px;
}
.squ-feed img{
	width:24px;
	height:24px;
	border-radius:5px;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
}
.squ-feed img:hover{
	opacity:0.3;
}
#previous{
	width:200px;
	height:100%;
	padding-left:50px;
	position:fixed;
	z-index:9999;
	top:49%;
	left:0px;
	text-align:left;
	float:left;
	clear:left;
	opacity:0;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
}
#previous span{
	display:none;
}
#previous span a{
	color:#ccc;
	font-size:80px;
}
#previous:hover{
	opacity:1;
}
#previous:hover span{
	display:block;
}
#next{
	width:200px;
	height:100%;
	padding-right:50px;
	position:fixed;
	z-index:9999;
	top:49%;
	right:0px;
	text-align:right;
	float:right;
	clear:right;
	opacity:0;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
}
#next span{
	display:none;
}
#next span a{
	color:#ccc;
	font-size:80px;
}
#next:hover{
	opacity:1;
}
#next:hover span{
	display:block;
}
#squ-main{
	width:679px;
	height:auto;
	font-family:微软雅黑,Arial,Helvetica,sans-serif;
	background:none;
	margin:0px auto;
	padding-bottom:10px;
}
#squ-menu {
	width:679px;
	height:45px;
	font-size:14px;
	margin-right:auto;
        margin-left:auto;
        margin-bottom:8px;
	padding:0px;
	text-align:center;
	border-bottom:3px solid #ccc;
	}
#squ-menu ul{
	padding-left:3px;
	margin-right:auto;
        margin-left:auto;
	}	
#squ-menu ul li{
	float:left;
	width:auto;
	height:auto;
	background-color: #F7F7F7;
	margin:5px;
	padding:5px;
	overflow: hidden;
	cursor:pointer;
	border:1px solid #F7F7F7;
	border-radius:3px;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
       	}
#squ-menu ul li.current-menu-item{
	background-color: #ADADAD;
	border:1px solid #000000;
	-webkit-box-shadow:0 0 2px #000;
	-moz-box-shadow:0 0 2px #000;
	}
#squ-menu ul li.current-menu-parent{
	background-color: #cccccc;
	border:1px solid #000000;
	-webkit-box-shadow:0 0 2px #000;
	-moz-box-shadow:0 0 2px #000;
	}
#squ-menu ul li a{
	text-decoration: none;
	}
#squ-menu ul li a:hover{
	text-shadow: none;
	color:#fff;
	}
#squ-menu ul li:hover{
	background-color: #ADADAD;
	border:1px solid #000000;
	-webkit-box-shadow:0 0 2px #000;
	-moz-box-shadow:0 0 2px #000;
	}
#squ-menu .sub-menu{
	display:none; /* 初始化页面时不显示出来 */
	padding-top:10px;
	margin-left:0;
	}
.post{
	width:679px;
	margin-right:auto;
        margin-left:auto;
}
.squ-postshow{
	border:1px solid #ccc;
	border-radius:5px;
	padding:5px;
	background:#fff;
}
.squ-postcontent{
	text-align:left;
	padding:5px 10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
}
.squ-postcontent img{
	border:2px solid #ccc;
	border-radius:5px;
	-webkit-box-shadow:0 0 2px #000;
	-moz-box-shadow:0 0 2px #000;
}
.squ-postmeta{
}
.squ-postmeta span{
	padding:2px 5px;
	margin:0px 5px;
}
.squ-postmeta span:hover{
}
.squmeta-cat{
}
.squmeta-share{
}
.squmeta-comments{
}
.squmeta-link{
}
.squmeta-time{
}
.squ-psshadow{
	background:url(img/ps-shadow.png);
	width:679px;
	height:12px;
	margin-right:auto;
        margin-left:auto;
}
.squ-pagenavi{
	margin:5px 0px 5px;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	overflow:hidden;
	}
.squ-pagenavi a{
	padding:3px 8px;
	margin:2px;
	text-decoration:none;
	color:#2276bb;
	border:1px solid #b2b2b2;
	border-radius:3px;
	}
.squ-pagenavi a:hover,.squ-pagenavi a.current{
	color:#333;
	background-color: #b2b2b2;
	border:1px solid #000000;
	-webkit-box-shadow:0 0 2px #000;
	-moz-box-shadow:0 0 2px #000;
	text-shadow:0px 0px 10px #333;
	}
/*下一篇下一篇样式*/
#squ-below{
	width:679px;
	height:auto;
	margin:auto;
	padding:5px;
	}
#squ-below a{
	text-decoration:none;
	}
#squ-below .nav-previous{
	width:50%;
	float:left;
	text-align:left;
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
	}
#squ-below .nav-previous a:hover{
	padding-left:8px;
	margin-right:-8px
}
#squ-below .nav-next{
	width:50%;
	float:right;
	text-align:right;
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
	}
#squ-below .nav-next a:hover{
	padding-right:8px;
	margin-left:-8px
}

/*comments*/
#squ-comments{
	margin-top:10px;
	text-align:left;
}
#squ-comments >li{
	border:1px solid #ccc;
	border-radius:5px;
	margin:5px 0px;
	padding:10px;
	background:#fff;
}
#squ-comments img.avatar{
	width:24px;
	height:24px;
	margin:0px;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
}
#squ-comments img.avatar:hover{
	-o-transform: rotate(10deg); /* Opera浏览器 */
	-webkit-transform: rotate(10deg); /* Webkit内核浏览器 */
	-moz-transform: rotate(10deg); /* Firefox浏览器 */
}
.comment-text{
	margin-bottom:8px;
	border-bottom:1px dashed #ccc;
}
.comment-text p{
	margin:0px;
}
.squ-commeta{
	font-size:12px;
}
.squ-comreply{
	float:right;
	clear:right;
}
.squ-comreply a{
	margin-left:8px;
	padding:2px 3px;
	border:1px solid #ccc;
	border-radius:3px;
}
.squ-comreply a:hover{
	color:#333;
	text-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0 0 3px #000;
	-moz-box-shadow:0 0 3px #000;
}
#squ-comshow children{
	margin:5px 0px;
}

#respond{
	margin:10px 0px;
	padding:10px;
	border:1px solid #ccc;
	border-radius:5px;
	text-align:left;
	background:#fff;
}
/*album list*/
#squ-album{
	width:679px;
	margin:0px auto;
	padding:0px auto;
	list-style:none;
}
.squ-albumlist{
	margin:0px auto;
}
.squ-albumlist li{
	float:left;
	margin:10px;
	padding:5px;
	border:2px solid #ccc;
	border-radio:5px;
	-webkit-box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
	background:#fff;
}
.squ-albumlist li:hover{
	-webkit-box-shadow:0 0 5px #F7F7F7;
	-moz-box-shadow:0 0 5px #F7F7F7;
}
.squ-albumlist li img{
	width:150px;
	height:150px;
	border:1px solid #ccc;
}

/*img list*/
.squ-imglist li{
	float:left;
	margin:10px 12px;
	padding:8px;
	border:2px solid #ddd;
	border-radio:5px;
	-webkit-box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-webkit-transition: .2s ease-in-out;
  	-moz-transition: .2s ease-in-out;
  	-o-transition: .2s ease-in-out;
	background:#fff;
}
.squ-imglist li:hover{
	-webkit-box-shadow:0 0 5px #F7F7F7;
	-moz-box-shadow:0 0 5px #F7F7F7;
}
.squ-imglist li img{
	width:120px;
	height:120px;
	border:2px solid #ccc;
}
.squ-imglist .pic-info{
	display:block;
}
/*footer*/
#squ-footer{
	border-top:3px solid #ccc;
	width:679px;
	margin:10px auto;
	padding:10px 0px;
}