@charset "utf-8";
article, aside, dialog, footer, header, section, footer, nav, figure {
    display: block;
}
/* reset */
a {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

header, nav, footer, article, section, aside {
    display: block;
}

a, article, div, pre, input {
    -webkit-transition: all .2s linear .2s;
    transition: all .2s linear .2s;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

pre, blockquote {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #999;
    background: #f3f3f3;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    word-break: break-all;
    word-wrap: break-word;
}

pre:hover, blockquote:hover {
    border-color: #666
}

blockquote {
    font-style: italic;
}

body, input, pre {
    font-family: 文泉驿等宽微米黑, MicroSoft yahei, Tahoma, Arial;
}

body {
    background: url("http://rekey.im/usr/themes/Rekey/images/bg.jpg") no-repeat right top #fff fixed;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 20px 70px;
    line-height: 22px;
}
header{
	padding:0 10px;
}
h1 {
    font-size: 24px;
    color: #666;
    padding: 0 0 5px;
}

h1 a {
    color: #333;
    background: none;
}

h1 a:hover {
    color: #999;
    text-decoration: none;
    background: none;
}

header p {
    color: #999;
}

menu {
    overflow: hidden;
    padding: 15px 10px 5px;
    margin: 0
}

menu a {
    float: left;
    color: #ccc;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    padding: 0 1.5em;
    background: #353A41;
    margin: 0 10px 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

menu a:hover {
    background: #8C99AA;
    text-decoration: none;
}

menu a.current {
    background: #78B83A;
    color: #fff
}
.layout{
	padding:0 310px 0 0;
	overflow:hidden;
	zoom:1;
}
.main{
	float:left;
	width:100%;
	opacity:0.85;
	padding:10px 0 0;
}
.sidebar{
	width:310px;
	float:right;
	margin:0 -310px;
	padding:10px 0 0;
}
article,
div.page{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#f8f8f8;
	border:1px solid #ccc;
	padding:15px;
	color:#333;
	margin:0 0 10px;
	background:#fefefe;
	margin:0 10px 10px;
}
article:hover,
div.page:hover{
	background:#fff;
	border:1px solid #888;
}
article:hover,
.widget:hover{
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}
div.page{
	padding:10px;
	text-align:center;
}
div.page a,
div.page strong{
	padding:2px 10px;
	margin:0 5px;
	display:inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
div.page strong{
	background:#ccc;
	color:#333;
}
div.page span{
	margin:0 5px;
	color:#ccc;
	display:inline-block;
}
h2{
	padding:0 0 5px;
	font-size:16px;
	color:#444;
}
h2 a{
	background:none;
	padding:0;
	color:#444;
}
h2 a:hover{
	background:none;
	text-decoration:none;
	color:#333
}
details{
	font-size:12px;
}
article .paragraph{
	padding:5px 0;
	overflow:hidden;
}
article .paragraph ul{
	list-style:disc inside;
	padding:10px;
}
article .paragraph ol{
	list-style:decimal inside;
	padding:10px;
}
article .paragraph .cover{
    padding:0 0 5px;
    overflow:hidden;
}
article .paragraph .cover_f{
    padding:0 0 5px 5px;
    overflow:hidden;
	float:right
}
article .paragraph a{
	padding:0;
	margin:0 3px;
	text-decoration:underline;
}
article .paragraph a:hover{
	text-decoration:blink;
}
article .paragraph a img,
.cover img{
	border:5px solid #575757;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	max-width:100%;
	float:left;
}
article .paragraph a:hover img{
	background:#369
}
article .tags a{
	background:none;
	text-decoration:none;
	color:#444
}
article:hover .tags a{
	color:#333
}
article .tags a:hover{
	background:none;
	text-decoration:underline;
	color:#666
}
article h3{
	
}
.widget{
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px;
	color:#343434;
	margin:0 10px 10px;
	background:#fff;
	opacity:0.9
}
.widget h3{
	font-size:16px;
}
.user-info li{
	list-style:disc inside;
}
.user-headpic{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url(images/rekey.jpg) center center;
	height:240px;
	overflow:hidden;
	text-indent:-999em;
}
.search{
	overflow:hidden;
	position:relative;
	border:1px solid #333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fff;
}
.search input.keyword{
	padding:6px 7px 7px;
	overflow:hidden;
	-webkit-border-radius:3px;
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	outline:none;
	color:#333;
	float:left;
	font-size:12px;
	position:absolute;
	left:0;
	right:50px;
	border:0 none;
	outline:none;
}
.search input.submit{
	-webkit-border-radius:3px;
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border:none;
	float:left;
	font-size:12px;
	overflow:visible;
	padding:5px;
	height:30px;
	width:50px;
	float:right;
	background:#333;
	color:#CCC;
	cursor:pointer;
}
.search input.submit:hover{
	background:#369;
}
.side_comments{
	color:#363636
}
@-moz-document url-prefix(){.search input.keyword{width:200px}}
.text_list li{
	padding:5px 0 0;
}
footer{
	text-align:center;
	line-height:30px;
	color:#999;
	clear:both
}
footer a{
	background:none;
	text-decoration:underline;
}
footer a:hover{
	text-decoration:none;
	color:#666;
	background:none;
}
footer strong{
	color:#ccc
}
/* ------------------
 * comment list
 * --------------- */
#comments {
	margin-top: 10px;
}

#comments h4 {
font-size: 14px;
font-weight: bold;
}

ol#comment_list, ol#comment_list ol {
margin: 0;
list-style: none;
}

ol#comment_list ol {
padding-top: 10px;
}

