@charset utf-8;

/* --------------------------------------
  * lazy_cat
  * --------------------------------------
*/
 
/*拉霸設定 HTML{
  SCROLLBAR-FACE-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: #789ABB; SCROLLBAR-SHADOW-COLOR: #789ABB; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #789ABB; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}*/

a:link,a:visited{
   color: #e77c68; 
   text-decoration:none;
}

a:hover,a:active {
   color: #7eb48d; 
}

hr {
  COLOR: #cfcfcf; HEIGHT: 1px;
}

BODY
{
  margin: 0px; 
  color: #8b7c74; 
  font-family:"arial", "sans-serif", "新細明體", "pmingliu", "細明體", "mingliu";
  font-size: 12px; 
  letter-spacing:0.05em;
  background: #d5e7cf repeat repeat; 
  background-image:url("http://pics.yamedia.tw/themes/lazycat/bg.jpg");
  background-attachment:fixed;
}

A IMG {
  border:0;
}

/*#mainFrame｜部落格整體框架設定*/ 
#mainFrame {
  margin: 0px auto; 
  width: 780px;  
  position: relative; 
  text-align: left;
  background-color:#fff;
}

/* topbar*/
#topbar{
	height:20px;
	padding:2px 0 0 0;
	width: 100%;
	background-color: #fff;
}

#commend{
  width:200px;
  float: right;
  text-align: center;
  color:#777;
}

/* banner｜上方banner設定*/ 
#banner {
	background-color: #ffffff;
	background-image: url("http://pics.yamedia.tw/themes/lazycat/images/banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
	WIDTH: 780px;
	height:390px;
}

#banner h1 {
	font-size: 16px;
	font-weight:normal;
	color: #e77c68; 
	left:70px;
	top: 185px;
	text-align:left;
	width: 500px;
	position: absolute;
	letter-spacing:0.03em;
	line-height: 120%;
	height: 40px;
}
 
#banner  h2 {
  width:350px;
  left:70px;
  top:210px;
  color:#dcadae;
  font-size: 13px;
  line-height:150%;
  position: absolute; 
}
/* banner end */ 

/* navBar｜選擇頻道 */ 
#navBar {
  width: 780px;
  top: 380px; 
  text-align:center;
  letter-spacing: 0.1em; 
  position: absolute; 
  line-height: 180%;
  font-size:13px;
}

.navLink {
  color:#bc9782 ;
  font-size: 12px;
  margin:5px;
}
/* navBar end */ 

/* contentBlock｜中間大區塊設定 */
#contentBlock {
   background-color:#fff;
   width: 780px; 
   height:100%;
   text-align: left; 
   padding-bottom:50px;
   display:block;
   overflow:hidden;
}

/* MainSide ｜旁邊大區塊設定*/
#MainSide {
	width: 190px;
	float: left; 
	color:#cb9a70 ;
	line-height: 1.4em;
	padding:10px 8px 20px 8px;
	margin:0px;
	z-index: 2;
	background-color:#fff;	
	display:block;
	overflow:hidden;
	border-right:#eed5be 1px dotted;
}

/*旁邊小區塊*/
.sideColumn {
	letter-spacing: 1px;
	margin: 5px 0 30px 5px; 
	background-color:#fff;
}

.sideTitle {
  background-image: url("http://pics.yamedia.tw/themes/lazycat/images/sideTitle-bg.jpg");
  width:164px;
  height:15px;
  text-align:center;  
  font-size: 15px; 
  font-weight:bold;
  color: #a97a5c ;  
  padding:10px 0 4px 4px;
}

.sideContent {
	color:#cb9a70 ;
	line-height:18px;
	padding:7px 7px 16px 0 ;
	width:100%;
	font-size:13px;
}

/*行事曆*/
span.calendar {
  margin-left: 5px; 
  margin-right: 5px; 
  text-align: center;
}

span.calendar a {
}
/*訂閱浮動視窗標題*/
#MainSide ul {
 padding-right: 0px; 
 padding-left: 0px; 
 padding-bottom: 0px; 
 margin: 0px; 
 padding-top: 0px; 
 list-style-type: none;
}
 
