/*
Theme Name: sale
Theme URI: http://wordpress.org/
Description: The WordPress theme.
Version: 1.6
Author: Lamos Happyet Shapoo
Author URI: http://www.happyet.org/
Tags: blue, custom header, fixed width, two columns, widgets
*/
*{margin:0;padding:0;}
body{
	background:#F9F9F9;
	color:#000;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12px;
}
h1,h2{
	font-size:135%;
}
h3{
	font-size:80%;
	text-transform:uppercase;
}
h4{
	font-size:130%;
}
del{color:red;}
img{
	border:0;
}
a{
	color:#6385A1;
	text-decoration:none;
}
.wp-caption{
	background:#F7F7F7;
	border:1px solid #CCC;
	margin-bottom:5px;
	text-align:center;
	padding:5px 0;
}
.wp-caption img{
	margin:0 5px;
}
.wp-caption-text{
	text-align:center;
	padding:0 5px !important;
}
*+html .wp-caption-text{
	padding:3px 5px 0 !important;
}
blockquote,pre{
	background:#FAFAFA url(images/quote.gif) no-repeat 3px 3px;
	border-bottom:1px solid #FAFAFA;
	border-left:3px solid #E5E5E5;
	margin:5px 0;
	padding:8px 10px 7px 36px;
}
.more-link{
	background:url(images/icn.gif) no-repeat;
	line-height:16px;
	height:21px;
	display:block;
	padding-left:22px;
	font-size:90%;
}
.alignleft{
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright{
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.left{
	float:left;
	margin-right:10px;
}
.right{
	float:right;
	margin-left:10px;
}
input.textfield,textarea{
	background-color:#FFF;
	border:1px solid #CCC;
	font-size:120%;
	font-family:Tahoma,Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
	padding:2px 1px;
}
.fixed,.clear{
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix{
	display:inline-block;
}
html[xmlns] .clearfix{
	display:block;
}
* html .clearfix{
	height:1%;
}
small {font-family:'Microsoft Yahei',Sans-Serif;font-size:0.9em;line-height:1.5em;color:#777;}
code {font:1.1em 'Courier New',Courier,Fixed;}
acronym, abbr, span.caps {font-size:0.9em;letter-spacing: .07em;cursor:help;}
a:hover {text-decoration:underline;}
acronym, abbr {border-bottom:1px dashed #999;}
select {margin:5px 0 8px;width:120px;}
.center {text-align:center;}
.hidden {display:none;}
.navigation {display:block;text-align:center;padding:10px 5px 0;}

#content {border-top:2px solid #DDD;}
#content .inner,
#header .inner,
#navigation .inner,
#footer .inner{
	width:960px;
	padding:0 20px;
	margin:0 auto;
}

#header {height:100px;background:#f2f2f2 url(images/bg.gif) repeat-x top;}
#headerimg {float:left;margin-top:10px;padding:0;position:relative;text-indent:-999em;}
#headerimg a{display:block;width:197px;height:80px;background:url(images/logo.png) no-repeat left;}
#searchbox{background:url(images/searchbox.gif) no-repeat;width:320px;height:32px;display:block;float:right;margin-top:16px;padding:14px 20px;}
#searchbox .textfield{background:none;border:0;width:275px;float:left;margin-right:2px;font-size:120%;padding:7px;}
#searchbox .button{background:url(images/searchbnt.gif) no-repeat;border:0;width:24px;height:24px;cursor:pointer;float:right;margin:5px 4px 0 0;}
#searchbox .searchtip{color:#999;}

#navigation{
	clear:both;
	position:relative;
	height:30px;
	background-color:#e9e9e9;
	border-bottom:1px solid #ccc;
}
#menu li, #cmenu li{
	float:left;
	display:inline;
	list-style:none;
}
#menu li a, #cmenu li a{
	display:block;
	width:60px;
	color:#382E1F;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
}
#menu li.current_page_item a,
#menu li.current-cat a,
#menu li.current_page_item a:hover,
#menu li.current-cat a:hover{
	background:#F9F9F9;
	height:33px;
	line-height:33px;
	margin:-3px 0 -4px;
	border:solid #CCC;
	font-weight:700;
	border-width:1px 1px 0;
	border-bottom:3px solid #F9F9F9;
	position:relative;
}
#menu li a:hover,#menu li a.current{background:#DDD;}
ul.catlist{
	position:absolute;
	background-color:#e9e9e9;
	display:none;
	list-style:none;
	top:30px;
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
}
#office a{padding:0 10px;}
ul.catlist li{display:block;clear:both;}
ul.catlist li a{padding:0 10px;}
#cmenu{height:30px;margin-bottom:20px;padding-left:8px;overflow:hidden;position:relative;}
#main{
	float:left;
	width:667px;
	padding:0 0 15px;
	margin-top:13px;
	overflow:hidden;
}
#postpath{
	background:url(images/icn.gif) 5px 0 no-repeat;
	line-height:16px;
	margin-top:5px;
	border-bottom:1px solid #CCC;
	padding:0 5px 15px 31px;
}

