@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* index.php */
.left_block02 .cbox ul li.img{
	height: 176px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

/* 分頁css /
.page ul {
	width: 580px;
}
.page ul li a.noprepgae, .page ul li a.noprepgae:hover{
	background-image: linear-gradient(to bottom, #2abed8 0%, #1998DD 100%);
	background-color: #1998DD;
	color: #666;
	text-shadow: none;
	border: 1px solid #1998DD;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.noprepgae,.noprepgae:hover{
	/*background-image: linear-gradient(to bottom, #2abed8 0%, #1998DD 100%);/
	/*background-color: #1998DD;/
	color: #666;
	text-shadow: none;
	/*border: 1px solid #1998DD;/
	padding: 5px 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}*/

/* 文章列表 */
.author2{
	margin-right: 8px;
	padding: 0px 12px 0px 0px;
	color: #666666;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-color: transparent;
	background-image: url(../image/article/icon_author.png);
	background-repeat: no-repeat;
	background-position: 2px -1px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.author3{
	margin-right: 8px;
	padding: 0px 12px 0px 0px;
	color: #666666;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-color: transparent;
	background-image: url(../images/people.jpg);
	background-repeat: no-repeat;
	background-position: -2px -1px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.date2{
	margin-right: 8px;
	padding: 0px 15px 0px 5px;
	color: #666666;		/*#CC9933;*/
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../image/article/icon_date.png);	/*url(../image/browse.jpg);*/
	background-repeat: no-repeat;
	background-position: 2px -1px;
	/*margin-left: 5px;*/
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 25px;	/*40px;*/
}
.date3{
	margin-right: 8px;
	padding: 0px 15px 0px 5px;
	color: #666666;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/time.jpg);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	background-size: 21px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.browse2{
	margin-right: 8px;
	color: #f9cf1b;		/*#CC9933;*/
	letter-spacing: 1px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../image/article/icon_fire.png);	/*url(../image/browse.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;		/*2px 1px;*/
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 25px;	/*40px;*/
}
#isOkImg{
	border: 3px solid white;
}

/* 字型大小 */
.font10{
	font-size: 10px;
}