﻿/*
Theme Name:OnlyRoom
Description:心决定你的姿态
Version:2010.5
Author:OnlyZhang
Author URI:http://onlyroom.net
*/

@charset 'utf-8';

/*----------重置 Start----------*/
*{
	margin:0;
	padding:0;
	border:none;
	position:static;
	letter-spacing:normal;
	background:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:"";
}
blockquote,q{
	quotes:"" "";
}
hr{
	width:100%;
	height:0;
}
ol,ul,li{
	list-style:none;
}
:focus,a{
	outline:none;
}
*::selection{
	color:#ece9e2;/*框选文字颜色*/
	background:#968070;/*框选背景颜色*/
}
*::-moz-selection{
	color:#ece9e2;/*框选文字颜色 兼容firefox*/
	background:#968070;/*框选文字颜色 兼容firefox*/
}
/*----------重置 End----------*/


/*----------全局 Start----------*/
html{
	font:13px/23px tahoma,arial,sans-serif;/*全局文字样式*/
	color:#6c5c4f;/*全局文字颜色*/
	background:#ece9e2;
	overflow:scroll;
	overflow-x:hidden;
}
body .clear{
	clear:both;
}
body .hidden{
	display:none;
}
a{
	color:#7e6b5c;/*全局文字链接颜色*/
	text-decoration:none;
	transition:color .2s linear;/*全局文字链接颜色 状态间的过渡效果*/
	-webkit-transition:color .2s linear;
}
a:hover{
	color:#0b6097;/*全局文字链接颜色 悬停状态*/
	text-decoration:underline;
}
/*----------全局 End----------*/


/*----------顶部 Start----------*/
#wallpaper{
	width:100%;
}
#header{
	padding:0 0 5px;
	background:url(style/background.gif) repeat-x;
}
#header>.background{
	width:930px;
	height:522px;
	margin:0 auto;
	background:url(style/header.jpg) 0 69px no-repeat;
}
#header h1{
	width:229px;
	height:55px;
	position:absolute;
	margin:105px 0 0 265px;
}
#header h1>a{
	display:block;
	width:100%;
	height:100%;
	background:url(style/background.png) 0 -369px no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}
#header h2{
	width:233px;
	height:369px;
	position:absolute;
	margin:153px 0 0 510px;
	background:url(style/background.png) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}
#caticon{
	width:115px;
	height:89px;
	position:absolute;
	margin:373px 0 0 414px;
	background:url(style/background.png) -233px 0 no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}
/*----------顶部 End----------*/


/*----------菜单导航栏 Start----------*/
#menu{
	height:62px;
	position:absolute;
	margin:0;
	padding:0;
}
#menu>li{
	width:98px;
	height:32px;
	margin:15px 6px;
	display:inline;
	float:left;
}
#menu>li[class$='message'],#menu>li[class$='facebook']{
	width:109px;
}
#menu>li[class$='facebook']{
	margin-left:265px;
}
#menu>li[class$='feed']{
	width:87px;
}
#menu>li>a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) no-repeat;
}
#menu>.home>a{
	background-position:-348px 0;
}
#menu>._home>a,#menu>.home>a:hover{
	background-position:-446px 0;
}
#menu>.author>a{
	background-position:-348px -32px;
}
#menu>._author>a,#menu>.author>a:hover{
	background-position:-446px -32px;
}
#menu>.message>a{
	background-position:-303px -160px;
}
#menu>._message>a,#menu>.message>a:hover{
	background-position:-412px -160px;
}
#menu>.album>a{
	background-position:-348px -64px;
}
#menu>._album>a,#menu>.album>a:hover{
	background-position:-446px -64px;
}
#menu>.feed>a{
	background-position:-347px -96px;
}
#menu>._feed>a,#menu>.feed>a:hover{
	background-position:-434px -96px;
}
#menu>.facebook>a{
background-position:-303px -128px;
}
#menu>._facebook>a,#menu>.facebook>a:hover{
background-position:-412px -128px;
}
/*----------菜单导航栏 End----------*/


