/*
Theme Name: Yuki's Blog
Theme URI:http://achang.tw
Description: HTML5 + CSS3
Version:1.0
Author: 阿腸網頁設計工作室
Author URI: http://achang.tw
Tags: light, two-columns, right-sidebar, html5, css3,seo
*/
* {margin:0 auto}
a {color:#E34163 ;text-decoration:none;outline:medium none}
a:hover {color:#E34163;text-decoration:underline}
img {border:0}
small {font-size:12px;color:#999}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
button, input, select, textarea {margin: 0;}
blockquote ul{list-style: square;margin:0;}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.6em;
    font-family:"微軟正黑體","Microsoft JhengHei","Times New Roman",Times,serif;
    clear: both;
}
h1{font-size: 2em}
h2{font-size: 1.8em}
h3{font-size: 1.6em}
h4{font-size: 1.4em}
h5{font-size: 1.2em}
h6{font-size: 1em}
p, ul, ol, dl, blockquote, table, article, article footer, nav {
    font: 13px/1.7em "Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif;
    letter-spacing: 0.07em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
}
.assistive-text{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fix{display:block; clear:both;}

body {
    /* background: url("img/bg.jpg") repeat scroll 0 0 transparent; */
	color:#444;
	font:13px "Trebuchet MS","Lucida Grande","Lucida Sans",Arial, Times
}

/*
 * --- Header ---
 */
#header{
	height: auto;
	width: 1000px;
    position: relative;
    border-bottom: 1px dashed #E0E0E0;
    margin: 20px auto;
    z-index: -1px
}
#webname{
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 690px;
}
#webname h2 a#logo{
    background: url("img/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 60px;
    text-indent: -999em;
    width: 600px;
}
#banners{
    border: 6px solid #C5C5C5;
    margin-bottom: 30px;
    width: 668px;
    height: 338px;
    position:relative;
    z-index: 1
}
#banners .conner{
    background: url("img/slider-cut.png") no-repeat scroll 0 0 transparent;
    bottom: -15px;
    display: block;
    height: 50px;
    position: absolute;
    right: -20px;
    width: 85px;
    z-index: 99999;
}

/*
 * --- Menus ---
 */
#achang-stick-top{
    margin-top: 20px;
    width: 100%;
    background: #FFF;
}
#achang-menu{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#access {
    background-color: #FFF;
    border: 3px solid #E0E0E0;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto;
    width: 1000px;
}
#access ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
}
#access ul li:before{
    background: url("img/menu-line.gif") no-repeat scroll 0 12px rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    float: right;
    height: 42px;
    width: 1px;
}
#access ul li:last-child:before{
    display: none;
}
#access a {
    color: #000000;
    font-family: "微軟正黑體",Arial;
    font-size: 15px;
    line-height: 55px;
    margin-left: 5px;
    padding: 12px 10px;
    text-decoration: none;
}
#access ul ul li a{
    display: block;
    background-color: #FFF;
}
#access ul li ul li:before{
    display: none;
}
#access ul ul {
    padding: 3px;
    background-color: #FFF;
    border: 1px solid #DDD;
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 55px;
    width: 185px;
    z-index: 99999;
}
#access ul ul a {
    background: #FFF;
    color: #000;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    padding: 3px 10px;
    width: 158px;
    font-size: 13px
}
#access ul ul li{
    padding: 0;
    border-top: 1px dashed #DDD;
}
#access ul ul li:first-child{
    border: none;
}
#access ul li:hover > a{
    background: #FFF;
    color: #E34163;
}
#access ul ul :hover > a{
    background: #FFF;
}
#access ul ul li:hover > a {
    color: #E34163;
    background: #FFF
}
#access ul li:hover > ul {
    display: block;
}
#access ul li ul li:hover > ul{
    display: none;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
    color:#E34163;
}
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a{
    color:#E34163;
}
#access ul li.current-menu-item ul li a:hover,
#access ul li.current-menu-parent ul li a:hover{
    color: #E34163
}
#access ul li.current-menu-item ul li a{
    color: #000
}
#access ul li.current-menu-parent ul li a{
    color: #000
}
#access ul li.current-menu-item ul li a:hover{
    color:#E34163;
}
#achang-stick-top.fixed #access{
    border:none;
    margin: 0;
    z-index: 999999
}
#achang-stick-top.fixed #top-social{
    top: -5px
}
#achang-stick-top.fixed{
    position: fixed;
    top: 0;
    z-index: 99999;
    margin: 0;
    border: 1px solid #CCC;
    box-shadow: 0 2px 3px #EEE;
}
#achang-stick-top.fixed #access a{
    line-height: 30px;
    padding: 10px
}
#achang-stick-top.fixed #access li{
    line-height: 40px
}
#achang-stick-top.fixed #access ul ul{
    top: 40px
}
#achang-stick-top.fixed #access ul ul li a{
    line-height: 16px;
}
#achang-stick-top.fixed #access ul li:before{
    height: 30px;
    background-position: 0 11px;
}

