/*************************************
作者:Starrie
主題:澳洲草原上的乾草捲
網址:http://www.wretch.cc/blog/starrie
*************************************/
/* general settings */
/*捲軸*/
html {
    scrollbar-3dlight-color: #F8F7D6;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-face-color: #F8F7D6;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color:#F8F7D6;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-darkshadow-color: #EEEEEE;
}

/*網頁主體*/
/*適用於所有的設定*/
body {
    margin: 0px;
    padding:0px;

    font-size:small;
    font-family: Verdana,Courier New,Tahoma,Lucida Sans Unicode,Georgia,Helvetica,Verdana, Arial, Helvetica, sans-serif;

    line-height: 175%;

    background-color:#F8F7D6;

    scrollbar-3dlight-color: #F8F7D6;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-face-color: #CDC923;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color:#F8F7D6;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-darkshadow-color: #EEEEEE;
}

a {
    color:#598527;
    text-decoration: none;
}

a:hover {
    color: #FAC281;
}

pre {
    line-height:120%;
    font-family: verdana, Tahoma, Courier new,arial, Verdana, sans-serif;
}

/*輸入欄位*/
input, textarea {
    background-color:transparent;
    border:solid 1px;
    border-color:#808080 #FFFFFF #FFFFFF #808080;
}

/*下拉選單*/
select {
    background-color:#F8F7D6;
}

#container1{
}

#container2{
}

#blog_main {
}


/** ------------------------------ 橫幅(#banner) ------------------------------ **/
/* BEGIN of #banner */
#banner {
    height:165px;
    padding-left:10px;
    line-height:135%;

    color:#F0E587;
    font-family: Lucida Sans Unicode,Georgia,Helvetica,Verdana, Arial, Helvetica, sans-serif;

    background-color:#F8F7D6;
    background-image:url(http://l.yimg.com/e/style/1/100/o1128136046.jpg);
    background-position:center bottom;
    background-repeat:repeat-x;
}

#banner a {
}

/*網誌名稱+目前文章標題*/
#pageheader h1 {
    font-size:small;
    font-family: Tahoma,Lucida Sans Unicode,Georgia,Helvetica,Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    line-height:150%;
}

/*網誌名稱*/
#pageheader h1 a{
    color:#F6C179;
    font-style: italic;
}

/*目前文章標題*/
#pageheader .description {

}

/*網誌敘述*/
#description2{
    text-align:center;
}

#description2 .description {
    color:#000000;
    text-align:center;
    background-image:url(http://l.yimg.com/e/style/1/100/1128136822.jpg);
}

#description2 .description a {
    color:#000000;
}

#description2 .description a:hover {
    color:#FDFAA1;
    background-color:#000000;
}

/* END of #banner */


/*包含#content,#links*/
/*把#main2的position設為relative,讓#links的上面對齊#main2*/
#main2 {
    position:relative;
    width:100%;
    margin:auto;
}


/** ------------------------------ 網誌內容(#content) ------------------------------ **/
/* 文章總覽 */
#content {
    float: right;
    width:70%;
    /*background-color:#FFFFFF;*/
    text-align:left;
}


/********** start of .blog **********/
/*.blog包含.date,.blogbody*/
.blog {
    margin:auto 15px;
}