/*----------主内容 Start----------*/
#main{
	width:930px;
	margin:0 auto;
}
#content{
	width:670px;
	display:inline;
	float:left;
}
#content>div[id^='post']{
	width:670px;
	margin:0 0 25px;
	background:url(style/line.jpg) -670px 0 repeat-y;
}
#content>div[id^='post']>.t,#content>div[id^='post']>.b{
	width:100%;
	height:12px;
	background:url(style/line.jpg) no-repeat;
}
#content>div[id^='post']>.b{
	margin:5px 0 0;
	background:url(style/line.jpg) -1340px 0 no-repeat;
}
#content>div[id^='post']>small{
	display:inline;
	max-width:200px;
	height:16px;
	margin:7px 22px;
	padding:0 0 0 26px;
	font:12px/16px tahoma,arial,sans-serif;
	color:#7e6b5c;
	background:url(style/background.png) no-repeat;
}
#content>div[id^='post']>small[class='date']{
	float:left;
	background-position:-528px -408px;
}
#content>div[id^='post']>small[class$='comnum']{
	float:right;
	background-position:-525px -160px;
}
#content>div[id^='post']>small[class='category'],#content>div[id^='post']>small[class='tag']{
	display:block;
	max-width:600px;
	background-position:-525px -176px;
}
#content>div[id^='post']>small[class='tag']{
	background-position:-525px -192px;
}
#content>div[id^='post']>h2,#content>div[id^='post']>div[class$='entry']{
	width:626px;
	margin:0 22px;
}
#content>div[id^='post']>h2{
	height:24px;
	padding:10px 0;
	border-top:1px solid #dfdedc;
}
#content>div[id^='post']>h2>a[class^='post-edit-link']{
	*position:absolute;
	display:block;
	float:left;
	margin:5px 5px 0 1px;
	width:9px;
	height:9px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -438px -415px no-repeat;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.alpha(style=0,opacity=70);
	transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
#content>div[id^='post']>h2>a[class^='post-edit-link']:hover{
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.alpha(style=0,opacity=100);
}
#content>div[id^='post']>div[class$='entry']{
/*这个是文章内的细节样式 吼吼*/
}
#content>div[id^='post']>div[class='entry'] a[class*='more-link']{
	display:block;
	width:98px;
	height:27px;
	margin:0 0 0 528px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -325px -192px no-repeat;
}
#content>div[id^='post']>div[class='entry'] a[class*='more-link']:hover{
	background:url(style/background.png) -423px -192px no-repeat;
}
#content>div[id^='post']>div[class='_entry']{
	padding:0 0 12px;
	border-bottom:1px solid #dfdedc;
}
#content>div[id^='post']>div[class='__entry']{
	padding:15px 0;
}
/*----------主内容 End----------*/


/*----------前后页导航栏 Start----------*/
.navigation{
	width:650px;
	height:23px;
	margin:0 10px;
}
.navigation>p{
	display:inline;
	max-width:325px;
	height:23px;
}
.navigation>p>a{
	display:block;
	max-width:303px;
	height:100%;
	font-weight:bold;/*前后页导航栏链接文字加粗*/
	color:#8f7a69;/*前后页导航栏链接文字颜色*/
}
.navigation>p>a:hover{
	color:#2587af;/*前后页导航栏链接文字颜色 悬停状态*/
}
.navigation>.navNew{
	float:left;
}
.navigation>.navNew>a{
	padding:0 0 0 22px;
	background:url(style/background.png) -528px -97px no-repeat;
}
.navigation>.navNew>a:hover{
	background:url(style/background.png) -528px -129px no-repeat;
}
.navigation>.navOld{
	float:right;
}
.navigation>.navOld>a{
	padding:0 22px 0 0;
	text-align:right;
	background:url(style/arrow.png) right -1px no-repeat;
}
.navigation>.navOld>a:hover{
	background:url(style/arrow.png) right -24px no-repeat;
}
/*----------前后页导航栏 End----------*/


