/*
Theme Name: Happygululu
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
*/
* {margin:0 auto}
a {color:#1384B0;text-decoration:none;outline:medium none}
a:hover {color:#FF8671 ;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/28px "Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif;
    letter-spacing: 0.07em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}
.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.gif") repeat scroll 0 0 transparent;
	color: #333;
	font: 15px "Trebuchet MS","Lucida Grande","Lucida Sans",Arial;
}

/*
 * --- Header ---
 */
#header{
    padding: 30px 0 10px;
	height: auto;
	width: 1000px;
    position: relative;
}
#webname{
    display: block;
    width: 470px;
    height: 160px;
    margin: 0 auto;
    padding: 20px 0 0;
}
#webname h1 a#logo{
    margin: 0 auto;
    background: url("img/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 160px;
    text-indent: -999em;
    width: 470px;
}

/*
 * --- Menus ---
 */
#achang-menu{
    padding: 0 0 30px;
    display: block;
    height: 90px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#access{
    clear: both;
    display: block;
    margin: 0 auto;
    width: 960px;
}
#access ul {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    display: block;
}
#access li {
    position: relative;
}
#access ul li{
    display: inline-block;
    vertical-align : top;
}
#access ul li:last-child{
    padding-right: 0;
}
#access a{
    font-size: 15px;
    font-family: "微軟正黑體",Arial;
    color: #000;
    line-height: 42px;
    padding:5px 15px;
    text-decoration: none;
}
#access ul ul {
    background-color: #FFF;
    border: 1px solid #676767;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 84px;
    width: 178px;
    z-index: 99999;
    text-align:left;
}
#access ul ul li:hover > ul {
     display: block;
}
#access ul ul ul {
     left: 100%;
     top: 5px;
}
#access ul ul a {
    background-color:#FFF;
    border-bottom: 1px dotted #888;
    color: #666;
    display: block;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    padding: 5px 10px;
    width: 158px;
}
#access ul ul li:before{
    display: none;
}
#access ul ul li:last-child a{
    border: none;
}
#access li:hover > a {
    color: #FF8671;
}
#access ul li:hover > ul {
     display: block;
}
#access ul li a{
    display: block;
    text-indent: -999em;
    padding: 0;
    height: 80px;
    padding-bottom: 15px;
}
#access ul.menu ul li a{
    background: none;
    height: auto;
    width: 148px;
    text-indent: 0;
    padding: 5px 15px;
}
#access ul.menu ul li a:hover{
    background: none;
}
#access ul li.m1 {
    background: url("img/m-1.png") no-repeat scroll center 39px rgba(0, 0, 0, 0);
    width: 90px;
}
#access ul li.m1:hover{
    background: url("img/m-1-hover.png") no-repeat top center scroll transparent;
}
#access ul li.m2 {
    background: url("img/m-2.png") no-repeat center 39px scroll transparent;
    width: 120px;
}
#access ul li.m2:hover{
    background: url("img/m-2-hover.png") no-repeat top center scroll transparent;
}
#access ul li.m3 {
    background: url("img/m-3.png") no-repeat center 39px scroll transparent;
    width: 130px;
}
#access ul li.m3:hover{
    background: url("img/m-3-hover.png") no-repeat top center scroll transparent;
}
#access ul li.m4 {
    background: url("img/m-4.png") no-repeat center 39px scroll transparent;
    width: 150px;
}
#access ul li.m4:hover{
    background: url("img/m-4-hover.png") no-repeat top center scroll transparent;
}
#access ul li.m5 {
    background: url("img/m-5.png") no-repeat center 39px scroll transparent;
    width: 150px;
}
#access ul li.m5:hover{
    background: url("img/m-5-hover.png") no-repeat top center scroll transparent;
}
#access ul li.m6  {
    background: url("img/m-6.png") no-repeat center 39px scroll transparent;
    width: 170px;
}
#access ul li.m6:hover{
    background: url("img/m-6-hover.png") no-repeat top center scroll transparent;
}
#banners{
    background: url("img/slider-star.png") no-repeat scroll 95px 0 transparent;
    width: 1000px;
    height: 370px;
    position: relative;
    margin-bottom: 35px;
}
#slider-left{
    position: relative;
    width: 160px;
    z-index: 9999;
}
.slider-rabbit{
    background: url("img/slider-rabbit.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 230px;
    width: 160px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 40px
}
#slider-show{
    float: left;
    height: 370px;
    margin-left: 165px;
    position: relative;
    width: 780px;
    z-index: 2;
}
.slider-rainbow{
    background: url("img/slider-rainbow.png") no-repeat scroll 0 0 transparent;
    height: 80px;
    position: absolute;
    right: 31px;
    top: -28px;
    width: 80px;
    z-index: 9999;
}

