/**
 * 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 {
  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 li .fancy-m {
  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 {
  padding-top: 10px;
}
.sidebar a {
  color: #3b3b3b;
}
#col1_content {
  padding-right: 10px;
}
#col2_content {
  padding-left: 10px;
}
h2 {
  color: #64696e;
  font-size: 250%;
}
#bottom-wrap {
  background: #3267A2;
}
#bottom {
  background: #295484;
}
#footer-wrap {
  background: url(../../images/hejian/x-white/footer-wrap.gif) repeat-x top;
}
#footer-inner2 {
  padding: 20px 0;
}

/* 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 {
  margin: 10px;
}
#top .block h3 {
  color: #fff;
  border-bottom: 1px solid #91B5DD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#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;
}

#main .block {
  background: url(../../images/hejian/x-white/block-white-bottom-right.png) no-repeat bottom right;
}
#main .block .inner {
  background: url(../../images/hejian/x-white/block-white-top-right.png) no-repeat top right;
}
#main .block .inner2 {
  background: url(../../images/hejian/x-white/block-white-bottom-left.png) no-repeat bottom left;
}
#main .block .inner3 {
  background: url(../../images/hejian/x-white/block-white-top-left.png) no-repeat top left;
  padding: 10px;
}

#main .block-red,
#banner .block-red {
  background: url(../../images/hejian/x-white/block-red-top-left.png) no-repeat top left;
}
#main .block-red .inner,
#banner .block-red .inner {
  background: url(../../images/hejian/x-white/block-red-top-right.png) no-repeat top right;
}
#main .block-red .inner2,
#banner .block-red .inner2 {
  background: url(../../images/hejian/x-white/block-red-bottom-left.png) no-repeat bottom left;
}
#main .block-red .inner3,
#banner .block-red .inner3 {
  background: url(../../images/hejian/x-white/block-red-bottom-right.png) no-repeat bottom right;
  padding: 10px;
}

#main .block-orange,
#banner .block-orange {
  background: url(../../images/hejian/x-white/block-orange-top-left.png) no-repeat top left;
}
#main .block-orange .inner,
#banner .block-orange .inner {
  background: url(../../images/hejian/x-white/block-orange-top-right.png) no-repeat top right;
}
#main .block-orange .inner2,
#banner .block-orange .inner2 {
  background: url(../../images/hejian/x-white/block-orange-bottom-left.png) no-repeat bottom left;
}
#main .block-orange .inner3,
#banner .block-orange .inner3 {
  background: url(../../images/hejian/x-white/block-orange-bottom-right.png) no-repeat bottom right;
  padding: 10px;
}

#main .block-green,
#banner .block-green {
  background: url(../../images/hejian/x-white/block-green-top-left.png) no-repeat top left;
}
#main .block-green .inner,
#banner .block-green .inner {
  background: url(../../images/hejian/x-white/block-green-top-right.png) no-repeat top right;
}
#main .block-green .inner2,
#banner .block-green .inner2 {
  background: url(../../images/hejian/x-white/block-green-bottom-left.png) no-repeat bottom left;
}
#main .block-green .inner3,
#banner .block-green .inner3 {
  background: url(../../images/hejian/x-white/block-green-bottom-right.png) no-repeat bottom right;
  padding: 10px;
}

#main .block-blue,
#banner .block-blue {
  background: url(../../images/hejian/x-white/block-blue-top-left.png) no-repeat top left;
}
#main .block-blue .inner,
#banner .block-blue .inner {
  background: url(../../images/hejian/x-white/block-blue-top-right.png) no-repeat top right;
}
#main .block-blue .inner2,
#banner .block-blue .inner2 {
  background: url(../../images/hejian/x-white/block-blue-bottom-left.png) no-repeat bottom left;
}
#main .block-blue .inner3,
#banner .block-blue .inner3 {
  background: url(../../images/hejian/x-white/block-blue-bottom-right.png) no-repeat bottom right;
  padding: 10px;
}

/* 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;
}

