html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
#wrapper {
	text-align: center \9;
}
#wrapper *{
	text-align: left \9;
}
.home a img{ border-radius: 4px;
	box-shadow: 0 0 3px #ddd;
	transition: border box-shadow 2s;
	-moz-transition: border  box-shadow 2s;  
	-webkit-transition: border  box-shadow 2s;  
	-o-transition: border box-shadow 2s;
		-webkit-animation-duration:0.4s;
	-webkit-animation-name:acceleratedReveal;
	-webkit-transition:all .15s ease-out;
	-moz-transition:all .15s ease-out
}
.home  a:hover img{box-shadow: 0 0 8px #bbb;}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a,a:link,a:visited{
	color: #6a737b;
	text-decoration: none;
}
a:hover{
	color: #c00;
}
h2{
	font: 14px arial,sans-serif;
}
.f14{
	font-size: 14px;

}
.f14 li{	line-height: 170%;
	padding: 4px 0;
	border-bottom: 1px dotted #eee;}
ul.withbg{
	margin: 10px 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
ul.withbg li{
	background: url(dot.gif) no-repeat 0 8px;
	padding-left: 12px;
}
.printThis img{
	width: 16px;
	height: 16px;
}
.peopleBlock{
	clear: both;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}
.peopleBlock img{
	float: left;
	width: 300px;
	margin: 0 15px 15px 0;
}
.clearfix:after {content: ".";	display: block;	height: 0;clear: both;visibility: hidden;}
* html>body .clearfix {	display: inline-block;	width: 100%; }
* html .clearfix {	/* Hides from IE-mac \*/	height: 1%;	/* End hide from IE-mac */}
/* ie7 hack*/
*+html .clearfix {	min-height: 1% ;}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
body{
	background: #fff url(textured_background2.jpg) repeat top left;
	font: normal 12px/160% "Hiragino Sans GB", Arial, sans-serif;
}
#header{
	height: 157px;
	width: 960px;
	margin: 0 auto;
}
#main,#footer{
	width: 960px;
	margin: 0 auto;
}
.catePage,.catePage #primary,.class_menu{
	min-height: 600px;
}
#footer{
	text-align: center;
	margin: 20px auto;
	line-height: 22px;
	color: #888;
	padding:10px 0;
	width: 960px;
}
#footer *{
	text-align: center \9;
}
.innerHeader{
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 160px;
	z-index: 9999;
}
#menu{
	position: absolute;
	bottom: 5px;
	left: 0;
	line-height: 46px;
	height: 46px;
	width: 100%;
	z-index: 9999;
	background: #c00 url(menubg2.gif) no-repeat 0 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px #999;
}


a#logo{
	width: 500px;
	height: 79px;
	display: block;
	background: url(logo.gif) no-repeat 0 0;
	position: absolute;
	top: 25px;
	left: 0;
	-webkit-animation-duration:0.4s;
	-webkit-animation-name:acceleratedReveal;
	-webkit-transition:all .15s ease-out;
	-moz-transition:all .15s ease-out
}
.sitemap{
	font: normal 12px Arial,sans-serif;
	color: #ccc;
	display: inline;
	position: absolute;
	right: 0;
	top: 10px;
}
.sitemap a:link,.sitemap a:visited{
	color: #888;
	text-decoration: none;
	padding: 0 5px;
}
.sitemap a:hover{
	color: #c00;
}