/*----------评论列表 Start----------*/
#commentlist{
	margin:20px 0 0;
}
#commentlist>li[id^='comment']{
	width:670px;
	margin:0 0 20px;
	background:url(style/line.comment.jpg) -670px 0 repeat-y;
}
#commentlist>li[id^='comment']>.t,#commentlist>li[id^='comment']>.b{
	width:100%;
	height:12px;
	background:url(style/line.comment.jpg) no-repeat;
}
#commentlist>li[id^='comment']>.b{
	background:url(style/line.comment.jpg) -1340px 0 no-repeat;
}
#commentlist>li[id^='comment']>.card{
	width:644px;
	height:16px;
	margin:7px 13px;
	padding:0 0 14px;
	background:url(style/line.comment.jpg) -2010px 18px no-repeat;
}
#commentlist>li[id^='comment']>.card>small,#commentlist>li[id^='comment']>.card>cite{
	display:inline;
	max-width:250px;
	height:100%;
	padding:0 0 0 23px;
	font:12px/16px tahoma,arial,sans-serif;
	color:#7e6b5c;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background:url(style/background.png) no-repeat;
}
#commentlist>li[id^='comment']>.card>small{
	float:left;
	background-position:-528px -408px;
}
#commentlist>li[id^='comment']>.card>cite{
	float:right;
	text-transform:capitalize;
	background-position:-528px -392px;
}
#commentlist li[id^='comment']>.card>a[class='comment-edit-link']{
	display:block;
	float:right;
	width:9px;
	height:9px;
	margin:4px 11px 0 0;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -438px -415px no-repeat;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.alpha(style=0,opacity=70);
	transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
#commentlist li[id^='comment']>.card>a[class='comment-edit-link']:hover{
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.alpha(style=0,opacity=100);
}
#commentlist>li[id^='comment']>.says{
	width:644px;
	margin:0 13px;
}
#commentlist>li[id^='comment']>.says>img[class^='avatar']{
	width:36px;
	height:36px;
	padding:4px;
	background:url(style/background.png) -233px -306px no-repeat;
}
#commentlist>li[id^='comment']>.says>p{
	margin:-51px 0 0 60px;
	width:584px;
	min-height:44px;
}
#commentlist li[id^='comment']>.says>a[class^='comment-reply-link']{
	display:block;
	width:50px;
	height:22px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) no-repeat;
}
#commentlist>li[id^='comment']>.says>a[class^='comment-reply-link']{
	margin:5px 0 3px 580px;
	background-position:-283px -284px;
}
#commentlist>li[id^='comment']>.children .says>a[class^='comment-reply-link']{
	margin:5px 0 0 509px;
	background-position:-233px -284px;
}
#commentlist li[id^='comment']>.says>a[class^='comment-reply-link']:hover{
	background-position:-470px -284px;
}
#commentlist>li[id^='comment']>.children{
	margin:0 0 0 73px;
	width:584px;
}
#commentlist>li[id^='comment']>.children .t{
	height:7px;
}
#commentlist>li[id^='comment']>.children .b{
	display:none;
}
#commentlist>li[id^='comment']>.children .card,#commentlist>li[id^='comment']>.children .says{
	border:1px solid #e1ddda;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
}
#commentlist>li[id^='comment']>.children .card{
	width:562px;
	height:16px;
	padding:9px 10px;
	border-bottom:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-khtml-border-bottom-left-radius:0;
	-khtml-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
#commentlist>li[id^='comment']>.children .card>small,#commentlist>li[id^='comment']>.children .card>cite{
	display:inline;
	max-width:250px;
	height:100%;
	padding:0 0 0 23px;
	font:12px/16px tahoma,arial,sans-serif;
	color:#7e6b5c;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background:url(style/background.png) no-repeat;
}
#commentlist>li[id^='comment']>.children .card>small{
	float:left;
	background-position:-528px -408px;
}
#commentlist>li[id^='comment']>.children .card>cite{
	float:right;
	text-transform:capitalize;
	background-position:-528px -392px;
}
#commentlist>li[id^='comment']>.children .says{
	width:562px;
	margin:0 0 8px;
	padding:0 10px 7px;
	border-top:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-khtml-border-top-left-radius:0;
	-khtml-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
