/*
=== LBS^2 StyleSheet File ====================================
 Style Name: todd
    Version: 1.0
     Author: Todd Lee
Last Update: 2005-07-01 21:00:00
==============================================================
*/

/****** General Styles ******/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #566057;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
}
td{
	/*word-break: break-all;*/
}
a{
	margin: 0px;
	padding: 2px;
}
a:link,a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
	background-color: #ccdde9;
}
h5 {
	color: #63747c;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol,li {
	margin: 0px;
	padding: 0px;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #63747C;
}

/****** Form Controls Styles ******/
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	color: #333;
}
textarea {
	font-size: 12px;
	line-height: 130%;
	padding: 2px;
}
input.text {
	height: 18px;
	background-color: #eee;
	background-image: url('images/inputTextBg.jpg');
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 2px 0px;
	border: 1px solid #FFFFFF;
}
input.button {
	height: 20px;
	background-color: #bacbd3;
	background-image: url(images/buttonBg.gif);
	background-position: center center;
	background-repeat:repeat-x;
	color: #63747c;
	font-weight: bold;
	border: 1px solid #8ea6b2;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 780px;
}
#innerWrapper {
	background-color: #eee;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position: 50% top;
}
#toppadding {
	background-color: #566057;
	background-image: url('images/topPaddingBg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}
#header {
	background-image: url('images/headBg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #bacbd3;
	width: 760px;
	padding: 0px;
	margin: 0px auto;
	border-bottom:1px solid #8ea6b2;
}
#innerHeader {
	background-image:  url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
	clear: both;
	background-image:  url('images/headBg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #bacbd3;
	width: 760px;
	margin: 0px auto;
	border-top:1px solid #ffffff;
	padding: 0px;
}
#innerFooter {
	padding: 0px;
}
#bottompadding {
	background-image: url('images/bottomPaddingBg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	background-color: #566057;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	display: none;
	float: left;
	margin-right: 10px;
}

/* header title */
.blog-header {
	padding: 0px;
	height: 82px;
}
h1 {
	display: none;
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 22px;
	font-weight: bold;
}
h1 a:link, h1 a:visited {
	color: white;
}

/* blog description */
.blog-desc {
	display: none;
	color: #333;
}

/* nav menu */
#menu {
	clear: both;
	padding: 10px 1px;
}
#menu ul{
	background-color: #ccdde9;
	padding: 0px 0px 0px 5px;
	height: 18px;
	border-top: 1px solid #8ea6b2;
	border-bottom: 1px solid #8ea6b2;
}
#menu li{
	float: left;
	list-style-type: none;
}
#menu a{
	padding:3px 10px 3px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #63747c;
	text-decoration: none;
	line-height: 18px;
}
#menu a:hover {
	background-color: #F1F5F7;
	text-decoration: none;
}

/****** Content Layout ******/
#mainWrapper {
	background-color: #eee;
	background-image: url('images/bodyBg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	width: 760px;
	margin: 0px auto;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #babcb9;
	padding: 0px;
}

/****** Footer Elements Styles ******/
#processe {
	text-align: center;
	margin: 10px 0px;
}
#copyright {
	float: left;
	margin: 5px 0px 5px 5px;
	line-height: 18px;
}
#validation {
	float: right;
	margin: 5px 5px 5px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
}

/* content */
.content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	margin: 0px;
	padding: 0px;
	width: auto;
	margin-left: -200px;
}
.content-only {
	margin: 0px;
	padding: 0px;
	width: auto;
	margin-left: -180px;
}
#innerContent {
	margin-left: 210px;
	margin-right: 10px;
	overflow: hidden;
}

/* 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{
	margin: 0px 10px;
	padding: 10px 0px;
	border-bottom: 1px dashed #63747C;
}
.panel h5 {
	font-size: 14.7px;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
.panel-content{
	padding: 5px;
	line-height: 150%;
}
.panel-content ul{
	padding: 0px 5px 0px 0px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
}
.panel-content li{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 1px;
}

/* user panel login form */
#loginForm {
}

/* calendar panel */
#calendar {
	width: auto;
}

.calendar-top {
	text-align: center;
	padding: 5px 0px;
}
.calendar-year, .calendar-month {
	/*font-weight: bold;*/
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	font-weight:bold;
	text-align: right;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	text-align: right;
	padding: 2px;
	width: 18px;
	line-height: 14px;
}
.calendar-saturday,
.calendar-sunday {
}
.calendar-today {
	background-color: #F1F5F7;
}

.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: bold;
}

#panelArticle{
	font-size: 12px;
}
#panelComment{
	font-size: 12px;
}

/* stats panel */
#panelStats .panel-content{
}

/****** Search Panel ******/
.search-field { width: 152px; }

#panelLinks img {
	margin-bottom: 2px;
}
#panelLinks hr {
	width: 50%;
}
/****** Announcement Box ******/
.announce{
	margin: 10px 0px;
	background-color: #F1F5F7;
}
.announce-content{
	font-size: 12px;
	padding: 5px;
	color: #333;
	line-height: 130%;
}
.announce-time{
	font-size: 10px;
	float: right;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
}
.pagelink-current {
	font-weight: bold;
	font-size: 12px;
}

