@charset "utf-8";


/* ------------------------------------------------------------------- */
/* Common */
/* ------------------------------------------------------------------- */

/* General style */

/* Import web-font */
/*@font-face {
	font-family:jalanche; 
	src:url(./jalanche.eot);
}*/

* {
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	font-size:9pt;
}

body {
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	font-size:9pt;
	color:#666666;
	padding:0;
	margin:0;
}
a:link { color:#555555; text-decoration:none; }
a:visited { color:#666666; text-decoration:none; position:static;bottom:0; }
a:active { color:#666666; text-decoration:none; }
a:hover { color: #FF6600; text-decoration: underline; }


/* page - current page */
.selected {
	font-weight:bold; 
	color:#FF6600;
}

/* Category - image */
.ib { 
	
	cursor:pointer;
}
/* Category - Tree Cell */
.branch3 { 
	
	cursor:pointer; 
}
/* Category - Count num */
.c_cnt {
	font-size:8pt; color:#FF6600; font-weight:normal;
}

/* Calendar Month */
.cal_month { 
	font-size:8pt; 
	height:18px; 
	font-weight:bold; 
	text-align:right;
}
/* Calendar Date (th) */
.cal_week1 { 
	font:9pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	text-align:right;
	font-weight:normal; 
	height:18px; 
	}
/* Calendar Sunday (th) */
.cal_week2 { 
	font:9pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	color:#FF6600; 
	font-weight:normal; 
	text-align:right;
	height:18px; 
	}
/* Calendar Week(tr)  */
.cal_week { 
	background-color:#ffffff;
	}
.cal_current_week { 
	background-color:#eeeeee;
}
/* Calendar Day(td) */
.cal_day { 
	font:8pt tahoma; 
	color:#999999; 
	text-align:right;
}
/* Calendar Day, Sunday (td)  */
.cal_day_sunday { 
	color:#FF6600 !important;
}
.cal_day_sunday a { 
	color:#FF6600 !important;
}
/* Calendar last month (td)   */
.cal_day1 { 
	color:#ccc;
}
/* Calendar next month(td)   */
.cal_day2 { 
	color:#ccc;
}
/* Calendar current month(td) */
.cal_day3 { 
	color:#666666;
}
/* Calendar today(td) */
.cal_day4 { 
	color:#666666; 
	font-weight:bold; 
	text-decoration:underline;
}
/* Calendar posted days */
a.cal_click:link { 
	color:#666666; 
	font-weight:bold;
}
a.cal_click:visited { 
	color:#666666; 
	font-weight:bold;
}
a.cal_click:hover { 
	color:#FF6600; 
}

/* Comment type [##_rp_rep_class_##] */
.rp_general { 
	}
.rp_admin { 
	}
.rp_secret { 
	color:#FF6600;}
/* Comment type [##_guest_rep_class_##] */
.guest_general { 
	}
.guest_admin { 
	}

/* Secret  (logout status) */
.hiddenComment  { 
	background:url(images/iconSecret.gif) no-repeat; 
	font-weight:normal;
	padding-left:20px; 
}

/* image caption style */
.cap1 { 
	color:#999999; 
	text-align:center;
}
/* image */
.imageblock { 
	border:0px; 
	margin:0px;
	padding:0px; 
}
/* left */
.left { 
	}
/* middle */
.center { 
	}
/* right */
.right { 
	}
/* Dual images */
.dual { 
	margin-bottom:5px;
}
/* Triple images */
.triple { 
	margin-bottom:5px;
}

/* Post text - more / less */
.moreless_fold { 
	background:url(images/iconMore.gif) top left no-repeat; 
	padding-left:25px; 
	color:#666666; 
	font-weight:bold; 
}
.moreless_top { 
	background:url(images/iconLess.gif) top left no-repeat; 
	padding-left:25px; 
	color:#666666; 
	font-weight:bold; 
}
.moreless_body { 
}
.moreless_bottom { 
	background:url(images/iconLess.gif) top right no-repeat; 
	padding-right:25px; 
	color:#666666; 
	text-align:right; 
	font-weight:bold; 
}

/* Keyword */ 
.key1 { 
	cursor:pointer; 
	border-bottom: 1px dotted #cccccc;
}


/* ------------------------------------------------------------------- */
/* End of common style										*/
/* ------------------------------------------------------------------- */

hr { 
	display:none;
}
img { 
	border:none;
}
h1, h2, h3, h4 { 
	margin:0;  padding:0;
}
h1 { 
	font-size:2em;
}
h2 { 
	font-size:1.4em;
}
h3 { 
	font-size:1.2em;
}
h4 { 
	font-size:1em;}
input { 
}
textarea { 
	border:1px solid #DDDDDD;
}


/* ------------------------------------------------------------------- */
/* Layout - blog */
/* ------------------------------------------------------------------- */
#out_layer { 
	width:960px; 
	margin:0; 
	padding:0; 
}

#logo_field { 
	width:960px; 
	height:110px;
	margin:0; 
	padding:0; 
}
#logo_img {
	float:left; 
	text-align:left; 
	width:660px; 
	height:90px;
	margin:0; 
	padding:20px 0px 0px 20px;
}
#s_space {
	float:right;
	text-align:right;
	width:250px;
	height:60px;
	margin:0;
	padding:0;
}
#slogan {
	float:right;
	text-align:right;
	vertical-align: bottom;
	width:250px;
	height:50px;
	margin:0;
	padding:50px 30px 10px 0px;
}
#container { 
	margin:0; 
	padding:0; 
	width:960px; 
	}