.screen-reader-text{
	display: none;
}
h2.cate-title{
	margin: 10px 0 5px 10px;
	font-size: 14px;
	line-height: 200%;
}
#header .search{
	width: 211px;
	height: 28px;
	position: absolute;
	padding: 2px;
	right: 0;
	top: 55px;
	background: url(search.jpg) no-repeat 0 0;
}
#header .search input{
	background: none;
	border: none;
}
#header .search input#s{
	width: 150px;
	float: left;
}
#header .search input#searchsubmit{
	width: 50px;
	height: 28px;
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -9999em;
}
.cateIntro,.archive-meta{
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
.archive-meta br{
	margin-bottom: 1em;
}
.focus{
	background: #faf6ea;
}

.homecontent{
	clear: both;
	margin-top: 10px;
}
.homeright{
	float: right;
	width: 288px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e8e9e4;
	box-shadow: 0 2px 3px #eee
}

.homemain{
	float: left;
	margin-left: 2px;
	width: 660px;
	border-radius: 3px;
	border: 1px solid #e8e9e4;
	box-shadow: 0 2px 3px #eee
}
.mbox,.sbox{background-color: #fff; /*margin-bottom: 15px;*/border-radius: 2px;}
.sbox{
	padding: 10px 10px 0 10px;
}
.sbox h2{
	padding: 0 10px;
	border-left: 3px solid #c00;
	line-height: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #c00;
	margin: 10px 0 5px 10px;
}
.sbox h2 a{color: #CC0000;}
ul.books{
	margin: 10px 10px 10px 15px ;
}
ul.books li{
	clear: both;
	margin: 5px 0 10px 0;
}
ul.books li a.bookThumb img{
	width: 22px;
	height: 32px;
	display: block;
	border: 1px solid #666;
	float: left;
}
ul.books li p.booksTitle{
	float: left;
	width: 170px;
	margin-left: 10px;
}
ul.f12{
	margin: 10px 10px 10px 15px;
}
#xsdt{
	height: 86px;
}
#xsdt li{
	height:42px;
	line-height: 20px;
	overflow: hidden;
}
.tt{
	margin: 10px 5px 0 5px;
	padding-left: 15px;
}
.tt img{
	border: 1px solid #eee;
	padding: 2px;
	margin-top: 4px;
}
ul.f12 li{
	margin-bottom: 4px;	
	line-height: 20px;
	padding-left: 15px;
	background: url(dot.gif) no-repeat 0 8px;
}
ul.oneline li{
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
p.tagCloud {
	line-height: 200%!important;
	margin: 0 15px;
}
ul.smenu li,ul.xoxo li ul li{
	line-height: 22px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
ul.withbline li{
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
}
ul.smenu li a,ul.xoxo li ul li a{
	display: block;
	line-height: 22px;
}
ul.smenu li ul li{
	margin-left: 2em;
}
ul.widthsubmenu li{
	font-weight: bold;
	margin-top: 10px
}
ul.widthsubmenu li a:link,ul.widthsubmenu li a:visited{
	color: #666;
}
ul.widthsubmenu li ul li{
	margin-left: 0;
	font-weight: normal;
	margin-top: 0;
	border-bottom: none;
}
ul.widthsubmenu  li ul li a:link,ul.widthsubmenu  li ul li a:visited{
	color: #527fa4;
}
#primary .sbox{
	margin-bottom: 10px;
	background: none
}
p.sideContact{
	color: #666;
	line-height: 180%;
	margin-bottom: 10px;
}
h2.mainTitle{
	background: #f2eee0;
	line-height: 30px;
	padding-left: 10px;
}
.postBlock{
	margin: 10px 15px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ddd;
}
.postBlock h3{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 8px;
}

.postBlock div img{
	width: 60px;
	height: auto;
	float: left;
	border: 1px solid #ddd;
	margin: 0 10px 10px 0;
}
.postBlock div img:hover{
	-moz-box-shadow: 1px 1px 1px #b2a470;
	-webkit-box-shadow: 0px 1px 3px #b2a470;
	box-shadow: 1px 1px 1px #b2a470;
	border: 1px solid #aaa;
}
.postBlock p{
	line-height: 21px;
	color: #666;
	float: left;
	width: 340px;
}

/* =sitemaps
-------------------------------------------------------------- */
ul#menu-sitemaps li{
	float: left;
	font-weight: bold;
	width: 180px;
	border-right: 1px solid #2b2d33;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	font-size: 14px;
}
ul#menu-sitemaps li a:link,ul#menu-sitemaps li a:visited{
	color: #fff;
	text-shadow: -1px -1px 1px #000;
}
ul#menu-sitemaps li a:hover{
	color: #fff;
	background: #000;
	text-shadow: -1px -1px 1px #000;
}
ul#menu-sitemaps li ul li{
	float: none;
	font-weight: normal;	
	width: auto;
	height: auto;
	display: block;
	clear: both;
	padding-left: 0;
	padding-right: 0;
	border-right: none;
	font-size: 12px;
	line-height: 26px;
}
ul#menu-sitemaps li a{
	display: block;
	padding: 0 10px;
	zoom:1;
	line-height: 24px;
	border-bottom: 1px dotted #2b2d33;
}
ul#menu-sitemaps li ul li ul li{
	margin-left: 1em;
}
.toggle_container{
	background: #000 url(slicbg.gif) repeat 0 0; 
	display: none;
	width: 960px;
	margin: 0 auto;
}
#siteMaps{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
h2.trigger{
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 9999;
	top: 0;
}
h2.trigger a{
	 display: block;
	 position: absolute;
	 right: 0px;
	 top: -51px;
	 width: 19px;
	 height: 46px;
	 background: url(one2.gif) no-repeat top left;
}
h2.active a{
	background: url(one2.gif) no-repeat bottom right;
	width: 16px;
	top: -46px;
}

