/* 
---------------------------------------------------------------
網站左區塊
--------------------------------------------------------------- 
*/
/* 文章列表 ../_model/profile/blog_theme_list.php */
#blogThemeList {
	width: 570px;
	margin-right:10px;
}
#blogThemeList .blogThemeListCategories {
	color:#999999;
	font-size:11px;
}
#blogThemeList .blogThemeListTime {
	float:left;
	width:66px;
	height:55px;
	padding: 6px 0px 0px 12px;
	background: url(../_images/date_bg.png) no-repeat;
	color:#FFFFFF;
	
}
#blogThemeList .blogThemeListImage {
	
}
#blogThemeList .blogThemeListDescription {
	margin-top: 28px;
	line-height:18pt;
	color:#333333;
	padding: 10px 0px 30px 0px;
}
#blogThemeList .blogThemeListRe{
	margin-top:-15px;
	margin-left:400px;
	width:103px;
	height:55px;
	background: url(../_images/comment_bg.png) no-repeat;
	color:#FFFFFF;
	padding: 27px 0px 0px 73px;
}
#blogThemeList .blogThemeListRe a{
	color:#FFFFFF;
}
#blogThemeList .blogThemeListLine{
	margin-top:-12px;
	margin-bottom:10px;
	border-bottom: 4px dotted #CCCCCC;
} 
/* 文章詳細 ../_model/profile/blog_theme_detail.php*/

#blogThemeDetail {
	width: 570px;
	margin-right:10px;
}
#blogThemeDetail h2{
	font-size:15px;
}
#blogThemeDetail .blogThemeDetailCategories {
	margin-top:1px;
	color:#999999;
	font-size:11px;
}
#blogThemeDetail .blogThemeDetailTime {
	float:left;
	width:66px;
	height:55px;
	padding: 6px 0px 0px 12px;
	background: url(../_images/date_bg.png) no-repeat;
	color:#FFFFFF;
}

#blogThemeDetail .blogThemeDetailContent {
	margin-top: 0px;
	line-height:18pt;
	color:#333333;
	border-bottom: 4px dotted #CCCCCC;
	padding: 10px 0px 30px 0px;
}
/* 文章回應列表 ../_model/profile/blog_theme_detail.php*/
.blogThemeReIcon{
	margin-top:30px;
	width:155px;
	height:48px;
	background: url(../_images/comment_title.png) no-repeat;
}
.blogThemeRe {
	width: 550px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	border: 1px #CCCCCC solid;
}
.blogThemeRe h2{
	color:#cc6699;
}

.blogThemeReTime {
	color:#999999;
	font-size:11px;

}
.blogThemeReContent{
	margin-top:20px;
	color:#666666;
	line-height:18pt;
}
/* 文章回應表單 ../_model/profile/blog_theme_detail.php */
#blogThemeReForm{
	margin-top:20px;
	width: 580px;
	margin-right:10px;
}
#blogThemeReForm h2{
	color:#666666;
	font-size:13px;
}
#blogThemeReForm table {
	width:570px;
	margin: 5px 0px;
	border-top: 1px dotted #CCCCCC;
}
#blogThemeReForm th {
	text-align: left;
	background: #f5f4f1;
	padding: 10px 0px 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#blogThemeReForm td {
	text-align: left;
	line-height: 25px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#blogThemeReForm .button{
	margin-right:10px;
	float:right;
	color : #ffffff;
	background: url(../_images/button_bg.png) no-repeat;
	width: 80px;
	border-style: none;
}
/* 
---------------------------------------------------------------
網站右區塊 ../_model/profile/blog_right.php
--------------------------------------------------------------- 
*/
/* 搜尋 */
#blogSearch {
	width: 190px;
	background:#f9f5ea;
	margin-bottom:15px;
}
#blogSearch .blogSearchTitle{
	color:#cb6799;
	font-size:13px;
	padding:20px 0px 0px 10px;
	height:10px;
}
#blogSearch .blogSearchContent{
	padding:15px;
}
#blogSearch .blogSearchContent input{
	background:#FFFFFF;
}
#blogSearch .blogSearchContent button{
	margin-left: 85px;
	margin-top: 8px;
	background:#FFFFFF url(../_images/button_bg.png) no-repeat;
	color:#FFFFFF;
	text-align:center;
	border-style: none;
	width:80px;
}
/* 關於我 */
#blogAbout{
	width: 190px;
	background:#f9f5ea;
	margin-bottom:15px;
}
#blogAbout .blogAboutTitle{
	color:#cb6799;
	font-size:13px;
	padding:20px 0px 0px 10px;
	height:10px;
}
#blogAbout .blogAboutImage{
	margin-bottom:6px;
}
#blogAbout .blogAboutContent{
	color:#666666;
	font-size:11px;
	line-height:14pt;
	padding:15px;
}

/* 分類 */
#blogCategories{
	width: 190px;
	background:#f9f5ea;
	margin-bottom:15px;
}
#blogCategories .blogCategoriesTitle{
	color:#cb6799;
	font-size:13px;
	padding:20px 0px 0px 10px;
	height:10px;
}
#blogCategories .blogCategoriesContent{
	padding: 15px;
}
#blogCategories .blogCategoriesContent a{
	color:#666668;
	text-decoration:none;
	font-weight: bold;
	background: url(../_images/a.gif) no-repeat left center;
	display:block;
	padding: 2px 0px 0px 10px;
}
#blogCategories .blogCategoriesContent a:hover {
	color:#7c72ae;
}
/* 存檔 */
#blogDate{
	width: 190px;
	background:#f9f5ea;
	margin-bottom:15px;
}
#blogDate .blogDateTitle{
	color:#cb6799;
	font-size:13px;
	padding:20px 0px 0px 10px;
	height:10px;
}
#blogDate .blogDateContent{
	padding: 15px;
}
#blogDate .blogDateContent a{
	color:#666668;
	text-decoration:none;
	font-weight: bold;
	background: url(../_images/a.gif) no-repeat left center;
	display:block;
	padding: 2px 0px 0px 10px;
}
#blogDate .blogDateContent a:hover {
	color:#7c72ae;
}
/* 好友 */
#blogFriend{
	width: 190px;
	background:#f9f5ea;
	margin-bottom:15px;
}
#blogFriend .blogFriendTitle{
	color:#cb6799;
	font-size:13px;
	padding:20px 0px 0px 10px;
	height:10px;
}
#blogFriend .blogFriendContent{
	padding: 15px;
}
#blogFriend .blogFriendContent a{
	color:#666668;
	text-decoration:none;
	font-weight: bold;
	background: url(../_images/a.gif) no-repeat left center;
	display:block;
	padding: 2px 0px 0px 10px;
}
#blogFriend .blogFriendContent a:hover {
	color:#7c72ae;
}
/* 回應 */
#blogRe{
	width: 190px;
	background:#f9f5ea;
	margin-bottom:15px;
}
#blogRe .blogReTitle{
	color:#cb6799;
	font-size:13px;
	padding:20px 0px 0px 10px;
	height:10px;
}
#blogRe .blogReContent{
	padding: 15px;
}
#blogRe .blogReContent a{
	color:#666668;
	text-decoration:none;
	font-weight: bold;
	background: url(../_images/a.gif) no-repeat left center;
	display:block;
	padding: 2px 0px 0px 10px;
}
#blogRe .blogReContent a:hover {
	color:#7c72ae;
}
