 /*
=== LBS^2 StyleSheet File ====================================
 Style Name: The Sky
     Author: Jackie Hoo
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color:#333333;	
	background-image: url("images/blog_bg.gif");
	background-color: #666666;		
	background-position: top;
	background-repeat: repeat;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	text-align: center;
	margin-bottom: 20px;

}

table {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
td {
     word-break: break-all; 
}
a:link,a:visited {
	text-decoration: none;
	color: #8b562b;/*fi*/
}
a:hover {
	text-decoration: none;
}
img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px;
}
input.text {
	height: 16px;
	padding: 1px;
	color: #663300; 
	border: 1px solid #d5b777;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #663300; 
	border: 1px solid #663300;
	border-top: 1px solid #8b562b;
	border-left: 4px solid #8b562b;
	background-color: #FFFFFF;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #663300;
	border: 1px solid #d5b777;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #663300; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {
    background-image: url("images/wrapper_bg.jpg");/*fi*/	
	background-position: top center;
	background-repeat: repeat-y;
    background-color: none;
    width:798px;
	padding: 0px;
    margin:0 auto;
	position: relative;
}
#innerWrapper {
    background-image: url("images/header_bg.jpg");/*fi*/	
	background-position: top center;
	background-repeat: no-repeat;
    background-color: none;
    width:798px;
    background-color: none;
	margin:0 auto;
}

#header {
    padding:0 auto;
}
#innerHeader {
	padding: 0 auto;
	padding-bottom: 0 auto;
}

#footer {
    background: url("images/footer_bg.jpg") no-repeat;/*fi*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 128px;
	width: 798px;
	clear: both;
}
#innerFooter {
	margin-right: 123px;/*fi*/
	padding-top: 53px;
	color: #663300;
	font-size: 11px;
	text-align: right;
}
#innerFooter a:hover{
    text-decoration: underline;
	color: #c8161d;
}

/****** Header Elements Styles ******/
#blogLogo {
    display: none;
}
#logo {
	float: left;
	margin-right: 0px;
}

/* header title */
.blog-header {
	height: 230px;
	width: 798px;
	vertical-align: bottom;
	text-align: left;
}
h1 {
	display: yes;
	padding-top: 6px;
	padding-left: 8px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
h1 a:link,
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #c8161d;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
    display: yes;
	color: #FFFFFF;
	padding-left: 8px;
	font-size: 11px;
}
.glow{
    FILTER: Glow(Color=#000000, Strength=1);
}

/* nav menu */
#menu {
    background: url("images/menu_bg.jpg") #ffffff no-repeat;/*fi*/
	width:798px;
	height: 25px;
	margin-top: 0px;
	color: #999999;
	text-align: left;
}
#menu ul{
	margin: 0px;
	margin-left: 10px;
	padding-top: 5px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 7px;
	margin: 0px;
	margin-right: 5px;
	background: url("images/lines.gif");
	background-position: center right;
	background-repeat: no-repeat;
}
#menu li a:link,
#menu li a:visited{
	text-decoration: none;/*fi*/
	color: #333333;
}
#menu li a:hover{
	color: #c8161d;
	text-decoration: none;
}

/****** Content Layout ******/
#mainWrapper {
	text-align: left;
}

/* sidebar */
.sidebar {
	float: left;
	width: 210px;
	padding-bottom:100px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding-left: 12px;/*fi*/
}
#innerSidebar a:hover{
    color:#663300;
	text-decoration: underline;/*fi*/
}
/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	margin-left: 240px;/*fi*/
	padding-right: 14px;
	overflow: visible;
}
/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.panel{
	padding:1px;
	margin-bottom: 10px;
}
.panel h5 {
	padding: 5px 4px 6px;
	margin: 0px;
	color: #c8161d;
	font-size: 11px;
	font-weight: bold;
	background-image: url("images/h5_bg.jpg");/*fi*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
.panel-content{
	padding:5px;
	color:#663300;
	line-height: 120%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
    list-style: url("images/arrow.gif") inside;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 190px;
	margin-top: 30px;
	margin-left: 5px;
}

.calendar-top {
	text-align: left;
	padding: 3px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #;/*#8b562b*/
}
.calendar-weekday-cell {
	color: #ffffff;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 0px;
}