.post{
	border-bottom:1px solid #CCC;
	padding:3px 5px 0;
}
.post_without_border{
	border-bottom:0;
}
.post h1,
.post h2{
	display:block;
	font-family:Arial;
	padding:10px 0 5px;
}
.post h1 a.title,
.post h2 a.title{
	text-decoration:none;
	color:#4C4C4C;
}
.post h1 a.title:hover,
.post h2 a.title:hover{
	color:#6385A1;
}
.post .info{
	padding:0 0 10px;
}
.post .date,
.post .translate,
.post .editpost,
.post .comments,
.post .addcomment,
.post .addlink,
.post .editlinks{
	background:url(images/icn.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:90%;
}
.post .addlink{
	background-position:0 -176px;
	margin-right:15px;
	float:right;
}
.post .editlinks{
	background-position:0 -192px;
	float:right;
}
.post .date{
	background-position:0 -48px;
	margin-right:15px;
	float:left;
}
.post .editpost{
	float:left;
	background-position:0 -64px;
}
.post .comments,.post .addcomment{
	margin-left:15px;
	float:right;
}
.post .comments{
	background-position:0 -96px;
}
.post .addcomment{
	background-position:0 -112px;
}
.post .translate{
	background-position:0 -208px;
	float:left;
	margin-right:15px;
}
.post .entry{
	font-size:14px;
	line-height:1.6;
	overflow:hidden;
	padding:5px 0 0;
}
.post .entry h4{
	color:#7AAA1B;
	margin-bottom:10px;
}
.post .entry img{
	max-width:600px;
	background: white;
	border: 2px solid #CCC;
	padding: 3px;
}
a:hover img{
	border-color:#A6A6A6;
}
.post .entry ul,
.post .entry ol{
	padding-bottom:10px;
	padding-left:20px;
}
.post .entry ul li,
.post .entry ol li{
	list-style-position:outside;
}
.post .entry table{
	background:#FFF;
	border:1px solid #CCC;
	border-collapse:collapse;
	border-width:2px;
	margin:5px 0 10px;
}
.post .entry th,.post .entry td{
	border:1px solid #CCC;
	text-align:left;
	vertical-align:top;
	padding:3px 10px;
}
.post .entry tr.even td{
	background:#F7F7F7;
}
.post .entry th{
	background:#EDEFF0;
}
.post .entry p,#sidebar .widget h2,#sidebar .widget .entry p{
	margin-bottom:10px;
}
.post #announce{
	margin:0 0 5px;
	font-size:100%;
}
.singlepost{border-bottom:0px;}
.msg_info{
	background:#FFFBD1 url(images/msg.gif) no-repeat 50% 50%;

	line-height:165%;
	padding:7px 10px 7px 36px;
	margin-top:10px;
	border:1px solid #FDDC9B;
	font-size:90%;
}
.msg_info{
	background-color:#EEF4FF;
	background-position:10px -1191px !important;
	background-position:10px -1190px;
	border-color:#CEE1F6;
}
#sidebar li,#posts li{
	list-style:none;
	margin-top:5px;
}

/* This is mainly for password protected posts, makes them look better. */
.entry form {text-align:center;}

.smallattachment {text-align:center;float:left;width:128px;margin:5px 5px 5px 0px;}
.attachment {text-align:center;margin:5px 0px;}