#right { 
	float:right; 
	width:250px; 
	margin:0 0 0 20px; 
	padding:0px 20px 20px 0;
}
#header { 
	text-align:left; 
	width:250px;
	padding-bottom:20px;
}
#sidebar { 
	text-align:left; 
	width:250px;
}
#content  { 
	float:left; 
	width:550px; 
	margin-left: 120px; 
	line-height:160%; 
	overflow:hidden;
}

/* ------------------------------------------------------------------- */
/* ***** Header ***** */
/* ------------------------------------------------------------------- */

#header h2 { 
	font:13pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	font-weight:bold;
}
#header span { 
	font:8pt tahoma; 
	color:#999999; 
}
#header span a { 
	font:8pt tahoma; 
	color:#999999; 
}
#header span a:hover { 
	color:#FF6600; 
}

/* ------------------------------------------------------------------- */
/* ***** sidebar ***** */
/* ------------------------------------------------------------------- */


#sidebar ul { 
	padding:0; 
	margin:0; 
	list-style:none;
}
#sidebar li { 
	padding-bottom:2px; 
	list-style:none;
}
#sidebar h3 { 
	font-size:9pt; 
	font-weight:bold; 
	padding-bottom:5px; 
	cursor:pointer;
}
#sidebar h3 span:hover { 
	color:#FF6600;
}
#sidebar .cnt { 
	font-size:8pt; 
	color:#FF6600; 
	font-weight:normal;
}

#sidebar .search { 
	padding-bottom:10px; 
}
#sidebar #search_keyword {
	color:#808080;
	font-size:9pt;
	line-height:100%;
	width:160px;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #DDDDDD;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
}

#sidebar #bloggerTag {
	padding:5px 40px 5px 0px;
}
#sidebar #bloggerTag #description{
}
#sidebar #bloggerTag #owner{
	text-align:right; 
}

#recentPost,
#recentComment,
#recentTrackback { 
	line-height:120%; 
	padding:0px 0px 5px 10px;
}
#calendar { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	text-align:right; 
	line-height:160%;
	padding-bottom:15px; 
	width:200px; 
}

#archive,
#tagbox { 
	line-height:150%; 
	font-size:8pt; 
	padding:0px 25px 10px 10px;
}
#link { 
	line-height:150%; 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	padding:0px 0px 10px 10px;
}
#counter { 
	line-height:150%; 
	margin:30px 0px 15px 0px;
}	
#counter .count_option {
	float:left; 
	margin:0px 0px 0px 10px;
	width:72px;
}
#counter .count_data {
	float:left; 
	width:168px;
}