/* 文章日期 */
/*日期在.blogbody上面*/
.date{
    position:relative;
    top:120px;
    font-size:small;
    font-weight:bold;
    color:#CCCCCC;
    text-align:center;
}

    /*.blogbody包含.blogbody2*/
    .blogbody {
    }

        /********** start of .blogbody2 **********/
        /*.blogbody2包含.articletext,.posted*/
        .blogbody2 {
            background-color:#FFFFFF;
            border:1px #FCFAB0 solid;
        }

            /* 文章內容 */
            /*.articletex包含.title,.innertext,.extended*/
            .articletext{
                padding:0px 15px;
                font-size:normal;
                line-height: 175%;
            }

            /* 文章標題 */
            .title {
                padding-top:20px;
                line-height:80px;
                font-size:small;
                font-family: Georgia,Helvetica,Verdana, Arial, Helvetica, sans-serif;
                letter-spacing:2px;
                text-align:center;

                background-image:url(http://l.yimg.com/e/style/1/100/1128136824.jpg);
                background-position:center;
                background-repeat:no-repeat;
            }

            /*文章內容*/
            .innertext {
                color:#445544;
            }

            /*文章分類,繼續閱讀*/
            .extended {
                padding-left:15px;
            }

            .extended, .extended a {
                color:#FAC281;
                font-size:small;
                font-family:Verdana,Tahoma;
                line-height:150%;
            }

            .extended a:hover{
                color:#FF4E00;
                border-bottom:1px dashed #FF4E00;
            }

        /********** end of .blogbody2 **********/
/********** end of .blog **********/

#menu {}

.posted, .posted a{
    width:600px;
    padding:5px;

    color:#9B9A6A;
    font-size:10px;
    text-align:right;
}

.posted a:hover {
    color:#1CBBB4;
}


/*文章回應區*/
.total-comments-div {
    width:75%;
    margin:0px auto;
    padding:25px;
    line-height:125%;
    color:#005826;
}

.comments-head {
    font-family:Verdana,Arial;
    line-height:200%;
    text-align:center;
    color:#FFFFFF;
    font-family:Verdana,Arial;
    font-weight:bold;
    font-size:small;
    line-height:200%;
    margin-top:50px;
    border:3px inset #FFFFFF;
    border-left:2px outset #FFFFFF;
    border-top:2px outset #FFFFFF;
    background-color:#E3E19F;
}

/*單一回應文章*/
.comments-body {
    border:1px #FFFFFF solid;
}
.comments-body p {
    font-size:11px;
    padding:0px 0px;
    background-image:url(commentsbodybg.gif);
    background-position:right top;
    background-repeat:repeat-y;
    border:1px #FFFFFF solid;

}

/*單一回應文章資訊*/
.comments-post {
    display:inline;
    font-size:11px;
    color:#78C412;
    font-family:Tahoma,Arial;
    text-align:left;
    background-image:url(commentspostbg.gif);
    border-bottom:1px #78C412 dotted;
}

/*文章回應表單*/
.comments-body form {
    background-image:url(http://l.yimg.com/e/style/1/100/1128152438.jpg);
    background-repeat:no-repeat;
    background-position:right bottom;
}

#name_id,#text,#email, #url{
    background:transparent;
}

#text {
    overflow:auto;
    width:100%;
    background-image:url(http://l.yimg.com/e/style/1/100/1128152440.jpg);
    border:1px solid #000000;

    scrollbar-3dlight-color: #000000;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color:transparent;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;

}

#name_id,#email, #url{
    width:70%;
    display:block;
    background-image:url(http://l.yimg.com/e/style/1/100/1128152439.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:20px;
    border:0px;
    border-bottom:1px solid #006600;
}

/** ------------------------------ 邊幅(#links) ------------------------------ **/
#links {
    float:left; /*fix for firefox*/
    width:27%;
    color:#406618;
    font-size:11px;
    text-align:center;
    padding:10px;
}

/*邊幅連結*/
#links a {
    color:#9E9B2B;
}

/*邊幅連結(滑鼠移入)*/
#links a:hover {
    color: #FDFAA1;
    background-color:#827B00;
    text-decoration: none;
}

#links2{
}

/*行事曆*/
div.calendar {
    background-image:url(http://l.yimg.com/e/style/1/100/1128148893.jpg);/*from http://sorairo.rocket3.net/index.htm*/
    background-repeat:no-repeat;
    background-position:center bottom;
    background-color:#000000;
    padding:5px;
    margin:0px auto;
    line-height:100%;
}

#links div.calendar caption a{
    color:#FFFFFF;
}

div.calendar table{
    width:200px;
    height:150px;
    border:1px solid #FFFFFF;
    background-image:url(http://l.yimg.com/e/style/1/100/1128148894.jpg);
}

div.calendar td,
{
    text-align:center;
    width:25px;
    display:block;
}
div.calendar td a{
    background-color:#FFFFFF;
}


.calendar{
    padding:0px;
    margin:0px;
    line-height:100%;
}

.calendarhead {
}

/* 邊幅標題 */
.sidetitle {
    text-align:center;
    color:#FFFFFF;
    font-family:Verdana,Arial;
    font-weight:bold;
    font-size:larger;
    line-height:200%;
    border:3px inset #FFFFFF;
    border-left:2px outset #FFFFFF;
    border-top:2px outset #FFFFFF;
    background-color:#E3E19F;
}

/* 邊幅內容 */
.side {
    line-height:165%;
    text-align:left;
}

.boxProfile0 {
    display:none;
}

.boxProfileImg {
    position:absolute;
    left:650px;
    display:none;
}

/* BEGIN of 我的地盤 */
#boxProfile .side {
    position:absolute;
    display:block;
    top:-24px;
    height:24px;
    margin:0px;
    padding:0px;

    color:#616F4C;
    text-align:center;
    white-space: nowrap;
}

.boxProfile1 .side,.boxProfile1 .side a {
    color:#FFFFFF;
    line-height:24px;
}

#links .boxProfile1 .side a{
    color:#D4EFAC;
    font-size:10px;
    line-height:20px;
    padding-left:7px;
    padding-right:7px;
}

#links .boxProfile1 .side a:hover {
    background-color:#C4DF9C;
    color:#63714E;
    padding-left:7px;
    padding-right:7px;
    padding-top:1px;
    padding-bottom:1px;
}

.boxProfile1 .side br{
    display:none;
}

.boxProfile1 .side select {
    background-color:#63714E;
    font-size:smaller;
    color:#FFFFFF;
}
/* END of 我的地盤 */

/*RSS*/
.syndicate {
    padding:10px;
    text-align:center;
}

/*贊助廠商*/
.powered {
    padding:10px;
    text-align:center;
}


.comments-head{
}

.comments-body{
}

.comments-post{
}

.trackback-body {
}

.trackback-url {
}

.trackback-post {
}
