
/* Blog style 13------------------------ */
/* general set
------------------------ */
body {
    background:#eee;
	margin: 0px;
	font: 80% Arial;
}
/* container
------------------------ */
#container1 {
background:url(container_bg.jpg) #fff   top left no-repeat;
	width:900px;
	margin: 0px auto;
	border:1px solid #ccc;
}
#container2 {
background:url(container2_bg.jpg)  bottom left no-repeat;
}

/* banner
------------------------ */
#banner {
	margin: 0px;
	padding:120px 10px 0 250px;
	height: 120px;
}
#banner h1 {
	margin:0 0px 0 0px;
}
#banner h1 a {
	color: #fff;
}
.description {
    margin:10px 0px 0 0px;
	color:#fff;
	}

/* Menu links
------------------------ */
#menu {

width:164px;
padding: 10px;
float:left;
margin:0 0 0 10px;
clear:both;
}

html>body #menu {margin:0 0 0 20px;}

ul#links2 {
	margin: 0px 0;
	padding:0px ;
	list-style: none;
	

}
#menu li{margin:4px 0;}

#menu h2 {
	margin: 0 0 0 3px;
	padding:0px 0 0 15px;
	list-style: none;
	background:url(icon01.gif)  center left no-repeat;
}

h2.sidetitle {
	padding-left:5px;
	margin: 0px ;
	font-size:1em;

}
ul.side {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 0px;

}
#menu a:link,#menu a:visited{}
#menu a:hover,#menu a:active{}

/* 主選單搜尋------------------------ */
#search{}
#search2{}
#search3{}
#search input {width:135px;}
#search #searchsubmit{width:50px;}
/* 主選單嘉言錄------------------------ */
#saying{}
#saying2{}
#saying3{}

#saying  h2.sidetitle{
    padding:1px 0 1px 30px;
    background:url(icon02.gif) center left no-repeat;
}
/* 主選單網站選單------------------------ */
#webmenu{}
#webmenu2{}
#webmenu3{}
#webmenu h2.sidetitle{
    padding:1px 0 1px 30px;
    background:url(icon03.gif) center left no-repeat;
}
/* 主選單文章分類------------------------ */
#categories{}
#categories2{}
#categories3{}
#categories h2.sidetitle{
    padding:1px 0 1px 30px;
    background:url(icon04.gif) center left no-repeat;
}
/* 主選單每月文章------------------------ */
#archives{}
#archives2{}
#archives3{}
#archives h2.sidetitle{
    padding:1px 0 1px 30px;
    background:url(icon05.gif) center left no-repeat;
}
/* 主選單推薦站台------------------------ */
#blogroll {}
#blogroll2 {}
#blogroll3 {}
#blogroll  h2.sidetitle{
    padding:1px 0 1px 30px;
    background:url(icon06.gif) center left no-repeat;
}
/* 主選單最新回應區------------------------ */
#comments {}
#comments2{}
#comments3{}
#comments ul {}
#comments .side li{
margin:0 0 5px 0;
}
#comments .posted{color:#111;}
#comments .side span{
line-height:1.6em;
font-size:0.95em;
}
#comments h2.sidetitle {
    padding:1px 0 1px 30px;
    background:url(icon07.gif) center left no-repeat;
}

#comments a:link,#comments a:visited{color:#ee7d53;text-decoration:underline;}
#comments a:hover,#comments a:active{color:#fcd604;}



/* content------------------------ */
#content {
	float:right;
	width:610px;
	margin:15px 10px 0 0px;
	padding:0 0 0 10px;
}
html>body #content{margin:15px 20px 0 0px;}


/* font style------------------------ */

a {
	color: #111;	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#111;
}

