/*--------------------------------------------------------------------------------------
※ 此樣式為無名小站blog 特殊版型  範本，使用者可自行更改範本。
※ 1024*768為最佳解析度
--------------------------------------------------------------------------------------*/


/* General Set
-----------------------------------------*/
html {	overflow: hidden;
cursor: crosshair;}
#text { 
color:#336699;
scrollbar-face-color:#fff;
scrollbar-track-color:#ddeeff;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-Color:#fff;
scrollbar-arrow-color:#6699cc;
scrollbar-shadow-color:#fff;
scrollbar-highlight-color:#fff;
}
textarea{
font: verdana 10px;
color:#336699;
border: 1px solid #6699cc;
background: url(http://l.yimg.com/e/style/9/91/textarea.jpg) #fff no-repeat fixed 100% 100%;
}
input,select{
background:#fff;
color:#6699cc;
border: 1px solid #6699cc;
FONT-SIZE: 10px;
font-family:verdana;} 

body {
	text-align:center;
	font-size: 10px; /* 字體大小 */
	font-family: "verdana"; /* 字體樣式 */
	color: #336699; /* 字體顏色 */
	background: url(http://l.yimg.com/e/style/9/91/body.jpg) #fff no-repeat fixed 100% 50%;
	margin: 25px 0px 0px 0px;
}

a {color: #000;text-decoration: none;}
a:hover {color: #666;text-decoration: none;cursor:n-resize;}

/* container
-----------------------------------------*/
#container1 {
	width: 800px;	
	position: relative; /* fix IE6 bug */
	margin: 0px;
}
#container2 {}

/* banner and pageheader
-----------------------------------------*/
#banner {
text-align:left;
background: none;
height: 80px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#pageheader { /* banner第二層，實質上只設定#banner即可 */
	height: 64px;
	border-bottom: 20px solid #99ccff;
}
#pageheader h1 a { /* 主標題(網誌名稱) */
	position: absolute;
	top: 0px; left: 0px;
	padding: 20px 0px 0px 20px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 780px;
	height: 44px;
	color: #336699;
	text-align: right;
}
#pageheader .description { /* 網誌目前動態描述 */
	position: absolute; top: 68px; right: 10px;
	font-size: 10px;
}
#pageheader #description2 .description { /* 網誌個人描述列 */
	position: absolute; top: 68px; left: 10px;
	font-size: 10px;
	width: 800px;
	padding: 0px;
	text-align: left;
	}
/* main
-----------------------------------------*/
#main2 { /* 包含content、links */
text-align: left;
height: 460px;
}

/* content
-----------------------------------------*/
#content {
	width: 565px;
	float: left;
	overflow: auto;
	height: 460px;
	background: #fff transparent;
scrollbar-face-color: #fff;
scrollbar-track-color: #ddeeff;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-Color: #fff;
scrollbar-arrow-color: #6699cc;
scrollbar-shadow-color: #fff;
scrollbar-highlight-color: #fff;}
.date {
	text-align: right;
	background: #ddeeff;
	padding: 5px;
}
.title{ font-size: 10px; padding-left: 10px; border-bottom:1px solid #6699CC; font-weight:normal; color: #000;}
.datediv {} /* 第二層date */
.blogbody { /* 包含 .articletext  .posted  .total-comments-div */
	padding: 0px;
	margin-bottom: 15px;
	line-height: 175%;
}
.blogbody2 {} /*第二層blogbody*/
.articletext {} /*包含 .title  .extended  .innertext  .extended  */
.articletext .title {}
.articletext .innertext {}
.articletext .extended {}
.posted {}


/* comments
-----------------------------------------*/
.total-comments-div {
	text-align:left;
	border: none;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 0px;
}
.total-comments-div .trackbacks-head {}
.total-comments-div .trackbacks-head .comments-head { /* 引用列的title */
	background: #ddeeff;  padding: 3px;
}
.total-comments-div .comments-head { /* 回應列的title */
	background: #ddeeff;  padding: 3px;
}
.total-comments-div .comments-bottom .comments-head { /* 編寫回應列的title */
	background: #ddeeff;  padding: 3px;
}
.total-comments-div .comments-body { /* 回應區的留言區塊 */
color: #000;background: none; padding-top:5px;line-height: 175%;
margin: 10px 0px 10px 0px; border-bottom: 1px solid #6699cc;
}
.total-comments-div .comments-body .comments-post { /* 回應者資訊 */
	text-align: right; color: #999; padding:0px;
}
.total-comments-div .comments-body form { /* 編寫回應欄 */
 text-align:right;}

#text {
width:350px; height: 250px; color:#336699;
font: verdana 10px;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-Color:#fff;
scrollbar-arrow-color:#6699cc;
scrollbar-shadow-color:#fff;
scrollbar-highlight-color:#fff;
}
.comments-post img{/*原本回應相關資料的圖示*/
visibility:hidden;
}