/* Categories */
#category { 
	font-size:9pt; 
	font-weight:normal; 
	padding:0px 0px 5px 10px;}
#category ul { 
	list-style:none;
}
#category li a { 
	font-weight:normal;
}

/* 1 depth */
#category ul li ul li a { 
}

/* 2 depth */
#category ul li ul li ul li { 
}
#category ul li ul li ul li a { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	font-weight:normal;
}

/* selected */
#category .selected { 
	font-weight:bold;
	color:#ff6600;
}
#category .selected ul li { 
	font-weight:normal;
}

/* ------------------------------------------------------------------- */
/* ***** content ***** */
/* ------------------------------------------------------------------- */

#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry,
#content .guestbook, 
#content .searchList, 
#content .searchRplist {
	padding:0 0 30px 0; 
}


#content .localog h3, 
#content .taglog h3, 
#content .guestbook h3 { 
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	font-size:13pt;
	color:#666666; 
	font-weight:bold; 
	padding:0 0 30px 0; 
}
#content .medialog h3 { 
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	color:#666666;
	font-size:13pt;
	font-weight:bold; 
	padding:0 0 30px 0; 
} /* for TStory */
#content .searchRplist h3,
#content .searchList h3 { 
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	color:#666666; 
	font-size:13pt;
	font-weight:bold; 
	padding:0 0 30px 0; 
}


.searchList ol, 
.searchRplist ol { 
	list-style:none; 
	padding:0px; 
	margin:0;
}
.searchList li, 
.searchRplist li { 
	line-height:100%; 
	padding-bottom:2px; 
	margin-bottom:4px;
}
.searchList .date, 
.searchRplist .date { 
	font-size:8pt; 
	margin-left:10px; 
}
.searchList .cnt { 
	font-size:8pt; 
	color:#FF6600;
} 
.searchRplist .name { 
	font-size:9pt; 
	color:#999999; 
	padding-left:8px;
}

.taglog { 
	margin-bottom:30px;
}
.taglog ul { 
	text-align:justify;
	padding:0px; 
	margin:0; 
}
.taglog li { 
	display:inline;
}
.taglog li .cloud1 { 
	color:#666666; 
	font-size:9pt;
	font-weight:bold; 
}
.taglog li .cloud2 { 
	color:#666666; 
	font-size:9pt;
	font-weight:bold; 
}
.taglog li .cloud3 { 
	color:#666666; 
	font-size:9pt;
	font-weight:bold; 
}
.taglog li .cloud4 { 
	color:#666666; 
	font-size:9pt;
}
.taglog li .cloud5 { 
	color:#999999; 
	font-size:9pt;  
}
.taglog li a:hover { 
	color:#FF6600;
}

.guestbook p { 
	padding:2px 0; margin:0;}

.guestWrite { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
}
.guestWrite input {
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	width:120px; 
	color:#666666;
	padding-left:2px; 
	border:1px solid #DDDDDD;
}
.guestWrite textarea { 
	font:9pt tahoma; 
	width:500px; 
	padding:5px; 
	color:#666666;
}
.guestWrite .homepage { 
	width:300px; 
	color:#666666;
}
.guestWrite .submit { 
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	font-size:8pt;
	color:#ffffff;
	width:510px; 
	height:30px; 
	background-color:#aaaaaa; 
}
.guestWrite .checkbox { 
	width:25px; 
	border:none; 
	padding:0; 
	margin:0; 
}
.guestList { 
	width:620px; 
	padding:40px 0 0 0;
}
.guestList ol { 
	margin:0 0 35px 0;
	padding:0 0 10px 0; 
	list-style:none;
}
.guestList ol ul { 
	margin:0; 
	padding:0; 
	list-style:none;
}
.guestList ol li { 
	padding-left:15px; 
	overflow:hidden;
}
.guestList ol li p { 
	padding:0 0 0 20px; 
}
.guestList ol li ul li { 
	padding:10px 0 0 50px;
	border:none; overflow:hidden;
}
.guestList ol li .name { 
	color:#666666; 
	font-weight:bold;
}
.guestList ol li .date { 
	font-size:8pt; 
	color:#999999; 
}
.guestList .control { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	color:#999999;
}
.guestList .control a { 
	color:#999999;
}
.guestList .control a:hover { 
	color:#FF6600;
}


