/**
 * This is the base css file for HeJian XHTML/CSS Framework
 * Don't make any changes in this file!
 *
 * @copyright       Copyright 2005-2008, Jian He
 * Home: http://shpchp.3322.org
 * Email: hejian.he@gmail.com
 */

/* layout */
body {
  font-family: "Calibri",Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #3f3f3f;
}
a {
  color: #408DEF;
}
#header-wrap {
  background: url(../../images/hejian/x-white/header-wrap.gif) repeat-x top;
}
#header {
  background: url(../../images/hejian/x-white/header.gif) repeat-x top;
  color: #fff;
}
#header a {
  color: #fff;
}
#nav-wrap {
  background: url(../../images/hejian/x-white/nav-wrap.png) repeat-x top;
}
#nav {
  height: 36px;
  line-height: 36px;
  color: #404040;
}
#nav li {
  line-height: 36px;
}
#nav ul li a {
  color: #404040;
  font-weight: bold;
}
#nav ul li ul a {
  font-weight: normal;
}
#nav a:hover {
  color: #5697f4;
}
#top-wrap {
  background: #5F94CE;
}
#top {
  background: #3A77BB;
  color: #B8CFE9;
}
#top a {
  color: #B8CFE9;
}
#main-wrap {
  /*background: url(../../images/hejian/x-white/main-wrap.gif) repeat-x top;*/
}
.sidebar a {
  color: #3b3b3b;
}
#col2 {
  background: #fff url(../../images/hejian/x-white/col2.png) repeat-y left;
}
#col2_content {
  padding: 10px;
}
#col3_content {
  padding: 10px 10px 0 10px;
}
.layout-32 #col3_content {
  padding-left: 0;
}
#bottom-wrap {
  background: #3267A2;
}
#bottom {
  background: #295484;
}
#footer-wrap {
  background: url(../../images/hejian/x-white/footer-wrap.gif) repeat-x top;
}
.footer-inner {
  padding: 20px;
  text-align: center;
}

/* menu */
ul.menu ul {
  background: #fff;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
ul.menu ul li {
  border-bottom: 1px solid #CCCCCC;
}

/* block */
.block h3 {
  font-size: 13px;
  color: #404040;
}
#top .block {
  padding: 10px;
}
#top .block h3 {
  color: #fff;
  border-bottom: 1px solid #91B5DD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar .block {
  background: #f7f7f7 url(../../images/hejian/x-white/block-grey-top.png) repeat-x top;
}
.sidebar .block .inner {
  background: url(../../images/hejian/x-white/block-grey-bottom.png) repeat-x bottom;
}
.sidebar .block .inner2 {
  background: url(../../images/hejian/x-white/block-grey-left.png) repeat-y left;
}
.sidebar .block .inner3 {
  background: url(../../images/hejian/x-white/block-grey-right.png) repeat-y right;
}
.sidebar .block .inner4 {
  background: url(../../images/hejian/x-white/block-grey-top-left.png) no-repeat top left;
}
.sidebar .block .inner5 {
  background: url(../../images/hejian/x-white/block-grey-top-right.png) no-repeat top right;
}
.sidebar .block .inner6 {
  background: url(../../images/hejian/x-white/block-grey-bottom-right.png) no-repeat bottom right;
}
.sidebar .block .inner7 {
  background: url(../../images/hejian/x-white/block-grey-bottom-left.png) no-repeat bottom left;
  padding: 10px;
}
.sidebar .block h3 {
  margin-bottom: 10px;
  padding: 0 20px;
}
.sidebar .block .content {
  padding: 20px;
}
#bottom .block {
  padding: 10px;
  color: #B8CFE9;
}
#bottom .block a {
  color: #B8CFE9;
}
#bottom .block h3 {
  color: #fff;
  border-bottom: 1px solid #91B5DD;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* article */
.article .date {
  background: #408def;
  color: #9FC8FA;
  padding: 3px;
  margin: 3px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
.article h2 {
  font-size: 30px;
}
.article h3 {
  font-size: 30px;
}
.article h3 a {
  color: #404040;
}

/* tabs */
.ui-tabs-nav {
  margin-bottom: 20px;
}
.ui-tabs-nav a {
  color: #00518a;
  font-size: 16px;
  line-height: 20px;
  padding: 3px;
}
.ui-tabs-nav a:hover {
  background: #c3c3c3;
}
.ui-tabs-panel ul {
  margin: 0;
}
.ui-tabs-panel li {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px dashed #787878;
}
.ui-tabs-panel li .title,
.ui-tabs-panel li .title a {
  color: #3c3229;
  font-weight: bold;
}
.ui-tabs-panel li .meta,
.ui-tabs-panel li .meta a {
  color: #787878;
}