#commentlist>li[id^='comment']>.children .says>img[class^='avatar']{
	width:32px;
	height:32px;
	padding:4px;
	background:url(style/background.png) -277px -310px no-repeat;
}
#commentlist>li[id^='comment']>.children .says>p{
	width:510px;
	min-height:40px;
	margin:-46px 0 0 52px;
}
#commentlist>li[id^='comment']>.children .says>p>strong{
	text-transform:capitalize;
}
/*----------评论列表 End----------*/


/*----------评论输入框 Start----------*/
#respond{
	width:670px;
	margin:25px 0 15px;
	background:url(style/line.jpg) -3600px 0 repeat-y;
}
#respond>.t,#respond>.b{
	width:100%;
	height:12px;
	background:url(style/line.jpg) -2930px 0 no-repeat;
}
#respond>.b{
	background:url(style/line.jpg) -4270px 0 no-repeat;
}
#respond .ajax{
	display:none;
}
#respond>p[class$='wait']{
	width:268px;
	height:28px;
	margin:15px 20px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/ajax.png) no-repeat;
}
#respond>p[class$='error']{
	width:480px;
	height:20px;
	margin:6px 20px 13px;
	padding:0 0 0 150px;
	font:bold 13px/20px helvetica,arial,sans-serif;/*评论输入错误提示文字样式*/
	color:#dbd7c8;/*评论输入错误提示文字颜色*/
	text-transform:capitalize;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background:url(style/ajax.png) 0 -28px no-repeat;
}
#respond>div[class='title']{
	width:136px;
	height:32px;
	margin:0 0 7px 20px;
}
#respond>div[class='title']>h3{
	width:114px;
	height:32px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -233px -219px no-repeat;
}
#respond>div[class='title']>p[class$='send']{
	width:16px;
	height:11px;
	margin:-22px 0 0 120px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/ajax.gif) no-repeat;
}
#commentform,#respond>p{
	width:640px;
	margin:0 15px;
}
#commentform input,#commentform textarea{
	border:none;
	background:none;
}
#commentform>p[class='input']{
	display:inline;
	float:left;
	width:200px;
	height:22px;
	margin:0 0 12px 20px;
	padding:5px 0;
	background:url(style/line.form.jpg) -1920px 0 no-repeat;
}
#commentform>p[class='input']:first-child{
	margin:0 0 12px;
}
#labelAuthor,#labelEmail,#labelUrl{
	display:inline;
	float:left;
	height:22px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) no-repeat;
}
#labelAuthor{
	width:48px;
	background-position:-233px -96px;
}
#labelEmail{
	width:39px;
	background-position:-233px -118px;
}
#labelUrl{
	width:59px;
	background-position:-233px -140px;
}
#commentform>p[class='input']>input{
	display:inline;
	float:left;
	height:22px;
	font:bold 13px/22px helvetica,arial,sans-serif;/*评论框内信息输入文字样式*/
	color:#dbd7c8;/*评论框内信息输入文字颜色*/
}
#commentform>p[class='input']>input:focus{
	color:#eae7df;/*评论框内正文输入文字颜色 焦点状态*/
}
#commentform>p[class='input']>input[name='author']{
	width:143px;
}
#commentform>p[class='input']>input[name='email']{
	width:152px;
	ime-mode:disabled;
}
#commentform>p[class='input']>input[name='url']{
	width:132px;
	ime-mode:disabled;
}
#commentform>p[class='logout']{
	display:inline;
	float:left;
	width:64px;
	height:22px;
	margin:0 0 12px 20px;
	padding:5px 0;
	background:url(style/line.form.jpg) -2120px 0 no-repeat;
}
#commentform>p[class='logout']>a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -233px -162px no-repeat;
}
#commentform>p[class*='textarea']{
	width:640px;
	margin:0 0 12px;
	background:url(style/line.form.jpg) -640px 0 repeat-y;
}
#commentform>p[class*='textarea']>.t,#commentform>p[class*='textarea']>.b{
	display:block;
	width:100%;
	height:12px;
	background:url(style/line.form.jpg) no-repeat;
}
#commentform>p[class*='textarea']>.b{
	background:url(style/line.form.jpg) -1280px bottom no-repeat;
}
#commentform>p[class*='textarea']>ins{
	display:block;
	width:590px;
	height:30px;
	margin:0 25px;
	border-bottom:1px solid #6c5c4f;
	text-decoration:none;
}
#commentform>p[class*='textarea']>ins>a{
	display:inline-block;
	width:25px;
	height:24px;
	margin:0 0 0 16px;
	cursor:pointer;
}
#commentform>p[class*='textarea']>ins>a>img{
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.alpha(style=0,opacity=90);
	transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
