/*

Design by Yan Zhijie
QQ   	   :78461564/404488879/279023078 
E-mail     : yzjj88@yahoo.com.cn
MSN        : zhijie88@hotmail.com
Released   : 20081104
Description: A two-column, fixed-width and lightweight template ideal for 1024x768 resolutions. Suitable for blogs and small websites.

*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #EDFBD2 url(img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B4E15;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #71AB48;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(img02.jpg) repeat-x left bottom;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 57px;
	padding-top: 10px;
	margin: 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #949684;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #949684;
	color: #FFFFFF;
}

#menu .gbk a {
	color: #FF0000;
	font-family: "ËÎÌå", Arial;
	font-size: medium;
	font-weight: bold;
	text-decoration: blink;
}

/* Logo */

#logo { width: 778px; height: 180px; color: #FFFFFF; clear: both; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; 
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 { text-transform: uppercase; font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif"; font-size: 30px; padding-top: 20px; padding-right: 0; padding-bottom: 0; padding-left: 20px; 
}

#logo h2 { text-transform: capitalize; font-weight: normal; font-size: 14px; padding-top: 30px; padding-right: 0; padding-bottom: 0; padding-left: 20px; width: 100%; 
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 494px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
}

.post .title a {
	text-decoration: none;
	color: #57A122;
}

.post .entry {
	padding: 10px 20px 0 20px;
	text-align: justify;

}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

.product {
	border: 1px dotted #999999;
	float: right;
	width: 70%;
	height: 80px;
	margin-bottom: 4px;
	line-height: 200%;
	text-transform: uppercase;
	overflow: hidden;
}

.picture {
	width: 28%;
	overflow: hidden;
	border: 1px dotted #999999;
	float: left;
	height: 80px;
	margin-bottom: 4px;
}
.img {
	float:left;
	width:200px;
	height:170px;
	boder:0px;
	border: 0px;
	padding-right: 5px;
}
.img_r {
	float:right;
	width:200px;
	height:170px;
	boder:0px;
	border: 0px;
	padding-left: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 2px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background: #B6E074;
	border: 1px  dotted #4D7C2B;
	text-transform:lowercase;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* End */

#end { width: 100%; line-height: 2px; clear: both; }

#end p {
	font-size: 10px;
	text-transform: capitalize;
	text-align: left;
	text-indent: 16pt;
	color: #FF0000;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
