/*
=== LBS^2 StyleSheet File ====================================
 Style Name: darkblue
    Version: 1.0
     Author: http://www.sugood.com
Base By: sugood
Modified By: http://www.sugood.net
Last Update: 2008-01-07 18:00
==============================================================
*/

/* General Styles*/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	margin: 20px;
	padding: 0px;
	text-align: center; background: #27343c url(images/page_top.gif) top left repeat-x;
}
table {
	font-family: Tahoma, Arial;
	color: #000;
	font-size: 12px;
}
td{ 
}
a {
	text-decoration: none;color: #0E7FC7;
	/*color: #003366;a:link,a:visited*/
}
a:hover {
	text-decoration: underline;
	color: Black;
}
A:active {
	COLOR: #FF0000;

}
A.external {
	PADDING-RIGHT: 13px; BACKGROUND: url(images/external.png) no-repeat right center
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
}

/* Form Control Styles*/
form { display: inline; }
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
input.text {
	padding: 1px; border:1px solid; border-color: #1E668E #A2BFCF #A2BFCF #1E668E;background:#fefefe;
	color: #000; 
	
}
/*input.button {
height: 20px;border: 1px solid #CCC;border-top: 1px solid #BEBEBE;border-left: 4px solid #BEBEBE;color: #000;background-color: #FFF;
}*/
input.button{
height:20px;word-wrap:break-all;margin:2px 2px 2px 5px; font-family:"Arial"; color:#f60;
background-color:#F9F9F9;border-right: #666 1px solid;border-top:#999 1px solid; 
 border-left: #999 1px solid; border-bottom: #666 1px solid;
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#F4FAFF, EndColorStr=#BFD2DE); 
 CURSOR: hand; FONT-SIZE: 12px;padding:0 3px;
}
textarea { 
	border: 1px solid #CCC;
	background-color: #FFF;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000; 
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000; 
	background-color: #FFF;
}

/* Common Styles*/
#wrapper {
	margin:0 auto;
	width: 925px;
	position: relative;
	text-align: left;
	background-color: #FFF;
}
#innerWrapper {
	width: 100%;
}
#header {
	border-bottom: 2px solid #fff;
}
#innerHeader {
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	height: 96px;
	vertical-align: bottom;
	background-color: #27343c;
}
#blogLogo {/*display: none;*/}
#logo { 
	display: none; float: left;  margin-right: 10px; padding-top: 22px;
}
#menu { 
	margin:0px;
	margin-top: 10px;padding-left:15px;
	color: #fefefe; height: 28px;line-height: 28px;
	background: #0c1216 url(images/nav_bg.gif) top left no-repeat;
	/*border-top: 3px solid #6699CC;
	border-bottom: 3px solid #6699CC;
	
	padding-top:2px;
	padding-bottom:4px;*/
}
#menu a:link, #menu a:visited
{
	padding: 1px 10px 10px 10px; height: 28px;line-height: 28px;
	text-decoration: none;
	color: #c2d4dd;background: transparent url(images/site_nav_borders.gif) bottom right no-repeat;
}

#menu ul{ margin: 0px; padding: 0px;}

#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 5px;
}

#menu li a:hover
{background: #baced7 url(images/site_nav_hover_bg.gif) bottom left repeat-x;
	color: #24495e;
}

.blog-header { padding: 0px; margin: 0px; padding-top: 10px; padding-left:20px;}
h1 { 
	padding: 0px; 
	margin: 0px; 
	color: White; 
	font-size: 24px; 
	font-weight: bold;
}
h1 a:link, h1 a:visited{ 
	color: #f60; 
	text-decoration: none
}

h1 a:hover { 
	color: #708090; 
	text-decoration: underline
}
.blog-desc { 
	color:#708090;
	padding-top:5px;
}
#footer {
	clear: both;
	background: #27343c;
	height:50px;
	border-top: 3px solid #EEE;
}
#innerFooter { 
	padding: 10px;
	padding-top:15px;
	font-size: 11px;
	text-align: center;
	color: #8ba9bc;
}
#innerFooter a{
	color: #57b3e1;
	text-decoration: none;
}
#innerFooter a:hover{
	color: #57b3e1;
	text-decoration:underline;
}
h3 { 
	font-size: 18px; 
	font-weight: bold;
}
.comment-text,
.hidden-note{
	font-size: 12px; 
	color: #f60;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold; 
	color: #F60; 
	background: #FF0;
}

