@charset "utf-8";
/* CSS Document */
#stamps {
	background-color: white;
	display: inline-block;
	vertical-align: top;
}
#show a:hover
{
/*background-color:blue;*/
	color:#40210F;	
	font-size:30px;
	font-weight:bold;
}
#folksomony {
	margin-top:10px;
	padding: 15px;
	border-radius: 10px;
	background-color: white;
	display: inline-block;
	vertical-align: top; }

.first-eye { padding:20px 0; background-color:white; }
/*-------------------------|跑馬燈|--------------------------*/

/*------------------------------| News |-------------------------*/
.fb-share-button{
	vertical-align: middle;
  margin-right: 25px;
  float: right;
  margin-top: 5px;
	}
#news { 
	width: 1000px;
	vertical-align: top; 
	display: inline-block; }

#news .t .more { position: absolute; right: 0px; }
#news .news { margin:10px; display: block; font-size: 13pt;
  line-height: 17pt; height: 44px;
  overflow: hidden; }
#news .news > * { display: inline-block; vertical-align: top; }
#news .t { height:35px; }
#news .t .title { float: left; }
#news .t .more { margin-top: 4px;  margin-right: 8px; }
#news .news:hover { color:#EA563A; cursor:pointer; }
#news .m { height:230px; background-color:#EFEFEF; padding:5px;}
#news .news .title:hover { cursor:pointer; }
#news .news >.date {  display: inline-block;}
#news .news >.title { display: block;}

/*------------------------------| Hot Video |-------------------------*/

#hot_video { 
	width: 600px;  /*-- 影片寬度 為 1000像素 --*/
	margin-left: 0px;  /*-- 左邊界 為 0 --*/
	vertical-align: top; /*-- 段落 靠上  --*/
	display: inline-block;/*-- 元素不會換行  --*/
	float: left; /*--影響整個頁面的呈現。在這裡，圖案浮動於左邊。--*/
	margin-bottom:15px; } /*-- 左邊界 為 15 --*/
#hot_video .t .more { position: absolute; right: 0px; }/*-- 在頁面上特定位置  --*/



/*------------------------------| New Word |-------------------------*/



/*------------------------------| Stamps |-------------------------*/


#stamps img { width: 195px; margin: 2.5px/*--上下左右邊界都為0--*/; opacity:1;/*--本元素的不透明度是1--*/}
#stamps .stamp { float:left; text-align:center; }
#stamps img:hover{ opacity:0.8;}

/*------------------------------| sendNewword |-------------------------*/
#sendNewword {	  width: 400px;
  margin-left: 0px;
  vertical-align: top;
  display: inline-block; }
.input_t{
	  height: 35px;
}
.input{
	background-color: #A8E2E2;
	height: 220px;
	padding-top: 20px;
}
.select{
	  margin-left: 19px;
}

.ch{
	margin-left: 20px;
	margin-top: 10px;
	height:29px;
}
.ab{
	margin-left: 20px;
	margin-top: 5px;
	height:29px;
}
.ch_input{
	margin-left:10px;
	margin-bottom:10px;
}
.ab_input{
	margin-left:10px;
}
.submit{
	width: 0px;
}
#submit{
	width: 100px;
	height: 90px;
	border: none;
	background: url('image/newwords/submit.png');
	    margin-left: 95px;
	  margin-top: 12px;
}
#submit:hover{
	background: url('image/newwords/submit-in.png');
}
/*------------------------------| flicker |-------------------------*/
#flicker {	  
  width: 398px;
  margin-left: 2px;
  vertical-align: top;
  display: inline-block; 
}
.input_f{
  height: 35px;
}
/*------------------------------| folksomony |-------------------------*/
#folksomony .t { }
#folksomony .t .switcher { margin: 0 10px 0 10px; }

#folksomony .t .folk { 
	width: 174px;
	padding: 10px 0;
	font-weight: bold;
	margin-right: 2px;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
}
#folksomony .t .folk.selected,
#folksomony .t .folk:hover {
	background-color: #FCDD06;
	border-radius: 10px 10px 0 0; }
	
#folksomony .m {
	padding: 15px 15px 0 15px;
	background:url(image/folksonomy/line.html) no-repeat; }
	
#folksomony .m .folk { display: none; }
#folksomony .m .folk.selected { display: block; }

#folksomony .m .item{
	width: 197px;
	margin: 10px 5px;
	padding-left: 20px;
	vertical-align: top;
	display: inline-block;
	background: url(image/folksonomy/bullet.html) no-repeat;
}

.shrink img {
  height: 90px;
  width: 90px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.shrink img:hover {
  width: 120px;
  height: 120px;
}