/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Default
    Version: 1.4
     Author: SiC
Last Update: 2005-05-07 11:30:03
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 11px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 11px;
}
td {
     word-break: break-all; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color:#F60;
}

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: 18px;
	padding: 3px 0 0 3px;
	color: #000000; 
	border: 1px solid #525252;
	background-color: #F9F9F9;
}
input.button {
	height: 23px;
	color: #FFF; 
	border: 1px solid #DD7105;
	background:url(images/bg_btn.jpg);
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {width:900px; margin:0 auto;}
#innerWrapper {
}

#header { margin:23px 0 0px 0;height:239px;}
#innerHeader {
}

#footer {
	clear: both;
}
#innerFooter {
	color: #666666;
	font-size: 11px;
	text-align: right;
	background-image:url(images/bg_footer2.jpg);
	background-repeat:no-repeat;
	height:27px;
	padding:10px 0 0 0;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin:0 10px 5px 5px;
	}

/* header title */
.blog-header {
	padding: 0px;
	float:left;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
	display:none;
}
h1 a:link,
h1 a:visited {
	color: black;
	text-decoration: none;
}
h1 a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	color: #666;
	margin:25px 0 0 0;
}

/* nav menu */
#menu {
	margin-top: 2px;
	color: #FFF;
	background:url(images/bg_menu.jpg);
	height:21px;
	background-position:right;
	width:900px;
	padding:6px 0 0 0 ;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	background-image:url(images/bg_li.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:26px;
	margin:1px 0 0 0;
}
#menu li a:link{color: #FFF;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	}
#menu li a:visited{color: #FFF;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	}
#menu li a:hover{color: #FFF;
	text-decoration:none;
	background-image:url(images/bg_menulink.jpg); 
	background-position:center bottom;
	background-repeat:no-repeat;
	height:27px;
	padding:5px 0px;
	padding:5px 15px 5px 15px;
	}
#menu a{
	color: #FFF;
	text-decoration:none;
}
#menuli1{
	display: inline;
	list-style: none;
	padding:10px 10px 0px 6px;}

/****** Content Layout ******/
#mainWrapper {
width:1000px; margin:0 auto;
margin:1px 0 0 0;
background:url(images/bg_innerwrapper.jpg);
background-repeat:no-repeat;
padding:16px 0 0 0;
}

/* sidebar */
.sidebar {
	float: left;
	width: 170px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-left: -225px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -285px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -220px;
}
#innerContent {
	margin-left: 235px;
	overflow: visible;
	border-right:1px solid #E9E9E9;
	padding:0 5px 0 0;
}

/* 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:1px;
	margin-bottom: 10px;
}
.panel a:link{color:#333; text-decoration:none;}
.panel a:visited{color:#333; text-decoration:none;}
.panel a:hover{color:#F60; text-decoration:underline;}
.panel h5 {
	padding: 4px;
	margin: 0px;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 1px #E9E9E9;
}
.panel-content{
	padding:5px;
	color:#999999;
	line-height: 120%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 2px 0;
	margin: 0px;
	color: #999999;
	list-style: none outside;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 200px;
	margin-top: 5px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #F6F6F6;
}
.calendar-weekday-cell {
	color: #666666;
	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: #666666;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #999999;
	font-weight:bold;
}
.calendar-today {
	border: dashed 1px #CCCCCC;
	background-color: #F6F6F6;
}

.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{
	margin-bottom: 10px;
	
}
.announce-content{
	word-wrap: break-all;
	
	color: #666666;
}
.announce-time{
	float: right;
	display:none;
	font-size: 11px;
	color: #999999; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
}

/* page links */
.pages {
	color: #999999;
	margin:0 0 6px 0;
}
.pagelink-current {
	font-weight: bold;background:#EC9B3B; border:1px solid #EF8501; text-decoration:none; padding:2px 3px 2px 4px; color:#FFF;
}
.pages a:link{background:#282828; border:1px solid #000; text-decoration:none; padding:2px 1px 2px 4px; color:#FFF;}
.pages a:visited{background:#282828; border:1px solid #000; text-decoration:none; padding:2px 1px 2px 4px; color:#FFF;}
.pages a:hover{background:#EC9B3B; border:1px solid #EF8501; text-decoration:none; padding:2px 1px 2px 4px; color:#FFF;}
.view-mode {
	float: right;
	color: #999999;
	display:none;
}

.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: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #FCFCFC;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin: 8px 0;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 6px;
}
.textbox-title h4{
	word-wrap: break-word;
	
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link{color:#333; text-decoration:none;}
.textbox-title h4 a:visited{color:#333; text-decoration:none;}
.textbox-title h4 a:hover{color:#EE8A14; text-decoration:none;}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-label a:link{color:#FF6600; text-decoration:underline;}
.textbox-label a:visited{color:#FF6600; text-decoration:underline;}
.textbox-label a:hover{color:#000; text-decoration:none;}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	clear:both;
	margin-bottom: 10px;
	font-size:14px;
	padding:5px 0;
	color:#696969;
	line-height:20px;
}
.textbox-content a:link{color:#000; text-decoration:underline; font-weight:bold;}
.textbox-content a:visited{color:#000; text-decoration:underline; font-weight:bold;}
.textbox-content a:hover{color:#F60; text-decoration:none; font-weight:bold;}
.textbox-bottom {
	padding: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}
.editmark {
	margin-top: 20px;
	color: #999999;
	font-size: 11px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background-color: #FBFBF8;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	background-color: #F8F8F6;
	border-top: 1px dashed #E0E0E0;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #F6F6F6;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #E0E0E0;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: solid 1px #CC0000;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #990000;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	background-color: #EFEFEF;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.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%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.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;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}

.quote {
	margin: 10px;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
.year{background:url(images/bg_data.jpg); width:60px; height:55px; font-size:10px; text-align:center; color:#FFF; float:left; margin:0 5px 0 0;}
.inneryear{padding:4px 2px;}
.day{font-size:22px; font-weight:bold; color:#333; text-align:center; padding:6px 0 0 0;}
.ipt{
border:3px solid #2A2A2A;

background-color:#2A2A2A;
margin-right:6px;
font-weight:bold;
background-image:url(images/bg_textboximg.jpg);
padding:0 0 30px 0;
}
.rss{margin:5px 0; font-weight:bold;}
.rss img{padding:0 10px 0 0;}
.search{float:right; margin:0 0 0 0;}
.search form{padding:0px; margin:0px;}
.footer1{background:url(images/bg_footer.jpg); text-align:right; padding:6px 13px 0 0; height:21px; font-weight:bold;}
.footer1 a:link{color:#FFF; text-decoration:none;}
.footer1 a:visited{color:#FFF; text-decoration:none;}
.footer1 a:hover{color:#FFF; text-decoration:none;}
.googlead{margin:0 0 10px 0;}