/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Old School
    Version: 1.2
     Author: SiC
Last Update: 2005-04-23 19:14:29
==============================================================
*/

/* General Styles*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #ffffff;
   word-wrap:  break-word;
   
	 scrollbar-face-color: #FFF; 
    scrollbar-highlight-color: #DEE3E7;
    scrollbar-shadow-color: #84CC01;
    scrollbar-3dlight-color: #84CC01;
    scrollbar-arrow-color:  #84CC01;
    scrollbar-track-color: #E9ECE1;
    scrollbar-darkshadow-color: #84CC01;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #333;
	text-decoration: none;
	}
a:visited {
	color: #AAA;
	text-decoration: none;
	}
a:hover {
	color: #1A900E;
	text-decoration: none;
	}
	
/* ---[ common elements ]--------------------- */

table {
	font-family: Tahoma, Arial;
	color: #666;
	font-size: 12px;
}
td{ word-break: break-all;}

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: 16px;
	padding: 1px;
	border: 1px solid #b1dd00;
	color: #666; 
	background-color: #fff;
}
input.button {
	height: 20px;
	border: 1px solid #b1dd00;
	border-top: 1px solid #b1dd00;
	border-left: 4px solid #b1dd00;
	color: #666; 
	background-color: #E4FCC5;
}
textarea { 
	border: 1px solid #b1dd00;
	background-color: #fff;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #666; 
	background-color: #fff;
}

/* Main Layout Styles*/
#wrapper {
	margin:0 auto;
	width: 900px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	width: 100%;
	background: white ;
   margin-bottom: 0px;
}
#innerHeader {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 25px;
	height: 485px;
	vertical-align: bottom;
	background: url(images/b-header.jpg) no-repeat bottom center;
}

/* Header Styles*/
#logo {
   visibility: hidden;}
#menu {
   margin-top: 2px;
	
	position: absolute;
	top: 487px;
	right: 21px;
	height: 20px;
	
	vertical-align: middle;
	color: #fff;
	float: right;
	padding: 0;
	list-style: none;
	FILTER: Alpha( style=1,opacity=70,finishOpacity=30,startX=30,finishX= 100); 
	background-color: #787878;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#000000,endColorStr=#ffffff);
	background: url(images/nav_bg.gif) repeat-y top left;*/

}
#menu ul{ margin: 0px; padding-top:20px;}
#menu li{
	display: inline;
	list-style: none;
	padding-right: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
