

/*00_COMMON 通用設定
======================================================================== */

body {
    font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
    line-height: 150%;
    font-size:15px;
}

ol{
    padding-left: 20px;
list-style-type: decimal;
}

/* 通用連結 */
a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #32B38C;
    text-decoration: none;
}

h3 a{color: #32B38C}

/*漸變*/
#left img:hover,
a:hover {
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    filter: alpha(opacity=80);
    opacity: 0.8;
    zoom: 1;

}
/* 標題字 */
h1{}

/*文章大標題-綠標*/
h2{ 
    font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
    font-size:20px;
    color: #107D60;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 120%;
    padding: 5px 0 5px 0;
    line-height: 150%;
}

/*黑標+無底線*/
h2.b{
    font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 120%;
    padding: 5px 0 5px 0;
    border: none;
    margin-bottom: 10px;
    line-height: 150%;
}

/*綠標+底線*/
h3{
    font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #19B48A;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 120%;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

h3.noline{
    border-bottom: none;
}


/*綠標-首頁*/
h5{
    font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #32B38C;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 120%;
    padding: 5px 0 5px 0;

}

.center{
    text-align: center;
}

/*內頁文字*/
#content p,
#content-full p{
    font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    line-height: 160%;   
}

.green{color: #19B48A;}
.green a{
    color: #19B48A; 
    border-bottom: 1px solid #19B48A;
    }

#content .regular,
#content-full .regular{
    font-size: 14px;
    margin-top: 10px;
}
#content .small,
#content-full .small{
    font-size: 12px;
    margin-top: 10px;
}

.noshow{
    display: none
}


.clearfix{
    clear: both;
}
.clearfix:after {
    clear: both;
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
}

/*01_Header
======================================================================== */


/*上方區塊*/
#header-wrap{

    text-align:center;
    width:100%;
}

#header{
    width: 1024px;
    height: 165px;
    margin:0 auto;
    text-align:left;
    position:relative;
        margin-bottom: 60px;
}


/* LOGO */
#logo{
    height: 90px;
    width: 500px;
    position: absolute;
    left: 0;
    top: 10px;
}

#logo a span {
    position: absolute;
    top: -1000px;
}

/* Search + Facebook */
#top-right {
    width: 300px;
    position: absolute;
    right: 0;
    top: 36px;
}


#search {
    border: 1px solid #bbb;
    position: absolute;
    right: 40px;
    border-radius: 8px;
    padding: 6px 10px 1px 20px;
    height: 25px;
    font-size: 16px;
    background: #fff;
    width: 270px;
}

.search-word{
    border-right: 1px solid #bbb;
    padding-right: 20px;
}

#search input[type="image"] {
    float: right;
    position: relative;
    bottom: 2px;

}

#search input[type="text"] {
    border: 0;
    background: transparent;
    margin-left: 10px;
    font-size: 15px;
    width: 150px;
}

#facebook {
    width: 30px;
    position: absolute;
    right: 0;

}
 

/*主選單*/
#mainmenu{
    position: absolute;
    bottom: 0px;
    width: 1024px;
    background: url(../image/ui/mainmenu-bg.jpg) repeat-x ;
    padding: 18px 0;
    border-radius: 10px;
}

#mainmenu ul{
    text-align: center;
}

#mainmenu li{
    display: inline;
    padding: 0 65px;
    border-left: #32B38C 1px solid;
}

#mainmenu li:first-child{
    border: none;
}

#mainmenu a{
    font-size: 16px;
    color: #FFFF4D;
    letter-spacing: 1px;
}

#mainmenu a:hover,
#mainmenu a.active{
    text-decoration: none;
    color: #fff;
}





/*02_Mainbody
======================================================================== */

#mainbody-wrap{
    width:100%;
    text-align: center;

}

#mainbody{
    text-align:left;
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 50px;
    min-height:600px;
    position: relative;

}



/*Left*/
#left{
    float: left;
 
}

#left a{

}

#right{
     float: right;
}


/*所有標題
======================================================================== */

.main-title{
    width:281px;
    height: 54px;
    position: absolute; 
    top: -20px;
    left: 20px;
}

#focus .main-title,
#focus-list .main-title{
    background: url(../image/ui/title-focus.png) no-repeat ;
}

#event .main-title{
    background: url(../image/ui/title-event.png) no-repeat ;
}

#news .main-title{
    background: url(../image/ui/title-news.png) no-repeat ;
}

#calender .main-title{
    background: url(../image/ui/title-calender.png) no-repeat ;
}

#links .main-title{
    background: url(../image/ui/title-links.png) no-repeat ;
}