ol#comment_list li {
margin: 0;
padding-bottom: 10px;
}

ol#comment_list li {
	padding: 10px 15px;
	margin-top: 10px;
	border: 1px solid #999;
	background: #f6f6f6;
	overflow: hidden;
}

ol#comment_list ol li {
	background: #fff;
}

ol#comment_list li.odd {
	background: #FAFAFA;
}
ol#comment_list li:hover{
	border-color:#666;
}
ol#comment_list li .comment_reply {
	text-align: right;
}

ol#comment_list li .comment_reply a {
	font-size: 11px;
	border: none;
}

.comment_data {
padding-bottom: 8px;
/*border-bottom: 1px dashed #eee;*/
color: #666;
font-size: 11px;
}
.comment_data .author{
display: block;
font-size: 15px;
color: #333;
}
.comment_data .author a,
.comment_data .author a:hover{
	color:#333;
	padding:0;
	background:none;
} 
.comment_data .count {
margin-left: 5px;
font-weight: bold;
}
.comment_data .author a {
}
.comment_body {
overflow: hidden;
}

img.avatar {
/*display: none;*/
float: left;
margin: 6px 10px 0 0;
padding:1px;
border:1px solid #666;
}

#respond {
margin-top: 20px;
}

ol#comment_list li #respond {
border-top: 1px solid #ddd;
padding-top: 10px;
}

#comment_form {
	padding-right: 8px;
}

#respond .cancle_comment_reply {
	float: right;
	font-size: 11px;
	display: none
}

#respond .cancle_comment_reply a {
	border: none;
	color: #aaa;
}

#respond .cancle_comment_reply a:hover {
	color: #444;
}

ol#comment_list li #respond .cancle_comment_reply {
	display: inline;
}

#comment_form label {
	font-size: 12px;
	color: #555;
	display: block;
	font-weight: bold;
}

#comment_form label .required {
	color: #C04E37;
	padding-left: 5px;
	font-size: 14px;
}
#comment_form .text {
width: 300px;
margin-right: 15px;
border:1px solid #666;
padding:3px;
}
#comment_form .text:focus,
#comment_form textarea:focus{
	border:1px solid;
	border-color:#333 #999 #999 #333;
}
#comment_form textarea {
width: 500px;
height: 180px;
border:1px solid #666;
margin:5px 0 0;
}

ol#comment_list li #respond .text {
	_width: 400px;
}

ol#comment_list li #respond textarea {
	_width: 400px;
}

/* 个人信息 */
.user-headpic{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url(http://rekey.im/usr/themes/Rekey/images/rekey.jpg) center center;
	height:240px;
	overflow:hidden;
	text-indent:-999em;
	margin:0 0 5px;
	border:1px solid #fff;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.rekey-info li{
	overflow:hidden;
	zoom:1;
}
.rekey-info b{
	float:left;
	width:60px;
	text-align:right;
	padding:0 5px 0 0;
}