/*
 * --- Main ---
 */
#content {
    margin: 0 auto;
    height: auto;
    padding-top: 35px;
	width: 1000px;
}
#main{
    float: left;
    width: 680px;
    height: auto;
}
#main table{
    width: 680px;
    height: auto;
}
#main .page-main figure img{
   width: 640px;
   height: 420px;
}
#main .page-main figure  a{
    line-height: 1;
    display: block;
}
#main article.page-single img{
    max-width: 680px;
    height: auto;
}
span.sticky{
    color: red;
    padding-right: 5px
}
#main #list-post{
    width: 680px;
    height: auto;
    /*padding: 20px;*/
}
#main #list-post article,
#main #page-archive article{
    margin-bottom: 50px;
    margin-top: 0;
    padding-bottom: 100px;
    position: relative;
}
#page-page article{
    margin-top: 0;
}
#page-page  h2{
    font-size: 18px;
}
#page-page  h3{
    font-size: 16px;
}
.next-prev-posts {
    padding-bottom: 20px
}
.next-prev-posts h4{
    font-family: arial;
    font-size: 15px;
    font-weight: 800;
}
.next-prev-posts ul{
    list-style: square outside none;
    padding-left: 17px;
}
#main .top-title{
    padding-bottom: 10px;
}
#main p.tag{
    padding-left: 20px;
}
/* -- Index -- */
span.sticky {
    color: red;
}
.page-single header{
    padding-bottom: 0;
}
.page-main h1,
.page-main h1 a,
.page-single h1{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.blog-post{
    background: url("img/post-line.png") no-repeat scroll bottom center transparent;
}
.blog-post h1 a:hover{
    text-decoration: none;
    color: #FF8671;
}
.blog-post figure{
    position: relative;
}
.post-image-wrap{
    top: 0;
    left: 0;
    background: url("img/post-img-wrap.png") no-repeat scroll 0 0 transparent;
    height: 420px;
    position: absolute;
    width: 640px;
    z-index: 1
}
.post-img-avatar{
    background: url("img/post-img-avatar.png") no-repeat scroll 0 0 transparent;
    bottom: 90px;
    display: block;
    height: 95px;
    left: -50px;
    position: absolute;
    width: 85px;
}
.blog-post .more{
    bottom: 40px;
    overflow: hidden;
    position: absolute;
    right: 40px;
}
.blog-post .more a{
    float: right;
    background: url("img/readmore.png") no-repeat scroll 0 0 transparent;
    width: 140px;
    height: 30px;
    display: block;
    line-height: 1;
    text-indent: -999em
}
.blog-post .more a:hover{
    opacity: .7
}
.page-single header,
.blog-post header{
    background: url("img/post-ico.png") no-repeat scroll 0 0 transparent;
    padding-bottom: 25px;
    padding-left: 80px;
}
.meta-info .category{
    background: url("img/cat.png") no-repeat scroll 0 3px transparent;
    padding-left: 15px;
    line-height: 12px;
    margin-left: 10px;
}
.meta-info .category,
.meta-info .category a{
    color: #7C572B
}


/* -- Single -- */
#main .page-single{
    margin: 0;
}
.page-single .meta{
    clear: both;
    color: #666666;
    font-size: 13px;
    padding: 0;
    margin: 15px 0 15px;
    line-height: 32px;
}
.page-single .meta .item{
    padding-right: 5px;
    display: inline;
}
.page-single .meta .item:after{
    content: " / "
}
.page-single .meta .category.item:after{
    display: none
}
.page-main{
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
}
#main .wumii-footer{
    display: none;
}

