/*
=== LBS^2 StyleSheet File ====================================
 Style Name: 1402Box[http://blog.dimyi.com]
    Version: 1.5
     Author: Bruno Lee
Last Update: 2005-05-19 21:49:00
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #0F0F0F;
	/*background-image: url("images/foot_main.gif");	*/
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 5px;
	padding: 0px;
}

table {
	font-family: Tahoma, Arial;
	color: #222222;
	font-size: 12px;
}
td {
     word-break: break-all; 
	 	color: #777777;
}

a:link,
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color:#00cccc;
}

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;
	color: #777777; 
	border-top: #000000 solid 1px;
	border-left: #000000 solid 1px;
	border-right: #444444 solid 1px;
	border-bottom:  #444444 solid 1px;
		background-color: #333333;
}
input.button {
	height: 20px;
	color: #777777;
	background: #333333;
	border-top: #444444 solid 1px;
	border-left: #444444 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom:  #000000 solid 1px;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #777777;
	border-top: #000000 solid 1px;
	border-left: #000000 solid 1px;
	border-right: #444444 solid 1px;
	border-bottom:  #444444 solid 1px;
	background-color: #333333;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #777777; 
	background-color: #333333;
}

/****** Main Layout Styles ******/
#wrapper {}
#innerWrapper {
	width: 1000px;
	position: relative;
}

#header {
	width: 1000px;

}
#innerHeader {
	width: 1000px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 0px;
	margin-top: 10px;
}

#footer {
	clear: both;
}
#innerFooter {
	padding: 10px;
	padding-top: 25px;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

/****** Header Elements Styles ******/
#blogLogo {
	margin-bottom: 10px;
}
#logo {
	float: left;
}

/* header title */
.blog-header {
	padding: 0px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #313131;
	font-size: 18px;
	font-weight: bold;
}
h1 a:link,
h1 a:visited {
	color: #313131;
	text-decoration: none;
}
h1 a:hover {
	color: #313131;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	color: #e5e5e5;
}

/* nav menu */
#menu {
	color: #999999;
	background-color: #333333;
	border-top: 6px solid #222222;		
	border-bottom: 6px solid #222222;
	border-right: 6px solid #222222;
	border-left: 6px solid #222222;	
}
#menu ul{
	margin: 0px;
	padding: 0px;
	height:30px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 6px;	
	padding-right: 6px;
	margin: 0px;
	margin-right: 6px;
	border-right: 1px solid #777777;
    line-height: 30px;

}
#menu a{
	color: #777777;
}
#menu a:hover {
	text-decoration: none;
	color:#00E8E8;
}

/****** Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
	float: left;
	width: 190px;
	background-color: #444444;
	border-top: 6px solid #222222;		
	border-bottom: 6px solid #222222;
	border-right: 6px solid #222222;
	border-left: 6px solid #222222;			
	background-position: bottom left;
	background-repeat: repeat-x;	
	
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	width: auto;	
	margin-left: 210px;
	overflow: visible;
	background-color: #444444 ;	
	border-top: 6px solid #222222;		
	border-bottom: 6px solid #222222;
	border-right: 6px solid #222222;
	border-left: 6px solid #222222;	
}

/* 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:3px;
	margin-left: 0px;
	
}
.panel h5 {
	padding: 4px;
	margin: 0px;
	color: #00cccc;
	font-size: 11px;
	font-weight: bold;
	border: solid 0px #49700B;
	background-color: #222222;
	
}
.panel-content{
	padding:5px;
	color:#777777;
	line-height: 120%;
	background-color: #333333;

}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	color:#777777;

}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #777777;
	list-style: square inside;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width:100%;
	margin-top: 0px;
	
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
	background-color:#333333;

}
.calendar-year,
.calendar-month {
	font-size: 10px;	
}

.calendar-weekdays {
background-color:#333333;

}
.calendar-weekday-cell {
	color: #777777;
	font-size:9px;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #333333;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	font-size:9px;
	color: #777777;
	text-align: center;
	width: 14%;
	padding: 2px;
	background: #333333;

}
.calendar-saturday,
.calendar-sunday {
	font-size:9px;
	color: #005E5E;
	font-weight:bold;
}
.calendar-today {
	background-color: #444444;
}

.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: 120px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 0px;
	background-color: #313131;
	margin-top: 6px;	
	margin-left: 6px;
	margin-right: 6px;			
}
.announce-content{
	word-wrap: break-all;
	padding: 5px;
	color: #00CCCC;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #00CCCC; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
	color: #777777;
		margin-left: 5px;
	margin-right: 5px;
	
}
.pagelink-current {
	font-weight: bold;
	color: #00cccc;
}

.view-mode {
	float: right;
	color: #777777;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
.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: #999999;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 0px solid #CCCCCC;
	margin-top: 15px;
	margin-left: 6px;
	margin-right: 6px;	
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #313131;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-bottom: 5px;	
}
.textbox-title{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	/* border-bottom: 1px solid #00cccc;	 */
	padding: 6px;
	font-size: 14px;
	background-color: #222222 ;
}

