/*
=== 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: 11.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#000 url(images/bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	line-height:180%;
}
li {
	line-height:180%;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9A9A9A;
	font-size: 11.5px;
}
#login2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9A9A9A;
	font-size: 9px;
}
td {
	word-break: break-all;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFB129;
}
img {
	vertical-align: middle;
	border: 0 none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}
/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input.text {
	height: 16px;
	padding: 1px;
	color: #FFF;
	border: 1px dashed #CCC;
	background-color: #1C1C1C;
}
input.button {
	height: 20px;
	color: #7A7A7A;
	border: 1px dashed #CCC;
	background-color: #1C1C1C;
	cursor:pointer;
}
textarea {
	font-size: 11.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 1px dashed #CCC;
	background-color: #1C1C1C;
}
select {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	background-color: #1C1C1C;
}
/****** Main Layout Styles ******/
#wrapper {
}
#innerWrapper {
	width: 100%;
	position: relative;
}
#header {
}
#innerHeader {
	height:175px;
}
#footer {
	clear: both;
}
#innerFooter {
	padding: 10px;
	padding-top: 25px;
	color: #9A9A9A;
	font-size: 9px;
	text-align: center;
}
/****** Header Elements Styles ******/
#blogLogo {
	display:none;
}
#logo {
	border: 1px solid #fff;
	padding:2px;
	background:#fff;
	margin-right: 10px;
}
/* header title */
.blog-header {
	padding: 0;
}
h1 {
	padding-top: 8px;
	margin: 0;
	color: #0063dc;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia;
	display:none;
}
h1 a:link, h1 a:visited {
	color: #0063dc;
	text-decoration: none;
}
h1 a:hover {
	color: #FFB129;
	text-decoration: underline;
}
/* blog description */
.blog-desc {
	display:none;
	color: #9A9A9A;
	font-size: 9px;
}
/* nav menu */
#menu {
	display:none;
	margin-left: 243px;
	margin-bottom: -45px;
	margin-top: 2px;
	color: #9A9A9A;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	list-style: none;
	padding: 0;
	padding-right: 3px;
	margin: 0;
	margin-right: 5px;
	border-right: 1px dashed #999999;
}
#menu a {
	color: #333333;
}
/****** Content Layout ******/
#mainWrapper {
}
/* sidebar */
.sidebar {
	float: right;
	width: 210px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}
/* content */
.content {
	float: left;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	margin-left: 220px;
	overflow: visible;
}
/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear {
	border-top:1px dashed transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
/****** Sidebar Panels ******/
#blogLogo2 {
}
#logo2 {
/*  padding:4px; 
	background:#efefef; */
 }
.panel {
	padding:1px;
	margin-bottom: 10px;
}
.panel h5 {
	padding: 2px;
	margin: 0;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	border-bottom: dashed 1px #5F5F5F;
}
.panel-content {
	padding:5px;
	color:#9A9A9A;
	line-height: 120%;
}
.panel-content ul {
	padding: 0;
	margin: 0;
}
.panel-content li {
	padding: 0;
	margin: 0;
	color: #9A9A9A;
	list-style: none;
}
#Information a,
#panelLinks a{
	color:#2467DE;
}
/* user panel login form */
#loginForm {
	width: 100%;
}
/* 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: #9A9A9A;
	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: #9A9A9A;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday, .calendar-sunday {
	color: #9A9A9A;
	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 */
