/* ------[ HTML 標籤 ]------ */ 

td
{
   font-size: 15px;
   line-height: 1.8em;
   color: #333333;
}

/* ------[ 版型 ]------ */ 

#margin { margin: 15px 15px 15px 15px; }

#middlebar
{
   margin: 10px 10px 5px 10px;
   font-size: 13px;
   line-height: 2em;
}

#sidebar
{
   margin: 10px 5px 10px 10px;
   font-size: 13px;
   line-height: 2em;
}

/* ------[ 連結 ]------ */ 

#middlebar a:link
{
   text-decoration: none;
}

#middlebar a:visited
{
   text-decoration: none;
}

#middlebar a:hover
{
   color: #3399cc;
   background-color: #E5ECE0;
   text-decoration: underline;
}

#middlebar a:active
{
   color: #00A99D;
   text-decoration: none;
}

#path-entry {color: #888888; }
#path-entry a:link {color: #888888;}
#path-entry a:visited {color: #888888; }
#path-entry a:hover {color: #3399cc; background-color: #E5ECE0; }
#path-entry a:active {color: #00A99D; }

#sidebar a:link
{
   color: #002277;
   text-decoration: none;
}

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

#sidebar a:hover
{
   color: #3399cc;
   background-color: #E5ECE0;
   text-decoration: underline;
}

#sidebar a:active
{
   color: #00A99D;
   text-decoration: none;
}

/* ------[ UL ]------ */ 

#category ul
{
   list-style-list: none;
   padding-left: 0;
   margin: 0;
}

#category li
{
   background-image: url('/images/li-square.gif');
   background-repeat: no-repeat;
   background-position: 0 0.5em;
   padding-left: 1.4em;
   margin: 15px;
   line-height: 1.8em;
}

#middlebar ul
{
   list-style-list: none;
   padding-left: 0;
   margin: 0;
}

#middlebar li
{
   background-image: url('/images/li-square.gif');
   background-repeat: no-repeat;
   background-position: 0.3em 0.5em;
   padding-left: 1.4em;
   margin: 0px;
   line-height: 1.8em;
}

#sidebar ul
{
   list-style-list: none;
   padding-left: 0;
   margin: 0;
}

#sidebar li
{
   background-image: url('/images/li-square.gif');
   background-repeat: no-repeat;
   background-position: 0.3em 0.5em;
   padding-left: 1.4em;
   margin: 0px;
   line-height: 1.8em;
}

/* ------[ 評論和引用 ]------ */ 

.trackbacks-header,
.comments-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   background: #ccccdd;
   font-size: 14px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.comments-title
{
   margin: 5px 0 -10px 0;
   border-bottom: 1px solid #dae0e6;
   padding-top: 3px;
}

.trackbacks-title
{
   margin: 15px 0 0 0;
   border-bottom: 1px solid #dae0e6;
   padding-top: 3px;
}

/* ------[ 首頁格式 ]------ */ 

.new-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #CBD0E4;
   padding-top: 3px;
   font-size: 12px;
   text-align: right;
}

/* ------[ 字型及色彩 ]------ */ 

.content-headline
{
   margin: 15px 0 10px 0;
   border-bottom: 1px solid #4B65A3;
   padding-top: 3px;
   color: #337799;
   font-size: 18px;
   font-weight: bold;
}

.font24,
.font18,
.font15,
.font14,
.font13,
.font12,
.font11,
.font10
{ line-height: 1.8em; }

.font24 {font-size: 24px;}
.font18 {font-size: 18px;}
.font15 {font-size: 15px;}
.font14 {font-size: 14px;}
.font13 {font-size: 13px;}
.font12 {font-size: 12px;}
.font11 {font-size: 11px;}
.font10 {font-size: 10px;}

.color-blue-dark {color: #000055}
.color-blue-light {color: #669999}
.color-red-dark {color: #550000}

/* ------[ 塵風書坊 ]------ */ 
#badge a:hover {} 
#badge a:link {} 
#badge a:active {} 
#badge a:visited {} 
#badge {padding: 10px 5px 10px 5px; width: 140px;} 

#badge .item_cell {list-style: none; text-align: center; padding: 5px; margin: 0px; border: 1px solid #cccccc;} 
#badge .cover {} 
#badge .cover img {border: 1px solid #cccccc; padding: 3px; background-color: #f7f7f7;} 
#badge .title {text-indent: 0;padding: 0; margin: 0;} 
#badge .subtitle {} 
#badge .author {} 

#badge .link_cell {list-style: none; text-align: center; padding: 5px; margin: 0px; clear: both;} 
#badge .link_cell dt {text-align: center; margin: 0px;} 
#badge .link_cell dd a {font-size: 10px; font-family: Verdana;} 
#badge .link_cell dd {text-align: center; margin: 0px;} 
#badge .link_cell img {border: none;} 

#badge ul {list-style-list: none; padding-left: 0; margin: 0;}
#badge li {background-image: none; margin: 0px;}