@charset "utf-8";
@import url(reset.css);

/* apply property for tag css */

body, html{
	height:100%;
	font:normal 12px/1.5em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#666;
	background:#f4f4f4 url(../../images/blog/theme/bodyBg.gif) repeat-y center top;
}

a {
	text-decoration:none;
	color:#069;
}

a:hover {
	text-decoration:underline;
	color:#09c;
}

label {
	display:block;
	float:left;
	width:80px;
	vertical-align:top;
	clear:left;
}

table {
	clear:both;
}



/*layout*/

#container {
	width:1000px;
	height:100%;
	text-align:left;
	margin:0 auto;
}

#localContent {
	font:normal 12px/1.5em Arial, Helvetica, sans-serif;
	padding:10px;
	margin:10px;
}

#localContent h1 {
	font-weight:bold;
	font-size:24px;
	margin-bottom:20px;
	color:#069;
}

#localContent h2 {
	border-bottom:1px solid #999;
	font-size:20px;
	font-weight:bold;
	line-height:27px;
	height:27px;
/* 	background:url(../../images/blog/theme/postTitleBg.gif);
 */	color:#666;
	padding:3px;
	vertical-align:middle;
	margin-bottom:3px;
}

#localContent h3 {
	background:url(../../images/blog/theme/arrBlue2.gif) no-repeat left top;
	padding-left:15px;
	margin-bottom:5px;
	color:#09f;
	font-size:16px;
	font-weight:bold;
}


#localContent h5 {
	font-size:16px;
	margin-bottom:10px;
	clear:both;
}

#localContent p {
	margin-bottom:12px;
}

/*tailor maker style*/

.btn {
	font:normal 12px/1em 新細明體;
	color:#666;
	border:1px solid #666;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	background:#fff url(../../images/blog/theme/btnBg.gif) repeat-x center bottom;
	padding:2px 0;
}

.btnBottom {
	text-align:center;
}

.btnBottom .btn {
	margin:5px;
}

.btnPage {
	width:400px;
	margin:auto;
}

.btnPage li {
	float:left;
}

.btnPage a {
	text-decoration:none;
	display:block;
	height:30px;
	width:100px;
	text-indent:-3000px;
}
	
.btnFst a  {	background:url(../../images/listBtn.gif) no-repeat 0px top;}
.btnPrev a {	background:url(../../images/listBtn.gif) no-repeat -100px top;}
.btnNext a {	background:url(../../images/listBtn.gif) no-repeat -200px top;}
.btnEnd a  {	background:url(../../images/listBtn.gif) no-repeat -300px top;}

.btnFst a:hover  {	background:url(../../images/listBtn.gif) no-repeat 0px bottom;}
.btnPrev a:hover {	background:url(../../images/listBtn.gif) no-repeat -100px bottom;}
.btnNext a:hover {	background:url(../../images/listBtn.gif) no-repeat -200px bottom;}
.btnEnd a:hover  {	background:url(../../images/listBtn.gif) no-repeat -300px bottom;}

#comment {
	margin:10px auto;
	clear:both;
}

#localContent #comment h3 {
	border-bottom:1px solid #cecece;
	padding-bottom:10px;
}

.comments {
	background:white;
	padding:5px;
	border-bottom:1px dotted #cecece;
	color:#666;
}

#localContent .comments p{
	margin:0;
}

.comments .name {
	font-size:14px;
	font-weight:bold;
}


#sbCalendar #year {
	margin:10px 0 0 10px;
	float:left;
} 

#sbCalendar #month {
	float:right;
	margin:10px 10px 0 0px;
	text-align:right;
}

.eventList li {
	padding:0 0 5px 11px;
	background:#fff url(../../images/arrBlue.gif) no-repeat left 6px;
	text-decoration:none;
}

.eventMore {
	float:right;
	background:#069;
	color:#fff;
	font-weight:normal;
	font-size:11px;
	padding:0 4px;
	margin-top:5px;
	line-height:1em;
} 

#copyright {
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

#footer{
	text-align:center;
	background:#5398f0 url(../../images/blog/theme/footerBg.gif) repeat-x center bottom;
	height:50px;
	clear:both;
}

#footer a,
#footer a:hover{
	color:#fff;
}

#push {
	height:50px;
}

#footerNavigation {
	padding-top:5px;
}

#footerNavigation li {
	display:inline;
	background:url(../../images/navBoard.gif) no-repeat left top;
}

#footerNavigation li.first {
	background:none;
}

#footerNavigation li a {
	display:inline-block;
	color:#fff;
	padding:0 10px 0 15px;
	text-decoration:none;
}

