﻿@charset "utf-8";
/*-------------------------上方---------------------------------------------*/
/*整體頁面文字顏色大小'背景圖'*/
body{
	font-size: 10pt;

	color: #888888;
	background-image: url(images5/bg.gif);
}

/*整體頁面文字連結樣式*/
a:link {
	text-decoration: none;
	color: #996633;
}

a:visited {
	text-decoration: none;
	color: #996633;
}

a:hover, a:active {
	color: #E1D278;
}
/*------------------------------表頭設定----------------------------------------*/
.header{
	height:350px;
	margin-top: 0px;
	width: 940px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #2F2F2F;
	background-image: url(http://www.qifront.com.tw/blog/imtvBlog.jpg);
}
.fuction{padding-top:10px;padding-right:10px;}
.blogtitle{font-size:18px;padding-top:43px;margin-left:15px;}
.blogdesc{display:none;}

/*------------------------------menu可修改的----------------------------------------*/

/*BAR的底圖*/
.menubar{
	height:50px;
	padding: 0px 10px;
	font-family: "細明體";
	margin-bottom: 0px;
	background-image: url(http://www.qifront.com.tw/blog/vlogbg2.gif);
}
.menubar li a:link,.menubar li a:visited{
	float: left;
	color: #AAAAAA;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 30px;
	font-size: 12pt;
	margin-top: 0px;
	}
/*滑鼠移過去時的樣式*/
.menubar li a:hover,.menubar li a:active {
	color: #CC3300;
	background-repeat: repeat-x;
	font-size: 12pt;
	margin-top: 0px;
	background-image: url(images5/nav-bg2.gif);
}

/*------------------------------內容區塊的----------------------------------------*/
/*中間版位(底圖,底色修改)*/
.main-content{
	padding: 0px 10px;
	width: 920px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	background-color: #2F2F2F;
}

/*------------------------------content可修改的----------------------------------------*/
.content{
/*邊界與內文的距離*/
	width: 610px;
	float: left;
	padding: 0px 10px;
}
/*每篇文章的區塊(可修改線的樣式 底圖)*/
.post{
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #444444;
        padding-bottom:20px;
}
/*日期時間顏色*/
.posttime{
	color: #A5873C;
	padding-bottom: 5px;
        font-size:12px;
        letter-spacing:2px;
}

.PostTitle{height:25px;}

/*文章標籤*/
.posttag a:link {text-decoration: none;color:#78693C;}
.posttag a:hover{text-decoration: none;color:#E1D278;}
.posttag a:visited{text-decoration: none;color:#78693C;}
.posttag a:active {text-decoration: none;color:#78693C;}

/*分類*/
.postfn a:link{text-decoration: none;color:#78693C;}
.postfn a:visited{text-decoration: none;color:#78693C;}
.postfn a:active {text-decoration: none;color:#78693C;}
.postfn a:hover{text-decoration: none;color:#E1D278;}
/*回應*/
.trackbacks {display: none;}
/*TOP*/
.gotop{display: none;}

/*-----------------------------slide 可修改的項目-------------------------------------------*/
/*sidebarhead,sidebarblock,sidebarbox三個可拼成一張圖*/
/*最上方-欄位項目(顏色,文字,大小,高度)*/
.sidebarhead{
	font-weight: bold;
	text-align: left;
	height: 25px;
	font-size: 10pt;
	color: #E1963C;
	padding: 14px 10px 0px 35px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images5/listheader.gif);
}
/*中間*/
.sidebarblock{
	text-align: left;
	padding: 0px 10px 10px 10px;
	background-image: url(images5/listmid.gif);
	background-repeat: repeat-y;
	background-position: center center;

}
/*底部*/
.sidebarbox{
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 260px;
	margin-bottom: 10px;
	background-image: url(images5/listbtm.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/*列表前方的ICON圖可由此修改*/
.sidebarbdiv li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-image: url(images5/bull2.gif);
}

.calendar{font-size:11px;}
/*內業表頭*/
.headerline{
	padding:5px 10px;
	margin-bottom: 10px;
	line-height: 2em;
	color: #FFFFFF;
	background-image: url(images5/listheaderbg.gif);
	height: 52px;
	margin-top: 2px;
}


/*--------------文章列表底色修改--------------*/
/*邊框顏色*/
.list table{
	background-color: #191919;
}
/*項目欄位顏色*/
.list_tab1{
	background-color: #2F2F2F;
}
/*列表顏色1*/
.list_tab2{
	background-color: #3E3E3E;
}
/*列表顏色2*/
.list_tab3{
	background-color: #373737;
}
/*回應*/
.answer_block{display:none;}
/*留言*/
.trackback_area{display:none;}
/*檔尾*/
.footer{background:#2F2F2F;padding-top:10px;padding-bottom:10px;}


/*-----------------------------使用者可修改以上項目-------------------------------------------*/
/*滑鼠鎖右鍵專用語法document body oncontextmenur*/ 
body {star:expression(document.body.onselectstart = document.body.oncontextmenu = function(){return false;});}

/*可愛小綠白精靈及幸運草游標圖*/
body{cursor:url(http://qifront.myweb.hinet.net/aintono.ani)} 
a:hover{cursor:url(http://qifront.myweb.hinet.net/qifront.ani)}