.view-mode {
	float: right;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #63747C;
	border-bottom: 1px solid #63747C;
}
.listbox-table {
	width: 100%;
}
.listbox td, .listbox-table td {
	padding: 5px 0px;
	border-bottom: 1px dashed #63747C;
}
.listbox-header {
	font-weight: bold;
	border-bottom: 1px solid #63747C;
}
.listbox-entry {
	font-size: 12px;
}
.listbox-entry a:link, .listbox-entry a:visited{
	line-height: 130%;
	color: #333;
}


/* no entry to display box */
.no-entry {
	border: 1px solid #CFB88C;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #F7F3E8;
	text-align: center;
}

.prev-article{
	font-size: 12px;
	float: left;
}
.next-article{
	font-size: 12px;
	float: right;
}
.category-label{
	text-align: center;
}

/* text box */
.textbox{
	padding: 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #63747C;
	/*background-color:#eee;*/
}
.textbox-title{
}
.textbox-title h4{
	font-size: 14.7px;
	color: black;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: black;
	text-decoration: none;
}
.textbox-label{
}
.textbox-fontsize{
	text-align: right;
	padding: 5px;
}
.textbox-content{
	color: #333;
	font-size: 12px;
	word-break : break-all;
	margin: 10px 0px;
	line-height: 150%;
}
.textbox-bottom{
	padding: 5px 5px 0px;
	text-align: right;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active{
}
.editmark {
	color: #666;
	margin-top: 20px;
	font-size: 10px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dashed #babcb9;
	color: #666;
	font-size: 10px;
}

/* guestbook entry box */
.gbbox{
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #63747C;
}
.gbbox-title{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: black;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #666;
}
.gbbox-content{
	color: #333;
	font-size: 12px;
	word-break : break-all;
}
.gbbox-reply {
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	background-color: #F1F5F7;
	font-size: 12px;
	border-left: 5px solid #63747C;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 10px;
	color: black;
}
.gbbox-reply-label{
	font-weight: normal;
	display: inline;
	color: #666;
}

/* comments wrapper */
.comment-wrapper{
}

/* comments top box */
.comment-top{
	text-align: right;
	padding:5px;
	margin-top: 20px;
}
.comment-pages{
	padding:5px;
	margin: 5px;
}

/* commnet box */
.commentbox{
	word-break : break-all;
	padding: 0px;
	margin: 5px 10px 10px 10px;
	background-color: #eee;
}
.commentbox-title{
	padding:5px;
	border-bottom: 1px dashed #63747C;
}
.commentbox-title a:link,
.commentbox-title a:visited,
.commentbox-title a:active {
	color: black;
}
.commentbox-label{
	display: inline;
	color: #666;
}
.commentbox-content{
	font-size: 12px;
	padding:5px;
	color: #333;
}
.no-comment-box{
	padding:10px;
	background: #eee;
}

/* trackback box */
.trackbackbox{
	word-break : break-all;
	padding: 0px;
	margin: 5px 10px 10px 10px;
	background-color: #eee;
	font-size: 12px;
}
.trackbackbox-title{
	padding:5px;
	border-bottom: 1px dashed #63747C;
}
.trackbackbox-title a:link,
.trackbackbox-title a:visited,
.trackbackbox-title a:active {
	color: black;
}
.trackbackbox-label{
	display: inline;
	color: #666;
	font-size: 10px;
}
.trackbackbox-content{
	padding:5px;
	color: #333;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CBB078;
	text-align: center; background: #FAF8ED;
	margin: 50px;
}
.messagebox-title{
	color: white;
	font-weight: bold;
	background-color: #DBC9A2;
	padding: 5px;
}
.messagebox-content{
	color: #666;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.messagebox-bottom{
	color: white;
	background-color: #EFE9C5;
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	border: solid 1px #CC0000;
	text-align: center;
	background: #FFEEDD;
	margin: 50px;
}
.errorbox-title{
	color: white;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	color: #990000;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.errorbox-bottom{
	color: white;
	background-color: #FFE3D0;
	padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	color: black;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #BACBD3;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding: 10px 0px;
	text-align: left;
}
.panel-smilies-title {
	text-align: left;
	border-bottom: 1px solid #BACBD3;
}
.panel-smilies-content {
	padding: 2px 0px;
	line-height: 150%;
}
.panel-smilies-content a {
	margin: 0px;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	text-align: left;
}
.upload-file{
	width: 400px;
}

.upload-error { color: #990000;}
.upload-done {
}

/****** Misc Styles ******/
.comment-text{
}
.hidden-note{
	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-break : break-all;
	font-family: "Courier New", sans-serif;
	border-left: 3px solid #BACBD3;
	background-color: #F1F5F7;
	margin: 10px 0px;
	padding: 10px;
}
.runCode {
	border-left: 3px solid #BACBD3;
	background-color: #F1F5F7;
	margin: 10px 0px;
	padding: 10px;
}
.runCode textarea {
	word-break : break-all;
	font-family: "Courier New", sans-serif;
}


.quote {
	border-left: 3px solid #BACBD3;
	background-color: #F1F5F7;
}
.quote-title {
	font-size: 10px;
	border-bottom: 1px dashed #BACBD3;
	padding: 5px;
	font-weight: bold;
	color: black;
	margin: 10px 0px;
	padding: 10px;
}
.quote-content {
	word-break : break-all;
	margin: 10px 0px;
	padding: 10px;
}

.ubb-obj-div {
	font-size: 10px;
	word-break : break-all;
	border-left: 3px solid #BACBD3;
	background-color: #F1F5F7;
	margin: 10px 0px;
}

