/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Old School
    Version: 1.3
     Author: SiC
Last Update: 2005-05-07 11:30:16
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #C5DC96;
	SCROLLBAR-ARROW-COLOR:#FFFFFF;
  SCROLLBAR-FACE-COLOR:#8FCD00;
  SCROLLBAR-DARKSHADOW-COLOR:#8CB102;
  SCROLLBAR-HIGHLIGHT-COLOR:#8FCD00;
  SCROLLBAR-3DLIGHT-COLOR:#CCFF33;
  SCROLLBAR-SHADOW-COLOR:#8FCD00;
  SCROLLBAR-TRACK-COLOR:#CCCCCC;
	margin: 0px;
	padding: 0px;
	margin-bottom: 00px;
	text-align: center;
	
}

#lightbox{
 background-color:#eee;
 padding: 10px;
 border-bottom: 2px solid #666;
 border-right: 2px solid #666;
 }
#lightboxDetails{
 font-size: 0.8em;
 padding-top: 0.4em;
 } 
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background-image: url(styles/overlay.png); }

* html #overlay{
 background-color: #000;
 back\ground-color: transparent;
 background-image: url(blank.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="styles/overlay.png", sizingMethod="scale");
 }

table {
	font-family: Tahoma, Arial;
	color: #509C18;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a:link,a:visited {
	width:100%;	
	text-decoration: none;
		color: #3C900E;
}

a:hover {
	width:100%;	
	background-color: #83C124;

	color:#ffffff;
}

img {
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}




/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #C2C2C2;
	color: #509C18; 
	background-color: #F9F8F8;
}
input.button {
	BORDER-RIGHT: #b9b9b9 2px solid; PADDING-RIGHT: 10px; BORDER-TOP: #f5f5f6 2px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; FONT: 12px arial,helvetica,clean,sans-serif; BORDER-LEFT: #f5f5f6 2px solid; CURSOR: hand; COLOR: #6D6D6D; PADDING-TOP: 0px; BORDER-BOTTOM: #b9b9b9 2px solid; HEIGHT: 22px; BACKGROUND-COLOR: #dcdcdc;
}
textarea { 
	border: 1px solid #C2C2C2;
	background-color: #F9F8F8;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #509C18; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #509C18; 
	background-color: #F9F8F8;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 940px;
	position: relative;
	text-align: left;
}
#innerWrapper {
background-color:#F7F7EF;
	width: 100%;
}

#header {

}
#innerHeader {
	background: url('images/header_bg72.gif') no-repeat;
	padding-top: 12px;
	padding-left: 30px;
	padding-right: 25px;
	height: 170px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	background: url('images/footer_bg2.gif');
	height: 150px;
}
#innerFooter {
	padding: 10px;
	font-size: 11px;
	margin-top:10px;
	margin-left:2px;
	text-align: left;
	color: #727239;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: right;
	margin-right: 10px;
}

/* header title */
.blog-header {
	padding: 0px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link {
	color: #BFBFBF;
	text-decoration: none;
}
h1 a:visited {
	color: #FD7D00;
		text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	color: #ffffff;
}

/* nav menu */
#menu {
	margin-top: 2px;
	font-size: 12px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 8px;
	border-right: 0px solid #076BA6;
}
#menu a{
	color: #999999;
}
#menu a:hover {
	color: #ffffff;
	}


/****** Content Layout ******/
#mainWrapper {
	margin-left: 10px;
	margin-right: 10px;
}

/* sidebar */

.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 200px;
	overflow: visible;
}
#innerContent22 {
	margin-left: 50px;
	width:850px;
	overflow: visible;
}

/* a style which makes 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:2px;
	margin-bottom: 5px;
}
.panel h5 {
	background: url('images/line4.gif');
	color: #83C124;
	padding-top:10px;
	padding-left:80px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	margin:5px;
	
}
.panel .h6_bot{
	border-bottom:#6D6D6D 1px dotted; 
	height:1px; 
	width:88%; 
	overflow:hidden;
}
.panel-content{
	padding:5px;
	line-height: 160%;
	color:#999999;
		}
.panel-content ul{
	padding: 5px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	margin: 0px;
	list-style: url('images/list_dot2.gif') outside;
	background-color:#EFEFE7;
	paddin-left:0px;
	height:170%;
	line-height:25px;
	color:#666666;

}
.sideA:link,.sideA:visited{
	overflow:hidden;
	display:block;
	width:160px;
	text-decoration:none;
}



/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#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: #6D6D6D;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #6D6D6D;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #6D6D6D;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #6D6D6D;
	font-weight:bold;
}
.calendar-today {
	border: dashed 1px #CCCCCC;
}

.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;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	padding-bottom: 0px;
	margin-bottom: 5px;
	
}
.announce-content{
	word-wrap: break-all;
	background-color: #F7F7EF;
	color: #73B60C;
	font-size:12px;
	margin: 5px;
	padding: 5px;
	border: 2px dashed #D10F0F; 

}
.announce-time{
	float: right;
	font-size: 11px;
	color: #509C18; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 2px;
	}
.article-bottom {
	padding: 5px;
	margin-top: 2px;
}

/* page links */
.pages {
	color: #6D6D6D;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #6D6D6D;
}