/*
 * --- Social Box ---
 */
#social-box{
    clear: both;
    overflow: hidden;
}
#social-box .box{
     float: left;
}
#social-box .fb{
    width: 315px
}

/*
 * --- Pagination ---
 */
.pagination{
    margin-top: 0;
    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
}
.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: #7F7F7F;
    border: 1px solid #CCC;
    padding: 3px 8px;
    color: #FFF
}

/*
 * --- Sidebar ---
 */
#sidebar-wrap{
    float: right;
    width: 280px;
}
#sidebar{
    width: 100%;
    height: auto;
    letter-spacing: 1px;
    line-height: 145%;
    color: #989898;
    width: 270px;
}
.widget a{
    color: #989898;
}
.widget a:hover{
    color: #F34254;
    text-decoration: none;
}
.widget {
    position: relative;
    line-height: 1.7em;
    width: auto;
    margin-bottom: 30px;
}
.widget h3{
    color: #000;
    display: block;
    font: 800 16px/27px "微軟正黑體",Arial,sans-serif;
    text-align: left;
    width: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.widget ul{
    margin: 0;
    padding-left: 20px;
    list-style: square;
}
.widget ul.children,
.widget ul.sub-menu {
    margin: 5px 0 0;
    padding-left: 20px;
}
.widget ul li {
    list-style: square;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 7px 0;
    color: #524642
}
.widget ul ul li:last-child{
    padding-bottom: 0;
}
.widget .textwidget{
    padding: 5px 0;
}
.fb-area{
    width: 640px;
    border: 5px solid #CCC;
    background: #FFF;
    padding: 20px 0;
    margin-bottom: 20px;
    color: #3F3F3F;
    text-align: center;
}
.fb-area h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: -5px;
    padding: 0 0 20px 15px;
    text-align: left;
}

/* -- Sidebar Titles -- */
.widget h3 span.search{
    display: block;
    background: url("img/s-1.png") no-repeat scroll 0 0 transparent;
    width: 260px;
    height: 70px;
    text-indent: -999em
}
.widget h3 span.recent-posts{
    display: block;
    background: url("img/s-2.png") no-repeat scroll 0 0 transparent;
    width: 260px;
    height: 70px;
    text-indent: -999em
}
.widget h3 span.categories{
    display: block;
    background: url("img/s-3.png") no-repeat scroll 0 0 transparent;
    width: 260px;
    height: 70px;
    text-indent: -999em
}
.widget h3 span.recent-comments{
    display: block;
    background: url("img/s-4.png") no-repeat scroll 0 0 transparent;
    width: 260px;
    height: 70px;
    text-indent: -999em
}
.widget h3 span.item-6{
    display: block;
    background: url("img/s-5.png") no-repeat scroll 0 0 transparent;
    width: 260px;
    height: 70px;
    text-indent: -999em
}
.widget h3 span.item-7{
    display: block;
    background: url("img/s-6.png") no-repeat scroll 0 0 transparent;
    width: 260px;
    height: 70px;
    text-indent: -999em
}
.widget h3 span.jpp_widget{
    display: block;
    background: url("img/s-7.png") no-repeat scroll 0 0 transparent;
    width: 260px;
    height: 70px;
    text-indent: -999em
}

/*
 * --- Comments ---
 */
#comments{
    background-color: #FFF;
    border: 5px solid #D9D9D9;
    margin-bottom: 80px;
    width: 620px;
    padding: 10px;
}
#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: 15px;
    font-weight: normal;
    line-height: 16px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 5px 10px;
    text-decoration: none;
}
.comment-body .reply a:hover{
    background-color: #999
}
#commentform{
    position: relative;
    height: 245px;
    overflow: hidden;
}
.comment-form-comment{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.comment-form-comment textarea{
    height: 140px;
    width: 370px;
}
.comfiled{
    margin: 0;
    height: 60px;
    width: 220px;
}
.comfiled label{
    color: #3F3F3F;
    display: inline-block;
    font-size: 13px;
    padding-right: 0;
    width: 70px;
}
.comfiled input{
    width: 130px;
    font-size:12px;
}
.comfiled .required{
    padding-left: 3px;
    color:#F25123;
}
.form-submit{
    bottom: 0;
    position: absolute;
    right: 0;
}
.form-submit #submit:hover{
    background-color: #000
}
.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 {
    color: #3F3F3F;
    font-family: "微軟正黑體",Arial,sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 13px;
    text-align: left;
}