.bugs{
	width:130px;
	height:180px;
	margin: 10px 0 10px 10px;
	float:left;
	position:relative;
}
.bugs img{border-radius: 0}
.bugs p{
	position:absolute;
	display:block;
	border:none;
	padding: 2px;
	width:100px;
	height: 180px;
	}
.bugs p span{
	display: block;
	font-size: 12px;
	text-align: center;
	}
.bugs p a img{
	width:90px;
	height: 120px;
	}
	.bugs p a:hover img{border: none}	
.bugs p.hover{
	border:1px solid #ddd;
	position: absolute;
	z-index:1;
	background:#fff;
	text-align:center;
	-webkit-box-shadow: 0 2px 5px #ccc;
	}
.bugs p.hover img{width:100px!important;  padding-top:3px;margin:0 auto}
.bugs p.hover span{display:block; font-size:14px;}


.bugs a{display: block; width: 120px; height: 150px; padding: 15px 0 0 0; text-align: center; border: 1px solid #f0dfdd;border-radius: 5px;
	transition: border box-shadow 4s;
	-moz-transition: border  box-shadow 4s;  
	-webkit-transition: border  box-shadow 4s;  
	-o-transition: border box-shadow 4s;
	-webkit-animation-duration:0.8s;
	-webkit-animation-name:acceleratedReveal;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out
}
.bugs a:hover{border: 1px solid #c00; box-shadow: 0 0 20px #ddd;}

.catePage{
	margin: 10px auto;
	background: #fff url(3col.png) repeat-y 0 0;
}
.twocol{background: #fff url(2col.png) repeat-y 0 0;}

 .catePage #container{
	float: left;
	width: 520px;
	padding: 15px;
	background: #fff;
}
.twocol #container{width: 722px}
.class_menu{
	width: 201px;
	float: left;
	padding:  0;
}
ul.class_menu_list li a{
	line-height: 24px;
	padding:5px 0 5px 25px;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	_height: 24px;
}
ul.class_menu_list li a{display: block}
ul.class_menu_list li.on,ul.class_menu_list li a:hover{color: #fff; background: #c00}
ul.class_menu_list li a:hover{color: #fff}
ul.class_menu_list li.on a:link,ul.class_menu_list li.on a:visited{color: #fff}
ul.class_menu_list li ul li a{padding-left: 40px; font-size: 12px;}
.catePage #primary{
	float: right;
	width: 180px;
	padding: 10px;
	background: #f4f7fb;
	border-left: 1px solid #e2e8f1;
}
.page-title{
	font-size: 12px;
	line-height: 24px;
	/*height: 24px;*/
	padding-left: 10px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#eee));
	border-bottom: 1px solid #e0e0e0;
	
}
.post{
	margin: 5px 0 10px 0;
}
h2.entry-title{
	font: bold 14px/200% Arial,sans-serif;
}
.entry-meta{
	color: #666; font-size: 11px;
}
.entry-content p{
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 1em;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.format-standard {color: #888}
.format-standard a{color: #888}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 20px 0;
}
.page-title {
	color: #999;
	font-size: 12px;
	margin: 0 0 15px 0;
}
.page-title span {

}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #333;
	padding: 8px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 5px;
}

#content  h2.entry-title{
	padding: 3px 10px 3px 23px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	background: url(dot.gif) no-repeat 10px 10px;
}

.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	padding: 4px 10px;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;	
	background: #f8f8f8;
	
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 15px 10px 10px 10px;
}
.entry-content{min-height: 250px}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.cateuti{
	padding-left: 23px;
}
.cateuti a,.cateuti a:link,.cateuti a:visited{
	color: #888;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	/*height:120px;*/
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid #eee;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-size: 12px;
	line-height: 2em;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* =menu Style
-------------------------------------------------------------- */

#menu-sitemenu li a:link,#menu-sitemenu li a:visited{
	font-size: 14px;
	color: #fff;
	display: block;
}
#menu-sitemenu li:hover{
	background-color: #555;
	background-image: none;
	color: #fff;
}
#menu-sitemenu li:hover a:link,#menu-sitemenu li:hover a:visited{
	color: #fff;
	
}
#menu-sitemenu li a:hover{
	color: #fff;
	text-shadow: none;
}

