/*
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:arial;
} 
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;
}

/*= Layout */
body{
	background:#EEE;
}
#header,#main,#footer{
	width:960px; margin:0 auto;
}

.main-header{
	background:url("img/bg.png") top left; width:960px; height:30px; margin:0 auto;
}
#main{
	background:#FFF url("img/bg-inner.png") repeat-y; width:960px;
}
#main .main-footer{
	background:url("img/bg.png") bottom left; width:960px; height:30px;
}

#main #content{
	float:left; width:580px;
}
#main #sidebar{
	float:left; width:260px;
}


/*= Header */
#header{
	margin-top:10px; margin-bottom:-35px;
	position:relative;
}

#header h1{
	display:inline; margin-left:30px;
	font-size:50px; font-family:"Arial";
	text-shadow:0 0 5px #BBB;
}
#header h1 a{
	color:#000; text-decoration:none;
}
#header h1 a:hover{
	color:#0A89E4;
}
#header span.tagline{
	display:inline;
	font-size:14px; font-family:"Microsoft Yahei";
}

#header ul{
	position:absolute; right:30px; bottom:5px;
}
#header ul li{
	display:inline;
	font-size:14px; font-family:"Microsoft Yahei";
}
#header ul li a{
	color:#000; text-decoration:none;
	display:inline-block; padding:2px 5px;
	text-shadow:0 0 2px #555;
}
#header ul li a:hover,
#header ul li.current_page_item a,
#header ul li.current_page_parent a{
	background:#0A89E4; color:#FFF;
	text-shadow:0 0 1px #BBB;
}

#header ul li.rss a{
	background:url("img/rss.png") 0 0 no-repeat; width:20px; height:20px;
	padding:0;
	text-indent:-2000px;
}
#header ul li.rss a:hover{
	background:url("img/rss.png") -20px 0 no-repeat;
}

/*= Main */
#main a{
	color:#0A89E4; text-decoration:none;
}
#main a:hover{
	color:#E67E22;
}
#main h2{
	font-family:"Microsoft Yahei";
	text-shadow:0 0 2px #555;
}
#main h2 a:hover{
	text-shadow:0 0 2px #BBB;
}

/*= Content */
#content{
	padding:0 15px 0 50px; margin:20px 0; border-right:1px solid #BBB;
}

#notice{
	padding:0 0 10px 0; margin-bottom:20px;
	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 0 0 0; margin-bottom:20px;
}
.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:5px; border:1px solid #BBB;
	max-width:550px;
}
.entry img:hover{
	border:1px solid #0A89E4;
	background:#0A89E4;
}

.post p{
	font-size:14px; line-height:24px; margin-bottom:20px;
}
.post ul,ol{
	margin:0 0 18px 2em;
}
.post ul li{
	font-size:14px; line-height:20px;
	list-style:disc inside;
}
.post ol li{
	font-size:14px; line-height:20px;
	list-style:lower-roman inside;
}
.post blockquote{
	margin-left:2em; padding-left:10px; border-left:1px dashed #777;
	color:#777;
}
.post strong{
	font-weight:bold;
}
#main .entry a{
	display:inline-block; padding:2px 2px;
}
#main .entry a:hover{
	color:#FFF; background:#0A89E4;
}

.post p.postmetadata{
	font-size:12px; line-height:18px;
}
.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:20px 30px 0 15px;
}

.widget{
	margin-bottom:20px;
	color:#555;
}
.widget h2{
	font-size:18px;
	margin-bottom:5px;
}
.widget li{
	line-height:20px;
}
.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;
}


/*= Comment */
#comments{
	font-size:16px; line-height:30px;
	border-top:1px solid #BBB;
	padding-top:20px;
	margin-bottom:10px;
}
ol.commentlist{
	margin:0;
}
ol.commentlist li{
	list-style:none;
	
}
ol.commentlist li div.comment-body {
	border-bottom:1px solid #BBB;
	margin-bottom:10px;
	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:-2px; left:40px;
}
div.comment-body .says{
	display:none;
}
div.comment-body .comment-meta{
	position:absolute; top:14px; left:40px;
}
#main div.comment-body .comment-meta a,
#main div.comment-body .comment-meta a:hover{
	color:#BBB;
}

#main a.comment-reply-link{
	display:inline-block; padding:2px 15px; border:1px solid #BBB; margin-bottom:10px;
	color:#000;
}
#main a.comment-reply-link:hover{
	background:#0A89E4; color:#FFF;
}

#respond h3{
	font-family:"Microsoft Yahei"; font-size:18px; height:30px;
}
#respond input{
	border:1px solid #BBB; height:18px;
}
#respond input#submit{
	background:#FFF; padding:5px 10px; height:auto;
}
#respond input:hover,
#respond input:focus{
	border-color:#E67E22;
}
#respond input#submit:hover{
	background:#0A89E4; color:#FFF; border-color:#BBB;
}

/*= Footer */
#footer{
	margin-top:-20px; padding-right:60px; text-align:right;
	color:#BBB;
}
#footer a{
	color:#BBB; text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}