.textbox-title h4{
	margin-left: 5px;
	margin-right: 5px;
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color:#00cccc;

}
.textbox-title h4 a{
	text-decoration: none;
	color: #00cccc;
}
.textbox-title h4 a:hover {
	text-decoration: none;
	color:#00cccc;
}
.textbox-title h4 a:visited {
	text-decoration: none;
	color: #00bebe;
}
.textbox-label{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	color: #666666;
	text-align: right;
	background-color: #333333 ;	
	
}
.textbox-content{
	margin-left: 5px;
	margin-right: 5px;
	word-wrap: break-word;
	padding: 10px;
	background-color: #333333 ;	
	color:#999999;
}
.textbox-bottom {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	color: #777777;
	font-size: 11px;
	background-color: #333333 ;	
}
.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 #666666;
}

/* guestbook entry box */
.gbbox{
	border-bottom: 6px solid #222222;
	background-color: #333333;
}
.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: #333333;
	color: #777777;

}
.gbbox-reply {
	padding: 10px;
	color: #777777;
	background-color: #333333;
	border-top: 1px dashed #555555;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #777777;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	color: #999999;
	font-size: 11px;
		}


/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #333333;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
		background:#444444;

}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px solid #666666;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #313131;
	border: 0px 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: #999999;
}
.trackbackbox a{
	color: #999999;
}

/* comment form wrapper */
#commentForm {
	margin-left: 5px;
	margin-right: 5px;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 4px #222222;
	text-align: center;
	background: #222222;
}
.messagebox-title{
	padding: 5px;
	color: #666666;
	font-weight: bold;
	background-color: #333333;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #666666;
	background-color: #333333;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: solid 1px #CC0000;
}
.errorbox-title{
	color: #313131;
	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: #313131;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #313131;
	border: solid 0px #CCCCCC;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	background-color: #313131;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #999999;
	font-weight: bold;
	text-align: right;
	background-color: #313131;	
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
	color: #999999;	
	background-color: #313131;	
}

/* smilies list */
.panel-smilies { padding:5px; text-align: center;}
.panel-smilies-title { color: #666666; text-align: left; border-bottom: 0px solid #CCCCCC;}
.panel-smilies-content { padding: 5px; line-height: 120%;}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #313131;
	background-image: none;
}
.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: #777777;
}
.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: #444444;
	border: 1px solid #555555;
}
.quote-title {
	padding: 5px;
	color: #999999;
	font-weight: bold;
	border-bottom: 1px solid #555555;
	background-color: #333333;
}
.quote-content {
	word-wrap: break-all;
	color: #999999;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	padding: 5px;
	color: #999999;
	margin: 10px;
	background-color: #383838;
	border: 1px dashed #444444;
}