#footerNavigation li a:hover {
	text-decoration:underline;
}

.formFill {
	padding:10px;
	margin-top:10px;
	border:1px solid #ececec;
	border-right-color:#cecece;
	border-bottom-color:#cecece;
	background:#fafafa;
	clear:both;
	color:#666;
}

.formFill th,
.formFill td {
	vertical-align:top;
	padding:3px;
}

.formFill th {
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
}

.formFill .randomNum {
	vertical-align:middle;
}

.formFill thead th{
	background:url(../../images/arrDown.gif) no-repeat 3px 3px;
	padding:0 14px 0;
	text-align:left;
}

.formFill em {
	font-style:normal;
	color:#0099FF;
}

.formFill h4 {
	color:#09f;
	background:#dedede url(../../images/blog/theme/arrWhite.gif) no-repeat left center;
	padding:3px 12px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}

form .tabBtn {
	float:right;
}

#globalNavigation {
	float:right;
	font-weight:bold;
	font-size:13px;
}

#globalNavigation li{
	display:inline;
	background:url(../../images/navBoard.gif) no-repeat left center;
}
	
#globalNavigation li.first{
	background:none;
}

#globalNavigation li a {
	color:#09f;
	display:inline-block;
	padding:0 10px;
	text-decoration:none;
}

#globalNavigation li a:hover {
	color:#059;
	text-decoration:underline;
}

#globalNavigation li.first a {
	display:inline-block;
	padding:0 10px 0 0;
}

#holderMain {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	_margin-bottom:0px;
	padding-bottom:0px;
}

*+html #holderMain { margin-bottom:0; }/* for IE7 only */

#holderLeft {
	width:760px;
	float:right;
	background:#fff;
	margin:10px 10px;
	border:1px solid #ececec
}

#keyBanner {
	height:150px;
	background:url(../../images/blog/theme/blogKeyBanner_01.jpg) no-repeat center top;
	border-bottom:1px solid #cecece;
	clear:both;
}
#keyBanner #title {
	position:relative;
	top:50px;
	left:50px;
	font-weight:bold;
	font-size:20px;
}

#keyBanner #desc {
	position:relative;
	top:70px;
	left:50px;
}	

#mastHeader {
	height:35px;
	background:url(../../images/headerBg.gif) no-repeat left top;
	border-bottom:1px solid #9cf;
	vertical-align:bottom;
	line-height:35px;
	clear:both;
}

#mastHeader .logo {
	display:block;
	float:left;
}

.pageList {
	margin:10px auto;
	clear:both;
	text-align:center;
}

.pageList input,
.pageList ul {
	display:inline;
}

.pageList li {
	display:inline;
}

.pageList li a {
	padding:0 5px;
}

.photoAlbum {
	clear:both;
	margin-bottom:10px;
}

.photoAlbum caption {
	padding-bottom:10px;
}

.photoAlbum td{
/* 	background:url(../../images/blog/theme/photoAlbumBg.gif) no-repeat center top;
 */	width:20%;
	text-align:center;
	vertical-align:middle;
	padding-bottom:10px;
}

.photoAlbum .photo {
	height:100px;
	margin:20px auto 20px;
}

.photoList td{
/* 	background:url(../../images/blog/theme/photoBg.gif) no-repeat center top;
 */}

#localContent .photoAlbum h1 {
	font-size:12px;
	font-weight:normal;
	margin:0 10px;
	color:#069;
}

.photoSlide {
	padding:5px;
	margin-top:10px;
	border:1px solid #ececec;
	border-right-color:#cecece;
	border-bottom-color:#cecece;
	background:#ccc;
	clear:both;
	text-align:center;
}

.photoImg {
	margin:10px auto;
}

.photoImg img {
	border:5px solid #fff;
}

.post {
	font-size:12px;
	margin-bottom:10px;
	padding:0;
	clear:both;
}

.postList .post {
	padding:10px;
	border:1px solid #cecece;
	margin-bottom:10px;

}

.postDate {
	float:right;
}

.postTitle {
	margin-bottom:10px;
	clear:both;
}

.postTitle h1 {

}

.postSubCat {
	float:left; margin-right:12px;
}

.postAuthor {
	float:left;
}

.postEntry {
	clear:both;
	font-size:12px;
}

.postEntry p {
	clear:both;
}

.postEntry .thumbPic {
	width:110px;
	float:left;
	display:block;
}

.postBrief {
	float:left;
	width:595px;
}

