/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/* background-color: #333333 */;
	background-color: #f4fff4;
        /* background-image: url(images/img01.gif); */
        /* background-repeat: repeat-x; */

        /*
        background-image: url(images/backgd.gif);
        background-repeat: repeat-y;
        background-attachment: fixed;
        */

	text-align: justify;
        /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: Microsoft YaHei, 宋体, KaiTi, FangSong, AR PL UKai CN, AR PL UMing CN, Serif, Sans-serif, typewrite, monospace; 
	/* font-size: 12px; */
	font-size: 16px;
	/* color: #666666; */
        color: #306030;

        /* needed for the left-sidebar background image */
        height: 100%;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	/* list-style-image: url(images/img07.gif); */
}

a {
	/* color: #333333; */
        color: #306030;
}

a:visited {
        color: #602030;
}

a:hover {
	text-decoration: none;
	/* color: #000000; */
        color: #603060;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

li {
  padding-bottom: 2px;
}

#container {
  margin: 0 auto;
  /* position: relative; */
  width: 960px;
  /* float: left; */
  background: url(images/backgd2.gif) top left repeat-y; */
  height: 100%;
  /* display: block; */
}

#right-panel {
  float: left;
  height: 100%;
  width: 800px;
}

/* Header */

#logo {
	/* width: 750px; */
	width: 770px;
	height: 65px;
	margin: 0 auto;
}

#logo img {
  float: left;
  border: none;
  height: 55px;
  margin: 5px 5px 5px 5px;
}

#logo h1, #logo p {
	margin: 0;
	/* color: #FFFFFF;  */
        color: #40a040;
}

#logo h1 {
	/* float: left; */
	float: right; 
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	/* color: #FFFFFF; */
        color: navy;
}

/* Menu */

#your-blogs { 
        text-align: right; 
}
#your_blogs_form,
#Field,
#FormAction { display: inline; }

#menu {
	/* width: 778px; */
	width: 800px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6;
        /* background: url(images/img02.gif) no-repeat; */
        /* font-size : 12px; */
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
        margin:0 auto;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	/* padding: 11px 30px 0 30px; */
        /* padding: 8px 8px 0px 8px; */
        padding-top: 12px;
        padding-left: 10px;
        padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	/* color: #333333; */
        color: #205020;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
        margin-right: 5px;
}

#menu a:hover {
	text-decoration: none;
	/* color: #000000; */
        color: #502050;
        padding-left: 9px;
	border-right: 2px solid #E7E7E7;
	border-bottom: 3px solid #E7E7E7;
}

#menu .current_page_item a {
	/* background: url(images/img06.gif) repeat-x; */
}

/* Page */

#page {
  float: left;
	/* width: 778px; */
	width: 800px;
	margin: 0 auto;
	/* background: #FFFFFF url(images/img05.gif) repeat-y; */
	background: #FaFaFa;
}

#page-bg {
	/* padding: 11px 24px; */
	/* background: url(images/img03.jpg) no-repeat; */
}

/* Latest Post */

#latest-post {
	padding: 15px;
	border: 1px solid #E7E7E7;
}

/* left side bar */

#left-sidebar {
  float: left;
  width: 150px;
  height: 100%;
  background-image: url(images/backgd2.gif);
  background-repeat: repeat-y;
  font-size: 14px;
  padding-right: 10px;
  padding-top: 30px;
  text-align: left;
}

#left-sidebar a {
  text-decoration: none;
  color: #101050;
  font-weight: bold;
}

#left-sidebar a:hover {
  color: #801030;
  font-weight: bold;
  /* border-bottom: 1px dotted #999999; */
  border-bottom: 3px solid purple;
}

#left-sidebar h2 {
  font-size: 12px;
  text-align: center;
}

#left-sidebar ul {
  /* margin-left: -10px; */
  /* margin-right: 10px; */
  list-style-image: none;
}

#left-sidebar li {
  margin-left: -20px;
  padding-bottom: 3px;
  list-style-type: none;
}

#sidebar-logo img {
  /* padding: 20px 20px 20px 20px; */
  padding-top: 20px;
  padding-bottom: 40px;
  display: block; 
  margin-left: 20px; 
  border-bottom: none;
}

/* Content */

#content {
	float: left;
	/* width: 420px; */
	width: 450px;
        /*
	padding-top: 20px
	padding-left: 20px
        padding-right: 0px
        padding-bottom: 0px
        */
  padding: 20px 0 0 10px
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

#post h2 {
  text-align: center;
  border-bottom: 1px solid #E7E7E7;
}

#post h3 {
  margin-bottom: 0px;
}

#post ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 8px;
}

/* Sidebar */

#sidebar {
	float: right;
	/* width: 230px; */
	width: 290px;
	padding-right: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	/* list-style: none; */
	list-style-image: url(images/img07.gif);
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	/* background: url(images/img07.gif) no-repeat 20px 50%; */
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
        margin-bottom: 10px;
}

#sidebar h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  /* padding-left: 20px; */
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	/* width: 750px; */
	width: 820px;
	margin: 0 auto;
	padding: 20px 0;
	/* background: url(images/img08.gif) no-repeat; */
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}
