/*

	-- -- -- -- -- -- --
	klpcpme-com base layout CSS file
	last edit: 2008.11.22
	Powered by: Liu Yixin@Peking University
	Contact: liuyxpp@gmail.com
	-- -- -- -- -- -- --

	File Contents:
	Base layout style for site, independent of colour information.
	
*/


																				/* --------------------------------------------------------------- */
																				/* -- Re-usables -- */

																				/* -- HTML Elements -- */
acronym, abbr {
	cursor: help;
}
a:link, a:visited {
	text-decoration: underline;
}
blockquote {
	margin: 12px 25px;
	padding: 6px 12px 6px 38px;
	background: url(http://old.chem.pku.edu.cn/page/gaofenzi/styles/layout.css#blockquote.png) no-repeat 10px 10px;
}
body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 10px 20px
}
code, kbd, var {
	font: 12px Monaco, monospace;
}
dl {
	margin: 0.5em 0 1.5em 0;
}
dt {
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1em;
	padding: 0 25px;
	background: url(file:///C:/Documents%20and%20Settings/lyx/Local%20Settings/Temporary%20Internet%20Files/i/fountain/dt.png) no-repeat 6px 0.2em;
}
dd {
	line-height: 1.5;
	padding: 0 25px;
}
h2 {
	font-weight: normal;
	font-family: palatino, georgia, serif;
	font-size: 14px;
}
h3 {
	font-weight: normal;
	font-family: palatino, georgia, serif;
	margin: 1.5em 0 1em 0;
}
h4 {
	font-weight: normal;
        
	margin: 1.5em 0 1em 0;
}
h5 {
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 18px 0 12px 0;
}
li {
	line-height: 1.5;
}
p {
	line-height: 1.65;
	margin: 0.8em 0;
}
pre code {
	display: block;
	line-height: 1.6;
	margin: 12px 0;
	padding: 6px 38px 6px 12px;
	overflow: auto;
}

																				/* -- Classes -- */
.flLeft {
	float: left;
	margin: 0 12px 12px 0;
}
.flRight {
	float: right;
	margin: 0 0 12px 12px;
}
.block {
	clear: both;
	padding-bottom: 12px;
}
.block-img {
	clear: both;
	padding: 15px 0;
	text-align: center;
}
.block-img img {
	margin: 10px 0;
}
.small-outline {
	display: block;
	padding: 5px;
	border: solid 1px #000;
}
.large-outline {
	display: block;
	padding: 8px;
	border: solid 1px #000;
}
.highlighted {
	background: url(file:///C:/Documents%20and%20Settings/lyx/Local%20Settings/Temporary%20Internet%20Files/i/fountain/dotted-black-h.png) repeat-x left bottom;
}
.highlighted h3 {
	margin-top: 0;
}
.highlighted p {
	margin-bottom: 0;
}
#main-content .highlighted .wrapper {
	background: url(file:///C:/Documents%20and%20Settings/lyx/Local%20Settings/Temporary%20Internet%20Files/i/fountain/dotted-black-h.png) repeat-x 0 0;
	padding: 15px;
	margin: 0;
}
.notice {
	margin: 24px 0;
	padding-left: 44px;
	background: url(http://old.chem.pku.edu.cn/i/fountain/ico-notice.gif) no-repeat 2px 2px;
}
#main-content .notice h2 {
	font: bold 1em "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	margin: 0;
	line-height: 1.65;
}
.notice p {
	margin: 0 0 0.8em 0;
}

																				/* --------------------------------------------------------------- */
																				/* -- Layout Setup -- */

																			/* -- Header -- */
#header-meta {
	height: 152px
}																				
h1 {
}
h1 a:link, h1 a:visited {
	font:48px Microsoft YaHei;
	overflow: hidden;
	text-decoration: none;
}

#header-meta p {
	display: none;
}
																				/* -- Primary Nav -- */
#primary-nav {
	height: 36px;
}
#primary-nav ul {
}
#primary-nav li {
	float:left
}
#primary-nav li {
	font:14px Microsoft YaHei;
	height: 36px;
	line-height:36px;	/* vertical alignment */
	text-align:center;
	padding: 0 14px;
}
#primary-nav li a:link, #primary-nav li a:visited {
	text-decoration: none;
}																																								/* --------------------------------------------------------------- */
																	/* -- Content Area Base Layout -- */