/*
 * --- Breadcrumb ---
 */
#breadcrumb{
    border-bottom: 1px dashed #E0E0E0;
    width: 1000px;
    margin: 20px auto
}
#breadcrumb,
#breadcrumb a{
    color: #BBB
}
#breadcrumb ul{
    margin: 0;
    padding: 0 0 20px;
}
#breadcrumb ul li{
    display: inline;
}
#breadcrumb ul li:after{
    color: #666666;
    content: " > ";
    display: inline;
    padding: 0 3px;
}
#breadcrumb ul li.last:after{
    display: none;
}
#breadcrumb ul li.last a{
    text-decoration: none;
    color: #888
}

/*
 * --- Main ---
 */
#content {
    margin-bottom: 35px;
    overflow: hidden;
    width: 1000px;
}
#main{
    float: left;
    width: 680px;
}
#main .page-single{
    margin: 0
}
#main .page-main img{
    max-width: 680px;
}
#main article.page-single img{
    max-width: 680px;
}
.top-title{
    border-bottom: 2px solid #E24363;
    color: #3F3F3F;
    font-family: georgia,serif,Arial;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 40px;
    padding: 0 10px 12px ;
    text-align: left;
}
span.sticky-post{
    color: red;
    padding-right: 5px;
}
.page-single .category{
    background: url("img/cat.png") no-repeat scroll 0 0 transparent;
    font-size: 12px;
    margin-left: 15px;
    padding-left: 23px;
}
.page-single p.tag,
.page-single p.tag a{
    font-size: 13px
}

/* -- Blopost -- */
.blog-post .post-pic{
    display: block;
    position: relative;
}
.blog-post .post-pic a.post-img{
    display: block;
    min-height: 200px
}
.blog-post .meta{
	font-size: 12px;
	padding-bottom: 10px;
	color: #777;
}
.blog-post .meta {
	font-size: 12px;
	padding-bottom: 10px;
	color: #777;
}