#commentform>p[class*='textarea']>ins>a>img:hover{
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.alpha(style=0,opacity=100);
}
#comment{
	width:620px;
	height:88px;
	margin:3px 10px 0;
	font:bold 13px/22px helvetica,arial,sans-serif;/*评论框内正文输入文字样式*/
	color:#dbd7c8;/*评论框内正文输入文字颜色*/
	overflow:hidden;
	resize:none;
}
#comment:focus{
	color:#eae7df;/*评论框内正文输入文字颜色 焦点状态*/
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
}
#commentform>p[class='submit']{
	height:32px;
}
#commentform>p[class='submit']>input[type='submit']{
	width:164px;
	height:32px;
	overflow:hidden;
	background:url(style/line.form.jpg) -2184px 0 no-repeat;
	cursor:pointer;
}
#commentform>p[class='submit']>input[type='submit']:hover{
	background:url(style/line.form.jpg) -2348px 0 no-repeat;
}
#commentform>p[class='submit']>a[id='cancel-comment-reply-link']{
	position:absolute;
	width:133px;
	height:32px;
	margin:0 0 0 25px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/line.form.jpg) -2512px 0 no-repeat;
}
#commentform>p[class='submit']>a[id='cancel-comment-reply-link']:hover{
	background:url(style/line.form.jpg) -2645px 0 no-repeat;
}
/*----------评论输入框 End----------*/


