/**
 * @copyright       Copyright 2005-2008, Jian He
 * Home: http://shpchp.3322.org
 * Email: hejian.he@gmail.com
 */

/* layout */
body {
  /*background: #390303 url(../images/body.png) no-repeat top center;
  padding-top: 15px;*/
  background: #390303;
  color: #262626;
  font-family: "Calibri",Arial,Helvetica,sans-serif;
  font-size: 14px;
}
h1 a { font-size: 7px }
#header-wrap {
  background: #f1ede2;
  height: 87px;
}
#header {
  background: transparent;
}
h1 {
  padding-top: 17px;
  padding-left: 80px;
}
#description {
  display: none;
}
#nav-wrap {
  background: #7d0d0c;
}
#nav ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
#nav-inner {
  padding-left: 80px;
}
#top-wrap {
  background: #390303;
}
#top {
  background: url(../images/top.gif) repeat-x;
}
#top h2 {
  color: #7d0d0c;
}
#top, #main, #bottom, #footer {
  width: 900px;
}
#main {
  background: #fff;
}
#main-inner {
  padding-right: 10px;
}
#col2 {
  background: transparent;
}
#col2_content {
  padding: 0;
}
.layout-32 #col3_content {
  padding: 20px;
}
#footer-wrap {
  background: #390303;
  color: #F3B55E;
}

/* block */
.sidebar .block {
  background: #7d0d0c;
  color: #F3B55E;
  margin: 0;
}
.sidebar .block .inner {
  background: url(../images/block-h3.gif) repeat-x top;
}
.sidebar .block a {
  color: #F3B55E;
}
.sidebar .block .inner2,
.sidebar .block .inner3,
.sidebar .block .inner4,
.sidebar .block .inner5,
.sidebar .block .inner6,
.sidebar .block .inner7 {
  background: transparent;
  padding: 0;
}
.sidebar .block h3 {
  color: #F3B55E;
  font-size: 24px;
  margin: 0;
  text-align: center;
  height: 42px;
  line-height: 42px;
  margin-bottom: 10px;
}
.sidebar #tag_cloud .inner {
  padding: 0 10px 10px 10px;
}
#user .block {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* article */
.article {
  margin-bottom: 20px;
}
.article .tags {
  display: none;
}
.article h3 {
  color: #7D0D0C;
  font-size: 18px;
}
.article h3 a {
  color: #7D0D0C;
}
.article .date, .article .category {
  display: none;
}
.article .meta span {
  padding: 3px 0;
}
.article .meta .send-to-a-friend a {
  background: url(../images/bt_send.gif) no-repeat;
  margin-right: 40px;
  width: 130px;
  height: 23px;
  text-indent: -9999px;
  display: block;
  float: left;
}
.article .meta .comments a {
  background: url(../images/bt_comment.gif) no-repeat;
  margin-right: 40px;
  width: 103px;
  height: 23px;
  text-indent: -9999px;
  display: block;
  float: left;
}
.article .meta .interested a {
  background: url(../images/bt_elobrate.gif) no-repeat;
  margin-right: 40px;
  width: 112px;
  height: 23px;
  text-indent: -9999px;
  display: block;
  float: left;
}