/* -- Page Main -- */
.page-main{
	margin-top:0;
}
.page-main .blog-post{
    clear: both;
    margin-bottom: 45px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
}
.page-main time,
.page-single time {
    background: url("img/date.png") no-repeat scroll 0 0 transparent;
    font-size: 13px;
    padding-left: 25px;
}
.page-main .blog-post header,
.page-single header{
    border-left: 3px solid #E24363;
    color: #6F6F6F;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.page-main span.year,
.page-single span.year{
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 28px
}
.page-main span.date,
.page-single span.date{
    display: block;
    text-align: center;
    font-size: 15px
}
.page-main .blog-post h1,
.page-single h1{
    background: url("img/hico.png") no-repeat scroll 0 6px transparent;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    padding-left: 25px;
    text-align: left;
}
.page-main .blog-post h1 a{
    color:#000;
    font-family: "微軟正黑體",Arial;
    font-size:16px;
}
.page-main .blog-post h1 a:hover{
    text-decoration: none;
    color:#777;
}
.page-main .post-meta,
.page-main .post-meta a{
    font-size: 13px;
    color: #6F6F6F;
    margin-top: -25px
}
.page-main .post-meta{
    border-bottom: 1px dashed #CCC;
    border-top: 1px dashed #CCC;
    padding: 5px 0;
}
.page-main .post-meta .category{
    background: url("img/cat.png") no-repeat scroll 0 2px transparent;
    padding-left: 25px;
}
.page-main .post-meta .comnment{
    background: url("img/com.png") no-repeat scroll 0 3px transparent;
    padding-left: 30px;
    margin-left: 15px
}
.page-main .excerpt:hover{
    opacity: 1
}
.page-main .excerpt{
    opacity: 0;
}
.page-main .bgc{
    background: url("img/meta-box.png") no-repeat scroll 0 0 transparent;
    color: #666;
    font-size: 13px;
    height: 125px;
    line-height: 25px;
    margin-bottom: 40px;
    margin-top: -131px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.page-main .bgc .inner{
    height: 104px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 11px;
    width: 655px;
}
.page-main .bgc .inner p{
    margin: 0
}
.page-main footer{
	margin: 0
}
.page-main .meta {
    color: #939393;
    font-size: 12px;
    height: 36px;
    line-height: 30px;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    clear: both;
}
.page-main .more{
    bottom: 15px;
    float: right;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90px;
    z-index: 9999;
}
.page-main .more a{
    color: #FFF;
    display: block;
    font-family: Arial;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    background-color: #E24162;
    padding: 2px 0
}
.page-main .more a:hover{
    text-decoration: none;
}
#main .wumii-footer{
    display: none;
}

/*
 * --- Pagination ---
 */
.pagination{
    margin-top: 10px;
    line-height:36px;
    text-align:center;
    text-decoration:none;
    width:100%;
    overflow:hidden;
    clear: both;
}
.pagination .prev{
    margin-right:5px
}
.pagination a{
    padding:3px 8px;
    text-decoration:none;
    color:#555;
    border:1px solid #CACACA;
    margin: 0 3px
}
.pagination a.current{
    padding: 3px 8px;
    font-weight:bold;
    text-decoration: none;
    border: 1px solid #CCC;
    background:#FFF;
    color: #454545;
}
.pagination .current,
.pagination a:hover{
    background: #EAEAE1;
    border: 1px solid #CCC;
    padding: 3px 8px;
}
/*
 * --- Sidebar ---
 */
#sidebar {
    float: right;
    letter-spacing: 1px;
    line-height: 145%;
    overflow: hidden;
    width: 290px;
}
.widget a {
    color: #999
}
.widget a:hover{
    color: #E24162
}
.widget.profile{
    margin-bottom: 16px
}
.widget.profile .widget-inner{
    border: medium none;
    padding: 0;
}
.widget {
    line-height: 1.7em;
    margin: 0;
    overflow: hidden;
    width: 290px;
    margin-bottom: 25px;
}
.widget.ss .widget-inner{
    padding: 0;
    border:none;
}
.widget h3{
    background: url("img/hico.png") no-repeat scroll 4px 10px transparent;
    border-bottom: 1px dashed #878787;
    color: #000;
    font: 800 15px/25px Arial,sans-serif;
    margin-bottom: 15px;
    padding: 5px 5px 5px 28px;
    text-align: left;
    width: auto;
}
.widget .widget-inner{
    border: 5px solid #E0E0E0;
    padding: 10px;
    background-color: #FFF
}
.widget ul {
	padding-left:5px;
	margin:0;
}
.widget ul li {
    background: url("img/li.png") no-repeat scroll 0 7px transparent;
    color: #6D6D6D;
    font-size: 13px;
    line-height: 23px;
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0 0 0 22px;
    text-align: left;
}
.widget ul li:last-child{
	border-bottom: none;
}
.widget .textwidget{
	padding: 5px 0;
    color: #999
}
/* -- Sticky --*/
#sidebar .sticky-box{
    margin-top: 55px;
}
.sticky-box .widget{
    /*background-color: #FFF*/
    width: 300px
}
.sticky-box .widget .widget-inner{
    border: none;
    padding: 0;
}
.sticky-box .widget .widget-inner .textwidget{
    padding: 0
}