#navmenu LI {
  padding-right: 2px; 
  padding-left: 1px; 
  float: left; 
  padding-top: 2px; 
  position: relative;
}

#navmenu LI A {
  padding-right: 2px; 
  padding-left: 1px; 
  float: left; 
  padding-top: 2px; 
  position: relative;
}

#navmenu LI UL {
  display: none; 
  left: 3px; 
  padding-top: 5px; 
  position: absolute; 
  top: 1em;
  color: #e77c68; 
}

#navmenu LI UL LI {
  clear: left; 
  background: #fff; 
  width: 130px; 
  padding-top: 5px;
}

#navmenu LI UL LI.title {
  background: #ccc; 
  text-align: center;
  color:#444;
}

#navmenu LI:hover UL {
  display: block;
}

#navmenu LI.over UL {
  display: block;
}
 
.boxCategory1 a:link,.boxCategory1  a:visited{
   color: #e77c68; 
   text-decoration:none;
}

.boxCategory1 a:hover,.boxCategory1 a:active {
   color: #7eb48d; 
}
 
/* 網誌頁面  */
#articleBlock {
  width: 550px; 
  padding:5px 0 0 5px;
  margin-right:15px;
  line-height:1.6em;
  background-color:#fff;
  display:block;
  overflow:hidden;
  float:right;
  border:none; 
  position:relative;	
}

/*頁數選擇*/
.pageCtrl{
    width: 98%;
	text-align: center;
	padding:2px 0;
	float: left;
	font-size: 12px;
	color:#777;
}

/*檢視方式*/
.post_list_view {
	float:right;
	text-align: right;
	padding:0 5px;
	font-size:12px;
	color:#777;
}

/*上篇|主頁|下篇*/
.rightPage {
    width: 98%;
	margin-top: 10px;
	text-align: center;
	padding:2px 0;
	font-size: 12px;
	color:#777;
}

/*單篇文章區塊*/
.post {
	padding-top: 2px;
	background-color:#fff;
}

.post_body{
  float:left;
  width: 100%; 
  height: 100%; 
  padding:0 0 10px 0px;
  border-bottom:#CFCFCF 1px solid;
  margin-BOTTOM:30px;
  font-size:13px;
}

.post_date {
  color:#6C6063;
  font-family:georgia,verdana,arial;
  font-size:18px;
}

.post_title {
	background-image: url("http://pics.yamedia.tw/themes/lazycat/images/post_title_bg.jpg");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #777;
	text-align:left;
	height:25px;
	width:554px;
	padding:5px 5px 0 40px;
	margin:0;
}

.post_title  a:link,.post_title  a:visited {
   color: #a97b5f ; 
   text-decoration:none;
}

.post_title  a:hover,.post_title  a:active {
   color: #a97b5f; 
   text-decoration:underline;
}
 
.post_time  {
	color:#b4b4b4;
	font-size:12px;
	line-height:1.6em;
	text-align:left;
	font-weight:normal;
}

/* post_content 文章內文*/
.post_content {
  	height: 150%;
	line-height: 1.6em; 
	padding: 0 15px 0 10px;
}

/* post_info 留言|引用|編輯|轉寄*/
.post_info {
  font-size: 12px;
  color:#777;
  clear: both; 
  padding-left: 10px; 
  padding-bottom: 11px; 
  padding-top: 6px; 
  border-bottom: 0px solid; 
  text-align:left;
}

/*列表頁*/
.post_list {
   margin-bottom:10px;
   color:#777;
   font-size:13px;
}

.post_list th{
   background-color:#EEE;
   font-weight:normal;
}

/*單篇文章內頁*/  
#responds{
  display:none;
}
/* trackback 引用區塊 */
#trackback {
  width:100%;
  clear:both;
  margin-BOTTOM:50px;
  padding-bottom:30px;
  border-bottom:#cfcfcf 1px solid;
}

.trackbackTitle {
  font-weight: bold;
  font-size: 12px;
  padding-left: 15px;
}

