/*
=== 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;
	margin: 20px;
	padding: 0px;
	background-image: url(images/b0g.gif);
	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
}
hr {
	height: 1px;
	border: 0;
	border-top: 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 #076AA6;
	color: #076AA6; 
	background-color: #f6f6f6;
}
input.button {
	height: 20px;
	border: 1px solid #076AA6;
	border-top: 1px solid #076AA6;
	border-left: 2px solid #076AA6;
	color: #076AA6; 
	background-color: #f6f6f6;
}
textarea { 
	border: 1px solid #076AA6;
	background-color: #f6f6f6;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #076AA6;
        background-image: url("images/message_text_bg.jpg");        
        background-position: top left;
        background-repeat: repeat;
}
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;
}

/* Header Styles*/
#logo { display:none;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.jpg');
	height: 65px;
}
#innerFooter { padding: 10px; font-size: 12px; text-align: center; color: #ffffff;}
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: #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;
}
#loginForm {
	width: 95%;
}
.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%;}
.meta-button { margin: 1px;}
/* page links */
.multipage { color: #91CDF1 }
.multipage-current {color: #91CDF1; font-weight: bold; text-decoration: none}
/* 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: #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; }

.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; 
}

/* article page elements */
.article-top { padding: 5px; margin-bottom: 15px;}
.article-bottom { padding: 5px; margin-top: 15px;}
.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 { border: 1px solid #CFB88C; 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: 12px;
}
.textbox-fontsize{
	text-align: right;
	color: #91CDF1;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	padding: 5px;
	font-size: 12px;
	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: 12px;
	color: #91CDF1;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dashed #C0C0C0;
	font-size: 12px;
	color: #91CDF1;
}
/* 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: 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: 12px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #076AA6;
	border-top: 1px dashed #1D7CB6;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #91CDF1;
	font-size: 12px;
	display: inline;
}

/* Comment box */
#commentForm { width: 99%;}
.comment-wrapper{}
.comment-top{ padding:5px; margin: 5px; color: #91CDF1;}
.comment-pages{ padding:5px; margin: 5px; color: #91CDF1;}
.commentbox{ word-wrap: break-word; padding: 5px; margin: 5px; }
.no-comment-box{ padding:10px; border: 1px solid #E0E0E0; background: #FCFCFC; color: #91CDF1;}
.commentbox-title{ padding: 3px; border-bottom: 1px dashed #C0C0C0; }
.commentbox-label{ display: inline; color: #91CDF1; 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: #91CDF1; font-size: 12px;}
.trackbackbox-content{ padding: 3px; color: #333333;}
.trackbackbox a{ color: #000000}
/* Boxes for redirection */
.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;}
.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;}
/* Form Table styles */
.formbox{}
.formbox-comment{}
.formbox-title,
.formbox-comment-title{ color: #91CDF1; font-weight: bold; padding: 5px; border-bottom: 1px dashed #91CDF1;}
.formbox-rowheader{text-align:right;}
.formbox-comment-rowheader { padding: 5px; text-align: right; font-weight: bold; color: #333333;}
.formbox-content,
.formbox-comment-content{ padding: 5px;}
.upload-error { color: #408AB7;}
.upload-done { color: #408AB7;}
.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: #f6f6f6;
	color: #000000;
	margin: 5px;
	padding: 10px;
}
.quote {
	border-left: 3px 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: #f6f6f6;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #D6C094;
}
.upload-page{
	margin:0px;
	font-family: "Courier New";
	padding: 0px;
	background-image: none;
	text-align: left;
	background-color:#f6f6f6;
	height:22px;

}