#menu-sitemenu li ul li a:link,#menu-sitemenu li ul li a:visited{
	border-bottom: 1px dotted #222;
	padding: 8px 5px 8px 20px;
	line-height: 20px;
	font-size: 12px;
}
#menu-sitemenu li{
	padding: 1px 7px;
	/*background: url(libg.gif) no-repeat right center;*/
	text-align: center;
}
#menu-sitemenu li ul li{
	text-align: left;
	padding: 0;
	background: none;
}

#menu-sitemenu {padding: 0;margin: 0;display:block;list-style:none;text-align:left;}
#menu-sitemenu .sub-menu { background-color:#333; border-color:#333;border-style:solid;border-width:0 1px 1px 1px;filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
#menu-sitemenu li .sub-menu a:link,#menu-sitemenu li .sub-menu a:visited{
	color: #fff;
}
#menu-sitemenu li .sub-menu a:hover {background:#555; color: #fff; }
#menu-sitemenu li:hover .sub-menu li .sub-menu{border-width:1px;}
/*** ESSENTIAL STYLES ***/
#menu-sitemenu, #menu-sitemenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu-sitemenu {
	line-height:	1.0;
}
#menu-sitemenu ul {
	position:		absolute;
	top:			-999em;
	width:			125px; /* left offset of submenus need to match (see below) */
}
#menu-sitemenu ul li {
	width:			100%; 
}
#menu-sitemenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu-sitemenu li {
	float:			left;
	position:		relative;
}
#menu-sitemenu a {
	display:		block;
	position:		relative;
}
#menu-sitemenu li:hover ul,
#menu-sitemenu li.sfHover ul {
	left:			0;
	top:			46px; /* match top ul list item height */
	z-index:		99;
}
#menu-sitemenu li:hover li ul,
#menu-sitemenu li.sfHover li ul {
	top:			-999em;
}
#menu-sitemenu li li:hover ul,
#menu-sitemenu li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0px;
}
#menu-sitemenu li li:hover li ul,
#menu-sitemenu li li.sfHover li ul {
	top:			-999em;
}
#menu-sitemenu li li li:hover ul,
#menu-sitemenu li li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0px;
}

/*** DEMO SKIN ***/

#menu-sitemenu a {
	padding: 		15px 15px;
	text-decoration:none;
}
#menu-sitemenu li:hover, #menu-sitemenu li.sfHover,
#menu-sitemenu a:focus, #menu-sitemenu a:hover, #menu-sitemenu a:active {
	outline:		0;
}

/*** arrows **/
#menu-sitemenu a.sf-with-ul {
	padding-right: 	1em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:none;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu-sitemenu ul .sf-sub-indicator { background-position:  -10px 0; }
#menu-sitemenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu-sitemenu ul a:focus > .sf-sub-indicator,
#menu-sitemenu ul a:hover > .sf-sub-indicator,
#menu-sitemenu ul a:active > .sf-sub-indicator,
#menu-sitemenu ul li:hover > a > .sf-sub-indicator,
#menu-sitemenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** menu ***/

#menu-topmenu li a:link,#menu-topmenu li a:visited{
	font-size: 14px;
	color: #fff;
	display: block;
}
#menu-topmenu li:hover{
	background-color: #333;
	background-image: none;
	color: #fff;
}
#menu-topmenu li:hover a:link,#menu-topmenu li:hover a:visited{
	color: #fff;
	
}
#menu-topmenu li a:hover{
	color: #fff;
	text-shadow: none;
}

#menu-topmenu li ul li a:link,#menu-topmenu li ul li a:visited{
	border-bottom: 1px dotted #050505;
	padding: 6px 10px 6px 25px;
	line-height: 20px;
	font-size: 12px;
}
#menu-topmenu li{
	padding: 0 10px;
	background: url(libg.gif) no-repeat right center;
	text-align: center;
}
#menu-topmenu li ul li{
	text-align: left;
	padding: 0;
	background: none;
}