.postTail {
	clear:both;
	margin-bottom:10px;
}
.postExtend {
	float:left;
}

.postComment {
	float:right;
}

.postNewLink .postTitle {
	font-size:12px;
	margin-bottom:10px; !important
}

*+html .postNewLink .postTitle { margin-bottom:20px; }/* for IE7 only */

.postNewLink h1 {
	font-size:16px;
}

.postLinkExt{
	float:left;
	background:transparent url(../../images/btnDetail.gif) no-repeat left top;
	height:18px;
	width:67px;
	display:block;
	text-indent:-3000px;
	margin-right:5px;
}

.postRead {
	float:right;
	padding:0 5px;
}

#search {
	background:url(../../images/searchBg.gif) no-repeat right top;
	width:245px;
	height:33px;
	float:right;
	overflow:hidden;
	text-align:center;
}

#search #searchForm {
	margin-top:10px;
	border:0;
	height:14px;
}

*+html #search #searchForm {
	margin-top:8px;
}

#search .btn {
	font-size:11px;
	text-align:center;
	width:24px;
	height:17px;
	line-height:8px;
	vertical-align:middle;
}

#sideBar {
	width:210px;
	padding:10px 0 10px 8px;
	float:left;
}

#sideBar h1{/*theme layout                                                             */
/*	background:url(../../images/blog/theme/sbBoxTitle.gif) no-repeat left top;*/	
/*new */
	background:#cecece;
	border:1px solid #ececec;
/*new */
	height:30px;
	line-height:30px;
	vertical-align:middle;
	padding-left:10px;
	font-weight:bold;
	color:#fff
}

#sbProfile,
#sbCalendar,
#sbPost,
#sbComment,
#sbAdmin {/*theme layou                                                             */
/* 	background:url(../../images/blog/theme/sbBoxTail.gif) no-repeat left bottom;    */
/*new */
/*new */
	width:210px;
	clear:both;
	padding-bottom:5px;
}

#sbProfile .data {
	float:right;
	width:100px;
}

#sbProfile .pic {
	width:80px;
	float:left;
	margin-right:5px;
}

#sbProfile .pic img {
	border:2px solid #fff;
}


#sbProfile .name {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.sbBox, 
.sbBoxAdmin {/*theme layout                                                             */
/* 	background:#fff url(../../images/blog/theme/sbBoxBg.gif) repeat-y left top;
 */	background:#fff;
	border:1px solid #ececec;
	border-top:none;
	padding:5px 10px 10px;
	clear:both;
}

.sbBox .date th {
	text-align:center;
	color:#000;
	border-bottom:1px solid #c0c0c0;
}

.sbBox .date td {
	text-align:center;
	padding:3px 0;
}

.sbBox .date a{
	padding:2px;
	border:1px solid #fff;
	text-decoration:underline;
}

.sbBox li{
	padding:5px 2px;
}

.sbBox .data li {
	padding:2px 0
}

.sbBox .recentCommenter {
	text-align:right;
}


#sbAdmin a{/*theme layout                                                             */
	display:block;
	padding:3px;
}

#sbAdmin dt{/*theme layout                                                             */
	border:1px solid #fff;
	margin:3px 0;
}

#sbAdmin dd {/*theme layout                                                             */
	padding-left:12px;
	background:url(../../images/arrBlue.gif) no-repeat 3px 9px;
}

.video table {
	margin-bottom:10px;
}

.video td {
	line-height:120%;
	width:33%;
	font-size:12px;
	padding-bottom:20px;
}

.video .videoPhoto {
	width:110px;
	float:left;
}

.video .videoDesc {
	width:120px;
	float:left;
}

#localContent .video h2 {
	border:none;
	background:none;
	font-size:16px;
	line-height:120%;
	height:auto;
	margin-bottom:5px;
}

.formWidth_350,
.formWidth_200,
.formWidth_100{
	border:1px solid #cecece;
	border-top-color:#333;
	border-left-color:#333;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 2px;
}

.formWidth_350 {
	width:350px;
}

.formWidth_200 {
	width:200px;
}

.formWidth_100{
	width:100px;
}

/*css hack*/
/*clear fix*/
.clearfix:after,
.postTitle:after,
.postEntry:after,
.postTail:after,
.sbBox:after,
#container:after,
#holderMain:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,
.postTitle,
.postEntry,
.postTail,
.sbBox,
#container,
#holderMain {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix,
* html .postTitle,
* html .postEntry,
* html .postTail,
* html .sbBox,
* html #container,
* html #holderMain {height: 1%;}