#page-body {
	clear: both; overflow: hidden;
}
#main-content {
	float: left;
	position: relative; float: right;
}
#main-content .wrapper {
	/*margin: 25px 25px;*/
	padding: 25px 25px;
}
#sidebar {
	position: relative;
	float: left;
	border-top: solid 10px #ccc;
}
																				/* --------------------------------------------------------------- */
																				/* -- General Content Formatting -- */
#main-content p {
	text-indent: 2em;
}
#main-content h2 {
	font-size: 24px;
	/*line-height: 1;*/
	text-indent: 12px;
	border-left: solid 20px #b2001f;
	border-bottom: solid 1px #b2001f;
	margin: 25px 0 5px 0;
	line-height: normal;
	font-style: normal;
}
#main-content h2 a:link, #main-content h2 a:visited {
	text-decoration: none;
}
#main-content h2 a:hover {
	text-decoration: underline;
}
#main-content h3 {
	font-size: 14px;
	line-height: 1;
}
#main-content h4 {
	line-height: 1;
}
#main-content h5 {
	line-height: 1;
}
#main-content h6 {
	line-height: 1;
}
#main-content em {
	font-style: normal;
	font-weight: bold;
}
#main-content li {
	padding-left: 25px;
	margin-bottom: 0.5em;
}
#main-content ul, #main-content ol {
	margin: 1em 0;
}
#main-content ol li {
	padding: 0;
	margin-left: 25px;
	list-style: lower-roman;
	list-style-position: outside;
}
#main-content ul li {
	background: url(file:///C:/Documents%20and%20Settings/lyx/Local%20Settings/Temporary%20Internet%20Files/i/fountain/li.png) no-repeat 12px 0.4em;
}
#main-content .date {
	line-height: 1;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 0 12px 0;
	margin: 0 0 8px 0;
	background: url(file:///C:/Documents%20and%20Settings/lyx/Local%20Settings/Temporary%20Internet%20Files/i/fountain/dotted-black-h.png) repeat-x left bottom;
}
.lead, .quote-large {
	font-size: 2em;
	font-family: palatino, georgia, serif;
	font-style: italic;
	padding: 12px 0 6px 0;
}
.ini-word {
	text-transform: uppercase;
	font: 3.5em Microsoft YaHei;
	float: left;
	margin-right: 5px;
}
.ref .cau {
	text-decoration: underline;
}
.ref .jn {
	font-size: 1.2em;
	font-style: italic;
}
.ref .year {
	font-size: 0.9em;
	font-weight: bold;
}
.ref .vol {
	font-style: italic;
}

																/* -- Form Styling -- */
.styled-form {
	margin: 25px 0;
	background: url(file:///C:/Documents%20and%20Settings/lyx/Local%20Settings/Temporary%20Internet%20Files/i/fountain/dotted-black-h.png) repeat-x 0 0;
}
.styled-form label {
	float: left;
	clear: left;
}
.styled-form input {
	padding: 1px;
}
.styled-form textarea {
	padding: 5px;
}
.styled-form p {
	width: 100%;
	overflow: hidden;
	margin: 12px 0;
	padding: 1px 0;
}
.styled-form .send-button, .styled-form .preview-button {
	width: 125px;
	padding: 3px 0;
	float: right;
	display: block;
}
.styled-form p input {
	width: hidden;
}
.styled-form p label {
	float: left;
	display: block;
	width: hidden;
	line-height: 26px;
}
.form-row {
	padding: 12px 0;
	background: url(http://old.chem.pku.edu.cn/page/gaofenzi/styles/layout.css#/fountain/dotted-black-h.png) repeat-x left bottom;
}


.styled-form input.error {
	padding: 2px;
}
.styled-form input.error, .styled-form textarea.error {
	border: solid 1px #900;
	background-color: #fcc;
}
#error-message {
	display: block;
	clear: both;
	text-align: left;
	margin-top: 4em;
	padding: 12px 12px 12px 30px;
	border: solid 1px #900;
	background: #fcc url(http://old.chem.pku.edu.cn/page/gaofenzi/styles/layout.css#/fountain/ico-error.gif) no-repeat 8px 16px;
}



/* --------------------------------------------------------------- */
																				/* -- Sidebar -- */
.sidebar-nav a{ text-decoration:none;}
.sidebar-nav a:link, .sidebar-nav a:visited {text-decoration:none; }
.en_ch { float:right; margin:8px 10px 0 0; }
.en_ch a { display:inline-block; margin:0 10px;}
#sidebar h2 {
	font: 25px "Microsof YaHei"; text-decoration:none;
}
#sidebar .wrapper {
	padding: 20px 20px 5px 20px;
}
																	/* -- Sidebar Nav -- */