#Information .panel-content {
	color: #9A9A9A;
	font-size: 9px;
	font-weight: nomal;
}
#panelStats .panel-content {
	color: #9A9A9A;
	font-size: 10px;
	font-weight: nomal;
}
#user_panel .panel-content {
	color: #9A9A9A;
	font-size: 9px;
	font-weight: nomal;
}
#panelUser .panel-content {
	color: #9A9A9A;
	font-size: 9px;
	font-weight: nomal;
}
#panelCategory .panel-content {
	color: #9A9A9A;
	font-size: 9px;
	font-weight: nomal;
}
#panelLinks .panel-content {
	color: #9A9A9A;
	font-size: 12px;
	font-weight: nomal;
}
#panelStats .panel-content {
	color: #9A9A9A;
	font-size: 9px;
	font-weight: nomal;
}
/****** Search Panel ******/
.search-field {
	width: 140px;
}
/****** Announcement Box ******/
.announce {
	margin-bottom: 10px;
	border: dashed 0 #CCCCCC;
	border-top: dashed 0 #CCCCCC;
	background-position: top left;
	background-repeat: repeat-x;
}
.announce-content {
	word-wrap: break-all;
	padding: 10px;
	color: #FFF;
}
.announce-time {
	float: right;
	font-size: 9px;
	color: #9A9A9A;
}
/****** Defaul Page Elements ******/
.article-top, .article-bottom {
	padding: 4px;
	clear:both;/* 	border-bottom: dashed 1px #333323;
*/ 
}
/* page links */
.pages {
	color: #FFB129;
	font-size: 9px;
}
.pagelink-current {
	font-size: 9px;
	font-weight: nomal;
	font-weight: bold;
	color:#FFF;
}
.view-mode {
	float: right;
	font-size: 9px;
	font-weight: nomal;
	color: #9A9A9A;
}
.listbox {
	padding-top: 4px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #9A9A9A;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #9A9A9A;
}
.listbox-entry a {
	word-wrap: break-all;
}
/* no entry to display box */
.no-entry {
	border: 1px dashed #CCCCCC;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #9A9A9A;
	background: #FCFCFC;
	text-align: center;
}
.prev-article {
	float: left;
}
.next-article {
	float: right;
}
.category-label {
	text-align: center;
}
/* text box */
.textbox {
	margin-bottom: 15px;
	clear:both;
}
.textbox-title {
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 6px;
	/*	font-size: 14px;
	border: dashed  1px #CCCCCC;*/
	border-top: dashed 1px #5F5F5F;/*	background-color: #F8F8F5;
	background-image: url("images/article-title-bg.gif");	
	background-position: top left;
	background-repeat: repeat-x;*/
}
.textbox-title h4 {
	word-wrap: break-word;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 11.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
}
h4 a:link, h4 a:visited {
	text-decoration: underline;
	color: #FFB129;
}
h4 a:hover {
	text-decoration: underline;
	color:#FFF;
}
.textbox-label {
	padding-left: 5px;
	color: #FFF;
	font-size: 9px;
}
.textbox-fontsize {
	padding: 5px;
	color: #9A9A9A;
	text-align: right;
}
.textbox-content {
	word-wrap: break-word;
	padding: 10px;
	margin-bottom: 10px;
}
.textbox-content img {
/*margin-right: 14px;
   float:left;
    border: 1px solid #ccc;
    padding:1px; 
	background:#fff;
	margin-right: 6px;
	margin-bottom: -3px;
	margin-top: -1px;*/
}
.textbox-bottom {
	padding: 5px;
	color: #9A9A9A;
	font-size: 9px;
	border-top: 1px dashed #C0C0C0;
}
.editmark {
	margin-top: 20px;
	color: #9A9A9A;
	font-size: 9px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #9A9A9A;
	font-size: 9px;
	border-top: 1px dashed #C0C0C0;
}
/* guestbook entry box */
.gbbox {
	margin-bottom: 5px;
	border-top: 1px dashed #C0C0C0;/*border-bottom: 1px dashed #C0C0C0;*/
}
.gbbox-title {
	margin-bottom: 5px;
	font-weight: normal;
}
.gbbox-label {
	display: inline;
	color: #9A9A9A;
	font-size: 9px;
	font-weight: normal;
}
.gbbox-content {
	word-wrap: break-word;
	padding: 8px;/*background-color: #FBFBF8;*/
}
.gbbox-reply {
	padding: 5px;
	color: #9A9A9A;/*	background-color: #F8F8F6;
	border-top: 1px dashed #E0E0E0;*/
}
.gbbox-reply-title {
	font-weight: normal;
	margin-bottom: 1px;
}
.gbbox-reply-label {
	color: #9A9A9A;
	font-size: 9px;
	font-weight: normal;
	display: inline;
}
/* comments wrapper */
.comment-wrapper {
	width: 99%;/*	text-align: center;
	float:center;*/
}
/* comments top box */
.comment-top {
	padding: 5px;
	margin: 5px;
	color: #9A9A9A;
	background: #F6F6F6;
	text-align: right;
}
.comment-pages {
	padding: 5px;
	margin: 5px;
	color: #9A9A9A;
}
/* commnet box */
.commentbox {
	border-top: 1px dashed #C0C0C0;
	word-wrap: break-word;
	padding: 5px;
	margin: 0;
}
.commentbox-title {
	padding: 1px;
	color:#666;
}
.commentbox-title a {
	color:#0063DC;
}
.commentbox-label {
	display: inline;
	color: #666;
	font-size: 9px;
}
.commentbox-content {
	padding: 1px;
	color:#7a7a7a;
}
.no-comment-box {
	padding:10px;
	color: #7a7a7a;
	border: 1px dashed #C0C0C0;
}
/* trackback box */
.trackbackbox {
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title {
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label {
	display: inline;
	color: #9A9A9A;
	font-size: 9px;
}
.trackbackbox-content {
	padding: 3px;
	color: #333333;
}
.trackbackbox a {
	color: #9A9A9A;
}
/* comment form wrapper */
#commentForm {
	width: 99%;
}
/****** normal message box ******/
.messagebox {
	width: 500px;
	border: dashed 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: #9A9A9A;
	text-align: left;
}
.messagebox-bottom {
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}
/****** error message box ******/
.errorbox {
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: dashed 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: dashed 1px #CCCCCC;
}
.formbox-comment {
}
.formbox-title, .formbox-comment-title {
	padding: 5px;
	color: #9A9A9A;
	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;
	font-size: 9px;
	font-weight: nomal;
}
/* smilies list */
.panel-smilies {
	padding:0px;
	text-align: left;
}
.panel-smilies-title {
	color: #9A9A9A;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
}
.panel-smilies-content {
	padding: 5px;
	font-size: 11.5px;
	line-height: 120%;
}
/****** Upload Page ******/
.upload-page {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: none;
}
.upload-file {
}
.upload-error {
	color: #990000;
}
.upload-done {
	color: #003300;
}
/****** Misc Styles ******/
.comment-text, .hidden-note {
	font-size: 9px;
	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:0px;
	margin-left: 0;
	margin-bottom: 0;
}
.ubb-list li {
	margin: 0;
	padding: 0;
}
.code {
	word-wrap: break-all;
	padding:10px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9A9A9A;
	background-color: #f8f8f8;
	border-left: 0 dashed #E0E0E0;
}
.quote {
	margin: 0;
	background-color: none;
	border-left: 0 solid #E0E0E0;
}
.quote-title {
	padding: 0;
	color: #ccc;
	font-weight: nomarl;
	border-bottom: 0 dashed #E0E0E0;
}
.quote-content {
	word-wrap: break-all;
	color: #ccc;
	padding: 0;
}
.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #9A9A9A;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
.commentbox-reply-title {
}
.commentbox-reply-label {
	display: inline;
	color: #9A9A9A;
	font-size: 11.5px;
}
.commentbox-reply-content {
	border-left: 37px dashed #fff;
	color: #FFB129;
}
