﻿/*

BLOG框架樣式

*/

body 
{
    margin:0px;
    font-size: 13px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1d63ba;
	font-size: 13px;
	text-decoration: none;
}
/*個人部落格內頁 及 列表 連結樣式*/
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #996600;
	font-size: 13px;
	text-decoration: none;
}

a:hover ,a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}


/* BLOG頁面的框架主表格樣式(BlogMasterPage.master頁面) */
.BlogFrame
{
    width:950px;
    border:solid 0px #000000;
    text-align:left;
}
/* 最上層導行欄(Controls/Master/Top1.ascx的樣式) */
.BlogTop1
{
    width:100%;
    text-align:right;
    border:solid 0px #000000;
}
/* BLOG標志(Controls/Master/Top2.ascx的樣式) */
.BlogTop2
{
    width:100%;
    border:solid 0px #000000;
}
/* 搜尋、分類，會員登入(Controls/Master/Top3.ascx的樣式) */
.BlogTop3
{
    width:100%;
    border:solid 0px #000000;
    font-size:13px;
}
/* 搜尋、分類(Controls/Master/Top3.ascx的樣式) */
.BlogTop3_T1
{
    width:745px;
    height:37px;
    border:solid 0px #000000;
}
/* 分類(Controls/Master/Top3.ascx中的asp:DataList的樣式) */
.BlogTop3_T2
{
    background-image:url(../../images/blog/b_l03.gif);
}
/* 會員登入(Controls/Master/Top3.ascx的樣式) */
.BlogTop3_T3
{
    width:198px;
    height:37px;
    border:solid 0px #000000;
}
/* 腳注說明(Controls/Master/Bottom.ascx的樣式) */
.BlogBottom
{
    width:100%;
    border:solid 0px #000000;
    font-size:13px;
}
/* 腳注說明(Controls/Master/Bottom.ascx中的[版權所有]的樣式) */
.BlogBottom_copy
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003399;
}
/* 腳注說明(Controls/Master/Bottom.ascx中的[地址]的樣式) */
.BlogBottom_address
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1d63ba;
	text-align: center;
	vertical-align: middle;
}
/* 腳注說明(Controls/Master/Bottom.ascx中的[電話]的樣式) */
.BlogBottom_telphone
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1d63ba;
	text-align: center;
	vertical-align: middle;
}