/* -- userinfo -- */
a#avatar{
    background: url("img/me.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 290px;
    width: 290px;
    margin-bottom: 0;
    text-indent: -999em;
}
/* -- Visitor -- */
.counter-area{
    height: 84px
}
#histats_counter{
    float: left;
    margin-top: -5px;
}
#visitor-online{
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
}
.today-visitor{
    float: left;
}
.total-vistor{
    clear: both;
    padding-top: 6px;
}
.visitor-now{
    float: left;
}
#visitor-online{
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

/*
 * --- Comments ---
 */
 /*
#comments{
    padding-top: 0px;
    border: 8px solid #C1C1C1
}
#comment-inner{
    padding: 20px
}
#comments h1{
    color: #333;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 19px;
}
.commentlist li ul li {
    padding:15px;
    margin:15px auto 0;
    border: 1px solid #DCDCDC;
}
.nocomments {
    border-bottom: 5px solid #DCDCDC;
    color: #555;font-size: 20px;
    padding: 15px 10px;
    text-align: center;
}
.commentlist {
    padding: 0;
    margin-bottom: 30px;
}
.commentlist li {
    padding:15px 10px 15px;
    margin:0;
    list-style: none;
    background: url("img/comment-line.jpg") no-repeat scroll center bottom transparent;
}
.commentlist .children{
    clear: both;
    margin: 0 0 0 5.5%;
    padding: 0;
}
.commentlist p {
    clear: both;
    margin: 0 ;
    padding-left: 60px;
    padding-top: 10px;
}
.comment-author{
    float: left;
}
.authormeta{
    float: left;
    overflow: hidden;
    padding-left: 10px;
}
.authormeta .timelink{
    padding-top: 3px;
}
.authormeta .timelink a{
    font-size: 12px;
}
.commentlist cite, .commentlist cite a {
    font-family: "微軟正黑體",Arial,Palatino;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    display: block;
}
.commentlist .comment-author img {
    float: left;
    border-radius: 3px;
    box-shadow: 0 0 1px #CCCCCC;
}
.comment-body .reply{
    text-align: right;
    padding-right: 10px
}
.comment-body .reply a {
    background-color: #666;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    opacity: 0.8;
    padding: 5px 10px;
    text-decoration: none;
}
.comment-body .reply a:hover{
    background-color: #999
}
#commentform{
    position: relative;
    height: 225px;
    overflow: hidden;
}
.comment-form-comment{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.comment-form-comment textarea{
    height: 140px;
    width: 350px;
}
.comfiled{
    margin: 0;
    height: 60px;
    width: 235px;
}
.comfiled label{
    color: #3F3F3F;
    display: inline-block;
    font-size: 13px;
    padding-right: 0;
    width: 70px;
}
.comfiled input{
    width: 135px;
    font-size:12px;
}
.comfiled .required{
    padding-left: 3px;
    color:#F25123;
}
.form-submit{
    bottom: 0;
    position: absolute;
    right: 0;
}
.form-submit #submit:hover{
    background-color: #F26D23
}
.unapproved{
    color: #F25123;
    font-size: 13px;
    padding-left: 10px;
}
*/

/* -- Sencond --*/
.commentlist ul.children{
    margin-bottom:35px;
}
.commentlist ul.children > .children{
    border: none;
    margin-bottom: 0;
}

/* -- Respond --*/
#respond {
    overflow: hidden;
}
#respond h3{
	font-family: "微軟正黑體",Arial,sans-serif;
    color: #3F3F3F;
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 20px;
}

/* -- Reply Box -- */
.commentlist #respond{
    position: relative;
}
.commentlist #respond p{
    padding-left: 0;
}
.commentlist #respond .comfiled{
    margin: 0;
    height: 35px;
    width: 270px;
}
.commentlist #respond .comfiled label{
    color: #3F3F3F;
    display: inline-block;
    font-size: 13px;
    padding-right: 0;
    width: 70px;
}
.commentlist #respond .comfiled  input{
    width: 60%
}
.commentlist #respond .comment-form-comment textarea{
    width: 100%
}
.commentlist #respond .comment-form-comment{
    position: relative;
}
.commentlist #respond #commentform{
    height: 290px;
}
#cancel-comment-reply-link{
    background-color: #666666;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    padding: 8px 13px;
    text-decoration: none;
    bottom: 0;
    font-family: arial;
    position: absolute;
    right: 95px;
    z-index: 999;
    border-radius:3px;
}
#cancel-comment-reply-link:hover{
    background-color: #999;
}

