﻿/***********************************************/
/* bass.css                            */
/* Use with all pages          */
/***********************************************/

/***********************************************/
/* HTML tag styles    有很多可以更改的，自己细心去改吧         */
/***********************************************/ 

body{
	font-family: SimSun,"宋体"，sans-serif;
	font-size:14px;
/***********************************************/
/* 下面这一行可以改文章前标题圆点的着色值                  */
/***********************************************/
	color: #338833;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	text-align:center;
}

a:link, a:visited, a:hover {
	color:#00420C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:"Microsoft YaHei","微软雅黑",Serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 105%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 90%  SimSun,"宋体"，sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width:80%;
	margin:0 auto;
	text-align:left;
	}
#masthead{
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
/***********************************************/
/* 下面这一行可以改标题栏着色值                  */
/***********************************************/
	background:#B0FFBE;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
/***********************************************/
/* 下面这一行可以改左栏着色值                  */
/***********************************************/
	background-color:#E1FFE7;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#siteName img{
	margin:0px 10px 0 0;
	}

/************* #globalNav styles **************/

#globalNav{
width:100%;
background:url(../image/globalnav_back.gif) repeat-x;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
#globalNav ul{
list-style:none;
margin:0 0 0 10px;
padding:0;
height:30px;
border-bottom:2px solid #cccccc;
}

#globalNav li{
float:left;
width:80px;
margin:0;
padding:0;
}

#globalNav a{
display:block;
width:100%;
padding:5px 0;
color:#ffffff;
text-decoration:none;
text-align:center;
font-family:"Microsoft YaHei","微软雅黑",Serif;
background-image:url(../image/globalnav_linkback.gif);
background-position:left top;
}
#globalNav a:hover{
background-position:right bottom;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 80%;
	color:#696969;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#E1FFE7;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align:middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* 有很多值可以修改的，个性朋友自已修改吧。    */
/***********************************************/

