/*
Theme Name: eXphio
Theme URI: http://lightory.net
Description: eXphio
Version: 1.0
Author: LIGHT
Author URI: http://lightory.net
*/


/*= Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
font-size:12px;
font-family:Georgia, "Times New Roman", Times, "Hiragino Sans GB", "Hiragino Kaku Gothic Pro", "STXihei", Hei, SimSun, "WenQuanYi Micro Hei", sans-serif;
} 
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
fieldset,img { 
border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-weight: normal; 
font-style: normal; 
} 
ol,ul { 
list-style: none; 
} 
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-weight: normal; 
font-size: 100%; 
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym { border: 0; 
}

.clearfix{
	clear:both;
}

.box,
.widget{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;	border: 2px solid #fff;
}

/*= Layout */
body{
	background:#3F444A url("img/bg-dark.jpg");
}
#header,#main,#footer{
	width:960px; margin:0 auto;
}

.main-header{
	width:960px; height:30px; margin:0 auto;
}
#main{
	width:950px;
}

#main #content{
	float:left; width:650px;
}
#main #sidebar{
	float:left; width:280px;
}


/*= Header */
#header{
	margin-top:30px; margin-bottom:-35px;
	position:relative;
}

#header img{
	width:80px; height:80px;
	position:absolute; left:5px; bottom:-10px;
}
#header h1{
	display:inline; 
	position:relative; left:100px; bottom:10px;
	font-size:36px; font-family:"Hiragino Sans GB", "Arial";
}
#header h1 a{
	color:#FFF; text-decoration:none;
	text-shadow:0 0 10px #FFF;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header h1 a:hover{
	text-shadow:0 -5px 10px #FFF;
}
#header span.tagline{
	display:inline;
	font-size:14px; font-family:"Microsoft Yahei";
}

#header ul{
	position:absolute; right:6px; bottom:13px;
	padding:2px 6px 0;
}
#header ul li{
	display:inline; margin-right:4px;
	font-size:14px;
}
#header ul li a{
	color:#0A89E4; text-decoration:none;
	display:inline-block; padding:2px 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header ul li a:hover,
#header ul li.current_page_item a,
#header ul li.current_page_parent a{
	background:#0A89E4; color:#FFF;
}

#header ul li.rss a{
	background:url("img/rss.png") 0 0 no-repeat; width:20px; height:20px;
	padding:0;
	text-indent:-2000px;
	position:relative; bottom:2px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}
#header ul li.rss a:hover{
	background:url("img/rss.png") -20px 0 no-repeat;
}

/*= Main */
#main a{
	color:#0A89E4; text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#main a:hover{
	color:#E67E22;
}
#main h2{
	font-family:"Hiragino Sans GB", "Microsoft Yahei";
	text-shadow:0 0 2px #555;
}
#main h2 a:hover{
	text-shadow:0 0 2px #BBB;
}

/*= Content */
#content{
	margin:0 0 20px;
}

#notice{
	padding:10px 20px; margin-bottom:6px;
	border-bottom:1px solid #BBB;
	font-size:12px;
}
#notice h2{
	font-size:18px; line-height:30px;
}
#notice li{
	line-height:20px;
}
#notice strong{
	font-weight:bold;
}

.post{
	font-size:14px;
	padding:0 20px; margin-bottom:6px;
}
.archive .post{
	border-bottom:1px solid #BBB;
}
.post h2{
	font-size:18px; line-height:30px;
	position:relative;
}
#main .post h2 a{
	color:#000; text-decoration:none;
}
#main .post h2 a:hover{
	color:#0A89E4;
}
.post h2 .toggle{
	background:url("img/toggle.png") 0 0 no-repeat; height:14px; width:12px; display:inline-block;
	position:absolute; top:10px; right:0;
	cursor:pointer;
}
.post h2 .toggled{
	background:url("img/toggle.png") -12px 0 no-repeat; height:14px; width:12px; display:inline-block;
	position:absolute; top:10px; right:0;
	cursor:pointer;
}

.entry{
	overflow:hidden;
}
.entry h3{
	font-weight:bold; line-height:20px;
	margin-bottom:16px;
}
.entry img{
	padding:2px; border:1px solid #BBB;
	max-width:550px;
}
.entry img:hover{
	border:1px solid #000;
}

