/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Blue
    Version: 1.3
     Author: Hoo
Last Update: 2005-05-10 11:30:16
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #e2f0f9;
	background-image: url(images/bg.gif);
	margin: 20px;
	padding: 0px;
	margin-bottom: 40px;
	text-align: center;
	background-repeat: repeat-x;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a:link,a:visited {
	text-decoration: none;
	color: #076AA6;
}
a:hover {
	text-decoration: none;
	color:#3FA8E7;
}

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: 20px;
	padding: 1px;
	border: 1px solid #076AA6;
	color: #076AA6; 
	background-color: #f6f6f6;
}
input.button {
	height: 20px;
	border: 1px solid #076AA6;
	border-top: 1px solid #076AA6;
	border-left: 4px solid #076AA6;
	color: #076AA6; 
	background-color: #f6f6f6;
}
textarea { 
	border: 1px solid #076AA6;
	background-color: #f6f6f6;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #076AA6; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #076AA6; 
	background-color: #f6f6f6;
	border: 1px solid #076AA6;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 780px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	background: url('images/main_bg.jpg') repeat-y;
	width: 100%;
}

#header {
	background: url('images/main_bg.jpg') repeat-y;
}
#innerHeader {
	background: url('images/header_bg.jpg') no-repeat;
	padding-top: 12px;
	padding-left: 30px;
	padding-right: 25px;
	height: 150px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	background: url('images/footer_bg.jpg');
	height: 65px;
}
#footer a{
color: #FFFFFF;
}
#innerFooter {
	padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: right;
	margin-right: 10px;
}

/* header title */
.blog-header {
	padding: 0px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link {
	color: #ffffff;
	text-decoration: none;
}
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #ffffff;
}

/* nav menu */
#menu {
	margin-top: 2px;
}
#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 #ffffff solid;
}
#menu a{
	color: #ffffff;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 20px;
	margin-right: 20px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 200px;
	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 {
	color: #076AA6;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	padding-bottom: 8px;
	margin:0px;
	background: url('images/panel_line.gif') no-repeat left bottom;
}
.panel-content{
	padding:5px;
	line-height: 120%;
	padding:5px;
	color:#91CDF1;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: url('images/list_dot.gif') outside;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 180px; 
  margin-top:5px;
}
.calendar-top {
  color: #333333;
  text-align: center;
  padding:2px;
  }
.calendar-year,
.calendar-month {
font-weight: bold;
}
.calendar-weekdays,
.calendar-weekday-cell {
  color: #91CDF1;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  color: #91CDF1;
  text-align: center;
  width: 14%;
  padding:2px;
  }
.calendar-saturday,
.calendar-sunday { color: #91CDF1; 
}
.calendar-today { 
	color: #227FB7; 
	font-weight:bold;
	background: #e2f0f9;
}
.calendar-day a:link{
  color: #227FB7;
  text-decoration: line-through;
  }
.calendar-day a:visited{
  color: #227FB7; 
  text-decoration: line-through;
  }
.calendar-saturday a:link{
  color: #227FB7; 
  text-decoration: line-through;
  }
.calendar-saturday a:visited{
  color: #227FB7; 
  text-decoration: line-through;
  }
.calendar-sunday a:link{
  color: #227FB7; 
  text-decoration: line-through;
  }
.calendar-sunday a:visited{
  color: #227FB7; 
  text-decoration: line-through;
  }
.calendar-today a:link,
.calendar-today a:visited {
  text-decoration: none;
  font-weight: normal; 
  }

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #076AA6; 
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #91CDF1; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #91CDF1;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #91CDF1;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #91CDF1;
	text-decoration: none;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #91CDF1;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #076AA6;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #91CDF1;
	background: #F7F3E8;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	background: url('./images/title_icon.jpg') no-repeat left top;
	padding-left: 42px;
	padding-top: 2px;
	height: 42px;
}
.textbox-title h4{
	color: #076AA6;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #076AA6;
}
.textbox-label{
	padding-left: 5px;
	color: #91CDF1;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #91CDF1;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	padding: 5px;
	font-size: 11px;
	color: #91CDF1;
	text-align:right;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #91CDF1;
	text-decoration: none;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #91CDF1;
	text-align:right;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dashed #C0C0C0;
	font-size: 11px;
	color: #91CDF1;
}

/* guestbook entry box */
.gbbox{
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.gbbox-title{
	font-weight: bold;
	background: url('./images/gb_title_icon.jpg') no-repeat left;
	padding-left: 35px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #076AA6;
}
.gbbox-label{
	font-weight: normal;
	color: #91CDF1;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	margin-left:30px;
	padding: 10px;
	color: #076AA6;
	border-top: 1px dashed #DBC9A2;
	}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #91CDF1;
	font-size: 11px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	margin: 5px;
	color: #91CDF1;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #91CDF1;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #91CDF1;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	border: 1px solid #E0E0E0;
	background: #FCFCFC;
	color: #91CDF1;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #91CDF1;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px; 
 border: solid 1px #227FB7; 
 text-align: center; 
 background: #FAF8ED;
 }
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 background-color: #408AB7; 
 padding: 5px;
 }
.messagebox-content{
 color: #227FB7; 
 background:#f6f6f6;
 padding: 10px; 
 padding-bottom: 20px; 
  text-align: left;
  }
.messagebox-bottom{
 color: #FFFFFF; 
 background-color: #D6E9F5; 
 padding: 5px;
 }

/****** error message box ******/
.errorbox{
 width: 500px;
 border: solid 1px #227FB7; 
 text-align: center; 
 background: #FFEEDD;
 }
.errorbox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 background-color: #408AB7; 
 padding: 5px;
 }
.errorbox-content{
 color: #227FB7; 
 background:#f6f6f6;
 padding: 10px; 
 padding-bottom: 20px; text-align: left;
 }
.errorbox-bottom{
 color: #FFFFFF; 
 background-color: #D6E9F5; 
 padding: 5px;
 }

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	color: #91CDF1;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #91CDF1;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #333333;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #91CDF1;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #f6f6f6;
	text-align: left;
}
.upload-file{
	width: 190px;
}

.upload-error { color: #076AA6;}
.upload-done { color: #076AA6;}

/****** Misc Styles ******/
.comment-text{
	font-size: 11px;
	color: gray;
}
.hidden-note{
	font-size: 11px;
	color: gray;
}
.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;
	font-family: "Courier New","ËÎÌå";
	border-left: 3px solid #D6C094;
	background-color: #FAF8ED;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #D6C094;
	background-color: #f6f6f6;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #408AB7;
	padding: 5px;
	font-weight: bold;
	color: #91CDF1;
}
.quote-content {
	word-wrap: break-all;
	color: #91CDF1;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	background-color: #FAF8ED;
	color: #91CDF1;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #D6C094;
}