/*-- Comment Tab --*/
.section {
    width: 660px;
    margin: 0 0 30px;
}
ul.tabs {
    height: 28px;
    line-height: 25px;
    list-style: none;
    background: transparent;
    margin:  0;
    padding: 0;
    border-bottom:1px solid #EA7990;
}
.tabs li {
    float: left;
    display: inline;
    margin: 0 1px -1px 0;
    padding: 0 13px 1px;
    color: #777;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
    border-bottom: 1px solid #F9F9F9;
    position: relative;
}
.tabs li:hover,
.vertical .tabs li:hover {
    color: #F70;
    padding: 0 13px;
    background: #FFFFDF;
    border: 1px solid #FFCA95;
}
.tabs li.current {
    color: #FFF;
    background: #EA7990;
    padding: 0 13px 2px;
    border: 1px solid #EA7990;
    border-bottom: 1px solid #EA7990;
}
.box {
    display: none;
    padding-top:20px;
}
.box.visible {
    display: block;
}
.section.vertical {
    width: 440px;
}
.vertical .tabs {
    width: 160px;
    float: left;
    display: inline;
    margin: 0 0 0 -160px;
}
.vertical .tabs li {
    padding: 0 13px;
    margin: 0 0 1px;
    border: 1px solid #E4E4E4;
    border-right: 1px solid #F9F9F9;
    width: 132px;
    height: 25px;
}
.vertical .tabs li:hover {
    width: 131px;
}
.vertical .tabs li.current {
    width: 133px;
    color: #444;
    background: #EFEFEF;
    border: 1px solid #EA7990;
    border-right: 1px solid #EA7990;
    margin-right: -1px;
}
.vertical .box {
  border-width: 1px;
}

/*
 * --- FOOTER ---
 */
#gotop a{
    background-image: url("img/socials.png");
    background-position: -122px 0;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: -32px;
    width: 51px;
}
#footer {
    clear: both;
    height: 90px;
    margin: 0 auto;
    position: relative;
    z-index: 99
}
#foot-inner{
    z-index: 99;
    width: 1000px;
    position: relative;
    color: #666;
    border-top: 1px dashed #CCC;
    padding-top: 25px;
}
#foot-inner a{
    color:#666;
}
#foot-inner #sitename{
    float: left;
    display: block;
    text-align: center;
    overflow: hidden;
    width:200px;
    height: 30px;
    float: left;
    margin-top: 5px
}
#foot-inner .web-name a{
    background: url("img/footer-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    width: 120px;
    z-index: 999;
}
#foot-inner #copyright{
    line-height: 45px;
    position: relative;
    text-align: left;
    width: 400px;
    float: left;
}
#copyright span.title{
    padding-right: 22px;
}
/* -- Side link --*/
#side-links{
    position: fixed;
    right: 0;
    top: 200px
}
#side-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#side-links ul li{
    margin-bottom: 3px
}
#side-links ul li a{
    background-image: url("img/socials.png");
    width: 50px;
    height: 51px;
    background-repeat: no-repeat;
    opacity: .7;
    text-indent: -999em;
    display: block;
}
#side-links ul li a:hover{
    opacity: 1
}
#side-links ul li a.fb{
    background-position: 0 0;
}
#side-links ul li a.we{
    background-position: 0 -51px;
}
#side-links ul li a.tw{
    background-position: -50px 0;
}
#side-links ul li a.cn{
    background-position: -50px -51px;
}

/*
 * --- Search ---
 */
.search-box{
    background: url("img/search.gif") no-repeat scroll 0 0 transparent;
    margin:0;
    width: 290px;
    height: 44px;
    overflow: hidden;
}
.search-box #s{
    background: none;
    border: medium none;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 40px;
    margin-top: 6px;
    padding: 0;
    width: 215px;
}
*+html .search-box #s{
    float: left;
}
.search-box #searchsubmit{
    display:none;
}

/*
 * --- Float Share ---
 */