#about .main-title{
    background: url(../image/ui/title-about.png) no-repeat ;
}

#sponsor .main-title{
    background: url(../image/ui/title-sponsor.png) no-repeat ;
}

 
#join .main-title{
    background: url(../image/ui/title-join.png) no-repeat ;
}  

/*焦點影訊
======================================================================== */


#focus{
    border: 1px solid #A7DC00;
    width: 660px;
    height: 290px;
    position: relative;
    padding: 30px 10px 10px 10px;
    margin-bottom: 60px;
}



#focus li{
    width: 260px;
    height: 70px;
    padding: 15px 10px;
    border-top: 1px dashed #bbb 
}

#focus li:first-child{
    border: none;
}

.thumb{
    width: 120px;
    height: 90px;
    float: left;
}

.info{
    float: left;
    margin-left: 10px;
    width: 130px;

}

    .date,
    #content p.date{
        font-family: "verdana",Arial,sans-serif;
        font-size: 10px;
        color: #32B38C;
    }

    .desc{
        font-size: 12px;
        line-height: 150%;
        height: 54px;
        overflow: hidden;
    }

#focus .desc{
        width: 130px;
    }

#focus .video{
    position: absolute;
    top: 50px;right: 10px;
}

.video-title{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 340px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*近期活動
======================================================================== */

#event{
    border: 1px solid #A7DC00;
    width: 300px;
    min-height: 490px;
    position: relative;
    padding: 50px 17px 10px 17px;
    float: left;
    margin-right: 10px;
}


#event .thumb{
    width: 280px;
    height: 160px;
}

#event li{
width: 280px;
padding: 15px 10px;
border-bottom: 1px dashed #bbb;
}


#event .desc{
    width: 280px;
    height: auto;


}



/*最新消息
======================================================================== */


#news{
    border: 1px solid #A7DC00;
    width: 300px;
    min-height: 500px;
    position: relative;
    padding: 40px 17px 10px 17px;
    float: left;
}


#news img{
    padding-top: 10px;
}

#news li{
width: 280px;
padding: 8px 10px;
border-bottom: 1px dashed #bbb;
}


#news .desc{
    width: 280px;
    height: auto;


}



/*行事曆
======================================================================== */


#calender{
    border: 1px solid #A7DC00;
    width: 300px;
    height: 280px;
    position: relative;
    padding: 40px 15px 10px 15px;
    margin-bottom: 60px;
}

#calender .year {
text-align: center;
margin-bottom: 10px;
font-size: 16px;
}

#calender .year span{
    padding: 0 20px;
}

#calender .year a {
font-family: arial;
padding: 0 5px;
}

#calender ul.week{
    margin-bottom: 10px;
}
#calender ul.week li{
    display: inline;
    background: 
}

#calender ul.week li{
    display: inline-block;
    width: 37px;
    text-align: center;
    color: #C2C3C4;
    border: 1px solid #fff;
}


#calender ul.day li{
    display: inline-block;
    width: 38px;
    height: 36px;
    margin: 0 1px 1px 0;
}

#calender ul.day li a{
    padding: 5px 7px;
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    color: #C2C3C4;
}

#calender ul.day li a.active{
    background: #1A7C61;
    border: 1px solid #5FAE5E;
    color: #fff;
}




/*好站連結
======================================================================== */


#links{
    border: 1px solid #A7DC00;
    width: 300px;
    position: relative;
    padding: 60px 15px 10px 15px;
}

#links li {
display: block;
margin-bottom: 10px;
letter-spacing: 1px;
}

#links li a{
    padding: 8px 7px;
    display: block;
    border: 1px solid #bbb;
    color: #FFF;
    font-size: 20px;
    background: url(../image/ui/links-icon.png) no-repeat 15px center #65B387;
    padding-left: 45px;
}


#links li:nth-child(2n) a{
    background: url(../image/ui/links-icon.png) no-repeat 15px center #32B38C;
}





/*內頁樣式
======================================================================== */

/*Content & 共用*/

/*麵包*/
.bread{
    position: absolute;
    top: -50px;
    color: #107D5F;
        font-size: 12px;
}
.bread li{
    display: inline;
}
.bread a{
    color: #107D5F; 
    font-size: 12px;
    padding-right: 5px;}
.bread a:hover{color: #666;}


/*Content*/
#content-wrap{

}

#content-full{
    width: 100%;
    position: relative;
    padding: 0 0 50px 0;
}

#content{
    width: 650px;
    position: relative;
    padding: 0 0 50px 0;
}

    /*影片*/
#content iframe{
    padding:30px;
    border: 1px solid #19B58A;
    margin: 15px 0;
}