.calendar-main {
	background: #;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #666666;
    font-size: 9px;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #663300;
	font-weight:bold;
}
.calendar-today {
    color: #c8161d;
	font-weight:bold;
	text-decoration: underline;
}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	text-decoration: none;
	font-weight:bold;
	background-image: url("images/re.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 4px;
}

/* stats panel */
#panelStats .panel-content{
	color: #663300;
}
#panelStats .panel-content a:hover{
		font-weight:bold;
}

/****** Search Panel ******/
.search-field { width: 159px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	background-color: #;
	background-image: url("images/h5_bg.jpg");	
	background-position: bottom left;
	background-repeat: repeat-x;
}
.announce a:hover{
    text-decoration: underline;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #663300;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #663300; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
	color: #c8161d;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pages a:hover{
    color:#663300;
    text-decoration: underline;	
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #c8161d;
}

.listbox {
	padding-bottom: 12px;
	background-image: url("images/bottom_bg.jpg");	
	background-position: bottom left;
	background-repeat: repeat-x;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
.listbox-entry {
	word-wrap: break-all;
	color: #c8161d;
}
.listbox-entry a{
	word-wrap: break-all;
}
.listbox-entry a:hover{
    color:#663300;
    text-decoration: underline;
}

/* no entry to display box */
.no-entry {
	margin-top: 15px;
	background-image: url("images/bottom_bg.jpg");	
	background-position: bottom left;
	background-repeat: repeat-x;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #663300;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-bottom: 40px;
	padding-top: 0px;
	background-image: url("images/t_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 6px;
	font-size: 14px;
	background-image: url("images/#");	
	background-position: top left;
	background-repeat: repeat-x;
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 6px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #c8161d;
}

.textbox-title h4 a:link{
    color: #c8161d;
}
.textbox-title h4 a:visited{
    color: #c8161d;
    text-decoration: none;
}
.textbox-title h4 a:hover{
	color: #c8161d;
	text-decoration: underline;
}

.textbox-label{
	padding-left: 6px;
	color: #8b562b;/*fi*/
	font-size: 11px;
}
.textbox-label a:hover{
    text-decoration: underline;
}
.textbox-fontsize{
	padding: 5px;
	color: #663300;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	padding-left: 12px;
	padding-right: 18px;
	padding-top: 6px;
	margin-bottom: 0px;
}
.textbox-bottom {
	padding: 14px;
	color: #663300;/*fi*/
	font-size: 11px;
	border-top: 0px dashed #c8161d;
	background-image: url("images/bottom_bg.jpg");	
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: right;
}
.editmark {
	margin-top: 20px;
	color: #663300;
	font-size: 11px;
	text-align: right;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 14px;
	color: #8b562b;
	font-size: 11px;
	background-image: url("images/bottom_bg.jpg");	
	background-position: top left;
	background-repeat: repeat-x;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
	margin-left: 20px;
	background-image: url("images/bottom_bg.jpg");	
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 90%;
	float: center;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}

.gbbox-label{
	display: inline;
	color: #663300;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #c8161d;
	background-image: url("images/bottom_bg.jpg");	
	background-position: top left;
	background-repeat: no-repeat;	
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #663300;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{
   margin-top: 120px;
}

/* comments top box */
.comment-top{
	padding: 20px;
	margin: 5px;
	color: #663300;
	background: #;
	text-align: right;
	background-image: url("images/h5_bg.jpg");	
	background-position: top left;
	background-repeat: repeat-x;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 0px dashed #C0C0C0;/*1*/
}
.commentbox-label{
	display: inline;
	color: #663300;
	font-size: 11px;
}
.commentbox-content{
	padding: 14px;
	background-image: url("images/bottom_bg.jpg");	
	background-position: bottom left;
	background-repeat: repeat-x;
}
.no-comment-box{
	padding:10px;
	color: #663300;
	background-image: url("images/bottom_bg.jpg");	
	background-position: bottom left;
	background-repeat: repeat-x;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 10px;
	background-image: url("images/bottom_bg.jpg");	
	background-position: bottom left;
	background-repeat: no-repeat;
}
.trackbackbox-label{
	display: inline;
	color: #c8161d;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 15px;
	background-image: url("images/bottom_bg.jpg");	
	background-position: bottom left;
	background-repeat: repeat-x;
}
.trackbackbox a{
}

/* comment form wrapper */
#commentForm {
	width: 98%;
	margin: 120px 0px 120px 0px;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: solid 1px #CC0000;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #990000;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: non;
	width:71%;
    float: right;
	margin-right: 5px;
}
.formbox-comment{
}
.formbox-title,
.formbox-comment-title{
	padding: 10px;
	color: #c8161d;
	font-weight: bold;
	background-color: #;
	background-image: url("images/h5_bg.jpg");	
	background-position:bottom left;
	background-repeat: repeat-x;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #663300;
	font-weight: bold;
	text-align: right;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
	color: #663300;
	font-weight: bold;
	text-align: left;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
	color: #663300;
}
.panel-smilies-title {
	padding: 6px;
	color: #8b562b;
	text-align: left;
	background-image: url("images/bottom_bg.jpg");	
	background-position:bottom left;
	background-repeat: repeat-x;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	background-image: url("images/wrapper_bg.jpg");/*fi*/	
	background-position: top center;
	text-align: left;
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;/*3*/
	color: black;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
	background: #FFFF00;
}
.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}