#share-box {
    float: left;
    margin-left: -110px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    padding-top: 100px;
}
#share-box .sn {
    float: left;
    clear: left;
    padding: 5px;
    width: 75px
}
.move_top{
    position: fixed !important;
    top: 50px !important;
}
/*
 * --- Social Icon ---
 */
#top-social{
    position: absolute;
    right: 15px;
    top: 6px;
}
#top-social ul{}
#top-social ul li{
    list-style: none;
    float: left;
    margin-left: 15px
}
#top-social ul li a{
    background-image: url("img/socials.png");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    opacity: .4;
    text-indent: -999em;
    display: block;
}
#top-social ul li a:hover{
    opacity: 1
}
#top-social ul li a.gp{
    background-position: -22px -102px;
}
#top-social ul li a.tm{
    background-position: -100px -44px;
}
#top-social ul li a.rss{
    background-position: -100px -22px;
}
#top-social ul li a.em{
    background-position: 0 -102px;
}
#bottom-social{
    position: absolute;
    right: 0;
    top: 35px;
    width: 400px;
    float: right;
}
#bottom-social ul{
    margin: 0;
    padding: 0;
    float: right;
}
#bottom-social ul li{
    list-style: none;
    float: left;
    margin-left: 15px
}
#bottom-social ul li a{
    background-image: url("img/socials.png");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    opacity: .4;
    text-indent: -999em;
    display: block;
}
#bottom-social ul li a:hover{
    opacity: 1
}
#bottom-social ul li a.home{
    background-position: -100px 0;
}
#bottom-social ul li a.rss{
    background-position: -100px -22px;
}
#bottom-social ul li a.em{
    background-position: 0 -102px;
}
/*
 * --- AD ---
 */
.postad{
    text-align:center;
    padding:0px 0
}

/*
 * --- HTML ---
 */
input, textarea {
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.4;
    outline: medium none;
    padding: 6px;
    resize: none;
    margin-bottom:10px
}
input[type=submit]{
background-color: #F25123;
    border: medium none;
    font-size: 13px;
    margin: 0;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
}
input[type=submit]:hover{
    background: #F26D23
}
blockquote{
    background-color: #EEE;
    border: 1px solid #DCDCDC;
    color: #000;
    margin: 1.5em;
    padding: 1em;
}
pre {
    border: 1px solid #CCC;color:#333;
    display:block;
    font:13px/120% Courier New;
    overflow:auto;
    padding:10px 10px 10px 21px;
    width:93%;
    margin: 15px 0;
}
table {
    width: 100%;
    border-radius: 3px;
    font-family: Arial,Georgia,"Times New Roman",Times,serif;
    color: #333;
}
table td, table th {
    border-top-color: white;
    border-bottom: 1px solid #999;
    color: #555;
}
table th {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: 800;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 15px;
}
table td {
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: top;
}
table tr:hover{
    background-color: #EEE
}
fieldset{
    border-color: #999;
}
fieldset legend{
    font-weight: 800
}

/* -- IE hack-- */
*+html #banners,
*+html #bottom-social,
*+html #top-social,
*+html #side-links,
*+html #breadcrumb{
    display: none;
}
*+html #header{
    margin-bottom: 30px
}
*+html .page-main .bgc{
    background-color: transparent;
    margin-top: -129px
}
*+html #access ul ul {
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
*+html #achang-stick-top.fixed #access ul ul{
    padding: 3px;
    width:auto;
    height: auto;
    overflow: visible
}

/*
 * --- JetPack ---
 */
.page-single #jp-relatedposts{
    display: block;
    padding: 5px 0 0;
    margin-top: 50px;
}
.page-single #jp-relatedposts h3.jp-relatedposts-headline em{
    font-weight: normal;
    font-family: "微軟正黑體",Arial;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1em;
}
#main #jp-relatedposts .jp-relatedposts-post-title{
    margin-top: 5px;
}
#main #jp-relatedposts .jp-relatedposts-post-title a {
    text-decoration: none;
    font-size: 13px;
}
.page-single .jp-relatedposts-post-context{
    display: none
}
.page-single #jp-relatedposts h3.jp-relatedposts-headline em:before{
    display: none
}