.trackbackURL {
  border: #A0A0A0 1px dotted; 
  padding: 5px; 
  margin-top: 10px;  
}

.trackbackURL input.input{
  margin-right: 10px;
}

.trackbackTitle {
  color: #777;
}

.trackbackBody {
  font-size: 12px;
  padding-left: 15px;
  color:#9f9f9f;
}
.trackbackDate {
  font-size: 12px;
  padding-left: 15px;
  color:#9f9f9f;
}

span.trackbackBodyTitle {
  FONT-WEIGHT: bold; 
  COLOR: #404040;
}

/* blockquote 強調 */
.post_body .post_content blockquote{
	font-family:"新細明體", "pmingliu", "細明體", "mingliu","arial", "comic sans ms", "georgia", "time new roman";
	color:#7f7f7f;
	background: transparent url("http://pics.yamedia.tw/themes/lazycat/images/blockquote.png") no-repeat;
	background-position:5px 5px;
	margin:20px 50px 20px 50px;
	padding:0 10px 0 50px;
	border-top:3px double #cfcfcf;
	border-bottom:3px double #cfcfcf;
	word-wrap: break-word;
	word-break: normal;
	word-break:break-all;
}

/*留言文字區塊*/
#comment{
  margin-BOTTOM:50px;
  padding-bottom:30px;
  border-bottom:#cfcfcf 1px solid
}

#comment .commentbody{ 
  padding:10px;
  }

#comment .comment_portrait{
  float:left;
}
  
#comment .comment_item_text {
  padding-left:5px;
  float:none;
}  

#comment .bmreply{
	padding:10px 10px 10px 80px;
	color:#a97b5f;
}  

#comment .commentNote {
  color: #777;
  text-align: right;
  font-size:12px;
  margin-right: 5px;
}

/*發表留言區塊*/
.post_commentbody{
  padding: 15px;
  line-height: 1.8em; 
  height: 100%;
  font-size: 13px; 
  border: #fff6e5 0px solid;
  color:#777;
}

input.btn {
  BACKGROUND:url("http://pics.yamedia.tw/themes/lazycat/images/bg_btn.gif"); 
  border-bottom:#AEADAD 1px solid;
  border-left:#E6E6E6  1px solid;
  border-right:#AEADAD 1px solid;
  border-top:#E6E6E6  1px solid;  
  color:#666;
  display:block;
  font-size:12px;
  line-height:1.4em;
  padding:1px 5px;
  text-align:left;
  float:left;
  margin-left:5px;
}

input.text, textarea {
  color: #888; 
  padding:2px;
  font-size:12px;
  margin-bottom:4px;
  border:#cfcfcf 3px double;  
  width:410px;
}

form {
  padding-right: 0px; 
  padding-left: 0px; 
  font-size: 13px; 
  padding-bottom: 0px; 
  margin: 0px; 
  color:#777;
  padding-top: 0px; 
}
 
span.highlight {
  font-weight:normal;
}

/*播客設定*/
#articleBlock2 {
  width: 550px; 
  padding:5px 0 0 5px;
  margin-right:15px;
  line-height:1.6em;
  background-color:#fff;
  display:block;
  overflow:hidden;
  float:right;
  border:none; 
  position:relative;
  font-size:13px;
}

.mediamain{
  padding-top:10px;
}

/*頁籤設定*/
.shadetabs ul{
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font-weight:normal;
  color:#777;
  list-style-type: none;
  text-align: left;
}

.shadetabs li{
  display: inline;
  margin: 0;
}

.shadetabs li a:link,.shadetabs li a:visited{
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid #cfcfcf;
  color: #777;
}

.shadetabs li a:hover,.shadetabs li a:active{
  text-decoration: none;
  color: #2d2b2b;
}

.shadetabs li.selected{
  top: 1px;
}

.shadetabs li.selected a{ 
  border-bottom: white 1px solid;
  border-top:#eed5be 3px solid;
}

.shadetabs li.selected a:hover{ 
  text-decoration: none;
  color: #2d2b2b;
}

