@charset "utf-8";
p
{
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 0px;
}

img.border {
/*照片邊框設定*/
	padding:4px;
	border: 1px solid #999999;
	1margin-top: 1px;
	1margin-right: auto;
	1margin-bottom: 1px;
	1margin-left: auto;
	}
p.img{
/*照片設定*/
	line-height: normal;
	text-align: center;
	1margin-top: 2pt;
	1margin-right: auto;
	1margin-bottom: 2pt;
	1margin-left: auto;	
}
p.imgtext {
/*照片說明文字設定*/
	margin: 3pt 10px;
	font-size: 11px;
	font-style: normal;
	line-height: 12pt;
	text-decoration: underline;
	color: #333333;
	text-align: center;
}

.photoright{
/*照片之排版設定_靠右*/
float:right; 
width:220px;
}

.photoleft{
/*照片之排版設定_靠左*/
float:left; 
width:220px;

}


/*以下為文章設定*/

.post {
	1border-bottom: 1px solid #EFF4F5;
	padding: 10px;
	width: 520px;
	background-color: #FFFFFF;
	1margin-top: 10px;
	margin-bottom: 10px; 
	font-size: 15px;
	font-family: "微軟正黑體", "新細明體", PMingLiU, Verdana, Arial;
}

.post .title {
	letter-spacing: 1pt;
	color: #1757AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1em;
	1font-weight: bold;
	1text-decoration: underline;
	word-spacing: normal;
}

.post .title a {
	color: #7AC8D4;
	border: none;
}
.post .abs {
	letter-spacing: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	1line-height: normal;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	1margin-top: 5px;
	1margin-bottom: 15px;
}
.post .meta {
	1padding-bottom: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	1line-height: 1.2em;
	color: #3399CC;
}



.post .text {
	1text-align: justify;
	1margin-bottom: 15px;
	font-size: 12px;
	font-family: "微軟正黑體", "新細明體", PMingLiU, Verdana, Arial;
	1line-height: 1.5em;
	color: #333333;
	1padding-top: 10px;
	1padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 5px;
}