#menu-topmenu {padding: 0;margin: 0;display:block;list-style:none;text-align:left;}
#menu-topmenu .sub-menu { background-color:#000; border-color:#010101;border-style:solid;border-width:0 1px 1px 1px;filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;}
#menu-topmenu li .sub-menu a:link,#menu-topmenu li .sub-menu a:visited{
	color: #fff;
}
#menu-topmenu li .sub-menu a:hover {background:#333; color: #fff; }
#menu-topmenu li:hover .sub-menu li .sub-menu{border-width:1px;}
/*** ESSENTIAL STYLES ***/
#menu-topmenu, #menu-topmenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu-topmenu {
	line-height:	1.0;
}
#menu-topmenu ul {
	position:		absolute;
	top:			-999em;
	width:			13em; /* left offset of submenus need to match (see below) */
}
#menu-topmenu ul li {
	width:			100%; 
}
#menu-topmenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu-topmenu li {
	float:			left;
	position:		relative;
}
#menu-topmenu a {
	display:		block;
	position:		relative;
}
#menu-topmenu li:hover ul,
#menu-topmenu li.sfHover ul {
	left:			0;
	top:			46px; /* match top ul list item height */
	z-index:		99;
}
#menu-topmenu li:hover li ul,
#menu-topmenu li.sfHover li ul {
	top:			-999em;
}
#menu-topmenu li li:hover ul,
#menu-topmenu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0.5em;
}
#menu-topmenu li li:hover li ul,
#menu-topmenu li li.sfHover li ul {
	top:			-999em;
}
#menu-topmenu li li li:hover ul,
#menu-topmenu li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			-1em;
}

/*** DEMO SKIN ***/

#menu-topmenu a {
	padding: 		15px 15px;
	text-decoration:none;
}
#menu-topmenu li:hover, #menu-topmenu li.sfHover,
#menu-topmenu a:focus, #menu-topmenu a:hover, #menu-topmenu a:active {
	outline:		0;
}

/*** arrows **/
#menu-topmenu a.sf-with-ul {
	padding-right: 	1em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:none;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu-topmenu ul .sf-sub-indicator { background-position:  -10px 0; }
#menu-topmenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu-topmenu ul a:focus > .sf-sub-indicator,
#menu-topmenu ul a:hover > .sf-sub-indicator,
#menu-topmenu ul a:active > .sf-sub-indicator,
#menu-topmenu ul li:hover > a > .sf-sub-indicator,
#menu-topmenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** menu end***/

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.printThis{
	text-align: right;
}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
		text-align: center;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* home pic */
#picBox{width:660px; height:300px; margin:0 auto; overflow:hidden; position:relative;}
#picBox ul#show_pic{ margin:0; padding:0; list-style:none; height:300px; width:2640px; position:absolute;}
#picBox ul#show_pic li{ float:left; margin:0; padding:0; height:300px; position: relative;}
#picBox ul#show_pic li span{display: block; position: absolute; left: 0; bottom: 0; width: 640px; line-height: 24px; font-size: 14px; padding: 10px; background: #000; color: #fff;
filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;}
	#picBox ul#show_pic li span a,#picBox ul#show_pic li span a:link,#picBox ul#show_pic li span a:visited{color: #fff;}
#picBox ul#show_pic li img{ display:block;}
#icon_num{ position:absolute; bottom:15px; right:15px;}
#icon_num li{ float:left;  width:9px; height:9px; font-size: 1px; list-style:none; color:#39F; text-align:center; cursor:pointer; padding:0; margin:0;margin-right:5px; background:url(num1.png) no-repeat 0 0}
#icon_num li:hover,#icon_num li.active{   color:#fff;}
#icon_num li.active{
	background:url(num2.png) no-repeat 0 0
}
#picBox_top{width:660px; height:300px; margin:0 auto; position:relative; overflow:hidden;}
#picBox_top ul#show_pic_top{ margin:0; padding:0; list-style:none; height:300px; width:660px; position:absolute;}
#picBox_top ul#show_pic_top li{ float:left; margin:0; padding:0; height:205px;}
#picBox_top ul#show_pic_top li img{ display:block;}
#icon_num_top{ position:absolute; bottom:0px; right:10px;}
#icon_num_top li{ float:left;  width:15px; height:15px; list-style:none; color:#39F; text-align:center; cursor:pointer; padding:0; margin:0;margin-right:5px;}
#icon_num_top li:hover,#icon_num_top li.active{  color:#fff;}

#home_links{ margin-top: 10px;}
#home_links ul{list-style: none;}
#home_links li{ float: left; width: 170px; width: 180px \9; list-style: none;}

.mbox {position:relative;}
.mbox .class_h2{position:absolute; width: 70px; height: 90px; top: 0px; left: 0px;}

