/*
=== LBS^2 Style ==============================================
 Style Name: Mygarden for LBS
    Version: 1.0
     Transplant by winsy 2007-02-04
      homepage:http://winsy.xzyx.net/winsy/
       author:MacroLong
==============================================================
2006-4-30
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	/*text-align: center;
	background: #FFF url(images/bg.gif) repeat-y center top;*/
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #798A17;
}
a:hover {
	text-decoration: none;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #91A41B;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 18px;
	line-height:18px;
	padding: 1px;
	border: 1px solid #91A41B;
	color: #91A41B;
	background-color: #FBFCFD;
	border-bottom-color: #D4D0C8;
}
input.button {
	height: 20px;
	border: 1px solid #91A41B;
	border-top: 1px solid #91A41B;
	border-left: 4px solid #91A41B;
	color: #91A41B; 
	background-color: #FBFCFD;
}
textarea { 
	border: 1px solid #91A41B;
	background-color: #FBFCFD;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #91A41B; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #91A41B; 
	background-color: #FBFCFD;
	border: 1px solid #91A41B;
}


/****** Main Layout Styles ******/
#wrapper {
	/*margin:0 auto;	position: relative;*/
	width: 770px;
}
#innerWrapper {	
	width: 100%;
}

#header {
	width: 770px;
	background: url(images/top.png) no-repeat center top;
}
#innerHeader {
	clear:both;
	width:770px;
	padding:0;
	height:40px;
	background:url(images/bg_panel.gif) repeat-x left bottom;
}

#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat center bottom;
	height: auto;
	width: 770px;
	padding:0;
}
#footer a{
color: #000;
}
#innerFooter {
	font-size: 12px;
	text-align: center;
	color: #000;
	background: url(images/bg_foot.gif) repeat-x left top;
	padding-top:18px;
	padding-bottom:18px;
	margin-top:8px;
}
}
img {
border:0px;
}

/****** Header Elements Styles ******/
/* header title */
#blogLogo {display:none;}
.blog-header {
        padding: 0px;
}
h1 {
	padding: 60px;
	margin: 0px;
}
h1 a {
	display: block;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}

/* blog description */
.blog-desc {
        display:none;
	color: #000000;
}

/* nav menu */
#menu {
	background: #FFF url(images/i1.gif) no-repeat right bottom;
	height: 29px;
	text-align: right;
	color: #FFB243;
	clear:both;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	float: right;
}
#menu li{
	list-style: none;
	line-height:25px;
	padding:2px;
	text-align:center;
	float:left;
	display:inline;
}
#menu a{
	color: #333;
	padding:0 5px;
	text-decoration: none;
	display: block;
}
#menu a:hover, #menu .activepage a {
	color: #ffffff;
        background:#FFB243
}
/****** Content Layout#9C0******/
#mainWrapper {
		background:#FFF;
		/*margin:0 auto;*/
}

/* sidebar */
.sidebar {
	padding-top: 4px;
	float: left;
	width: 175px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -185px;
}
.content-wide {
	width: auto;
	margin-left: -185px;
}
.content-only {
	width: 100%;
	margin-left: -185px;
}
#innerContent {
	margin-left: 185px;
	overflow: visible;
	margin-top: 5px;
}

/* 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:0px;
	margin-bottom: 5px;
	background:url(images/bg1.gif) no-repeat right top;
}
.panel h5 {
	width: 173px;
	text-align: left;
	color:#FFF;
	text-indent: 18px;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	background:#91A41B;
	cursor: pointer;
	cursor: hand;
	height: 21px;	
	line-height:21px;
}
.panel h5 a{
	color: #fff;
}
.panel-content{
	width: 163px;
	margin:0px;
	padding:5px;
	line-height: 150%;
	color:#91A41B;
	background:url(images/bg_panel.gif) repeat-x left top;

}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background: url(images/list.gif) no-repeat left center;
	text-indent: 10px;
}

.panel-content ul ul li{
	padding: 0px;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
}
#sidebar_entries ul li a ,#sidebar_replies ul li a ,#sidebar_link ul li a{
		display:block;
		}
#sideblock_category{ padding-left:15px; line-height:15px; width:153px}
 /*user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 100%;
	/*filter: Alpha(Opacity=75);*/
}
.calendar-top {
  text-align: center;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #91A41B;
  font-size:12px;
  text-align: center;
 	width:18px;
	height:18px;
}
.calendar-weekday-cell {
  color: #91A41B;
  font-size:12px;
  text-align: center;
  width:18px;
height:18px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
	width:18px;
	height:18px;
	border:#CCC solid 1px;
}
/*#cal1,#cal2,#cal3,#cal4,#cal5,#cal6,#cal7,#cal8,#cal9,#cal10,#cal11,#cal12,#cal13,#cal14,#cal15,#cal16,#cal17,#cal18,#cal19,#cal20,#cal21,#cal22,#cal23,#cal24,#cal25,#cal26,#cal27,#cal28,#cal29,#cal30,#cal31{ background: url(images/bg_cal.gif) no-repeat center center;}*/
.calendar-saturday,
.calendar-sunday {
	color: #91A41B;
	font-weight: bold;
}
.calendar-today {
	border:#FFB243 solid 1px;
	font-weight:bold;
	display: block;
	    background: url(images/bg_cal.gif) no-repeat center center;
/*background:#FFB243;	*/
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  /*color: #91A41B; */
  color:#91A41B;
  background:#CAE324;
  font-weight:bold;
  text-decoration: none;  
  display:block;
}
.calendar-today a:hover,.calendar-day a:hover, .calendar-saturday a:hover, .calendar-sunday a:hover {
  /*color: #91A41B; */
  color:#FFF;
  background: #91A41B;
  font-weight:bold;
  text-decoration: none;  
  display:block;
}
.calendar-today a {
  font-weight:bold;
  text-decoration: none;
  display:block;
  background:#CAE324;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #91A41B;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
	border:#AAF3FF solid 1px;
	/*border:#33BBE5 dotted 1px;*/
	padding:1px;

}
.announce-content{
	word-wrap: break-all;
	background: #DEF3FA;
	padding: 8px;
	color:#1BA8D1;
	line-height:150%;
	text-indent: 24px;
	_height:1%;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #91A41B;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #33BBE5 url(images/bg_bar.gif) repeat-x left top;
	font-size: 12px;
	padding-top: 2px;
	padding-left:2px;
	height: 21px;
	line-height: 18px;
	padding-bottom: 18px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #076AA6;
	border-bottom: 1px dashed #33BBE5;
	line-height: 18px;

}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
	background:url(images/bg2.gif) no-repeat right top;
	line-height: 150%;
	}