img{border:0;}
legend{color:#3d5276;font-weight:bold;}
input{border:1px solid #ccc;background:#eee;margin:1px 0;}
fieldset{margin:0 0 30px 0;padding:20px;}
fieldset p {margin:3px 20px 0 20px;}
fieldset input {font-size:1.1em;}



/* 首頁文章分段內文設定------------------------ */
.innertext
{line-height:1.5em;}

.innertext :after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
h2.title {
    background:url(h2.gif) center left no-repeat;
margin:0 0px;
	padding:0 0 0 0px;

	
}
h2.title a {
	
	color: #069;
	font-size: 17px;
    letter-spacing:0.1em;
}
.date {
    margin:10px 0 0 0;
	font-size: 14px;
	display: block;
	color: #555;
	text-align: right;
	padding:0 20px 5px 0;


}
.more {
	text-align: right;
	padding:0 20px 5px 0;


}
.more a {
    background:url(more_icon.gif) center left no-repeat;
	padding:0 0 0 20px;
	color: #993300;

}
.posted {
	padding:0 0px 0 0px;
	color: #000;

}
.posted a {
    background:url(comment_icon.gif) center right no-repeat;
	color: #993300;
	padding:0 20px 0 0px;


}
.posted a:hover{	color: #39053E;;}

/* 分頁選單 */
.PageDetails {
	padding-top: 13px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	text-align : right;
	color : #000;
}
		
.PageList {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	font-size: 9x;
	/* border-bottom: 1px solid #ddd; */
	overflow: hidden;

	list-style: none;
	display : inline;
	background: none;
	color: #000;	
	
}
.PageList li {
	display: inline;
}
.PageList a, .PageList a:link, .PageList a:visited{
	font-weight: normal;
	font-size: 9x;
	color:#000;
	text-decoration: none;
	margin:1px;
}
.PageList a:hover{color:#993300;}


/* footer
------------------------ */
#footer {
	clear: both;

	margin: 0px 10px 0 280px;


	padding:10px 10px 10px 10px;
	font-size:1em;
}

#footer2{

}
#footer3{

}

#footer p {
    padding:0 0 0 5px;
	margin: 0px;
	color:#000000;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #000;
	text-decoration:underline;
}
#footer img{border:0;}


/* extraDiv
------------------------ */
/*關於我aboutme*/
#myself{}
#myself ol{margin:0;padding:0;}
.aboutme{color:#000;letter-spacing:0.15em;line-height:1.8em;}
.aboutme img{
        float:left;margin:0px 20px 5px 20px;
		border:1px solid #eee;
		padding:3px;		
}
.aboutme ul li{list-style:none;}
.aboutme h5{display:inline;color:#6B4A04;}
.aboutme h4{border-bottom:1px solid #eee;}
.block .adduce{float:right;color:#fff;font-weight:normal;border:1px solid #e7e7e7;padding:2px;background:#555;display:inline;clear:both;}

/*cover img*/
.coverimg{padding:2px ;border:1px solid #eee;margin:3px 0;}


/* 個別文章之回覆句------------------------ */

#comments-head {
	color: #B05915;
	border-bottom: ;
}

/* 留言回覆------------------------ */

ol.comments-body {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding: 0px 40px;
}
ol.comments-body li.comments-box {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background: #F6F6F6;
	margin-bottom: 10px;
}
.comments-top {
	padding-left: 5px;
}

/* 留言者------------------------ */

.comments-top cite {
	font-style: normal;
}
.comments-top cite a {
	font-weight: bold;
	color: #CC4400;
}
.comments-box p {
	margin: 5px 20px;
}

/* 留言時間------------------------ */
small.comments-bottom {
	color: #666;
	text-align: right;
	display: block;
	padding-right: 10px;
}

/* 回覆留言名單------------------------ */
.ts_vstyled{}
.ts_vstyled th{width:100px;text-align:right;padding:2px 10px 2px 0;color:#3d52760}
.ts_vstyled td{text-align:left;padding:2px 0 2px 15px;background:url(dotted.gif) top left repeat-y;}
.ts_vstyled input{font-size:0.95em;padding:3px 0 0 0;margin:0 0 10px 0;}
/* 新增留言------------------------ */

#Subject {margin:0 0 0 30px;}
#Author {margin:0 0 0 43px;}
#TEL{margin:0 0 0 35px;}
#Email{margin:0 0 0 45px;}
#Content {margin:10px 0 0 0;border:1px solid #ccc;background:#eee;color:#111;}













