/**
 * HeJian XHTML/CSS Template
 *
 * @copyright Copyright HeJian (http://shpchp.3322.org)
 */

/* elements */
a {
  color: #CC0000;
  text-decoration: underline;
}
h1, h2, h3, h4, h5 {
  font-family: Georgia,"Times New Roman",Times,serif;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
input {
  font-size: 11px;
}

/* layout */
body {
  background: url(images/body.gif) repeat-y 50%;
  color: #4f4f4f;
  font-family: "Trebuchet MS","Lucida Grande",Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
#header-wrap {
  background: #3A3A3A;
  min-height: 70px;
  color: #fff;
}
#header a {
  color: #fff;
}
h1 a {
  font-size: 42px;
}
#header input.text {
  background: #3a3a3a;
  border: 1px solid #747474;
  color: #fff;
  padding: 2px 5px 3px;
}
#nav-wrap {
  background: #1F1F1F;
}
#nav ul {
  background: #1f1f1f;
}
#nav ul li a {
  color: #cacacc;
  font-weight: bold;
  padding: 5px 15px;
}
#nav a.active, #nav a:hover {
  color: #fff;
}
#top-inner {
  padding-top: 10px;
}
#top-wrap, #col1, #col3, #footer-wrap {
  background: #f7f7ff;
}
.sidebar ul li a {
  color: #4F4F4F;
}
.sidebar ul li {
  border-bottom: 1px dotted #636563;
  line-height: 32px;
}
.sidebar ul li:hover {
  background: #F5F5F8;
}
#col1_content, #col2_content, #col3_content {
  padding: 10px 0;
}
#col1_content {
  padding-right: 10px;
}
#col2_content {
  padding-left: 10px;
}
.layout-132 #col3_content, .layout-32 #col3_content {
  padding-right: 10px;
}
#banner-wrap {
  background: #3a3a3a;
  border-top: 3px solid #999;
  color: #cacacc;
}
#banner-inner {
  padding: 15px 0;
}
#banner a {
  color: #cacacc;
}
#footer-wrap {
  border-top: 3px solid #999;
}
#footer-inner {
  padding: 10px 0;
}

/* menu */
#nav {
  height: 23px;
}
#nav ul li ul {
  position: absolute;
  top: 24px;
  left: 0;
}
#nav ul ul li a {
  line-height: 23px;
  float: none; /* fix ie6 */
  display: inline; /* fix ie6 */
}

/* block */
.block h3 {
  color: #cc0000;
  margin-bottom: 5px;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
}
.sidebar .block {
  border-bottom: 1px dotted #636563;
}
.sidebar .block .inner3 {
  padding: 15px 0;
}
.sidebar .block h3 {
  background: url(images/sidebar-block-h3.gif) no-repeat left 3px;
  padding-left: 14px;
}
#col1 .block {
  background: #EAEBEE;
  border: 1px solid #FFFFFF;
}
#col1 .block .inner3 {
  padding: 10px;
}
#col1 .block-clean .inner3 {
  padding: 0;
}
#user .block {
  border: 2px solid #f5f5f8;
  padding: 10px;
}
#user .block:hover {
  border: 2px solid #eaebee;
  background: #fff;
}
#user .block h3 {
  font-size: 18px;
  text-transform: none;
}
#banner .block h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: none;
}