.textbox-title{
	background: #FFF url(images/bg_bar.gif) repeat-x left top;
	word-wrap: break-all;
	font-size: 12px;
	padding-top: 2px;
	padding-left:2px;
	height: 42px;
}
.textbox-title h4{
background:#33BBE5;
	color: #FFF;
	font-size: 12px;
	display: inline;
	line-height:21px;
}
.textbox-title h4 a {
	color: #FFF;
	text-decoration:none;
}
.textbox-title h4 a:hover{ color:#F1E90F; background:none;}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #076AA6;
	font-size: 12px;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	border-top: 1px solid #BFCAD2;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #3F67A5;
	text-align:right;
}
.textbox-bottom a {
	color: #3F67A5;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #3F67A5;
	color: #fff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #3F67A5;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #3F67A5;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #3F67A5;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #3F67A5;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #3F67A5;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	margin: 5px;
}
.commentbox-title{
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	padding-bottom:20px;
	text-indent:8px;
	background:#33BBE5 url(images/bg_bar.gif) repeat-x left top
}
.commentbox-title a{ color:#FFF;}
.commentbox-label{
	display: inline;
	color: #3F67A5;
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #33BBE5;
}
.trackbackbox-label{
	display: inline;
	color: #3F67A5;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #33BBE5; 
 text-align: center; 
 background-color: #fff;
}
.messagebox-title{
	background: #33BBE5;
	padding: 5px;
	border: 1px solid #ABE4F9;
 color: #FFF; 
 font-weight: bold; 
}
.messagebox-content{
 color: #3F67A5; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #3F67A5; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	padding:1px;
	border:#33BBE5 1px solid;
		background:url(images/bg1.gif) no-repeat right top;
	_height:1%;
}

.formbox-title,
.formbox-comment-title{
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	padding-bottom:20px;
	text-indent:18px;
	background:#33BBE5 url(images/bg_bar.gif) repeat-x left top;}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #3F67A5;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #33BBE5;
	background-color: #F8F8F8;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 10px;
	padding:1px;
	border:1px solid #91A41B;
}
.quote-title {
	background-color: #91A41B;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000;
	padding: 10px;
	background-color: #FFF;
	border-top: 0px;
	background:url(images/bg_panel.gif) repeat-x left top;

}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #3F67A5;
}
.google_ad{
	float: right;
	height: 150px;
	width: 180px;
	position: relative;
}

/****** General Styles ******/
body {	
	text-align: center;
	background: #FFF url(images/bg.gif) repeat-y center top;
	}
#wrapper {
	margin:0 auto;
	width: 770px;
	text-align: center;
}
#mainWrapper {
	margin:0 auto;
	text-align: left;
}
#footer{
	margin: 0 auto;
}
#panelCalendar{
	position: static;
		}
#panelGoogle{	
position: static;
	}
.centerstyle a{  background:#CAE324;line-height:25px; height:25px; width:24px;}
.leftstyle a{ background:#FFF;}
/* guestbook entry box */
.gbbox{
    background: #ffffff;
    border: 1px solid #798A17;
    margin-bottom: 6px;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #798A17;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 5px;
        margin-left: 5px;
	color: #798A17;
	border-top: 1px dashed #798A17;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}
.commentbox-reply-title{
  color: #798A17;
  padding-top:5px;
  padding-bottom:5px;
  border-top: 2px solid  #798A17;
  border-bottom:1px dotted #666666;
  margin-bottom:3px;
  margin-top:10px;
}
.commentbox-reply-label{
  display: inline;
  color: #666666;
  font-size: 11px;
}
.commentbox-reply-content{
  padding: 3px;
  color: #798A17;
}