/*回列表*/
.goback {
    border-bottom: 1px solid #DDDDDD;
    height: 34px;
    margin-bottom: 20px;
}

.goback a {
    display: block;
    float: right;
    padding: 6px 15px;
    border-radius: 5px 5px 0 0;
    background: #ccc;
    color: #fff;
    letter-spacing: 2px;
}

.goback-bottom {
    border-bottom: none;
    border-top: 1px solid #DDDDDD;
    margin-top: 50px;
}

.goback-bottom a{
    border-radius: 0 0 5px 5px;
}


/*分頁*/

ul.pagenation{
    text-align: center;
    background: #00B689;
padding: 10px 0;
    width: 100%;

}

.pagenation li{
    display: inline;
    margin: 0 5px;
}

.pagenation li a{
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
}
.pagenation li a:hover,
.pagenation li a.active{
    color: #FFFF4D
}




/*About=============*/

#about{
    border-top: 1px solid #A7DC00;
    padding: 80px 0 0 0;
}



#sub-menu {
    width: 280px;
    background: #DDDDDD;
    border-radius: 8px;
    position: relative;
    padding: 0px 25px 25px 25px;
    margin-bottom: 60px;
}

#sub-menu .title{
    background: #eee;
    color: #666;
    width: 270px;
    text-align: center;
    padding:10px 0;
    border-radius:0 0 8px 8px;
    letter-spacing: 5px;
}

#sub-menu ul{
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    margin-top: 20px;
    padding-left: 20px;
}

#sub-menu li{
    padding: 10px 0 10px 20px;
    border-top: 1px solid #ccc; 
    background: url(../image/ui/sub-list.png) no-repeat left center;
}    







/*Event=============*/
#content #event{
    width: 650px;
    border:none;
    border-top: 1px solid #A7DC00;
    padding: 40px 0 0 0;
}

.event-info{
    border:1px solid #19B58A;
    padding: 7px 20px 5px 20px;
}

#content .event-info p{
    font-size: 14px;
}

.event-info .left{
    width: 85px;
    background: url(../image/ui/line-list.png) no-repeat right;
    display: table-cell;
    vertical-align: middle;
}
/*.event-info .line {
float: left;
width: 1px;
margin-top: 0.5%;
height: 100%;
padding: 20px 10px;
border-left: 1px solid #19B58A;
-webkit-transform: rotate(15deg);
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
}
*/

.event-info .right{
    padding-left:20px;
    width: 450px;
    display: table-cell;
    vertical-align: middle;
}

.event-gallery{
    border: 1px solid #19B58A;
    background: url(../image/ui/title-gallery.png) no-repeat left center;
    padding: 15px 0px 15px 55px;
    height: 220px;
    width: 593px;
}


#content .event-gallery li{ 
    display: block;
    width: 100px;
    border: 1px solid #19B58A;
    padding: 2px;
    float: left;
    margin: 0 10px 10px 0;
}

#content .event-gallery img{
    vertical-align:top;
}



/*News=============*/
#content #news{
    width: 650px;
    border:none;
    border-top: 1px solid #A7DC00;
    padding: 40px 0 0 0;
}

#content #news li,
#content #event li{
    border: none;
    padding: 8px 0px;
    width: auto;
}

/*news list title*/
.news-list-title,
.event-list-title {
    background: #00B689;
    display: table;
    color: #fff;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.news-list-title .left,
.event-list-title .left{
    display: table-cell;
    width: 150px;
    text-align: center;
    background: url(../image/ui/line-title.png) no-repeat right center;
}

.news-list-title .right,
.event-list-title .right{
    display: table-cell;
    width: 350px;
    text-align: center;
}





/*news list*/
}
.news-list{

}

#content .news-list p,
#content .event-list p{
    font-size: 14px;
}

#content #news .news-list li,
#content #event .event-list li,
.green-wrap{
    margin-bottom: 10px;
    border:1px solid #19B58A;
    padding: 7px 20px 5px 20px;
    display: block;
}

.green-wrap{
    padding: 10px 20px 10px 40px;
}

#content #news .news-list li:hover,
#content #event .event-list li:hover{
    background: #eee
}

.news-list .left,
.event-list .left{
    width: 170px;
    background: url(../image/ui/line-list.png) no-repeat right;
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle;
}

.news-list .right,
.event-list .right{
    padding-left:20px;
    width: 350px;
    display: table-cell;
    vertical-align: middle;
}


#news .pagenation{
    padding: 5px 0;
}

/*Focus=============*/
#content #focus{
    width: 650px;
    border:none;
    border-top: 1px solid #A7DC00;
    padding: 40px 0 0 0;
}