.postuser{/*身分認證圖示*/
background:url(http://l.yimg.com/e/style/9/91/postuser.jpg) no-repeat center right;padding-right:15px;}

.postuser:hover{
background:url(http://l.yimg.com/e/style/9/91/postuser_hover.jpg) no-repeat center right;padding-right:15px;}

.postemail{/*信封*/
background:url(http://l.yimg.com/e/style/9/91/postemail.jpg) no-repeat center center;}

.postemail:hover{
background:url(http://l.yimg.com/e/style/9/91/postemail_hover.jpg) no-repeat center center;}

.postweb{/*小房子*/
background:url(http://l.yimg.com/e/style/9/91/postweb.jpg) no-repeat center center;}

.postweb:hover{
background:url(http://l.yimg.com/e/style/9/91/postweb_hover.jpg) no-repeat center center;}

/* divThird 第三欄式設定，若兩欄式則不需設定 #divThird 的 position
-----------------------------------------*/
#divThird {}
#divThird2 {} /* 第二層divThird */
/* links 選單
-----------------------------------------*/
#links {margin:0px;
	width: 235px;
	float: right;
	background: none;
	overflow: auto;
	height: 460px;
	text-align:left;
scrollbar-face-color:#fff;
scrollbar-track-color:#ddeeff;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-Color:#fff;
scrollbar-arrow-color:#6699cc;
scrollbar-shadow-color:#fff;
scrollbar-highlight-color:#fff;
}
#links2 {} /* 第二層links */

.sidetitle{
margin:0px;
text-align:right;
padding: 3px;
background: none;
border-bottom: 1px solid #6699cc;
color:#003366;
}
.side{
margin:0px;
padding: 10px;
line-height: 175%;
}

/* links 選單進階設定
-----------------------------------------*/

.calendar {} /* 行事曆 */

#boxProfile{}
#boxProfile .boxProfile0 {}
#boxProfile .boxProfile0 .sidetitle {}
#boxProfile .boxProfile1 {}
#boxProfile .boxProfile1 .side {padding: 10px;}
#boxProfile .boxProfile1 .side a {text-decoration: none;}
#boxProfile .boxProfile1 .side .boxProfileImg {display: none;}/* 個人封面照片縮圖 */
#boxProfile .boxProfile1 .side .boxProfileLink { /* 四個連結：xxx的個人資料、xxx的網誌首頁、xxx的相簿、xxx的留言版 */
}
#boxProfile .boxProfile1 .side  select {display: none;} /* 好友名單 */

#boxSlideShow {} /* 播放中的相簿 */
#boxSlideShow .boxSlideShow0 {}
#boxSlideShow .boxSlideShow0 .sidetitle {}
#boxSlideShow .boxSlideShow1 {}
#boxSlideShow .boxSlideShow1 .side {}

#boxNewArticle {} /* 最新的文章 */
#boxNewArticle .boxNewArticle0 {}
#boxNewArticle .boxNewArticle0 .sidetitle {}
#boxNewArticle .boxNewArticle1 {}
#boxNewArticle .boxNewArticle1 .side {}

#boxCategory {} /* 文章分類 */
#boxCategory .boxCategory0 {}
#boxCategory .boxCategory0 .sidetitle {}
#boxCategory .boxCategory1 {}
#boxCategory .boxCategory1 .side {}

#boxDate { display:none; } /* 文章彙集 */
#boxDate .boxDate0 {}
#boxDate .boxDate0 .sidetitle {}
#boxDate .boxDate1 {}
#boxDate .boxDate1 .side {}

#boxSearch { display:none; } /* 搜尋這個網誌的文章 */
#boxSearch .boxSearch0 {}
#boxSearch .boxSearch0 .sidetitle {}
#boxSearch .boxSearch1 {}
#boxSearch .boxSearch1 .side {}

#scupioSearch { display:none; } /* 搜尋 */
#scupioSearch .scupioSearch0 {}
#scupioSearch .scupioSearch0 .sidetitle {}
#scupioSearch .scupioSearch1 {}
#scupioSearch .scupioSearch1 .side {}

#boxNewComment {} /* 最新的回應 */
#boxNewComment .boxNewComment0 {}
#boxNewComment .boxNewComment0 .sidetitle {}
#boxNewComment .boxNewComment1 {}
#boxNewComment .boxNewComment1 .side {}

#boxFolder {} /* 自訂資料夾 */
#boxFolder .boxFolder0 {}
#boxFolder .boxFolder0 .sidetitle {}
#boxFolder .boxFolder1 {}
#boxFolder .boxFolder1 .side {}

#boxCounter {} /* 參觀人氣統計 */
#boxCounter .boxCounter0 {}
#boxCounter .boxCounter0 .sidetitle {}
#boxCounter .boxCounter1 {}
#boxCounter .boxCounter1 .side {}

.syndicate {padding: 10px;} /*RSS*/

/* powered 無論如何請不要隱藏無名小站的logo
-----------------------------------------*/
.powered{/*無名小站權限聲明*/
margin:20px 0px 0px 20px;
}
.powered input{
font-size:11px;
}

.powered img{
visibility:hidden;
height:45px;
width:105px;
}

.powerlogo{/*自行設定的logo*/
background:url(http://l.yimg.com/e/style/9/91/powerlogo.jpg) no-repeat 0px 12px;
}

/* footer
-----------------------------------------*/
#footer {background: #99ccff; height: 20px;}
 