/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Default
    Version: 1.2
     Author: SiC
Last Update: 2005-04-19 18:50:41
==============================================================
*/

/* General Styles*/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: white;
	background-image: url("images/page-bg.jpg");	
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{ word-break: break-all; }
a:link,a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color:#0000FF;
}
hr {height: 1px; border: 1px solid #CCCCCC;}

/* Form Control Styles*/
form { display: inline; }
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	color: #000000; 
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	color: #000000; 
	background-color: #FFFFFF;
}
textarea { 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000000; 
	background-color: #FFFFFF;
}

/* Common Styles*/
#wrapper {}
#innerWrapper { width: 100%; position: relative;}
#header {}
#innerHeader { padding: 10px; padding-bottom: 15px;}
#footer {}
#innerFooter { clear: left; padding: 10px; padding-top: 25px; font-size: 11px; text-align: center; color: #666666;}
#logo { float: left; margin-right: 10px;}
#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;}
.blog-header { padding: 0px;}
h1 { padding: 0px; margin: 0px; color: black; font-size: 24px; font-weight: bold;}
h1 a:link { color: black; text-decoration: none}
h1 a:visited { color: black; text-decoration: none}
h1 a:hover { color: #FF3300; text-decoration: underline}
.blog-desc { color: black;}
h3 { font-size: 18px; font-weight: bold;}
.comment-text{font-size: 11px; color: gray}
.red {color: red;}
.highlight {font-weight: bold; color: #FF6600; background: #FFFF00;}

/* Main Content Layout */
#main-wrapper {}
.sidebar {
	display: block;
	float: left;
	width: 210px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}
.content {
	width: auto;
	margin-left: 220px;
}
.content-wide {
	width: auto;
	margin: 10px;
}
#innerContent {
	overflow: visible;
}
/* IE fix for #content width */
* html #innerContent{ width: 100%;}

/* sidebar panels */
.panel{ padding:1px; margin-bottom: 10px;}
.panel h5 { color: #666666; font-size: 11px; font-weight: bold; border-bottom: solid 1px #CCCCCC; padding:2px; margin:0px;}
.panel-content{ padding:5px; line-height: 120%;}
.panel-content-category { padding:5px; color:#999999;}
.panel-content ul,
.panel-content-category ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li,
.panel-content-category li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style: square inside;
}
.panel-content-links { padding:5px; color:#999999;}
.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%;}
.meta-button { margin: 1px;}
/* page links */
.multipage { color: #999999 }
.multipage-current {color: #999999; font-weight: bold; text-decoration: underline}
/* calendar */
#calendar { width: 200px; margin-top:5px;}
.calendar-top { color: #333333; text-align: center; padding:2px;}
.calendar-year,
.calendar-month { font-weight: bold;}
.calendar-weekdays { background: #F6F6F6;}
.calendar-weekday-cell { color: #666666; 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: #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: #F6F6F6;}
.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: underline; font-weight: normal; }

.announce{
	border: solid 1px #CCCCCC;
	border-top: solid 4px #CCCCCC;
	background-color: #F8F8F5;
	background-image: url("images/article-title-bg.gif");	
	background-position: top left;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.announce-content{	word-wrap: break-all; padding: 10px; color: #666666; }
.announce-time{
	float: right;
	font-size: 11px;
	color: #999999; 
}

/* article page elements */
.article-top,
.article-bottom { padding: 5px;}
.pages { color: #999999; }
.pagelink-current {font-weight: bold;}
.view-mode {float: right; color: #999999;}
.listbox { padding-top: 5px; padding-bottom: 5px; border-top: 1px dashed #CCCCCC; border-bottom: 1px dashed #CCCCCC;}
.list-header { word-wrap: break-all; color: #666666; text-decoration: underline; font-weight: bold;}
.list-entry { word-wrap: break-all; color: #666666;}
.list-entry a{ word-wrap: break-all}
.no-entry { border: 1px solid #CCCCCC; margin-top: 15px;}
.no-entry-message { padding-top: 25px; padding-bottom: 25px; color: #666666; background: #FCFCFC; text-align: center;}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center; width: 100%;}
/* text box */
.textbox{
	margin-bottom: 15px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	border: solid 1px #CCCCCC;
	border-left: solid 4px #CCCCCC;
	padding: 6px;
	background-color: #F8F8F5;
	background-image: url("images/article-title-bg.gif");	
	background-position: top left;
	background-repeat: repeat-x;
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	margin-bottom: 10px;
}
.textbox-bottom {
	padding: 5px;
	font-size: 11px;
	color: #666666;
	border-top: 1px dashed #C0C0C0;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #999999;
}
/* Guestbook */
.gbbox{
	border-top: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
	margin-bottom: 15px;
}
.gbbox-title{
	font-weight: bold;
	margin-bottom: 10px;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #999999;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	background-color: #FBFBF8;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	background-color: #F8F8F6;
	border-top: 1px dashed #E0E0E0;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
	display: inline;
}

/* Comment box */
.commentwrapper{}
.comment-top{ padding:5px; margin: 5px; text-align: right;background: #F6F6F6; color: #666666;}
.comment-pages{ padding:5px; margin: 5px; color: #999999;}
.commentbox{ word-wrap: break-word; padding: 5px; margin: 5px; }
.no-comment-box{ padding:10px; border: 1px solid #E0E0E0; background: #FCFCFC; color: #666666;}
.commentbox-title{ padding: 3px; border-bottom: 1px dashed #C0C0C0; }
.commentbox-content{ padding: 3px;}
.trackbackbox{ padding: 5px; margin: 5px;}
.trackbackbox-title{ padding: 3px; border-bottom: 1px dashed #C0C0C0;}
.trackbackbox-content{ padding: 3px; color: #333333;}
.trackbackbox a{ color: #000000}
/* Boxes for redirection */
.messagebox{ width: 500px; border: solid 1px #CCCCCC; text-align: center; background: #FCFCFC;}
.messagebox-title{ color: #FFFFFF; font-weight: bold; background-color: #CCCCCC; padding: 5px;}
.messagebox-content{ color: #666666; padding: 10px; padding-bottom: 20px; text-align: left;}
.messagebox-bottom{ color: #FFFFFF; background-color: #F3F3F3; padding: 5px;}
.errorbox{ width: 500px; border: solid 1px #CC0000; text-align: center; background: #FFEEDD;}
.errorbox-title{ color: #FFFFFF; font-weight: bold; background-color: #CC3300; padding: 5px;}
.errorbox-content{ color: #990000; padding: 10px; padding-bottom: 20px; text-align: left;}
.errorbox-bottom{ color: #FFFFFF; background-color: #FFE3D0; padding: 5px;}
/* Form Table styles */
.formbox{ border: solid 1px #CCCCCC; background: #FFFFFF;}
.formbox-comment{}
.formbox-title,
.formbox-comment-title{ color: #666666; font-weight: bold; padding: 5px; text-align: center; background-color: #EFEFEF;}
.formbox-rowheader,
.formbox-comment-rowheader { padding: 5px; text-align: right; font-weight: bold; color: #333333;}
.formbox-content,
.formbox-comment-content{ padding: 5px;}
.upload-error { color: #990000;}
.upload-done { color: #003300;}
.member-list{ background-color: #F6F6F6}

/* UBB Code Custom Styles*/
/* IE only */
* 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 #E0E0E0;
	background-color: #F9F9F9;
	color: #000000;
	margin: 5px;
	padding: 10px;
}
.quote {
	border-left: 3px solid #E0E0E0;
	background-color: #F9F9F9;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #E0E0E0;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}
.ubb-obj-div {
	word-wrap: break-all;
	background-color: #FFFFFF;
	color: #666666;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFFFFF;
}
