@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Open Sans", sans-serif;
	font-size: 10pt;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.chi_caption {
	padding-right:15px;
	display: inline-block;
}
.eng_caption {
	display: inline-block;
	border-left:solid;
	border-left-color:#999;
	border-left-width:1px;
	padding-left:10px;
}
.small_caption_right {
	font-size: 9pt;
	font-style:italic;
	color: #999;
	padding-bottom: 15px;
	text-align:right;
}
.small_caption_left {
	font-size: 9pt;
	font-style:italic;
	color: #999;
	padding-bottom: 15px;
	text-align:left;
}
.chi_title {
	font-weight:bold;
	font-size:14pt;
	color:#C96;
}
.eng_title {
	font-family: 'Lora', serif;
	font-style:italic;
	font-size:14pt;
	color:#C96;
}
.eng_paragraph {
	color:#666;
}

.caption {
	color:#999;
}

.projectlist td, th{	 
border-width:1px;	
border-top-style:dotted;
}

.pinboard {
	width: 212px;
	padding-top: 5px;
	padding-bottom:5px;
	text-align: center;
	border-top:dotted;
	border-top-width:1px;
	border-color:#C8C8C8;
}


.pinboard img {
    opacity: 0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.pinboard img:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#footer {
	text-align:right;
	color:#fff;
}
a{
	text-decoration:none;
	color:#C96;
}
a:hover{
	text-decoration:underline;
	color:#C30;
}


#demo1 {
	text-decoration: none;
	border-width: 0 none;
	border-style:none;
	}