/* ------------------------------------------------------------------- */
/* entry */
/* ------------------------------------------------------------------- */

.entryNotice h2, 
.entryProtected h2, 
.entry h2 { 
	padding:0 0 0 0;
	font:13pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	font-weight:bold; 
}
.titleWrap { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	color:#999999; 
	padding-bottom:20px;
}
.titleWrap .category{ 
	margin:0px 20px 10px 5px; 
}
.titleWrap .category a { 
	color:#999999;
}
.titleWrap .category a:hover { 
	color:#FF6600; 
}
.titleWrap .date { 
}
.titleWrap .admin  { 
	padding-left:5px;
}
.titleWrap .admin a { 
	color:#999999;
}
.titleWrap .admin a:hover { 
	color:#FF6600; 
}

.entryProtected { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	margin-bottom:15px;
}
.entryProtected .date{ 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
}
.warning	  { 
	background:url(images/icon_lock.gif) no-repeat;
	padding-left:20px;
	margin-bottom:10px;
}
.entryProtected input { 
	width:140px; 
	color:#666666; 
	border:1px solid #999999;
}
.entryProtected .submit { 
	font:8pt tahoma; 
	width:50px; 
	height:20px; 
	color:#ffffff;  
	background-color:#aaaaaa;
}

.article { 
	margin:0px 20px 10px 20px; 
	word-break:break-all;
} 
.article a:link, 
.article a:visited { 
	color:#FF6600; 
	border-bottom:1px dotted #FF6600;
}
.article dt { 
	text-decoration:underline;
}
.article dd { 
	margin-left:20px; 
	padding-bottom:10px;
}
.article blockquote { 
	background:url(images/iconBlockquote.gif) top left no-repeat; 
	margin:5px 10px 5px 0px;
	padding:0px 0px 0px 20px;
	word-break:break-all;
}


.tagTrail { 
	margin:20px 20px 10px 20px; 
	padding:0px 5px 0px 0px;
}
.tagText { 
}

.actionTrail { 
	margin: 0px 20px 20px 0px; 
	text-align:right; 
	clear:both;
}
.actionTrail .cnt { 
	font-size:8pt; 
	color:#FF6600;
}

.trackback { 
	padding-top:2px; 
	margin-bottom:0px 0px 4px 0px; 
	width:100%; 
	overflow:hidden;
}
.trackback a { 
	font-size:8pt; 
	color:#666666;
}
.trackback h3 { 
	font-size:8pt; 
	font-weight: none; 
	color:#FF6600; 
	margin:0px 5px 10px 30px;
}
.trackback h4 { 
	font-size:8pt; 
	font-weight:normal; 
	margin:0px 0px 0px 0px; 
	font-weight:bold;
}
.trackback ol { 
	margin:0;  
	padding:0; 
	list-style:none;
}
.trackback li { 
	padding:5px; 
	margin-left:30px
}
.trackback .date { 
	font:8pt tahoma; 
	color:#999999999;
}
.trackback p { 
	color:#999999; 
	margin:3px 0 0 5px; 
	padding:0; 
	letter-spacing: 0px;
}
.trackback a.delete span {
	font:8pt tahoma; 
	color:#999999999;
}
.trackback .orange {
	font-size:8pt; 
	color: #FF6600;
}