/*清單內容*/
.mediabody{
  height:auto;
  border: 1px solid #cfcfcf;
  margin-top: -1px;
  position: relative;
  width: 520px;
  padding:0 10px;
}

/*頁數選擇(RSS、media頁面共用)*/
.mediapageCtrl{
  width: 98%;
  text-align: right;
  display: block;  
}

.mediapageCtrl ul{
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 12px;
}

.mediapageCtrl li{
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

.mediapageCtrl li.currentpage{
   font-weight: bold;
   font-size:13px;
   padding: 0 5px;
   color: #777;
}

.mediapageCtrl li.disablepage{
   padding: 0 5px;
   color: #57453E;
}

.mediapageCtrl li.nextpage{
   font-weight: bold;
}

* html .mediapageCtrl li.currentpage, * html .mediapageCtrl li.disablepage{
  margin-right: 5px;
  padding-right: 0;
  color: #990000;
}

/*清單內容*/
.medialist{
  height:100%;
  width: 100%;
  float: left;
  border-bottom: 1px dashed #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.mediacontent{
  float: left;
  margin: 0px 0px 10px 0px;
  width: 100%;
  height: auto;
}

.mediaid {
  float: left;
  margin: 0px 3px 10px 0px;
  width: 130px;
  text-align:center;
}

.mediaimg{
  padding: 5px;
  display:block;
  font-weight: bold;
}

.mediacontent h3 a:link,.mediacontent h3 a:visited {
   color: #e77c68; 
   text-decoration:none;
   font-size:16px;
   padding-left:10px;
}

.mediacontent h3 a:hover,.mediacontent h3 a:active {
   text-decoration:underline;
}

.mediainfo {
  text-align:left;
  padding: 5px 10px;
  margin-left:10px;
  float: left;
  width: 50%;
  border-left: 1px solid #CCC;  
}

.mediamdy2{
  text-align:left;
  padding: 5px;
}

 .mediatitle{
   padding: 5px;
 }
 
 .mediadesc{
  width: 95%;
  background-color: #f9efe6 ;
  padding: 2px 10px;
  float: left; 
  font-size:12px;
}

/*我的俱樂部設定*/
.myclublist{
  height:100%;
  width:95%;
  padding: 10px;
  float: left;
  border-bottom:1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom:10px;
}

.myclubid {
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
}

.myclubimg{
  float: left;
  margin:0 3px 10px 0;
  width: 155px;
  padding: 5px;
  text-align:center;
}

  .myclubinfo{
  text-align:left;
  padding: 5px 10px;
  margin-left:10px;
  float: left;
  width: 50%;
  border-left: 1px solid #CCC;
}
 .myclubcontent{
  font-size: 12px;
  float: left;
  padding: 5px;
  background-color: #F9EFE6 ;  
  width:100%;
}
.myclubtitle{
   padding: 5px;
 }
 .myclubdesc{
   padding: 5px;
 
 }
 .myclubdesch3 {
  font-size: 14px;
  color:#57453E;
  }

.cletemp {display: inline-block;}
.clearboth {
 clear:both;
 }

 
 
/* 個人資料 Profile  */
 
#profile {
  margin-bottom: 10px; 
  width:550px;
}

.profile_title {
   width: 100%;
   clear: both; 
   padding-left: 16px; 
   font-weight: bold; 
   font-size: 16px; 
   background: url("http://pics.yamedia.tw/themes/lazycat/images/post_title_bg.jpg") no-repeat; 
   color:#a97b5f; 
   line-height: 140%; 
   margin:10px 0;
   padding: 3px 0 0 40px; 
   letter-spacing:0.08em; 
}

#profile table {
  width: 100%; 
  font-size:13px; 
  padding-left: 10px; 
  padding-bottom: 25px;
 }

#profile tr{
  margin-BOTTOM:10px;
}

 
#profile .th_title {
  width: 90px; 
  color:#777;
  background-color:#F9EFE6 ;
  text-align: center;
  font-weight:normal;
  padding:5px 0;
}

#profile .td_desc {
  color: #929292;
}
 