.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: #6D6D6D;
	text-decoration: underline;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #6D6D6D;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CFB88C;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #6D6D6D;
	background: #F9F8F8;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	padding-bottom: 25px;
	background: url('./images/line2.gif') no-repeat left top;
	margin-bottom: 2px;
	
}
.textbox-title{
margin-left:60px;
	word-wrap: break-all;
	font-size: 14px;
	padding-left:46px;
	padding-top: 2px;
	height: 47px;
}
.textbox-title h4{
	color: #347002;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link{
color: #D10F0F;
}
.textbox-title h4 a:visited{
color:#D10F0F;
}
.textbox-title h4 a:hover{
color:#ffffff;
}
.textbox-title h4 a:active {
	color: #747474;
}
.textbox-label{
	padding-left: 5px;
	color: #64BF22;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #6D6D6D;
	padding: 5px;
}
.textbox-content{
font-size:12px;
	word-wrap: break-word;
	color: #656565;
	padding: 10px;
	line-height:180%
}
.textbox-bottom{
	padding: 5px;
	font-size: 11px;
	color: #6D6D6D;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:hover{
color:#ffffff;
}
.textbox-bottom a:active,
{
	color: #6D6D6D;
	text-decoration: underline;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #6D6D6D;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dashed #C0C0C0;
	font-size: 11px;
	color: #6D6D6D;
}

/* guestbook entry box */
.gbbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
	
}
.gbbox-title{
	font-weight: bold;
	background: url('./images/gb_title_icon.gif') no-repeat left;
	padding-left: 35px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:hover{
color:#ffffff;
}
.gbbox-title a:active {
	color: #880100;
}
.gbbox-label{
	font-weight: normal;
	color: #6D6D6D;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	line-height:200%;
	font-size:12px;
	color:#515151;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	border-top: 1px dashed #DBC9A2;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #6D6D6D;
	font-size: 11px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	margin: 5px;
	color: #6D6D6D;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #6D6D6D;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 10px;
		line-height:150%;
	margin-bottom: 6px;
}
.commentbox-title{
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #4D4D4D;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #4D4D4D;
	font-size: 12px;
}
.commentbox-content{
	color:#656565;
	line-height:160%;
}
.no-comment-box{
	padding:10px;
	border: 1px solid #E0E0E0;
	background: #FCFCFC;
	color: #6D6D6D;
}
.guest-comment-box{
line-height:5px;
	border-top: 1px #818181 dotted 
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #6D6D6D;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #6D6D6D;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CBB078;
	text-align: center; background: #F9F9F9;
}
.messagebox-title{
	color: #6D6D6D;
	font-weight: bold;
	background-color: #DBC9A2;
	padding: 5px;
}
.messagebox-content{
	color: #6D6D6D;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.messagebox-bottom{
	color: #6D6D6D;
	background-color: #EFE9C5;
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	border: solid 1px #CC0000;
	text-align: center;
	background: #FFEEDD;
}
.errorbox-title{
	color: #6D6D6D;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	color: #990000;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.errorbox-bottom{
	color: #6D6D6D;
	background-color: #FFE3D0;
	padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	color: #6D6D6D;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #6D6D6D;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #333333;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #535353;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #F1ECD6;
	text-align: left;
}
.upload-file{
	width: 190px;
}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** 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 Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	background-color: #F7F7EF;
	color: #535353;
	margin: 5px;
	heigth:100px;
	padding: 5px;
	border: 1px dashed #3C900E;
}

.quote {
	border: 2px solid #DAEDB4;
	background-color: #F7F7EF;
	padding:10px;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #B2B2B2;
	padding: 5px;
	font-weight: bold;
	color: #535353;
	padding:10px;
}
.quote-content {
	word-wrap: break-all;
	color: #535353;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	background-color: #F7F7EF;
	color: #8D8D8D;
margin-top:5px;
margin-bottom:5px;	
	padding: 5px;
	border: 1px dashed #84C126;
}