#menu a{color: #fff;}
.blog-header { padding: 0px;}
h1 {
   padding: 0px;
	margin: 10px;
	color: #1A900E;
	font-size: 160%;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
h1 a:link,h1 a:hover, h1 a:visited{ color: #ffffff; text-decoration: none;line-height:30px;}
h1.blog-title{
   position: absolute;
	top: 10px;
}
.blog-desc {
   color: #ffffff;
	float: right;
	width: 400px;
	border-top: 4px solid #000000;
	
	position: absolute;
	top:0px;
	right: 21px;
	
	padding: 10px;
	}
#footer {
	clear: both;

	}
#innerFooter {

	padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
h3 { font-size: 18px; font-weight: bold;}
.comment-text{font-size: 12px; color: #666;}
.hidden-note{font-size: 12px; color: #666;}
.red {color: red;}
.highlight {font-weight: bold; color: #FF6600; background: #FFFF00;}

/* Main Content Layout */
#mainWrapper {
   margin:50px 20px 20px 20px;
}
.sidebar {
	float: left;
	width: 210px;
	border-right: 2px dotted #F0F0F0;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
	margin-left: 4px;
	background: url(images/panelbg.gif) repeat-y 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{ 
   background: url(images/panel.gif) no-repeat left 13px;
	color: #666;
	margin-bottom: 5px;
	padding: 0px 0px 0px 10px;
}
.panel h5 {
	color: #666;
	font-size: 120%;
	font-weight: bold;
	padding-left:2px;
	padding-top:2px;
	height:20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
.panel-content{ padding:5px; line-height: 120%; color:#666;}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}
.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;font-family: Georgia;}
.calendar table{
   text-align: center;
	vertical-align: middle;
}
.calendar-main,
.calendar-day,
.calendar-day-blank,
.calendar-today,
.calendar-sunday,
.calendar-saturday {
	background: url(images/calendartd.gif) no-repeat center;
	color: #999999;
	text-align: center;
	padding-bottom:4px;
}

.calendar-sunday {
	color: #999999;
	font-weight: bold;
}

.calendar-sunday,
.calendar-saturday {
	font-weight: bold;
}

.calendar-today {
	color: #FF0000;
}

.calendar-top {
	background: url(images/calendaryear.gif) no-repeat;
	padding: 2px;
	text-align: center;
}

.calendar-weekday-cell {
	background: url(images/calendarweek.gif) no-repeat center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 14%;
}
.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited, { text-decoration: line-through; font-weight: normal; }
.calendar-today a:link,
.calendar-today a:visited{
	text-decoration: line-through;color:#ff0000;
}
/****** Search Panel ******/
.search-field { width: 155px; }

.announce{
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: #E4FCC5;
	border: 1px dotted #b1dd00;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #666; 
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #FF9900; 
	font-family: Georgia;
}

/* article page elements */
.article-top {padding: 3px; margin-bottom: 15px;background: url(images/page.gif) no-repeat left bottom; }
.article-bottom {padding: 3px; margin-bottom: 15px;margin-top:12px;background: url(images/page.gif) no-repeat left bottom;}
.pages { color: #666;}
.pagelink-current {font-weight: bold;}
.view-mode {float: right; color: #999999;}
.listbox { padding-top: 5px; padding-bottom: 5px; }
.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 dotted #b1dd00; margin-top: 15px;}
.no-entry-message { padding-top: 25px; padding-bottom: 25px; color: #666666; background: #E4FCC5; text-align: center;}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	height: 60px;
	background: url(images/ttb.gif) repeat-x left bottom;
	border-bottom: 2px dotted #333;
	border-left: 4px solid #b1dd00;
	margin: 20px 20px 10px 20px;
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 25px;
	padding-top:2px;
	padding-bottom:1px;
	font-size: 120%;
	font-weight: bold;
	display: inline;
	background: url(images/ttbg.gif) no-repeat left bottom;
}

.textbox-label{
	padding-left: 10px;
	padding-top:13px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.textbox-fontsize{
   visibility:hidden;
}
.textbox-content{
	word-wrap: break-word;
	padding: 0px 20px 0px 40px;
}
.textbox-bottom{
   padding: 5px 5px 5px 40px;
	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;
}
.gbbox-title{
	font-weight: bold;
	padding-left: 22px;
	padding-top:5px;
	margin-bottom: 10px;
	border-bottom:1px dotted #b1dd00;
	border-left:1px dotted #b1dd00;
	border-right:1px dotted #b1dd00;
	height:20px;
	background:#E4FCC5 url(images/17_942.gif) no-repeat left;
}

.gbbox-label{
	font-weight: normal;
	color: #999999;
	font-size: 12px;
	display: inline;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	background: #E4FCC5;
	margin-left: 20px;
	border: 1px dotted #b1dd00;
	margin-right: 12px;
	
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 24px;
	padding-bottom:2px;
	background: url(images/r.gif) no-repeat left top;
	border-bottom: 1px dotted #FF9900;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999999;
	font-size: 12px;
	display: inline;
}
/* Comment box */
#commentForm { width: 99%;}
.comment-wrapper{}
.comment-top{ margin: 5px;padding: 5px;}
.comment-pages{ padding:5px; margin: 5px; color: #999999;
background: url(images/page.gif) no-repeat left bottom;}
.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 dotted #b1dd00;border-left: 1px dotted #b1dd00;border-right: 1px dotted #b1dd00; }
.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 #b1dd00; text-align: center; background: #ffffff;margin-top:20px;}
.messagebox-title{ color: #666; font-weight: bold; background-color: #E4FCC5; padding: 5px;}
.messagebox-content{ color: #666666; padding: 10px; padding-bottom: 20px; text-align: left;}
.messagebox-bottom{ color: #666; background-color: #E4FCC5; padding: 5px;}
.errorbox{ width: 500px; border: solid 1px #b1dd00; text-align: center; background: #ffffff;}
.errorbox-title{ color: #666; font-weight: bold; background-color: #E4FCC5; padding: 5px;}
.errorbox-content{ color: #666; padding: 10px; padding-bottom: 20px; text-align: left;}
.errorbox-bottom{ color: #666; background-color: #E4FCC5; 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: #666;}
.upload-done { color: #666;}
.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 #b1dd00;
	border-right: 3px solid #b1dd00;
	background: #E4FCC5;
	color: #000000;
	margin: 5px;
	padding: 10px;
}
.quote {
	border-left: 3px solid #b1dd00;
	background-color: #E4FCC5;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #b1dd00;
	background: url(images/quote.gif) no-repeat left 5px;
	padding: 5px 5px 5px 22px;
	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: #666;}
.upload-done { color: #666;}

/****** 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 #b1dd00;
}
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	text-align: left;
}