/*----------侧边栏 Start----------*/
#sidebar{
	width:236px;
	display:inline;
	float:right;
}
#sidebar>li{
	width:236px;
	margin:0 0 23px;
	background:url(style/line.jpg) -2246px 0 repeat-y;
}
#sidebar>li>div{
	width:100%;
	height:12px;
}
#sidebar>li>.t{
	background:url(style/line.jpg) -2010px 0 no-repeat;
}
#sidebar>li>.b{
	background:url(style/line.jpg) -2482px 0 no-repeat;
}
#sidebar>li>._b{
	height:59px;
	background:url(style/line.twitter.jpg) no-repeat;
}
#sidebar>li>._b>a{
	position:absolute;
	display:block;
	width:137px;
	height:14px;
	margin:33px 0 0 39px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -230px -410px no-repeat;
}
#sidebar>li>h3{
	width:212px;
	height:23px;
	margin:0 12px;
	padding:0 0 10px;
	background:url(style/line.jpg) -2718px bottom no-repeat;
}
#sidebar>li>h3>span{
	display:block;
	width:135px;
	height:23px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) no-repeat;
}
#sidebar>li>h3>small{
	position:absolute;
	width:82px;
	height:12px;
	margin:-14px 0 0 130px;
	color:#ccc4bb;
	font:11px/12px arial,tahoma;
	text-transform:capitalize;
	overflow:hidden;
}
#sidebar>li[id='barMeta']>h3>span{
	background-position:-409px -315px;
}
#sidebar>li[id='barCategory']>h3>span{
	background-position:-409px -338px;
}
#sidebar>li[id='barLink']>h3>span{
	width:105px;
	background-position:-409px -361px;
}
#sidebar>li[id='barTwitter']>h3>span{
	width:100px;
	background-position:-409px -384px;
}
#sidebar>li[id='barCategory']>h3>small,#sidebar>li[id='barLink']>h3>small{
	width:12px;
	height:12px;
	margin:-16px 0 0 141px;
}
#sidebar>li[id='barLink']>h3>small{
	margin:-16px 0 0 112px;
}
#sidebar>li[id='barCategory']>h3>small>a,#sidebar>li[id='barLink']>h3>small>a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -504px -412px no-repeat;
}
#sidebar>li[id='barCategory']>h3>small>a:hover,#sidebar>li[id='barLink']>h3>small>a:hover{
	background:url(style/background.png) -516px -412px no-repeat;
}
#sidebar>li>ol{
	width:212px;
	margin:0 12px;
}
#sidebar>li>ol>li{
	width:189px;
	height:23px;
	padding-left:23px;
	text-transform:capitalize;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background:url(style/background.png) -528px -219px no-repeat;
}
#sidebar>li>ol>li:hover{
	background:url(style/background.png) -528px -283px no-repeat;
}
#sidebar>li>ol>li[class='meta']{
	width:202px;
	height:18px;
	padding-left:10px;
	color:#b6ab9e;
	font:12px/18px arial,tahoma;
	background:url(style/background.png) -534px -251px no-repeat;
}
#sidebar>li>ol>li[class='line']{
	width:172px;
	height:10px;
	margin:0 20px;
	padding:0px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/line.jpg) -2718px top no-repeat;
}
#sidebar>li>ol>li>span{
	color:#b6ab9e;
	font:11px/23px arial,tahoma;
	text-transform:capitalize;
}
#sidebar>li[id='barLink']>ol>li{
	color:#b6ab9e;
}
/*----------侧边栏 End----------*/


/*----------侧边栏登录框 Start----------*/
#loginform{
	width:172px;
	margin:2px 32px 0;
	padding:0 0 14px;
	background:url(style/line.jpg) -2718px bottom no-repeat;
}
#loginform>p[class$='input']{
	width:162px;
	height:22px;
	margin:0 0 8px;
	padding:4px 5px;
}
#loginform>p[class='input']{
	background:url(style/background.png) -233px -350px no-repeat;
}
#loginform>p[class='_input']{
	background:url(style/background.png) -233px -380px no-repeat;
}
#labelFor,#labelPwd{
	display:inline;
	float:left;
	width:16px;
	height:16px;
	margin:3px 1px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) no-repeat;
}
#labelFor{
	background-position:-405px -408px;
}
#labelPwd{
	background-position:-421px -408px;
}
#loginform>p[class$='input']>label+input{
	display:inline;
	float:right;
	width:138px;
	height:22px;
	font:bold 13px/22px helvetica,arial,sans-serif;/*登录框内输入文字样式*/
	color:#887464;/*登录框内输入文字颜色*/
	border:none;
	background:none;
	ime-mode:disabled;
}
#loginform>p[class='submit']{
	width:172px;
	height:24px;
}
#loginRemember{
	display:inline;
	float:left;
	color:#b6ab9e;
	font:11px/26px arial,tahoma;
	text-transform:capitalize;
}
#loginRemember>input{
	margin:0 5px 0 1px;
}
#loginSubmit{
	display:inline;
	float:right;
	width:40px;
	height:24px;
	border:none;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -305px -100px no-repeat;
	cursor:pointer;
	transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
#loginSubmit:hover{
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.alpha(style=0,opacity=70);
}
/*----------侧边栏登录框 End----------*/