#profile th {
  width: 90px; 
  color:#777;
  background-color:#F9EFE6 ;
  text-align: center;
  font-weight:normal;
  padding:5px 0;
}
 
#profile td{
  color: #929292;
}
 
#profile .introduce  {
  padding-left: 40px; 
  color: #777; 
  line-height: 22px; 
  font-size:13px; 
  padding-bottom: 30px;
}

/*人氣統計*/
#popular2 #todayPop th{
  text-align: center;
  padding:5px 0;
  width:90px;
  font-weight:border;
}

#popular2 #todayPop td{
  width:90px;
}

#popular2 #totalPop th{
  text-align: center;
  padding:5px 0;
  width:90px;
  font-weight:border;
}

#popular2 #totalPop td{
  width:90px;
}

/*相簿首頁設定*/

#albumbody h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px; 
}
 
#albumbody h3 a:link,#albumbody h3 a:visited {
  color: #e77c68; 
  text-decoration:none;
}

#albumbody h3 a:hover,#albumbody h3 a:active {
  color: #7eb48d;
}
 
.album {
  font-size: 13px;
  text-align:center;
  width:200px;
  float: left;
  height: 260px;
  margin:15px 15px  20px 40px;	
}

.albumimg {
  height: 200px;
  width:200px;
}

.albumList_title {
  COLOR: #555;
  width: 100%;
  padding-top: 8px;
  height: 14px;
  font-size:13px;
  text-align: center;  
}

.albumList_date{
  color: #aaa; 
  font-size: 12px; 
}

.albumList_info {
  color: #aaa; 
  font-size:12px;
}

.album IMG {
  border:#cccccc 1px solid; 
  background: #fff; 
  padding: 5px; 
}


/*相簿內頁設定*/
#photobody{
}

.albumDesc{
  color:#333333;
  font-size:12px;
  margin: 5px;
}
.albumCategory
{
  font-size: 12px; 
  padding-bottom: 10px; 
  color: #888; 
  line-height: 150%; 
  letter-spacing: 0.05em;
}
.photo{
  width: 110px; 
  height: 170px;
  float: left;
  text-align:center;
  margin: 10px;
  font-size: 12px; 
  color: #808080; 
  text-align: center; 
}

.photo IMG {
  border:#ccc 1px solid; 
  background: #fff; 
  padding: 5px;
}

.photoimg {
  height: 100px;
  width:100px;
}

.photoList_desc {
  width: 100%;
  height: 14px;
  font-size: 13px;
  text-align: center; 
}

.albumview {
  text-align: right;
  width: 100%;
  float: left;  
}

/*留言板設定*/
#imsg{
  font-weight: bold; 
  font-size: 15px; 
  text-decoration: none; 
  letter-spacing: 0.15em;
  color:#777; 
  margin:10px;  
  width:100px; 
  text-align:center;
}

.comment_item_text {
  float:left;
}

.comment_item_time{
  float:right;
  text-align:left;
  color:#777;
  margin-top:-20px;
}

.post_body tr {
  float:left;
  text-align:left;
}


/*好友列表*/
.friend_dest{
  float:left;
  width: 98%;
  padding: 20px 0 0 10px;
  font-size:13px;
}

.friend_select{
  float:right;
  display:block;    
}

.friend_select select {
  FONT-SIZE: 13px; 
  COLOR: #777;
}


.friendlist{
  width:120px;
  height:150px;
  float:left;
  margin:10px 5px;
  padding:5px;
  text-align:center;
  font-size:13px;
}

.buddyicon{
  border: 0; 
  background: #fff; 
  padding: 5px;
}

.buddyicon img{
  border: 0; 
}


 /*Meaid rss*/
.mediarss{
  margin:10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999999;
  padding-bottom: 5px;
  height: 120px;
}
.mediarss_ID{
  text-align:center;
  width:120px;
  float: left;
}
.mediarss_view{
  float: left;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #999999;
}

.mediarss_list{
  text-align:center;
  width:160px;
  float: left;
}




/* --------------------- float fix ------------------------ */


.clx {
     clear: both;
   }