/* Main Content Layout */
#mainWrapper {}
.sidebar {
	float: right;
	width: 230px;
	background-color: #D8E2F1;
	background: url(images/sidebar_bg.gif) top left repeat-y;
	border-left:0px solid #FCFFEC;
	border-bottom: 0px solid #FFFAEE;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 10px;
}
.content {
	float: left;
	width: 100%;background: #E2EAF0;
	margin-right: -230px;
}
.content-wide {
	width: auto;
	margin-right: -230px;
}
.content-only {
	width: auto;
	margin-right: -230px;
}
#innerContent {
	margin-right: 230px;background: #fff url(images/wrapper_column_top.gif) repeat-x top left;
	overflow: visible;
	padding:10px;
}
/* A div to make 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;
	border-bottom: 0px groove #004580;
	background: url(images/ee_category_bg.gif) top left no-repeat;
}
.panel h5 {
	color: #fafafa;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	padding-left:15px;
	padding-bottom:5px;
	margin:0px;
	border:0px solid #003366;
}
.panel-content{ 
	font-size: 12px;
	list-style-type: square;
	line-height: 140%;
	list-style-position: inside;
    padding:5px; 
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 2px;margin: 0px;color: #999999;
	/*list-style: square inside outside;*/list-style: none;
    background: url(images/title_bg.gif) left center no-repeat;
}
.panel-content li a{
	/*color: #0E7FC7;*/color: #000;
}
.panel-content li a:hover{
	color: #035796;
}
#loginForm {
	width: 95%;
}
.panel-smilies { padding:5px; text-align: center;}
.panel-smilies-title { color: #666; text-align: left; border-bottom: 1px solid #CCC;}
.panel-smilies-content { padding: 5px; line-height: 120%;}
.meta-button { margin: 1px;}
/* page links */
.multipage { color: #999 }
.multipage-current {color: #999; font-weight: bold; text-decoration: underline}
/* calendar */
#calendar { 
	width: 180px; 
	margin-top:5px;
}
.calendar-top { color: #333; text-align: center; padding:2px;}
.calendar-year,
.calendar-month { font-weight: bold;}
.calendar-weekdays {}
.calendar-weekday-cell { color: #666; font-size:10px; font-weight:bold; text-align: center; width: 14%; padding:2px;}
.calendar-main { background: #FFF;}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{ color: #666; text-align: center; width: 14%; padding:2px;}
.calendar-saturday{ color: #693; font-weight:bold;}
.calendar-sunday { color: #f80; font-weight:bold;}
.calendar-today { color:#f00; font-weight:bold; border: dashed 1px #CCCCCC; background-color: #F6F6F6; /*background: url('images/bg_today.gif') no-repeat;*/}
.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; }

.announce{
	padding-bottom: 10px;
	border-bottom: 1px dotted #4682B4;
}
.announce-content{
	word-wrap: break-all;
	padding: 5px;
	background-color: #f00;
	padding: 10px;
	color: #000; 
	background-image: url(images/title_bg.gif);
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #999; 
}

/****** Search Panel ******/
.search-field { width: 135px; }
/* article page elements */
.article-top { padding: 5px; margin-bottom: 5px;}
.article-bottom { padding: 5px; margin-top: 5px;}
.pages { color: #999; }
.pagelink-current {font-weight: bold;color: #f60;}
.view-mode {float: right; color: #999;}
.listbox { padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #003366; border-bottom: 1px solid #003366;}
.listbox-table { width: 99%;}
.listbox-header { word-wrap: break-all; color: #666; text-decoration: underline; font-weight: bold;}
.listbox-entry { word-wrap: break-all; color: #666;}
.listbox-entry a{ word-wrap: break-all}
.no-entry { border: 1px solid #CCC; margin-top: 15px;}
.no-entry-message { padding-top: 25px; padding-bottom: 25px; color: #666; background: #FEFFFA; text-align: center;}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;
}
/* text box */
.textbox{background: #fff;
    margin: 10px 20px 15px 10px;	
	padding-bottom: 0px;
	padding-top:10px;
	padding-bottom: 10px;
	border: 1px solid #C5E4FB;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	height: 42px;
}
.textbox-title h4{
	background:#fff url(images/icon_download.gif) no-repeat 5px top;
	color: #285577;
	word-wrap: break-word;
	padding-left: 25px;
	font: 16px Verdana;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #285577;
}
.textbox-label{
	padding-left: 5px;
	color: #36A200;
	font-size: 11px; margin:5px;
}
.textbox-fontsize{
	text-align: right;
	color: #666;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	color:#666;
	font-size:14px;	
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	line-height: 160%;
}
.textbox-content a:link{color:#693; text-decoration: underline; }
.textbox-content a:visited{color:#693;text-decoration: underline;}
.textbox-content a:hover{color:#36A200; text-decoration: none;}
.textbox-bottom{
	border-top: 1px dashed #ccc;
	padding: 5px;
	font-size: 11px;
	color: #666;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #708090;
	text-decoration: blink;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #999;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dashed #C0C0C0;
	font-size: 11px;
	color: #666666;
}
/* Guestbook */
.gbbox{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #003366;
}
.gbbox-title{
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #000;
}
.gbbox-label{
	font-weight: normal;
	color: #999;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	margin-left: 30px;
	padding: 10px;
	color: #333;
	background-image: url(images/title_bg.gif);
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999;
	font-size: 11px;
	display: inline;
}

/* Comment box */
#commentForm { width: 99%;}
.comment-wrapper{}
.comment-top{ padding:5px; margin: 5px; color: #666;}
.comment-pages{ padding:5px; margin: 5px; color: #999;}
.commentbox{ word-wrap: break-word; padding: 5px; margin: 5px; }
.no-comment-box{ padding:10px; border: 1px solid #E0E0E0; background: #FCFCFC; color: #666;}
.commentbox-title{ padding: 3px; border-bottom: 1px dashed #C0C0C0; }
.commentbox-label{ display: inline; color: #666; font-size: 11px;}
.commentbox-content{ padding: 3px;}
.trackbackbox{ padding: 5px; margin: 5px;}
.trackbackbox-title{ padding: 3px; border-bottom: 1px dashed #C0C0C0;}
.trackbackbox-label{ display: inline; color: #666; font-size: 11px;}
.trackbackbox-content{ padding: 3px; color: #333;}
.trackbackbox a{ color: #000;}

/* Boxes for redirection */
.messagebox{ margin-top: 10px; margin-bottom: 20px; width: 80%; border: 1px solid #003366; text-align: center; background: #FCFCFC;}
.messagebox-title{  color: #000; font-weight: bold; background-color: #D8E2F1; padding: 5px;  background-image: url(images/title_bg.gif); }
.messagebox-content{ color: #333; padding: 10px; padding-bottom: 20px; text-align: left;}
.messagebox-bottom{ background-image: url(images/title_bg.gif); color: #FFF; background-color: #F3F3F3; padding: 5px;}
.errorbox{ margin-top: 10px; margin-bottom: 10px; width: 80%; border: solid 1px #003366; text-align: center; background: #FCFCFC;}
.errorbox-title{ background-image: url(images/title_bg.gif); color: #000; font-weight: bold; background-color: #CCC; padding: 5px;}
.errorbox-content{ color: #333; padding: 10px; padding-bottom: 20px; text-align: left;}
.errorbox-bottom{ background-image: url(images/title_bg.gif); color: #FFF; background-color: #F3F3F3; padding: 5px;}
/* Form Table styles */
.formbox{ border: 1px solid #003366; background: #FFF;margin: 10px;  width: 98%; }
.formbox-comment{}
.formbox-title,
.formbox-comment-title{ color: #000; font-weight: bold; padding: 5px; text-align: center; background-color: #333;  background-image: url(images/title_bg.gif); }
.formbox-rowheader,
.formbox-comment-rowheader { padding: 5px; text-align: right; font-weight: bold; color: #333;}
.formbox-content,
.formbox-comment-content{ padding: 5px;}
.upload-error { color: #000;}
.upload-done { color: #000;}
.member-list{ background-color: #F6F6F6}

/* UBB Code Custom Styles*/
/* IE only */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{ margin:1px; padding:1px;}
.code {
	word-wrap: break-all;	font-family: "Courier New","ËÎÌå";	border: 1px dashed silver; 
background-color: #F9F9F9;	color: #000; margin: 5px; padding: 10px;
}
/*.code {	width:450px;height:100px;word-wrap:break-all; padding:5px; margin:5px; font-family:"Courier New"; 
color:#000; background-color:#F9F9F9; border: 1px dashed silver;}*/

.ipt{
width:40px;
height:20px;
font-weight:bold;word-wrap:break-all;
margin:2px 2px 2px 5px; 
font-family:"Arial"; 
color:#f60;
background-color:#F9F9F9;
BORDER-RIGHT: #666 1px solid;
PADDING-RIGHT: 0px;
BORDER-TOP:#999 1px solid; 
PADDING-LEFT: 0px;
FONT-SIZE: 11px; 
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#cecfde); 
BORDER-LEFT: #999 1px solid; 
CURSOR: hand; 
PADDING-TOP: 0px;
BORDER-BOTTOM: #666 1px solid
}
.quote {
	border-left: 3px solid #0D4E85;
	background-color: #D8E2F1;
	margin: 10px;
	}
.quote-title {
	border-bottom: 1px dashed #0D4E85;
	padding: 5px;
	font-weight: bold;
	color: #666;
}
.quote-content {
	word-wrap: break-all;
	color: #666;
	padding: 10px; 
}
.ubb-obj-div {
	word-wrap: break-all;
	background-color: #FFF;
	color: #666;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #CCC;
}
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFF;
	text-align: left;
}
.upload-file{}