.comment { 
	background:url(images/titleLine.gif) no-repeat; 
	padding-top:30px; 
	margin:0px 0px 4px 30px;  
	width:100%; overflow:hidden;
} 
.comment p { 
	margin:3px 0 0 0; 
	padding:0 0 0 10px;
}
.comment h3 { 
	display:none;
}
.comment ol,
.comment ul { 
	margin:0;  
	padding:0; 
	list-style:none;
}
.comment .date { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	color:#999999;
}
.comment .name { 
	font-weight:bold;
}
.comment ol li { 
	padding:0px 10px 10px 20px;
}
.comment li ul li { 
	padding:0px 10px 10px 20px;
}
.comment li ul li p{ 
	padding:0px 0px 0px 20px;
}

.comment .control a.address span,
.comment .control a.modify span,
.comment .control a.write span { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	color:#999999;
}

.commentWrite { 
	font:8pt Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	padding:5px; 
	margin-top:20px; 
}
.commentWrite input { 
	font:9pt tahoma; 
	color:#666666;
	width:120px; 
	border:1px solid #DDDDDD;
}
.commentWrite textarea { 
	font:9pt tahoma; 
	width:450px; 
	color:#666666; 
	padding:5px; 
	top:5px; 
}
.commentWrite .homepage { 
	width:300px;
}
.commentWrite .submit { 
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim; 
	font-size:8pt;
	color:#ffffff;
	width:460px; 
	height:30px; 
	background-color:#aaaaaa; 
}
.commentWrite .checkbox { 
	width:25px; 
	border:none; 
	margin:0;
	padding:0; 
}

.paging { 
	font:8pt tahoma;
	padding:20px 0px 20px 0px;
	text-align:left;  
	}
.paging .numbox { 
	border-left:1px solid #ccc; 
	padding-left:6px; 
	margin-left:6px; 
	font:8pt tahoma;
}
.paging .num { 
	border-right:1px solid #ccc; 
	padding-right:8px; 
	margin-right:5px; 
	font:8pt tahoma;
}
.paging a:visited { 
	color:#999999; 
	text-decoration:none;
}
.paging a:hover { 
	color:#FF6600;
}




/* ------------------------------------------------------------------- */
/* ***** footer ***** */
/* ------------------------------------------------------------------- */

#footer { 
	font-size:8pt; 
	line-height:130%;
	margin: 30px 0px 10px 0px; 
}
#footer .buildinfo { 
	font-size:8pt; 
	text-align:right; 
	line-height:130%; 
	color:#FF6600; 
}

/* ------------------------------------------------------------------- */
/* ***** etc ***** */
/* ------------------------------------------------------------------- */

.imageblock * { 
	border:none !important;
}
#mediaLogLimit { 
	display:none !important;
}
div .box { 
	width: 95%; 
	height: auto;
	margin: 0;
	border: 1px dotted #FF6600;
	padding: 8px;
}

.gray {
	font:8pt tahoma;
	color: #AAAAAA;
}
.orange {
	font:8pt tahoma;
	color: #FF6600;
}
.paging a:hover { 
	color:#FF6600;
}




/* ------------------------------------------------------------------- */
/* ***** footer ***** */
/* ------------------------------------------------------------------- */

#footer { 
	font-size:8pt; 
	line-height:130%;
	margin: 30px 0px 10px 0px; 
}
#footer .buildinfo { 
	font-size:8pt; 
	text-align:right; 
	line-height:130%; 
	color:#FF6600; 
}

/* ------------------------------------------------------------------- */
/* ***** etc ***** */
/* ------------------------------------------------------------------- */

.imageblock * { 
	border:none !important;
}
#mediaLogLimit { 
	display:none !important;
}
div .box { 
	width:470px;
	height: auto;
	margin:5px 10px 5px 20px;
	padding:10px;
	border: 1px dotted #FF6600;
	word-break:break-all;
}
.code{
	font-family:Microsoft YaHei, tahoma, sans-serif, ms song, gulim;
	font-size:9pt;
	width:470px;
	height: auto;
	margin:5px 10px 5px 20px;
	padding:0px 10px 0px 5px;
	border-left:solid 3px #CCCCCC;
	float:left;
	word-break:break-all;
}
.gray {
	font:8pt tahoma;
	color: #AAAAAA;
}
.orange {
	font:8pt tahoma;
	color: #FF6600;
}