/* -- 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: 96%
}
.commentlist #respond .comment-form-comment{
    position: relative;
}
.commentlist #respond #commentform{
    height: 350px;
}
#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;
}
.logged-in-as{
    margin: 0;
    width: 200px
}
#commentquiz {
    font-size: 13px;
    margin: 0;
    width: 225px;
}

/*
 * --- FOOTER ---
 */
#footer {
    padding-bottom: 20px;

}
#sitename .web-name a{
    background: url("img/copyright.png") no-repeat scroll 0 0 transparent;
    width: 280px;
    height: 235px;
    text-indent: -999em;
    display: block;
    line-height: 1;
}
.foo-info{
    padding: 20px 0;
    text-align: center;
}
.foo-info,
.foo-info a{
    color: #B19E8D;
    font-size: 13px;
}
.foo-info span{
    line-height: 22px;
    display: block;
}

/*
 * --- Search ---
 */
.search-box{
    background: url("img/search.png") no-repeat scroll 0 0 transparent;
    margin:0;
    width: 260px;
    height: 43px;
    overflow: hidden;
}
.search-box #s{
    background: none;
    border: medium none;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    margin-left: 40px;
    margin-top: 4px;
    padding: 0;
    width: 215px;
}
*+html .search-box #s{
    float: left;
}
.search-box #searchsubmit{
    display:none;
}

/*
 * --- Float Share ---
 */
#share-box {
    clear: both;
    height: 75px;
    padding: 15px 0 0;
}
#share-box .sn {
    float: left;
    padding: 5px;
    width: 65px
}
@media screen and (min-width: 1250px) {
    #share-box {
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 5px 5px 5px 5px;
        float: left;
        margin-left: -100px;
        margin-top: 0;
        padding-top: 8px;
        position: absolute;
        text-align: center;
        z-index: 999;
        height: auto;
        width: auto;
    }
    #share-box .sn {
        float: left;
        clear: left;
        padding: 5px;
        width: 85px
    }
    #share-box .sn.we{
      padding-bottom: 10px;
      overflow: hidden;
      width: auto;
      padding-top: 0;
    }
    .move_top{
        position: fixed !important;
        top: 80px !important;
    }
}

/*
 * --- Float Box ---
 */
.fbbox{
    background: url("img/fbox.png") no-repeat scroll left center transparent !important;
    display: block;
    float: right;
    height: 245px;
    padding: 0 0 0 85px;
    width: 235px;
    z-index: 99999;
    position:fixed;
    right:-235px;
    top: 215px;
}
.fbbox .fb-like-box{
    background-color: #FFF;
    height: 100%;
    width: 100%
}

/*
 * --- 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: #777;
    border: medium none;
    font-size: 15px;
    margin: 0;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
}
input[type=submit]:hover{
    background: #000
}
blockquote{
    background-color: #EEE;
    border: 1px dashed #AAA;
    color: #000000;
    padding: 0 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 {
    border-spacing: 0px;
    border-collapse: collapse;
    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: 15px;
    padding: 4px 7px 2px;
    text-align: center;
    vertical-align: middle;
}
fieldset{
    border-color: #999;
}
fieldset legend{
    font-weight: 800
}

.single-top{
    display: block;
    padding: 20px 0;
    text-align: center;
}

.widget .sponsor, .widget .sponsor a {
    color: #AAA;
    font-size: 13px
}
.widget .sponsor a:hover{
    color: #555;
    text-decoration: underline;
}
/*
 * --- Social Box ---
 */
#social-box{
    clear: both;
    overflow: hidden;
}
#social-box .box{
     float: left;
}
#social-box .fb{
    width: 325px;
    text-align: center;
}
#social-box .gp{
    width: 325px;
    text-align: center;
}
#social-box .fb-like-box{
    background-color: #FFF;
}