.post p{
	font-size:14px; line-height:24px; margin-top:0; margin-bottom:18px;
}
.post p.delicious-extended{
	font-size:12px; margin-left:24px; margin-top:0; margin-bottom:0;
}
.post ul,ol{
	margin:0 0 18px 2em;
}
.post ul li{
	font-size:14px; line-height:24px;
	list-style:disc outside;
}
.post ol li{
	font-size:14px; line-height:24px;
	list-style:lower-roman outside;
}
.post blockquote{
	margin-left:2em; padding-left:10px; border-left:1px dashed #777;
	color:#777;
}
.post strong{
	font-weight:bold;
}
.post p.postmetadata{
	font-size:12px; line-height:18px;
	margin-top:0; margin-bottom:10px;
}
.postmetadata .spirit{
	background:url("img/icon.png") no-repeat; height:16px; line-height:16px;
	padding-left:20px; margin-right:10px;
	color:#555;
}
.postmetadata .time{
	background-position:0 0;
}
.postmetadata .tags{
	background-position:0 -16px;
}
.postmetadata .comments{
	background-position:0 -32px;
	float:right;
	margin-right:0;
}
.postmetadata .views{
	background-position:0 -48px;
	float:right;
}
#main .postmetadata a{
	padding:0;
}
#main .postmetadata a:hover{
	color:#E67E22; background:none;
}

/*= Sidebar */
#sidebar{
	padding:0 0 0 15px;
}

.widget{
	padding:10px;
	margin-bottom:20px;
	color:#555;
}
.widget h2{
	font-size:18px;
	margin-bottom:5px;
}
.widget ul li{
	line-height:20px;
}
.widget ul li.blogroll{
	display:inline-block;
	width:61px;
}
.widget .avatar{
	border:1px solid #777;
	-webkit-box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
	margin:0 5px 5px 0;
}
#searchform{
	position:relative;
}
#s{
	border:1px solid #BBB; width:120px; padding:2px 4px;
}
#searchsubmit{
	position:absolute;
	top:2px; left:140px;
}

/*= Comment */
#comments{
	margin-top:20px;
}
#comments h3{
	font-size:16px;
	margin:10px 20px;
}
#comments ul.children{
	padding-left:20px;
}
ol.commentlist{
	margin:0;
}
ol.commentlist li{
	list-style:none;
}
ol.commentlist li div.comment-body {
	border-top:1px solid #BBB;
	margin-bottom:10px;
	padding:10px 20px 0;
	position:relative;
}
ol.commentlist li p{
	font-size:12px; line-height:18px; margin:12px 0;
}


div.comment-author .avatar{
	border:1px solid #777;
	-webkit-box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
}
div.comment-body .comment-author .fn{
	position:absolute; top:8px; left:60px;
}
div.comment-body .says{
	display:none;
}
div.comment-body .comment-meta{
	position:absolute; top:22px; left:60px;
}
#comments div.comment-body .comment-meta a,
#comments div.comment-body .comment-meta a:hover{
	color:#BBB;
}

#comments a.comment-reply-link{
	display:inline-block;
	padding:6px 20px;
	color:#FFF; background:#3B8EDB; border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-moz-box-shadow:0 1px 0 #ffffff;
}
#comments a.comment-reply-link:hover{
	background:#5DA1E1;
}

#respond{
	padding-left:20px;
	margin-bottom:20px;
	border-top:1px solid #BBB;
}
#comments #respond h3{
	font-size:14px; height:24px;
	margin-left:0;
}
#respond p{
	margin-bottom:10px;
}
#respond input[type="text"],
#respond textarea{
	border:1px solid #BBB; line-height:18px;
}
#respond input[type="text"]{
	height:18px;
}
#respond input[type="text"]:hover,
#respond input[type="text"]:focus,
#respond textarea:hover,
#respond textarea:focus;{
	border-color:#E67E22;
}
#respond input#submit{
	padding:6px 20px; display:block;
	color:#FFF; background:#3B8EDB; border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-moz-box-shadow:0 1px 0 #ffffff;
	cursor:pointer;
}
#respond input#submit:hover{
	background:#5DA1E1;
}

/*= Footer */
#footer{
	margin-bottom:10px; padding-right:60px; text-align:center;
	color:#FFF; font-family:"Hiragino Sans GB";
}
#footer a{
	color:#FFF; text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
