/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */


/* 加大 margin 及 padding , 原本是 0 */
html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 9;
  padding: 9;
}

/* 因為把左邊的 sidebar 移到右邊, 所以要改邊寬 */
body.layout-first-main #sidebar-first {
  margin: 24px 0 0 14px;
}

/* 字的大小 */
.node .content , .comment .content  {
	font-size: 16px;
}

/* 字型 */
body {
  font-family: 新細明體, Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
}

/* 字的顏色 */
html {
  color: #444;
}

/* 段落間的距離 */
.node .content p , .comment .content  p {
	margin: 20px 0;
}

/* 文章標題 */
div.node h2.title {
	border-bottom: 2px solid #d6ddb9;
	font-size: 25px;
	line-height: 160%;    /* 19.2px */
}

/* 引用的文字 */
#trackback-url h2  {
	font-size: 16px;
}

/* 最上方標題大字 */
#header-first h1 {    /* site name link */
  font-size: 4em;
  font-family: 標楷體;
  font-style: italic;
  font-weight: bold;
}

/* 最上方標題下的 slogan */
#header-first #slogan {
  font-family: 標楷體;
  font-size: 2em;
}

/* block 選單標題 */
#sidebar-first h2.block-title,
#sidebar-last h2.block-title,
#postscript-wrapper h2.block-title {
  color: #27638C;
  font-size: 16px;
  font-family: 微軟正黑體, 細明體;
}

/* block 選單文字 */
#sidebar-first div.block ul.menu li a, #sidebar-first div.block ul li , #sidebar-first div.block ul li a {
  font-family: 微軟正黑體, 細明體;
  font-size: 16px;
  font-weight: 500;
}

/* 標籤雲 */
div.block-tagadelic a.tagadelic {
  font-family: 微軟正黑體, 細明體;
}

/* pager 向下移一點 */
#sidebar-first .item-list .pager {
  margin-top: 10px;
}

/* 搜尋 block 的圖示 */
#sidebar-first #block-block-5 div.block-icon {
  background: transparent url('icons/tnt_icon_15.png') no-repeat left center;
}

/* 廣告 block 的圖示 */
#sidebar-first #block-block-3 div.block-icon,
#sidebar-first #block-block-4 div.block-icon {
  background: transparent url('icons/tnt_icon_10.png') no-repeat left center;
}

/* 文章分類 block 的圖示 */
#sidebar-first #block-taxonomy_list-2 div.block-icon {
  background: transparent url('icons/tnt_icon_04.png') no-repeat left center;
}

/* 最新文章 block 的圖示 */
#sidebar-first #block-views-tracker2-block_1 div.block-icon {
  background: transparent url('icons/tnt_icon_07.png') no-repeat left center;
}

/* 標籤雲 block 的圖示 */
#sidebar-first .block-tagadelic div.block-icon {
  background: transparent url('icons/tnt_icon_06.png') no-repeat left center;
}

/* RSS訂閱 block 的圖示 */
#sidebar-first #block-node-0 div.block-icon {
  background: transparent url('icons/tnt_icon_11.png') no-repeat left center;
}

/* =========================== */
/* 底下和 TrackBack 有關的 css */
/* =========================== */

/* 呈現本篇 TrackBack URL 的網址 */
div#trackback-url div.content {
	background: #FFFCE3;
	border: 2px solid #EED300;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 3px 3px 3px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* 呈現引用本文 TrackBack 的文章 */
#trackbacks div.trackback {
	border: 2px solid #D6DDB9;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	background-color: #E6EDC9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* 隱藏 TrackBack 中所顯示的瀏覽次數 */
#trackbacks li.statistics_counter {
	display:none;
}

/* ===================================== */
/* 底下是 taxonomy_list.css 使用者自訂義 */
/* ===================================== */

/* block 選單標題 */
#sidebar-first div.block-taxonomy_list h2.block-title {
  font-family: 微軟正黑體, 細明體;
  font-size: 16px;
}

/* block 選單文字 */
#sidebar-first div.taxonomy-list-item a.taxonomy-list-term {
  font-family: 微軟正黑體, 細明體;
  font-size: 16px;
  font-weight: 500;
}

/* block 選單數字 */
#sidebar-first div.taxonomy-list-item div.taxonomy-list-term-count {
  font-size: 12px;
}

/* ===================================== */
/* 以上是 taxonomy_list.css 使用者自訂義 */
/* ===================================== */

