/*
=== 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;
	background: #E9ECE1;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #333;
	text-decoration: none;
	}
a:visited {
	color: #333;
	text-decoration: none;
	}
a:hover {
	color: #1A900E;
	text-decoration: none;
	}
	
/* ---[ common elements ]--------------------- */

table {
	font-family: Tahoma, Arial;
	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; 
}
 
input.text {
	height: 16px;
	padding: 1px;
	color: #666; 
	background-color: #fff;
}
input.button {
	height: 20px;
	border: 1px solid red;
	border-top: 1px solid red;
	border-left: 4px solid red;
	color: #666; 
	background-color:Red;
}
textarea { 
	border: 1px solid #88DD00;
	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: 833px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	width: 100%;
	background: white url(images/bg.gif) repeat-y center top;
   margin-bottom: 0px;
}
#innerHeader {
	padding-top: 2px;
	padding-left: 30px;
	padding-right: 25px;
	height: 115px;
	vertical-align: bottom;
}
#help
{
	margin-top: 10px;
	float: right;
}

/* Header Styles*/
#logo {
   	margin-top: 0px;	
	position: absolute;
	top: 0px;
    left: 30px;
	float:left;
	padding: 0;
	list-style: none;
	}
#menu {
   margin-top: 2px;	
	position: absolute;
	top: 2px;
	right: 14px;
	height: 50px;	
	vertical-align: middle;
	float: right;
	padding: 0;
	list-style: none;
}

#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: #1A900E; text-decoration: none}
h1.blog-title{
   position: absolute;
   top : 0px;
}
.blog-desc {
   color: #1A900E;
	float: right;
	width: 400px;
	border-top: 4px solid #84CC01;
	
	position: absolute;
	top:0px;
	right: 14px;
	
	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:10px 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%; }
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;	
}
#loginForm {
	width: 95%;
}


/****** Search Panel ******/
.search-field { width: 155px; }
.search-fielda { width: 205px; }
.announce{
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: #D4FFC5;
	border: 1px dotted #88DD00;
}
.announce-content{
	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 #88DD00; 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:left;}

/* text box */
.textbox{
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.textbox-title{
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	height: 60px;
	border-bottom: 2px dotted #333;
	border-left: 4px solid #88DD00;
	margin: 20px 20px 10px 20px;
}
.textbox-label{
	padding-left: 10px;
	padding-top:13px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.textbox-fontsize{
   visibility:hidden;
}
.textbox-bottom{
   padding: 5px 5px 5px 40px;
	font-size: 12px;
	color: #666666;
}
.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 #88DD00;
	border-left:1px dotted #88DD00;
	border-right:1px dotted #88DD00;
	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-reply {
	padding: 10px;
	color: #333333;
	background: #E4FCC5;
	margin-left: 20px;
	border: 1px dotted #88DD00;
	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;}
.no-comment-box{ padding:10px; border: 1px solid #E0E0E0; background: #FCFCFC; color: #666666;}
.commentbox-title{ padding: 3px; border-bottom: 1px dotted #88DD00;border-left: 1px dotted #88DD00;border-right: 1px dotted #88DD00; }
.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 #88DD00; 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 #88DD00; 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;}
.quote {
	border-left: 3px solid #88DD00;
	background-color: #E4FCC5;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #88DD00;
	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;
}
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	text-align: left;
}
