/*
=== LBS^2 Style ==============================================
 Style Name: BlackSky for LBS
    Version: 1.0
     Transplant by winsy 2007-02-04
      homepage:http://winsy.xzyx.net/winsy/
       author:JERRYQUAN
==============================================================
*/
/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #F0F0F0;
	background-image: url("images/page-bg-two.jpg");	
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	background-color:#499FDC;
	color:#FFFFFF;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {             
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #000000; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-image: url("images/input_bg.jpg");
}
input.button {
	height: 20px;
	color: #000000; 
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	background-color: #FFFFFF;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}


/****** Main Layout Styles ******/
#wrapper {
	text-align: center;
}
#innerWrapper {
	width: 760px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {}
#innerHeader {
	padding: 38px;
	padding-bottom: 15px;
}

#footer {
	clear: both;
}
#footer a{
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	background-color:#499FDC;
	color:#FFFFFF;
}
#innerFooter {
	padding: 10px;
	padding-top: 25px;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
	text-align: right;
}
img {
border:0px;
}

/****** Header Elements Styles ******/
/* header title */
#blogLogo {display:none;}
#logo {
	float: left;
	margin-right: 10px;
}
.blog-header {
	padding: 0px;
}
h1 {
	padding: 0px;
        height:100px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a {
	color: white;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: black;
}

/* nav menu */
#menu {
	margin-top: 2px;
	color: #999999;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #999999;
}
#menu a{
	color: #333333;
}
#menu a:hover {
	text-decoration: none;
	background-color:#499FDC;
	color:#FFFFFF;
}

/****** Content Layout ******/
#mainWrapper {
}

/* sidebar */
.sidebar {
	float: left;
	width: 210px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
	padding-bottom: 128px;
    background:url("images/bottom.gif") no-repeat bottom right;
}

/* 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: 220px;
	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: 0px;
	margin-right: 0px;
	margin-left: 0px;}
.panel h5 {
	padding: 2px;
	margin: 0px;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
}
.panel-content{
	padding:5px;
	color:#999999;
	line-height: 120%;
	margin-right: 0px;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style: square inside;
}

.panel-content li.indent{
	padding: 0px;
	text-indent: 8px;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
.panel_calendar_content{
	padding:0px;
	padding-top:3px;
	color:#999999;
	line-height: 120%;
	margin-right: 0px;}
#calendar {
	width: 200px;
	margin-top: 2px;
	border:#999999 1px solid;
	background-color:#fff;
} 
.calendar-top {
	color: #333333;
	text-align: center;
	padding: 5px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}
.calendar-weekdays {
	background: #fff;
}
.calendar-weekday-cell {
	color: #666666;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
	background: #f6f6f6;
}
.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #666666;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #999999;
	font-weight:bold;
}
.calendar-today { 
	border: dashed 1px #CCCCCC;
	background-color: #CEF5FF;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a, .calendar-today a {
	text-decoration: underline;
	font-weight: normal;
}

/****** Search Panel ******/
.search-field { 
    width: 155px;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
	border-top: solid 4px #CCCCCC;
	background-color: #00618E;
	background-image: url("images/article-title-bg.jpg");	
	background-position: top left;
	background-repeat: repeat-x;
	/*table shadow -jerry -start */
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	/*table shadow -jerry -end */
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #FFFFFF;
	line-height: 120%;
}
.announce-content a{
	color: #FFFFFF;
}
/****** Defaul Page Elements ******/
.article-top {
	padding: 9px;
}
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
	color: #999999;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.listbox-table {
	width: 99%;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.listbox-header {
	word-wrap: break-all;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.textbox-title{
	word-wrap: break-all;
	padding: 6px;
	font-size: 12px;
	border: solid 1px #CCCCCC;
	border-left: solid 4px #CCCCCC;
	background-color: #F8F8F5;
	background-image: url("images/article-title-bg.jpg");	
	background-position: top left;
	background-repeat: repeat-x;
	/*table shadow -jerry -start */
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	/*table shadow -jerry -end */
}
.textbox-title h4{
	color: #FFFFFF;
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a {
	color: #FFFFFF;
}
.textbox-label{
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 12px !important;
	font-size: 11px;
}
.textbox-label a {
	color: #FFFFFF;
}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-fontsize a{
	color: #666;
}
.textbox-content{
	word-wrap: break-word;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 5px;	
	color: #5F5F5F;
	margin-bottom: 0px;
	line-height: 3ex;
}
.textbox-bottom{
	padding: 5px;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}
.textbox-bottom a {
	color: #666;
}
.textbox-adminbar {
	padding: 5px;
	color: #999999;
	font-size: 12px !important;
	font-size: 11px;
}
.textbox-tburl {
	padding-top: 5px;
	padding-left: 5px;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	margin:0px;
	margin-bottom: 3px;
	font-size: 12px !important;
	font-size: 11px;
	text-align:left;
	padding-left: 15px;
	background-color: #E7E7E7;
	color: #5F5F5F;
	font-weight: bold;
}

/* comments wrapper */
.comment-wrapper{
    background-color: #FFFFFF;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #F6F6F6;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	margin:0px;
	margin-top:200px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url("images/article-title-bg.jpg");
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}


/****** Input Form Styles (table) ******/
.formbox{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}
.formbox-comment{
}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url("images/article-title-bg.jpg");
}

.formbox-rowheader {
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}

.quote {
	margin: 10px;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #999;
}
/* guestbook entry box */
.gbbox{
    background: #ffffff;
    border: 1px solid #CCCCCC;
    margin-bottom: 6px;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 5px;
        margin-left: 5px;
	color: #666666;
	border-top: 1px dashed #9C806B;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}