/* CSS Document */

  #submenus { /*二级菜单*/
    width: 540px;
	height: 112px;
}
  #title {
    width: 540px;
	height: 50px;
	background: url(images/inc_bg_archives_title.gif) no-repeat;
}
  #submenus ul {
    padding-left: 10px;
    width: 530px;
	height: 62px;
	background: url(images/inc_bg_tbbottom_len.gif) 0 25px repeat-x;
}
  #submenus li {
    margin-right: 5px;
	height: 24px;
	line-height: 24px;
	float: left;
}
  #submenus a {
    display: block;
	padding-right: 10px;
	height: 20px;
	border-top: 1px solid #eee;
	border-right: 2px solid #fc0;
	float: left;
    text-decoration: none;
}
  #nowsubmenu {
    background: url(images/inc_bg_wamenu.gif) no-repeat;
}
  #nsmleft {
    margin-left: 10px !important; margin-left: 5px;
	padding-right: 4px;
	width: auto;
	min-width: 20px;
	height: 24px;
	background: #324e01 url(images/inc_bg_wamenub.gif) no-repeat;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	float: left;
}
  #nsmright {
    width: 14px;
	height: 24px;
	background: url(images/inc_bg_wamenu.gif) -35px 0;
	float: left;
}
  .osmright {
    width: 9px;
	height: 24px;
	background: url(images/inc_bg_wamenu.gif) -40px 0;
	float: left;
}

  #archives ul {
    padding: 0 10px;
    width: 530px;
	float: left;
}
  #archives li {
    padding-left: 30px;
    width: 490px;
	height: 30px;
	border-bottom: 1px solid #eee;
	background: url(images/inc_icon_multipage.gif) 10px 10px no-repeat;
	float: left;
}
  .arttitle, .artview, .artdate {
    line-height: 30px;
    float: left;
}
  .artview, .artdate {
	font-size: 10px;
	color: #666;
	text-align: right;
}
  .arttitle {
    width: 320px;
}
  .arttitle a {
    line-height: 30px;
	text-decoration: none;
}
  .arttitle a:visited {
    color: #666;
	text-decoration: none;
}
  .artview {
    margin-left: 10px;
    width: 65px;
}
  .artdate {
    margin-left: 10px;
    width: 65px;
}

  #pagenavbar {
    padding: 0 2%;
    width: 96%;
    height: 29px;
	border-top: 1px solid #eee;
	background: #fffff4;
}
  #pagenavbar a {
    text-decoration: none;
	line-height: 29px;
}
  #previous, #next {
    width: 50%;
    height: 20px;
    overflow: hidden;
    float: left;
}
  #next {
    text-align: right;
}
  #archcontent {
    margin-bottom: 20px;
    width: 540px;
}
  #archcontent h3 {
    width: 100%;
    height: 50px;
	line-height: 50px;
	text-align: center;
    overflow: hidden;
}
  #archinfo {
    height: 25px;
	line-height: 25px;
	border-top: 2px solid #fc0;
	border-bottom: 1px solid #eee;
	background: #fffff4;
}
  #archinfo ul {
    margin: 2px auto;
	padding-left: 10px;
    width: 530px;
}
  #archinfo li {
    padding-right: 10px;
	float: left;
}
  #article {
    padding: 25px 0;
    width: 540px;
}
  .article12 * {
	font-size: 12px;
}
  .article14 * {
	font-size: 14px;
}
  .article16 * {
	font-size: 16px;
}