.quote {
	padding-bottom: 0px;
	margin-left: 6px;
	background-image: url("images/quote_bg.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}
.quote-title {
	padding-left: 14px;
	padding-top: 30px;
	color: #c8161d;
	font-weight: bold;
	background-image: url("images/quote_header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 33px;
}
.quote-content {
	margin-right: 14px;
	word-wrap: break-all;
	color: #663300;
	padding: 20px;
	padding-top:0px;
	background-image: url("images/quote_bottom.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 19px;
}
.quote-content a:hover{
    text-decoration: underline;
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}

/**********Jackie Hoo`s************/
/*linksdiv*/
#linksdiv { 
    padding:0px;
    margin:0px;
}

#linksdiv img { 
    padding:4px;
    margin:0px;
    border:0px;
    width:88px;
    height:31px; 
}
#linksdiv a:hover{ 
	background-image: url("images/img_hover.gif");
	background-position: center center;
	background-repeat: no-repeat; 
}

/*linksmenu*/
#linksmenu {
	width:100%;
	text-align: left;
}
#linksmenu ul{
	margin: 0px 28px 0px 28px;
}
#linksmenu li{
	display: inline;
	padding-right: 0px;
	margin-right: 10px;
}
#linksmenu li a:link,
#linksmenu li a:visited{
	text-decoration: none;
	color: #8b562b;
}
#linksmenu li a:hover{
	color: #663300;
	text-decoration: underline;
}
/*ShowImg*/
#show {
	margin: 0px 24px 0px 234px;
	text-align: left;
}
#show img { 
    padding:3px;
    margin: 4px 0px 10px 10px;
    width:110px;
    height:110px; 
    border: 1px solid #ffffff;
}
.title{
    color: #c8161d;
	font-weight: bold;
}
.side {
	margin-left: 6px;
	text-align: left;
}
.bottom {
    height: 100px;
}
/*About*/
#info {
   padding: 0px 28px 0px 20px;
   word-wrap: break-all;
}
/*Group Info*/

/*calendarBG*/
#calendarBG {
	background-image: url("images/c_bg.jpg");
    height: 179px;
    width:200px;
}

/*LinksV2*/
#linksV2 img { 
    padding-top:2px;
	padding-bottom:2px;
    margin:0px;
    border:0px;
}
.commentbox-reply-title{
  padding-top:5px;
  padding-bottom:5px;
  border-top:2px solid #9B9F8E;
  border-bottom:1px dotted #9B9F8E;
  margin-bottom:3px;
  margin-top:10px;
}
.commentbox-reply-label{
  display: inline;
  color: #666666;
  font-size: 11px;
}
.commentbox-reply-content{
  padding: 3px;
}
/* 日志标题时间日历 */
.year
{border:2px solid #C2CBCF; background:#454A4D; padding:3px 2px 2px 2px; color:#FAEBD7; font-weight:bold;font-size:8px; float:left; margin:0 2px 2px 1px;}
.inneryear
{padding:2px 1px;}
.day
{background:#F5F5DC; font-size:18px; font-weight:bold; color:#46A6BF; text-align:center; padding:1px 0;}