.even {background-color:#f5f5f5;}
.alt {background-color:#ffffff;}
.sticky {background: #f7f7f7;padding:0 10px 10px;}
.sticky h2 {padding-top:10px;}

#comments {padding:10px 20px;margin:10px 0 0 0;border-top:2px solid #ddd;border-bottom:2px solid #ddd;background:#e9e9e9;font-size:150%;font-family:'Microsoft Yahei';text-shadow:#cccccc 2px 2px 2px;}
.commentlist li, #commentform input, #commentform textarea {font:12px 'Lucida Grande',Verdana,Arial,Sans-Serif;}
.commentlist {text-align:justify;padding:0;}
.commentlist li {margin:0;padding:10px;list-style:none;overflow:hidden;font-weight:bold;position:relative;border-bottom:1px Dotted #ddd;}
.commentlist li ul li {margin-right:-5px;margin-left:10px;font-size:1em;overflow:hidden;}
.commentlist p {margin:5px 0;padding:5px 0;font-weight:normal;line-height:1.5em;text-transform:none;}
.children {padding:0;}
.nocomments {text-align:center;margin:0;padding:0;}
.commentmetadata {margin:0;display:block;font-weight:normal;}
.commentlist li .avatar {float:right;border:1px solid #eee;padding:2px;background:#fff;}
.commentlist cite {font-weight:bold;font-style:normal;font-size:1.1em;}
.commentmetadata a, .commentlist cite a, .reply a, form a{color:#222;}
#respond{padding:10px 20px;}
#commentform {margin:5px 10px 0 0;}
#commentform p {margin:5px 0;font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;}
#commentform input {width:170px;padding:2px;margin:5px 5px 1px 0;}
#commentform textarea {width:100%;padding:2px;}
#respond:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#commentform #submit {margin:0 0 5px auto;float:right;}

#sidebar{
	float:right;
	width:278px;
	padding:3px 0 50px;
	line-height:145%;
	overflow:hidden;
}
#sidebar a{font:12px "Microsoft Yahei",Verdana;}
#sidebar h3 {font-size: 90%;text-transform: uppercase;margin-bottom:6px;}
#sidebar ul{margin:0;padding:0;}
#sidebar ul li {list-style:none;margin:0;padding:15px 5px;border-bottom:1px solid #CCC;}
#sidebar ul ul li {margin:0;padding:0 0 0 15px;background:url(images/icons.gif) 0 -558px no-repeat;height:22px;overflow:hidden;border-bottom:0;}
ul.blogroll li{width:110px;float:left;overflow:hidden;border-bottom:0;}
#sidebar #archive, #sidebar #meta{width:110px;float:left;margin-right:8px;border-bottom:0;}
#sidebar ul.ffox_most_active{overflow:hidden;}
#sidebar ul.ffox_most_active li{height:34px;background:none;list-style:none;float:left;line-height:0;padding-left:0;}
#sidebar .ffox_most_active img{width:28px;height:28px;border:1px solid #dfdfdf;padding:2px;margin:0 1px 0 0;}

#footer{
	display:block;
	background:#E9E9E9;
	border-top:3px solid #DDD;
	font-size:90%;
	width:100%;
	color:#999;
	padding:10px 0 18px;
}
#footer a{
	color:#787878;
}
#copyright{
	float:left;
}
#footer .theme{
	font-size:90%;
}
#mt{
	margin:10px 0 0;
	float:right;
}
a#gotop{
	float:right;
	display:block;
	background:#DDD url(images/icn.gif) 5px -414px no-repeat;
	height:22px;
	line-height:22px;
	margin-top:-33px;
	padding:0 10px 0 23px;
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	position:relative;
}
#footer p {margin:0;padding:20px 0;font-size:12px;text-align:center;color:#777;background:url(images/footer_logo.gif) no-repeat bottom;}

/* Begin Images */
p img {padding:0;max-width:100%;}
img.centered {display:block;margin-left:auto;margin-right:auto;}
img.alignright {padding:4px;margin:0 0 2px 7px;display:inline;}
img.alignleft {padding:4px;margin:0 7px 2px 0;display:inline;}

.alignright {float:right;}
.alignleft {float:left;}
/* End Images */

#wp-calendar {empty-cells:show;margin:10px auto 0;width:155px;}
#wp-calendar #next a {padding-right:10px;text-align:right;}
#wp-calendar #prev a {padding-left:10px;text-align:left;}
#wp-calendar a {display:block;}
#wp-calendar caption {text-align:center;width:100%;}
#wp-calendar td {padding:3px 0;text-align:center;}
#wp-calendar td.pad:hover {background-color:#fff;}
#wp-calendar #prev a, #wp-calendar #next a {font-size:9pt;}
#wp-calendar a {text-decoration:none;}
#wp-calendar caption {font:bold 1.3em 'Lucida Grande',Verdana,Arial,Sans-Serif;text-align: center;}
#wp-calendar th {font-style:normal;text-transform:capitalize;}

#feedrss,#feedemail,
#followme,#feedrss:hover,
#feedemail:hover,
#followme:hover{
	background-image:url(images/icn.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	text-decoration:none;
	color:#382E1F;
	height:30px;
	line-height:30px;
	font-size:10px;
	padding:0 16px 0 33px;
}
#feedrss:hover,
#feedemail:hover,
#followme:hover,
#subscribe .current{
	background-color:#DDD;
}
#feedrss,
#feedrss:hover{
	background-position:11px -312px;
}
#feedemail,
#feedemail:hover{
	background-position:11px -344px;
}
#followme,
#followme:hover{
	background-position:11px -376px;
}

#wudiShow_Header{display:none;}
#wudiShow_List li{
list-style:none;
background: url(images/digu.png) no-repeat 0px 28px;
border-bottom: 1px dashed #999;
line-height: 22px;
margin:0 20px;
padding: 25px 0 23px 20px;
}
#wudiShow_More, #wudiShow_More a{float:right;display:inline;height:24px;line-height: 22px;margin-top:5px;margin-right:10px;}
#ad336{clear:both;text-align:center;margin-bottom:8px;}