.clearfix,
.postTitle,
.postEntry,
.postTail,
.sbBox,
#container,
#holderMain {display: block;}
/* End hide from IE-mac */

.mainCalendar {
	margin:10px 0;
}
.mainCalendar table {
	border:2px solid #cecece;
	border-collapse:collapse;
	margin:10px 0;
	background:#fff;
}

.mainCalendar .year {
	font-size:14px;
	font-weight:bold;
	float:left;
}

.mainCalendar .month {	
	font-size:14px;
	font-weight:bold;
	float:right;
}

.mainCalendar th {
	padding:3px;
	font-weight:bold;	
	width:14%;
	background:#cecece;
	text-align:center;
	color:white;
}

.mainCalendar td{
	vertical-align:top;
	height:100px;
	border:1px solid #cecece;
	color:#999;
	font-size:14px;
	font-weight:bold;
	padding:3px;	
}

.mainCalendar li{
	font-size:12px;
	font-weight:normal;
	padding:0 0 5px 11px;
	background:#fff url(../../images/arrBlue.gif) no-repeat left 6px;
	text-decoration:none;
}

.mainCalendar em {
	color:red;
	font-style:normal;
}
.mainCalendar .selectDate {
	float:left;
}

.mainCalendar .currentDate {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.theme {
	clear:both;
}

.theme td{
	text-align:center;
	width:20%;
	padding-bottom:10px;
}

.styleSetup table {
	margin-bottom:10px;
}

.styleSetup label {
	width:100px;
	float:left;
}

.styleSetup th {
	width:120px;
}

.styleSetup a {
	padding-left:17px;
	background:url(../../images/pickerIco.gif) no-repeat;
}

.pageSeq{
	clear:both;
	height:30px;
}

.pageSeq .prev {
	float:left;
}

.pageSeq .next {
	float:right;
}


/* 未登錄前不顯示 */
.adminBtn {
	float:right;
}

#sbProfile .adminBtn .btn {
	width:90px;
}

.reportBtn {
	text-align:center;
}

.reportBtn a{	
	text-indent:-2000px;
	background:url(../../images/reportBtn.gif);
	display:block;
	height:40px;
	width:200px;
}

.gallery {
	float:left;
	clear:both;
	margin:10px 0;
}

.gallery .main {
	float:left;
	width:410px;
	text-align:center;
	background:#fff;
	margin-right:10px;
	padding:5px 0;
}

.gallery .nav {
	float:left;
	width:300px;
}

.gallery .nav li a{
	display:block;
	text-align:center;
	height:75px;
	width:75px;
	overflow:hidden;
}

.gallery .nav li{
	background:#fff;
	float:left;
	margin:10px 10px 0 0;
	border:1px solid #cecece;
	padding:3px;
}

.gallery .nav .act {
	background:#cecece;
}



/* honor */


#localContent h2.honor_g {
	background:url(../../images/icon_honor_g_l.gif) no-repeat left center;
	padding-left:30px
}

#localContent h2.honor_s {
	background:url(../../images/icon_honor_s_l.gif) no-repeat left center;
	padding-left:30px
}

#localContent h2.honor_m {
	background:url(../../images/icon_honor_m_l.gif) no-repeat left center;
	padding-left:30px
}

/*myFriends*/

.myFriends {
	margin:0;
	padding:0;
	margin-bottom:30px;
}

.myFriends li {
	width:114px;
	border:1px solid #ccc;
	float:left;	
	margin:0 1px 2em 0;
	padding:5px 1px;
	text-align:center;
}

.myFriends li div {
	width:100px;
	height:100px;
	display:table-cell;
	vertical-align:middle;
}



/*進階樣式調整項目*/

/*模組*/
body, html{/*頁面背景顏色及底圖*/
	background-color:#fff;
	background-image:none;
	background-repeat:repeat-x;
}

#holderLeft,
#sideBar h1,
.sbBox, 
.sbBoxAdmin{/*欄位背景顏色及框線顏色*/
	background:#fff;
	border-color:#cecece;
}

#sideBar h1{/*側欄位背景顏色及文字顏色*/
	background:#333;
	color:#fff;
}



/*標題*/
#keyBanner #title {
	color:#333;
}

#keyBanner #desc {
	color:#333;
}

#keyBanner {
	background-color:#cecece;
	background-image:none;
	background-repeat:no-repeat;	
}

/*內文*/

#localContent h1,
#localContent h2,
#localContent h3{
	color:#333;
}

body, html{
	color:#666;
}

a {
	color:#999;
}

a:hover {
	color:#000;
}