.h_title{background: url(zd.png) no-repeat 0 -2px; padding-left: 70px; padding-top: 20px; margin:0 20px 0 10px;}
.h_title2{background: none; margin-bottom: 10px; padding-top: 5px; }
.h_title h2 a{ color: #c00; font-size: 14px;}
.h_title h2 a:hover{color: #f00}
.h_title p{color: #888; font-size: 12px; margin-top: 8px; line-height: 22px;padding-bottom: 10px;border-bottom:1px dotted #e0e0e0; margin-bottom: 15px; }

ul.meetingul li{line-height: 22px; height: 22px; }
ul.col2{ margin: 0 20px; padding-bottom: 20px;}
ul.col2 li{padding: 5px 10px 5px 0; width:46%; float:left; border-bottom: 1px dotted #e0e0e0}
ul.links {
	text-align: left;
}
ul.links li{
	display: inline;
	line-height: 24px;
	padding-right: 1em;
}

p.copyright a:link,p.copyright a:visited{
	color: #666;
}

#slider {
  width: 660px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  overflow: hidden
}

.scroll {
  /*height: 520px;*/
  height: 370px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  /*background: #FFFFFF url(content_pane-gradient.gif) repeat-x scroll left bottom;*/
}
.scroll2{
	height: 370px;
	overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}
.scroll2 h2{
	font-weight:bold;font-size:18px;font-family:Hiragino Sans GB,Microsoft Yahei,simHei,sans-serif;
}

.scrollContainer div.panel {
  padding: 30px 20px 20px 20px;
  height: 210px;
  width: 660px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollContainer{
	position: absolute \9;
	padding-left:50px;
	padding-left:0px \9;
}
.single2Container  div.panel {padding-left: 0;}
.single2Container  div.panel h2{
	margin-bottom: 20px;
	color: #c00;
	font-size: 14px;
	font-weight: bold
}
.single2Container .scroll,.single2Container div.panel {height: auto}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #c00;
}

ul.navigation li {
    display: inline;
    margin-right: 4px;
}

ul.navigation a {
    padding: 10px 25px;
    color: #000;
    line-height: 36px;
    text-decoration: none;
}

.single2Container ul.navigation a{background: #f9f9f9}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #c00;
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #c00
}

ul.navigation a:focus {
    outline: none;
}

.panel_inner dl,.f_title dl{
	width: 300px; 
	height: 100px;
	float: left;
	margin: 0 20px 10px 0;
	overflow: hidden;
}
.f_title dl{
	margin: 10px 0 0 15px;
	width: auto;
	height: 90px;
	float: none;
	width: 450px;
}
.panel_inner dl dt,.f_title dl dt{
	width: 120px;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
	overflow: hidden
}
.panel_inner dl dt{width: 80px;}
.panel_inner dl dt img{ border-radius: 0;width: 60px; height: auto; width: 60px!important; height: auto!important; }

.f_title dl dt a img{max-width:110px;border: 1px solid #ddd; padding: 2px;
transition: border 2s;
-moz-transition: border 2s;  
-webkit-transition: border 2s;  
-o-transition: border 2s; }
.f_title dl dt a:hover img{border: 1px solid #c00}
.panel_inner dl dd,.f_title dl dd{
	float: left;
	width: 168px;
	font-size: 12px;
	line-height: 18px;
	color: #888;
}
.f_title dl dd{
	width: 295px;
}
.panel_inner dl dd{width: 210px;}
.panel_inner dl dd h3,.f_title dl dd h3{
	margin-bottom: 4px;
}
.panel_inner dl dd h3 a,.f_title dl dd h3 a{
	font-size: 12px;
	line-height: 18px;
}
.panel_inner dl dt{margin-right: 0}
.panel_inner dl{
	margin: 0px \9;
}

ul.department {

	margin-top: 10px;
}
ul.department li{
	line-height: 35px;
	height: 36px;
	width: 115px;
	width: 116px \9;
	float: left;
	padding-left: 5px;
	margin-left: 8px;
}
ul.department li:hover{
	background: url("departmentbg.gif") repeat 0 0;
}
ul.department li a{
	background: url(odot.gif) no-repeat 0 14px;
	padding-left: 15px;
	display: block;
}
ul.department li.n4 a{
	background: url("gdot.gif") no-repeat 0 14px;
}


p.quickNews{
	margin: 10px 0 0 10px;
}
p.quickNews img{
	width: 240px;
	margin-top: 4px;
}

.calendar_btn{
	margin-left: 10px;
}
.calendar_btn a{
	display: block;
	width: 233px;
	height: 59px;
	background: url(calendar.gif) no-repeat 0 0;
}
.calendar_btn a:hover{
	box-shadow: 0px 0px 10px #aaa;
}

.blockLA{height:819px;overflow:hidden;width:260px;}
.column{border-top:1px #E5E5E5 solid;position:relative; padding: 15px 0}
.column .l img{border: 1px solid #666;}
.column .l{width:100px;float: left; margin:0 0 0 15px}
.column .c{width:124px;float:left;margin:0 0 0 13px;display:inline;text-align:left; }
.column .c h3 a{display: inline; padding: 2px 5px; background: #666; color: #fff; font-size: 12px;}
.column h4{padding:0; margin-top:5px; font-size:14px;font-weight:normal;color:#004276;line-height:20px; margin-bottom: 4px;}
.column p{font-size: 12px; line-height: 20px; color: #666;}


.col3Div{
	width: 960px;
	background: #fff;
	clear: both;
	margin-bottom: 10px;

}
.simple2{	border-radius: 3px;
	border: 1px solid #e8e9e4;
	box-shadow: 0 2px 3px #eee}
.secNobg{
	background: none;
}
.col3Div h2.ctitle,.talkSection h2.ctitle{
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	padding-left: 8px;
	border-left: 3px solid #c00;
	margin:10px 15px 20px 15px;
}
.col3Div h2.ctitle a:link,.talkSection h2.ctitle a:link,.col3Div h2.ctitle a:visited,.talkSection h2.ctitle a:visited{
	color: #c00
}
.talkSection h2.ctitle{margin:10px 15px 20px 20px;}
.col3_l,.col3_m,.col3_r{
	float: left;
	width: 460px;
	_display:inline;
	padding-left: 15px;
	padding-top: 15px;
	padding-left: 5px \9;
}
.col3_r{
	float: right;
}

.talkPeople dl{
	width: 130px;
	height: 130px;
	
	float: left;
	margin: 0 15px 5px 5px;
	overflow: hidden;
	display: inline
	
}
.talkPeople dl dt a img{padding: 2px; border: 1px solid #ddd;transition: border 2s;
-moz-transition: border 2s;  
-webkit-transition: border 2s;  
-o-transition: border 2s; }
.talkPeople dl dt a:hover img{border: 1px solid #c00;}

.talkSection{
	padding-bottom: 15px;
	padding-top: 10px;
}
.talkPeople dl dd{
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	font-size: 12px;
}
.talkcontent{
	color: #888;
}

.zzft{
	width: 310px;
	float: left;
	_display:inline;
	margin: 0 0 0 20px;
}
.zzft dt h3{font-size: 12px; line-height: 20px;}
.zzft dt a{width: 306px;   display: block; position: relative;}
.zzft dt a span{position: absolute; right:10px; bottom: 10px; z-index: 999; width: 48px; height: 48px; display: block; background: url(play.png) no-repeat 0 0; }
.zzft dt a img{width:300px; padding: 2px;border: 1px solid #ddd;
transition: border 2s;
-moz-transition: border 2s;  
-webkit-transition: border 2s;  
-o-transition: border 2s;  }
.zzft dt a:hover img{ border: 1px solid #c00;}
.zzft dd{display: block; margin-top: 5px;}
.zzft dd h3{ font-size: 12px;}
.talkPeople{
	width: 310px;
	float: right;
	_display:inline;
}
.gjyIntro{}
.gjyIntro dl dt{margin:10px auto 0 auto}
.personal{margin-bottom: 20px}
.personal .thumb {width: 110px; overflow: hidden; float: left}
.tabcontent{border-top:1px solid #ddd; margin-top: 10px; padding-top: 10px;}
#content .personal .thumb img{width:90px; height: 120px; padding: 4px; border: 1px solid #ddd; display: block }
.personal .intro{width: 300px; margin-left: 10px; float: left; color: #666}
.sliderContainer{position: relative}
#pt_all{
  left: 580px;
  position: absolute;
  margin-left: 35px;
  top:0;
}
.personal_tab{   border:1px solid #ddd; box-shadow: 0 2px 3px #eee }
.personal_tab li{line-height: 20px;  border-bottom: 1px dotted #eee; }
.personal_tab li a{display: block; padding: 8px 10px}
.tabcontent h2{color: #c00; position: relative; height: 22px; line-height: 22px; margin-bottom: 10px;}
.tabcontent h2 span.backtotop{position: absolute; right:10px; top:0; font-size: 12px; font-weight: normal}
.tabcontent h2 span.backtotop a{color: #ccc}
.sliderContainer{position: relative;}
#pt.fixed {position: fixed;top: 0;}
.tabcontent {width:570px }
#content .personalTitle{font-size: 24px; padding-top: 25px; margin: 5px 10px; border-bottom: 2px solid #eee;
font-family: "Hiragino Sans GB","Microsoft Yahei","simHei",sans-serif}
.intro ul li{font-size: 14px; line-height: 30px; }
.sliderSection{clear: both; margin-top: 20px;}
.entry-content #slider{margin: 0;}


/* books */
.searchBooksTitle{color: #c00;font-size: 14px;}
.searchBooks{background: #f9f9f9; padding: 10px; margin: 10px 0; }
.searchBooks label{color: #333; padding-right: 5px;}
.searchBooks ul li{padding: 4px 10px;}
.searchBooks ul li input{padding: 2px;}
.searchBooks ul li label{width: 5em;}
.searchBooks ul li.submitBtn{padding-left:6.5em;}

.bookslist dl{ clear: both; padding: 10px 0; margin-bottom: 10px; min-height: 110px;border-bottom: 1px dotted #ddd;}
.bookslist dl dt {float: left;width:80px;}
.bookslist dl dd{width: 600px; margin-left: 15px; font-size: 14px; line-height: 22px; float: left; color: #888}
.bookslist dl dd h4 a{  color: #d85c36}
.bookslist dl dd h4{margin-bottom: 10px; font-size: 14px;}
.bookslist dl dt img{width: 78px; border:1px solid #ddd; padding: 2px; height: 100px;}

/* article-content */
.artical_content{padding: 10px; font-size: 14px; line-height: 170%;}
.artical_content p{margin-bottom: 1em;}

/* download */
.download_list{padding: 0 10px 10px 120px;  margin: 15px 0 30px 0; }
.down01{background: url(d_03.png) no-repeat 30px 0; }
.down02{background: url(d_08.png) no-repeat  30px 0; }
.down03{background: url(d_06.png) no-repeat  30px 0 }
.down04{background: url(d_10.png) no-repeat  30px 0}
h3.down_sub_title{color: #c00; font-size: 12px; border-left:3px solid #c00; padding-left: 10px; margin-bottom: 10px; line-height: 16px; height: 16px;}

/* students */
.sectionBox{margin-bottom: 30px;}
.menubr a{display: block; line-height: 24px; padding: 5px 0 5px 15px; border-bottom: 1px solid #E4EAF4}
.menubr br{line-height: 0; display: block; height: 0; font-size: 0;}
.menubr h2{list-style: none; margin: 10px 0 0 0; padding: 10px; color: #c00;}
.menubr{list-style: none}

h2.notice-block-title{background: #666; color: #fff; font-size: 12px; border-left:0;border-radius: 2px; padding: 2px 5px;float:left;display: inline; margin:0;}
.notice-block ul.f12 li{list-style: none;}

.peopleside{width: 750px;}
h2.bdline{border-bottom: 1px solid #c00; border-left:0; padding-left: 0; padding-bottom: 10px;}
h2.bdline a:link,h2.bdline a:visited{color: #c00}

.tagPage #primary{width: 380px;}
.tagPage{background: #fff;}


/* meeting */
.meetingSection .page-title{margin-bottom: 2px;}
.meetingTitle{padding: 10px 20px 10px 20px; text-align: left; background: #c00 url(mbg.png) repeat 0 0; color: #fff;}
.meetingTitle h1{padding: 30px 0 15px 0; font-size: 24px; margin-left: 10px;}
.meetingTitle .cateIntro{font-size: 12px; line-height: 18px; padding: 0; margin: 0 0 0 30px;}
.meetingTitle .cateIntro, .archive-meta br{margin-bottom: 0;}
.meetingSection h2.mainTitleH2{padding: 20px 0 10px 20px; text-align: left; font-size: 16px; }
.meetingSection h2.mainTitleH2 a{color: #c00;}

.mainTopic{border: 1px solid #ddd; margin: 20px 0 40px 0;}
.meetingDetail,.meetingMain{ margin-bottom: 30px;}
h2.meetingH2{ color: #c00; border-bottom: 1px solid #c00; padding-bottom: 10px; margin-bottom: 25px;}

.meetingguest .bugs{margin-left: 0; margin-right: 12px;}


.title_more{float: right; font-size: 12px; }

.entry-content{font-size: 14px; line-height:28px;}

.urhere{width:100%;font-size:12px;padding:2px;float:left;}