body, textarea, table, tr, td{
		font-size: 13px;
}

body {
	background:url(llgfxsk/allbg-l.jpg);
	color: #838383;
	font-family:"Hiragino Sans GB","Microsoft Yahei","微软雅黑",sans-serif; 

	margin: 0;
}

h1 {
	font-size: 18px;
	letter-spacing: 1px;
	color:#bf1722;
}

h2 {
	font-size: 14px;
}

li{ list-style:none;}
img{ border:0;}

.left{padding-right:20px;}
.right{ border-left:#918b8a solid 1px; padding-left:20px;}
.head-bg{ text-align:center;width:100%;background:url(http://www.liuli.com.cn/img/head-bg.jpg) repeat-y center #77161b;height:100px; margin-bottom:30px;}
.bottom-bg{ text-align:center;width:100%; background:url(http://www.liuli.com.cn/img/head-bg.jpg) repeat-y center #77161b;height:80px;}


/*----------------------------
					 Widgets
----------------------------*/

div.widgetzone{
	padding: 0;
	background: none;
	width: 250px;
}

div.widgetzone .clear{
	clear: left;
}

div.widget{

	border: none;
	padding: 10px 15px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 14px;
	color: #333333;
}

div.widget h4{
	font-size: 15px;
	border-bottom: none;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 0px;
	z-index: 0;
	color:#b81c22;
	letter-spacing: 1px;
	
	font-weight:normal;

}
div.widget a{
	color: #787878; text-decoration:none; font-size:12px; line-height:20px;
}
div.widget a:hover {
	color:#555555
}

div.widget a.edit, div.widget a.move{
	font-size: 12px;
	font-weight: normal;
	float: right;
	z-index: 1;
	margin-left: 5px;

}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

.widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;


}

.widgetzone .widget ul li {
	margin-bottom: 0px;
}
.widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

.widgetzone img.rssButton {
	margin-right: 3px;
	display:none;
}

.widgetzone div#moveWidgetToContainer {
	text-align: right;
	margin: 3px;
}
.widgetzone .tagcloud ul{ clear:fix; overflow:hidden}
.widgetzone .tagcloud ul li { float:left; margin-right:8px;
}


/*post*/
.posttitle a{ color:#787878; font-size:18px;  text-decoration:none;}
.posttitle{ padding:0}
.posttext a{  color:#787878;text-decoration:none; margin:0 0 0 -10px;}
.posttext p{ margin:0px; padding:0; }
.posttext img{ margin:0 0 0 -10px;}
.posttext{ line-height:25px;  color:#787878; font-size:13px; padding:15px;}


#postnavigation{height:35px; line-height:35px; text-align:right; padding-right:8px; font-size:12px;color:#a6a6a4;}
#postnavigation a{color:#a6a6a4; text-decoration:none;}
/*----------------------------
					Comments
----------------------------*/
#relatedPosts{ margin:0 8px;}
#relatedPosts p{ font-size:14px; font-weight:bold;}
#relatedPosts a{ color:#5c5c5c; text-decoration:none;}
#commenttoggle{ margin-right:8px; color:#666;}
#commenttoggle a{}
.comment {
	border: 1px solid #DCE1E5;
	background-color: #f4f2e9;
	padding: 3px 10px;
	margin-bottom: 10px;
	margin-right:8px;
}
.comment a{ color:#666; text-decoration:none;}
.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: none;
	margin-left: 70px;
}

#addcomment, #comment
{
	font-size: 14px;
	letter-spacing:1px;
	font-weight: bold;
}

.self {
	background: #f7f7f7;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
	

}

.comment .gravatar img {
	height: 60px;
	width: 60px;
	border: none;
}

.comment .content {
	min-height: 60px;
	margin: 0px 5px;
	margin-left: 70px;
}


.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 8px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
	clear:left;
}

.commentForm input {
	width: 300px;
	margin-bottom:8px;
	background:#e6e6e6;
	border:#aeaeae solid 1px;
	color:#999
}

.commentForm select {

	background:#e6e6e6;
	border:#aeaeae solid 1px;
	color:#999
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	background:#e6e6e6;
	border:#5333 solid 1px;
	color:#999
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;

}

#commentMenu li.selected{
	background:#e6e6e6;
	border:#aeaeae solid 1px;
	color:#999
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.commentForm .bbcodeNoLivePreview {
	top: 0;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background:#e6e6e6;
    border: 1px solid #aeaeae;
	color:#999;
	text-decoration:none;
}

.commentForm .smilies {
	margin-top:3px;
}

.smilies a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
}

#searchbox{ font-size:12px; line-height:25px; margin-left:3px;}

#searchfield{ background:#dddcdc; border:#bcbcbc solid 1px;font-family:"Hiragino Sans GB","Microsoft Yahei","微软雅黑",sans-serif; font-size:12px; }
#searchbutton{ background:#ce0c1b; color:#FFF; border:#FFF solid 1px; margin-left:5px;font-family:"Hiragino Sans GB","Microsoft Yahei","微软雅黑",sans-serif; }

#PostPager a,#PostPager a:hover{ color:#666; text-decoration:none; font-size:12px; }