/* 
Template: TIPRC
Design Name: TIPRC
Description: TIPRC
Author: Jian-Hao Su
Author URI: 
*/
body {
	margin:0;
	padding:0;
	font-family:"新細明體","Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color:#29303B;
	line-height:20px;
	background: #636363;
}
a {
	color: #8a3207;	
	text-decoration:none;
}
a:visited {
	color: #8a3207;
}
a:hover {
	color: #753206;
	text-decoration:underline;
}
a img {
	border: none;
}
img {
	border: #ccc 1px solid;
	padding: 3px;
}

hr {
	/* display: none; */
	size: 1px;
	color:#FCFCFC;
}
p {
	margin: 0 0 14px;
	padding: 0;
	line-height: 20px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #999;
}
form{
	margin:0;
}
/* 網頁框架 */
#rap 
{
	background-color: #fff;
	border-left: 4px solid black;
	border-right: 4px solid black;
	width:980px;
	margin:0 auto;
	padding:4px 8px;
	text-align:left;
	font-family: "新細明體","Times New Roman", Times, serif;
	font-size: 13px;
}
/*************** 上方導覽列 *******************/
.topnavbar{
	margin:0px;
	vertical-align:middle;
}
#topnav 
{
	font-size:12px;
	margin:0;
	padding:0;
	text-align:right;
}
#topnav li 
{
	list-style:none;
	display:inline;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	border-right: 1px solid #ccc;
}
#topnav li a:link, #topnav li a:visited {
	color: #8a3207;	
	text-decoration: none;
}
#topnav li a:hover {
	color: #753206;
	border-bottom: 1px solid #753206;
}
/*************** 標題 *******************/
#header {
	background: url('img/blog_tiprc.jpg') no-repeat top center;
 	height: 120px;
	margin: 0px auto;
	padding: 0;
}
.blogtitle {  /* 部落格名稱 */
	margin: 0;
	font-size: 22px;
	font-weight:600;
	color: #FCFCFC;
	letter-spacing: 2px;
	padding: 20px 0 0px 125px;
}
#header a:link, #header a:visited, #header a:active { /* 部落格名稱連結 */
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
#header a:hover{
	color: #F00;
	text-decoration: none;
	border-bottom: none;
}
.description  /* 部落格說明 */
{
	color: #620;
	margin:0;
	padding:10px 0px 0 130px;
	font-size:11px;
	line-height:13px;
	letter-spacing:1px;
}

/*************** 內文 *******************/
#content {
	background-color: #fff;
	width:660px;
	float:left;
	padding:10px 20px;
	margin:0;
	z-index: 90;
}
#content ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
}
#content ul li {
	background: url('img/bullet.png') no-repeat 0 7px;
	padding-left: 20px;
}
div.category{ /* 分類瀏覽上方資訊 */
	padding:0px;
	margin:0px;
	text-align:center;
	font-weight: 600;
	font-size: 16px;
	color:#000;
}
div.search-info{	/*搜尋結果上方資訊*/
	padding:0px;
	margin:0px;
	font-weight: 600;
	font-size: 16px;
	color:#000;
	text-align:center;
}
div.nav{
	padding:3px;
	margin:0px;
	text-align:center;
}
  /* 文章內容 */
.post{
	margin-bottom: 20px;
	padding: 10px;
}
.post-info {
	background:#fff url(img/box-bg.gif) repeat-x top left;
	height:20px;
	line-height:20px;
	margin: 0;	
	text-align: right;
	padding: 0 5px;
	color: #666;
	border-bottom:#eee 1px solid;
}
.post-info em {
	text-decoration: none;
	float: left;
	font-style: normal;
	font-size: 14px;		
	padding:0;
	margin: 0;	
}
.post-info  img{
	vertical-align:middle;
}
.post-date{
	letter-spacing:1px;
}
.post-title {
	background: #fff url(img/36.png) no-repeat 7px 6px;
	color: #999;
	font-family: "新細明體","Times New Roman", Times, serif;
	font-size:18px;
	margin:0;
	padding:5px 10px 5px 30px;
	font-weight:600;
}
.post-title a {
	text-decoration: none;
	color: #8a3207;
	border: none;
}
.post-content {
	padding: 10px 20px 10px 30px;
	letter-spacing: 1px;
}
.post-content a img {
	border: #ccc 1px solid;
	padding: 2px;
	margin:10px;
}
.post-footer, .copyright {
	margin-bottom: 0px;
	padding-left: 30px;
	font-size: 12px;
	color: #666;
}
blockquote{
	background: #EEE url(img/blockquote.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 14px;
	letter-spacing:2px;
}
cite {
	font-size: 14px;
	font-style: normal;
}
cite a {
	border-bottom: 1px dotted #DC9204;
	text-decoration: none;
}
cite a:visited, a:hover {
	border-bottom: none;
}
.link-comment {
	background: url('img/ico-talk-act.gif') no-repeat left;
	padding-left: 17px;
}
.link-comment-off {
	background: url('img/ico-talk.gif') no-repeat left;
	padding-left: 17px;
}
  
  /* 迴響條列 */
