﻿/*---主体样式---*/
  #container{
	width:980px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}
  /*---自訂Header有 flash 的作法，需配合在測邊欄也要自訂一個模組，模組中放入flash程式碼---*/
/*  #myheader {
	position: relative;
	left: 220px;
	top: -750px;
}*/
  /*---顶部样式---*/
  #container #header{
/*  background-image: url(background_index.jpg);
  background-repeat: repeat;
  background-attachment: scroll;*/
  height:0px;
  width:980px;
  margin:0px auto;
  padding:0px;
  list-style-image: none;
  }

  #container #header #blogname{display:none;}
  #container #header #blogname #blogTitle{display:none;}
  #container #header #menu{
  font-family:Tahoma;
  font-size: 12px;
  height:28px;
  margin-right:-10px;
  padding-top:123px!important; padding-top:120px;
  vertical-align:baseline;
 display:none; }
  #container #header #menu #Left{display:none;}
  #container #header #menu #Right{display:none;}  
  #container #header #menu ul{
  list-style:none;
  margin:0px 6px 0px 0px;
  padding:0;
  height:28px;
  float:right;
  } 
  #container #header #menu ul li{
  float:left;
  height:28px;
  }  
   .menuL{
   color: white;
   background-image: none;
   width:5px;
   padding:0;
   }
   .menuR{
   color: white;
   background-image: none;
   width:8px;
   padding:0;
   }  
   .menuDiv{
   color: white;
   background-image:none;
   width:4px;
   padding:0;
   }


   /*---内容样式---*/
  #container #Tbody{
	width:980px;
	margin:0 auto;
	text-align:left;
	padding:0px;
	padding-left: 0px;
  }
  /*---工具条--*/
  #sidebar{ color: #666; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:330px; margin:10px -3px -3px; text-align:center; border-top: 0px solid #f3f3f3; border-left: 0px solid #f3f3f3; border-right: 0px solid #f3f3f3; }
  #innersidebar{  }
  #sidebar-topimg{  }
  #sidebar-bottomimg{height:5px;width:330px;background:#f3f3f3 no-repeat;overflow:hidden;}
  /*---工具箱样式--*/
  .sidepanel{ width:330px; margin:0 auto!important; margin:0px; padding: 0px; font-align: center; }
  .Ptitle{
	font: bold 12px Tahoma;
	color:white;
	background: url(Ptitle.gif) top left no-repeat;
	text-align: center;
	padding:12px 5px;
	margin: 3px;
}
/*改變左側文字大小*/
  .Pcontent{font: 12px 細明體;text-align:left;padding-left:3px;padding-top:0;line-height:160%}  
  .Pfoot{margin:0px 0px 5px 0px;}  

  /*---主内容--*/   
  #mainContent{
	background-image: none;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	float:right;
	margin-right:10px!important;
	margin-right:0px;
	width:630px;
	text-align:center;
	margin-top: 5px;
	overflow:hidden;
}

  #innermainContent{ width: 610px; overflow:visible; margin-right: 0px; border: solid 1px #f3f3f3 }
  #mainContent-topimg{ background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; height:10px; overflow:hidden; }
  #mainContent-bottomimg{ background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; height:10px; overflow:hidden; }
  .content-width{ width:610px; margin:auto; }/*--主内容元素的全局宽度--*/
  /*---主内容页数--*/
  .pageContent{margin:0 auto;padding:3px;text-align:left;height:18px;} 
  .NavTitle{float:left;}
  .page{padding-right:5px;height:18px;}
  .page ul{list-style:none;margin:0px;padding:0px} 
  .page ul li{float:left;padding:0px 3px 0px 3px;} 
  .page ul li.PageL {width:9px;height:16px;}
  .page ul li.PageR {width:9px;height:16px;}
  .PageLbutton{background:transparent;width:9px;height:16px;display:block;}
  .PageRbutton{background:transparent;width:9px;height:16px;display:block;}
  /*---内容框--*/
  .Content{margin:0 auto;font-family:Tahoma, Georgia, "Courier New", 細明體;}    


  /*---日志标题框--*/
  .Content-top{background:url('title_bg.gif');padding:2px;text-align:left;margin-bottom:2px;}
  .Content-top .ContentLeft{width:0px;float:left;}
  .Content-top .ContentRight{width:0px;float:right;}
  /*---文章的標題sonywang--*/
  .Content-top .ContentTitle{background:url('logIcon.gif') no-repeat left;color: #FF6600;font-size:15px;padding:0px 0px 3px 25px;margin:0px;}
  /*---  .Content-top .ContentTitle{background:url('logIcon.gif') no-repeat left;color: #FA0000;font-size:15px;padding:3px 0px 3px 25px;margin:0px;}--*/
  .Content-top .ContentAuthor{color:#666;font-size:11px;padding-top:4px;padding-left:30px;margin:0px; font-weight:normal;} 

  /*---日志内容框--*/
  .Content-body{margin:8px auto;overflow:hidden;text-align:left;width:100%;}
  /*---日志内容底部--*/
  .Content-bottom{ text-align:right; background:repeat-x; height:30px; margin-bottom: 10px; padding:3px 2px 8px; }
  .Content-bottom .ContentBLeft{width:0px;float:left;}
  .Content-bottom .ContentBRight{width:0px;float:right;}

  /*---日志其他信息--*/
  .Content-Info {margin:0px 4px 6px 4px;padding:0px}
  .Content-Info .InfoAuthor{text-align:left}
  .Content-Info .InfoOther{float:right;text-align:right;}
  /*--评论框--*/
  .comment{text-align:left;margin:0px 12px 4px 12px}
  .commentinfo{font-size:12px;color:#999;}
  .commenttop{ font: 12px Tahoma; border-bottom:1px dotted #cccccc; padding:4px; background:#fff  }
  .commentcontent{padding:10px;line-height:140%;overflow:hidden;width:94%}
  /*---UBB框--*/ 
  .UBBPanel{border:1px dotted #C2E5EF;}
  .UBBTitle{font-weight:bold;padding:4px;}
  .UBBContent{padding:6px;line-height:160%;}
  .UBBContent TEXTAREA {width:448px;margin-bottom:2px;border:1px solid #C2E5EF;}
  :link.UBBLink,:visited.UBBLink{font-size:11px;font-family:verdana;}
  /*---信息框--*/
  #MsgContent{border:1px solid #91D5D6;width:450px;padding:1px; background:#fff;margin:auto;}
  #MsgContent #MsgHead{background:#91D5D6;color:#fff;padding:4px;text-align:center;font-weight:bold;}
  #MsgContent #MsgBody{padding:4px;line-height:180%;}

  .LDialog{border:solid 1px #cccccc;margin:3px auto;padding:1px;}
  .LDialog .LHead{background:gray;padding:1px;color:#fff;text-align:center;}
  .LDialog .LBody{padding:4px;line-height:200%;}

/*信息框图标以及文字*/
   .MessageText{height:50px;margin-right:38px;}
   .MessageIcon{background:url(../../images/Message.jpg) no-repeat;width:48px;height:48px;float:left;}
   .ErrorIcon{background:url(../../images/Error.jpg) no-repeat;width:48px;height:48px;float:left;}
   .WarningIcon{background:url(../../images/Warning.jpg) no-repeat;width:48px;height:48px;float:left;}   
   .QuestionIcon{background:url(../../images/Question.jpg) no-repeat;width:48px;height:48px;float:left;}

  /*---底部样式---*/
/*  #container #foot{
	width:100%;
	background-image: url(../../../images/footer-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height:autopx!important;height:176px;
	padding-top:90px!important;padding-top:100px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 22px;
}*/

  /*---文件上传框样式---*/
  .attachmentBody{
  margin:0;font-size:12px;background:#f1f1f1
  }


/*將 foot 脫離 index之外，獨立設定 100%的寬度 sony*/
#foot{
	width:100%;
	background-image: url(../../../images/footer-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height:autopx!important;height:80px;
	padding-top:90px!important;padding-top:100px;
	font-size: 12px;
	line-height: 25px;
	color: #664520;
	letter-spacing: 1px;
}
