/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Old School
    Version: 1.2
     Author: SiC
Last Update: 2005-04-23 19:14:29
==============================================================
*/

/* General Styles*/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #e2f0f9;
	background-image: url(images/page_bg.jpg);	
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
	text-align: center;}
table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{ word-break: break-all; }
a:link,a:visited {
	text-decoration: none;
	color: #10639A;
}
a:hover {
	text-decoration: none;
	color:#10639A;
}
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 #10639A;
	color: #000000; 
	background-color: #ffffff;
}
input.button {
	height: 20px;
	border: 1px solid #006790;
	border-top: 1px solid #10639A;
	border-left: 4px solid #10639A;
	color: #006790; 
	background-color: #ECF4F6;
}
textarea { 
	border: 1px solid #10639A;
	background-color: #ECF4F6;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000000; 
	background-color: #ECF4F6;
}

/* Main Layout Styles*/
#wrapper {
	margin:0 auto;
	width: 833px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	background: url('images/main_bg.gif') repeat-y;
	width: 100%;
}
#header {
	background: url('images/main_bg.gif') repeat-y;
}
#innerHeader {
	background: url('images/header_bg.GIF') no-repeat;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 25px;
	height: 245px;
	vertical-align: bottom;
}

/* Header Styles*/
#logo { float: right; margin-right: 10px;}
#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 solid #ffffff;
}
#menu a{color: #ffffff;}
.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-desc { color: #ffffff;}
#footer {
	clear: both;
	background: url('images/footer_bg.gif');
	height: 208px;
	}
#innerFooter { padding: 10px; font-size: 12px; text-align: center; color: #666666;}
h3 { font-size: 18px; font-weight: bold;}
.comment-text{font-size: 12px; color: gray}
.hidden-note{font-size: 12px; color: gray}
.red {color: red;}
.highlight {font-weight: bold; color: #FF6600; background: #FFFF00;}

/* Main Content Layout */
#mainWrapper {
	margin-left: 20px;
	margin-right: 20px;
}
.sidebar {
	float: left;
	width: 210px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}
.content {
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin-left: -220px;
}
.content-only {
	width: 100%;
	margin-left: -200px;
}
#innerContent {
	margin-left: 220px;
	overflow: visible;
}
/* A div to make 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: #006790;
	font-size: 12px;
	font-weight: bold;
	padding-left:7px;
	padding-top:2px;
	height:20px;
	border-bottom:1px solid #ECF4F6;
}
.panel-content{ padding:5px; line-height: 120%; padding:5px; color:#999999;}
.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;
}
#loginForm {
	width: 95%;
}
.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;}
/* calendar */
#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: #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 { color: #006790; font-weight:bold; background: url('images/bg_today.gif') no-repeat;}
.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: normal; }

/****** Search Panel ******/
.search-field { width: 155px; }

.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: #006790; 
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #996600; 
}

/* article page elements */
.article-top { padding: 5px; margin-bottom: 15px;}
.article-bottom { padding: 5px; margin-top: 15px;}
.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;}
.listbox-table { width: 99%;}
.listbox-header { word-wrap: break-all; color: #666666; text-decoration: none; font-weight: bold;}
.listbox-entry { word-wrap: break-all; color: #666666;}
.listbox-entry a{ word-wrap: break-all}
.no-entry { border: 1px solid #10639A; margin-top: 15px;}
.no-entry-message { padding-top: 25px; padding-bottom: 25px; color: #666666; background: #ECF4F6; 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: 12px;
	background: url('./images/title_icon.jpg') no-repeat left center;
	padding-left: 40px;
	padding-top: 2px;
	height: 40px;
}
.textbox-title h4{
	word-wrap: break-word;
	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: #006790;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 12px;
}
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	padding: 5px;
	font-size: 12px;
	color: #666666;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #666666;
	text-decoration: none;
}
.editmark {
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dashed #C0C0C0;
	font-size: 12px;
	color: #666666;
}
/* Guestbook */
.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: 34px;
	height:34px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #006790;
}
.gbbox-label{
	font-weight: normal;
	color: #999999;
	font-size: 12px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	border-top: 1px dashed #A0C6D3;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999999;
	font-size: 12px;
	display: inline;
}

/* Comment box */
#commentForm { width: 99%;}
.comment-wrapper{}
.comment-top{ padding:5px; margin: 5px; 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-label{ display: inline; color: #666666; font-size: 12px;}
.commentbox-content{ padding: 3px;}
.trackbackbox{ padding: 5px; margin: 5px;}
.trackbackbox-title{ padding: 3px; border-bottom: 1px dashed #C0C0C0;}
.trackbackbox-label{ display: inline; color: #666666; font-size: 12px;}
.trackbackbox-content{ padding: 3px; color: #333333;}
.trackbackbox a{ color: #000000}
/* Boxes for redirection */
.messagebox{ width: 500px; border: solid 1px #006790; text-align: center; background: #ffffff;}
.messagebox-title{ color: #FFFFFF; font-weight: bold; background-color: #A0C6D3; padding: 5px;}
.messagebox-content{ color: #666666; padding: 10px; padding-bottom: 20px; text-align: left;}
.messagebox-bottom{ color: #FFFFFF; background-color: #ECF4F6; padding: 5px;}
.errorbox{ width: 500px; border: solid 1px #006790; text-align: center; background: #ffffff;}
.errorbox-title{ color: #FFFFFF; font-weight: bold; background-color: #006790; padding: 5px;}
.errorbox-content{ color: #006790; padding: 10px; padding-bottom: 20px; text-align: left;}
.errorbox-bottom{ color: #FFFFFF; background-color: #EBF5F7; padding: 5px;}
/* Form Table styles */
.formbox{}
.formbox-comment{}
.formbox-title,
.formbox-comment-title{ color: #666666; font-weight: bold; padding: 5px; border-bottom: 1px dashed #999999;}
.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: #006790;}
.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 #D6C094;
	background-color: #ffffff;
	color: #000000;
	margin: 5px;
	padding: 10px;
}
.quote {
	border-left: 3px solid #D6C094;
	background-color: #ffffff;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #D6C094;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #ffffff;
	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-obj-div {
	word-wrap: break-all;
	background-color: #ffffff;
	color: #666666;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #D6C094;
}
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	text-align: left;
}