.sidebar-nav {

}
.sidebar-nav h2 {  background:#fff; padding:10px 0 10px 10px;}
.sidebar-nav ul {
	margin-bottom: 2em; margin: 10px 0 0 0;
}
.sidebar-nav li {
	margin-bottom: 0.5em;
	padding-left: 15px;
	line-height: 23px;
	border-bottom: 1px solid #ccc;
}

.sidebar-nav li a {font-size: 12px;text-decoration: none;}
.sidebar-nav li:hover { background: #fff; border-left: 2px solid #003366; }
.sidebar-nav li:hover a { font-weight: bold;  }
.sidebar-nav li.current { background: #fff; border-left: 2px solid #003366;  }
.sidebar-nav li.current a { font-weight: bold; }
																				/* -- Search -- */
.searchBox label, #searchBox label {
	display: none;
}



.page { text-align: center; margin: 20px auto 80px; }
.page a { text-align: center; padding: 0 8px; margin: 0 5px; height: 28px; line-height: 28px; font-size: 14px; display: inline-block; border: 1px solid #eeeeee; }
.page a:hover { background:#000066; color: #ffffff; }
.page .on_pages { background:#000066; color: #ffffff; }


#search {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	border: solid 1px #ccc;
	height: 20px;
}
.searchBox .button, #searchBox .button {
	padding: 5px 19px;
}
																				/* --------------------------------------------------------------- */
																				/* -- Footer -- */
#footer {
	clear: left;
	padding-top: 10px;
	position: relative;
	width: 100%;
	border: solid 1px #fff;
}
#footer .deco1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(file:///C:/Documents%20and%20Settings/lyx/Local%20Settings/Temporary%20Internet%20Files/i/fountain/dotted-black-v.png) repeat-y 3px 0;
}
#footer .deco2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 10px;
	background: url(file:///C:/Documents%20and%20Settings/lyx/Local%20Settings/Temporary%20Internet%20Files/i/fountain/dotted-black-v.png) repeat-y 0 0;
}
#footer p {
	float: left;
	margin: 0;
	padding: 15px 15px 15px 25px;
	font-family: palatino, georgia, serif;
}
#footer ul {
	float: right;
	padding: 15px 15px 15px 25px;
}
#footer li {
	font: 11px Microsoft YaHei;
	text-transform: uppercase;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0 6px 0 12px;
	border-left: solid 1px #ccc;
}
#footer li a:link, #footer li a:visited {
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer li.first {
	border-left: 0;
}



#main-content .img_link ul { margin: 0 -10px; }
#main-content .img_link ul li{ width: 33.3%; float: left; padding: 0px; }
#main-content .img_link ul li a { display: block; overflow: hidden; margin: 0 10px; text-decoration: none; }
#main-content .img_link ul li a span { width: 176px; height: 230px; display: block; overflow: hidden; }
#main-content .img_link ul li a span img { width: 176px; height: 230px; }
#main-content .img_link ul li a p { text-align: center; text-indent: 0px; height: 20px; line-height: 20px;  }


#main-content .img_lit ul { margin: 0 -10px; }
#main-content .img_lit ul li{ width: 50%; float: left; padding: 0px; }
#main-content .img_lit ul li a { display: block; overflow: hidden; margin: 0 10px; text-decoration: none; }
#main-content .img_lit ul li a span { width: 279px; height: 350px; display: block; overflow: hidden; }
#main-content .img_lit ul li a span img { width: 279px; height: 350px; }
#main-content .img_lit ul li a p { text-align: center; text-indent: 0px; height: 20px; line-height: 20px;  }




#main-content .name h3 {  text-align: center; font-size: 30px; }
#main-content .name ul { overflow: hidden; }
#main-content .name ul li { float: left; padding: 0px; width: 98px;  text-align: center; font-size: 16px; }