.item 
{
    width: 280px;
    margin: 9px;
    padding:10px;
    float: left;
    display:block;
    -webkit-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
    -ms-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
    -o-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
    box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.item:hover{
    -webkit-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
    -moz-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
    -ms-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
    -o-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
    box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);			
}			
.item img{
    width: 280px;
    height:auto;
}
.item a img:hover
{
    filter:alpha(Opacity=80, Style=0);/*for ie*/ 
    -moz-opacity:0.8;/* Moz + FF */ 
    opacity: 0.8;/* CSS3的標準語法，FOR支援CSS3的瀏覽器（FF 1.5）*/
}
#info{
    width:50%;
    margin:0 auto;
    text-align:center;
    font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", Helvetica, Arial, FreeSans, sans-serif;
    font-size:18px;
    line-height:1.7em;
}
/**** Transitions ****/

.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}
#articleCate
{
    margin-bottom: 60px;
}
#articleCate li
{
    float: left;
    background-color: #F5F5F5;
    margin: 0px 10px;
    padding: 13px ;
}
#articleCate a
{
    color: #382F2A;
    font-size: 17px;
}
#articleCate li:hover
{
    background-color: #b8debe;
}
.articleTitle h3 a
{
    color: #4F4F4F;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    display: block;
    margin: 5px 0;
    font-family: "微軟正黑體", "新細明體",Verdana, Arial, Helvetica, sans-serif;
}
.articleTitle h3 a:hover
{
    color: #000000;
}
.articleContent a
{
    color: #555555;
    font-size: 14px;
    line-height: 19px;
}
#articleCate .articleNowSubject 
{
    background-color:#b8debe;
}
.articleAuthor a
{
    float: right;
    color: #797979;
    font-size: 13px;
    line-height: 15px;
}
.articleAuthor a:hover
{
    color: #555555;
    text-decoration: underline;
}