/*----------底栏 Start----------*/
#footer{
/*不知道还要写什么 暂时放着*/
}
._footer{
	background:#ccc3ba;
}
#toTop{
	background:#ece9e2 url(style/line.totop.jpg) bottom repeat-x;
}
#toTop>.background{
	width:930px;
	height:87px;
	margin:0 auto;
	background:#ece9e2 url(style/totop.png) no-repeat;
}
#toTop>div>a{
	display:block;
	position:absolute;
	width:76px;
	height:16px;
	margin:62px 0 0 750px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) -329px -317px no-repeat;
}
#toTop>div>a:hover{
	background:url(style/background.png) -329px -333px no-repeat;
}
#footerbar{
	width:930px;
	min-height:190px;
	margin:0 auto;
}
#footerbar>li{
	width:260px;
	padding:15px 25px 0;
	display:inline;
	float:left;
}
#footerbar>li>h3{
	height:32px;
	margin:0 0 5px 5px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(style/background.png) no-repeat;
}
#footerbar>li[id='barArticle']>h3{
	width:146px;
	background-position:-348px -219px;
}
#footerbar>li[id='barComment']>h3{
	width:184px;
	background-position:-348px -251px;
}
#footerbar>li[id='barArchive']>h3{
	width:119px;
	background-position:-348px -283px;
}
#footerbar>li>ol{
/*不知道还要写什么 暂时放着*/
}
#footerbar>li>ol>li{
	width:237px;
	padding-left:23px;
	text-transform:capitalize;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background:url(style/background.png) -528px -219px no-repeat;
}
#footerbar>li>ol>li:hover{
	background:url(style/background.png) -528px -283px no-repeat;
}
#footerbar>li>ol>li>span{
	color:#a08e7e;
	font:11px/23px arial,tahoma;
	text-transform:capitalize;
}
/*----------底栏 End----------*/


/*----------底部版权 Start----------*/
#copyright{
	background:url(style/line.footer.jpg) bottom repeat-x;
}
#copyright>.background{
	width:930px;
	height:97px;
	margin:0 auto;
}
.__footer{
	background:#ccc3ba url(style/copyright.png) no-repeat;
}
.___footer{
	background:#ece9e2 url(style/copyright.png) no-repeat;
}
#copyright>div>p{
	height:23px;
	text-align:center;
	padding:66px 0 8px;
	font:bold 13px/23px arial,tahoma;/*版权文字样式*/
	color:#ebe9e1;/*版权文字颜色*/
}
#copyright>div>p>a{
	color:#66574a;/*版权文字链接颜色*/
}
#copyright>div>p>a:hover{
	color:#0b6097;/*版权文字链接颜色 悬停状态*/
}
/*----------底部版权 End----------*/


/*----------搜索框 Start----------*/
#searchform{
	width:380px;
	height:32px;
	margin:20px 0;
}
#searchform>div>input{
	height:32px;
	background:url(style/search.png) no-repeat;
}
#searchform>div>input[type='text']{
	width:322px;
	height:22px;
	padding:5px;
	font:bold 13px/22px helvetica,arial,sans-serif;/*搜索框内输入文字样式*/
	color:#887464;/*搜索框内输入文字颜色*/
}
#searchform>div>.s{
	background-position:0 0;
}
#searchform>div>._s{
	background-position:0 -32px;
}
#searchform>div>input[type='submit']{
	width:41px;
	text-indent:-1000px;
	overflow:hidden;
	background-position:-332px 0;
	cursor:pointer;
}
#searchform>div>input[type='submit']:hover{
	background-position:-332px -32px;
}
/*----------搜索框 End----------*/


/*----------原PJBlog3 Start----------*/
.old{
/*不知道还要写什么 暂时放着*/
}
.pj3avatar{
	width:18px;
	height:19px;
	margin:7px 3px -3px 0;
}
.pj3reply{
	color:#0d6baa;/*原PJ评论的回复文字颜色*/
}
/*----------原PJBlog3 End----------*/