#comments {
	margin-top: 35px;
	color: #AA7D39;
	font: 12px verdana, helvetica, sans-serif;
	border-top: #DDD 1px dotted;
	border-bottom: #DDD 1px dotted;
	padding:10px;
}
ol.commentlist { 
	font-size:14px;
	letter-spacing: 1px;
}
li.comments{
	padding: 10px;
}
div.ctitle{
	font-weight:600;
	padding-bottom: 5px;
	color: #333;
}
span.cauthor{
	background: url('img/author.png') no-repeat left;
	padding-left: 15px;
	font-size: 14px;
	font-weight:600;
	color: #666;
}
span.cdate{
	padding-left: 20px;
	padding-right: 5px;
	color: #333;
}
div.ccontent{
	border-bottom: #CCC 1px dashed;
	padding: 10px;
	margin-right: 50px;
	color: #666;
	font-size:12px;
}
#commentlist cite {
	font-size: 10px;
	color: #808080;
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
}
  /* 迴響表單 */
#commentform {	
	margin: 14px;
}
#commentform fieldset {
	line-height: 20px;
	padding:10px 0px 14px 20px;
	border:#EEE 1px solid;
}
#commentform legend {
	line-height:20px;
	font-size:16px;
	padding: 10px;
}
#commentform textarea {
	width: 80%;
	margin-top: 5px;
}

/*************** 右邊選單 *******************/
#sidebar {
	background-color: #fff;
	width:270px;
	float:right;
	padding-top:5px;
	margin:5px 10px 10px 0px;
	z-index: 100;
} 
#sidebar h2 { /*** 選單標題 ****/
	margin: 0;
	padding:0 0 0 10px;
	height: 21px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	border-bottom:#ccc 1px solid;
	background: url(img/bg.gif) repeat left top;
}
#calendar	/*** 日曆 ****/
{
	width:200px;
	padding:5px 5px 10px 5px;
	margin:0 auto;
	line-height:16px;
	text-align: center;
}
table.calMonth { width: 100%; }
tr.calMonthNav { }
th.calMonthBackward { }
th.calMonthCurrent {	padding:2px; }
th.calMonthForward { }
tr.calMonthHeader th { padding:2px; background:#EEE; }
td.calMonthDay {	border:#DDD 1px dotted; }
td.calMonthDay a { font-weight: 600; }
#sidebar ul { /*** 選單清單 ****/
	list-style-type: none;
	padding: 3px 0 14px 5px;
	margin: 0;	
}
#sidebar ul li {
	margin: 5px;
	padding: 0px;
	letter-spacing:1px;
	line-height:150%;
}
#sidebar ul li.categories {  /*文章分類*/
	background: url('img/bullet.png') no-repeat 0px center;
	padding: 0 0 0 15px;
	line-height:100%;
	margin-top:3px;
	vertical-align:middle;
}
#sidebar ul li.categories img{
	margin:0;
	padding:0;
	border:0px;
	vertical-align: bottom;
}
#sidebar ul li.categories a.noline:hover {  /* RSS */
	text-decoration: none;
	border-bottom: none;
}
#sidebar li a.recentArticle {  /*最近文章*/
	background: url('img/bullet.png') no-repeat 0px center;
	margin-bottom: 3px;
	padding: 0 0 0 15px;
}
span.firstCategory{
	color: #f60;
	font-size: 11px;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #8a3207;	
	text-decoration: none;
}
#sidebar li a:hover {
	color: #753206;
	border-bottom: 1px solid #753206;
}
#sidebar li.nodecoration a:hover {  /* RSS */
	text-decoration: none;
	border-bottom: none;
}
span.commentOnThisArticle{ /*最近迴響*/
	color: #666;
	font-size: 11px;
}
#categorycloud{ /*** 分類雲 ****/
	border: #CCC 1px dashed;
	background-color:#EEE;
	text-align:center; 
	padding: 0 15px 15px 15px; 
	word-spacing: 14px; 
	line-height: 3em;
	margin: 10px;
}
#tagcloud{ /*** 分類雲 ****/
	margin: 10px;
}
#categorycloud a:link,#categorycloud a:visited,#categorycloud a:hover{}
/*************** 頁尾 *******************/
#footer {
	margin:0;
	border-top: 1px solid #e6e6e6;
	clear: both;
	background: url(img/bg.gif) repeat left top;
	text-align:center;
}
#footer a {
	border:none;
	color:#7A7636;
}
#bottomnav 
{
	list-style:none;
	font-size:10px;
	margin:0 auto;	
	padding:2px;
	text-align:center;	
}
#bottomnav li 
{
	list-style:none;
	display:inline;
	padding:5px;
	margin:0;
}
#bottomnav li a:link, #bottomnav li a:visited, #bottomnav li a:hover, #bottomnav li a:active 
{
	text-decoration:none;	
	color:#666;
}
#bottomnav li a:hover
{
	border-bottom:#7A7636 1px solid;
	color:#7A7636;	
}
/****************************************************/

#pagemenu
{
	margin-top: 5px;
	padding:1px 0 2px 0;
	text-align: center;
	border-top:#DDD 1px dotted;
	border-bottom:#DDD 1px dotted;
}
.pagerCurrent{
	background: #eee;
	padding:2px;
	border: 1px #ccc solid;
}