#content-full #focus-list{
    width: 100%;
    border:none;
    border-top: 1px solid #A7DC00;
    padding: 40px 0 0 0;
}


.focus-gallery{

}


.focus-gallery li{ 
    display: block;
    width: 300px;
    border: 1px solid #19B58A;
    padding: 8px;
    float: left;
    margin: 0 35px 35px 0;
}

.focus-gallery li:nth-child(3n){
     margin: 0 0 30px 0;   
}

.focus-gallery img{
    vertical-align:top;
}

/*Sponsor=============*/
#sponsor{
    width: 650px;
    border:none;
    border-top: 1px solid #A7DC00;
    padding: 80px 0 0 0;
}

    /*填單*/
#sponsor .form{
    padding-right: 35px;
    font-size: 16px;
    background: url(../image/ui/form.png) no-repeat right center;
}
    /*信用卡*/
#sponsor .credit{
    padding-right: 35px;
    font-size: 16px;
    background: url(../image/ui/credit.png) no-repeat right center;
}


/*行事曆=============*/

#content #calender{
    width: 650px;
    border:none;
    border-top: 1px solid #A7DC00;
    padding: 40px 0 0 0;
}

.calender-date{
    width: 650px;
    height: 104px;
    position: relative;
    background: url(../image/ui/calender-date.png) no-repeat;

}


.calender-date .date-prev{
    position: absolute;
    width: 30px;
    height: 40px;
    text-align: center;
    left: 17px;
    top: 40px;
    font-size: 30px;
    color: #fff;
}

.calender-date .page-prev{
    position: absolute;
    left: 43px;
    top: 28px;
    width: 50px;
    height: 50px;
    background: url(../image/ui/left-arrow.png) no-repeat right;
}


.calender-date .date{
    position: absolute;
    width: 80px;
    height: 50px;
    left: 310px;
    top: 38px;
    text-align: center;
    font-size: 62px;
    color: #D9D900;
}

.calender-date .month{
    position: absolute;
    width: 100px;
    height: 30px;
    left: 195px;
    top: 42px;
    letter-spacing: 1px;
    font-size: 20px;
    color: #00B787;
}
.calender-date .week{
    position: absolute;
    width: 100px;
    height: 50px;
    left: 420px;
    top: 43px;
    font-size: 22px;
    color: #00B787;
}

.calender-date .page-next{
    position: absolute;
    left: 520px;
    top: 28px;
    width: 50px;
    height: 50px;
    background: url(../image/ui/right-arrow.png) no-repeat right;
}

.calender-date .date-next{
    position: absolute;
    width: 30px;
    height: 40px;
    left: 600px;
    top: 40px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}






/*加入我們=============*/



#content-full #join {
    width: 100%;
    border:none;
    border-top: 1px solid #A7DC00;
    padding: 40px 0 0 0;
}

 #content-full ul.join-list{
    width: 100%;
    text-align: center;
}
#content-full .join-list li{
    width: 180px;
    float: left;
margin-left: 30px;

}

#content-full .join-list li:first-child{
margin-left: 0px;
}
#content-full .join-list .top{
    border:1px solid #19B58A;    width: 180px;
    margin-bottom: 10px;
}
#content-full .join-list .top p{
    border-top: 1px solid #19B58A;
    font-size: 20px;
    padding: 20px 0;
    color: #19B38A;
    letter-spacing: 2px;
}

#content-full li.small{
    margin: 0
}



/*03_Footer
======================================================================== */
#footer-wrap{
    width:100%;
    text-align: center;
    background: #797979;
    min-height: 76px;
}

#footer{
    margin: 0 auto;
    text-align: left;
    width: 1024px;
    font-weight: bold;
    padding:27px 0 25px 60px;
    font-size: 1px;
    color: #000000;
    background: url(../image/ui/copyright.png) no-repeat left center;
}














/*99_Plugin
======================================================================== */



/*--手風琴-calender-------------*/

.menu_list {
    width: 650px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.menu_head {
padding: 7px 10px;
cursor: pointer;
position: relative;
margin: 0;
font-weight: bold;
border-bottom: 1px solid #ddd;
border-left: 5px solid #00B787;
overflow: hidden;
width: 625px;
}

.menu_head .left {
color: #19B48A;
display: block;
float: left;
margin-right: 20px;
}

.menu_head .right {
float: left;
width: 550px;
font-size: 14px;
}


.menu_body {
    display:none;
    background: #00B886;
    width: 630px;
    padding: 7px 10px;

}
#content .menu_body p{
    font-size: 16px;
    color: #FFF;
}
#content .menu_body span{
    font-size: 14px;
    color: #FFF;
}
.menu_body a {
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}