/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Evergreen
    Version: 1.0
     Author: SiC
Last Update: 2005-06-16 15:38:08
==============================================================
*/

/****** General Styles ******/

body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	BACKGROUND: url(site-bg-blue.png) #f3f3f3 repeat-x;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td {
     word-break: break-all; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #ab0101;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

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: #000000; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #000000; 
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	background-color: #FFFFFF;
}
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 {
text-align:center;
margin:0 auto;
background:url(big-bg-blue.jpg) 50% 88px no-repeat;
}
#innerWrapper {
	width: 100%;
}

#header {
position:relative;
	height:35px;
	width:930px;
	margin:0 auto;
	padding-top:60px;
	text-align:left;

	
}
#innerHeader { margin:0 auto;
}

#footer {
	BORDER-TOP: #ccc 1px solid; BACKGROUND: url(footer-bg2.png) repeat-x; HEIGHT: 80px; TEXT-ALIGN: center; margin-top:20px;
	clear: both;
}
#innerFooter {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; MARGIN: 20px auto; WIDTH: 930px; COLOR: #626873; PADDING-TOP: 0px; TEXT-ALIGN: center; line-height:20px;
}

/****** Header Elements Styles ******/

#n_menu {color: #e0e0e0; font-weight:bold;}
#header-nav-ul{ margin:0 auto; padding:0px;}
#header-nav-ul li {
	display:inline;
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 12px;
	}

#header-nav-ul li a {
	color:#464A52;
	font-weight:normal; 
	text-transform: uppercase;
	margin-right:17px;
	padding-bottom:24px;
	display: inline-block;
	background:url(header-li-hover-bg.gif ) -2000px 100% no-repeat;
	}


#header-nav-ul li a.selected {
	background-position:50% 28px;
	color:#003F8E;
	}
	
#header-nav-ul li a:hover {BACKGROUND-POSITION: 50% 28px; COLOR: #ab0101}

#blogLogo { position:absolute;
	top:20px;
	right:0;}
#logo {
	
}
.page-title {
	MARGIN-BOTTOM: 5px; PADDING-BOTTOM: 5px; FONT: 22px normal Helvetica, Arial, Verdana, san-serif; COLOR: #464a52; LETTER-SPACING: 0.3mm; text-shadow: 1px 1px 6px #BBB; font-weight:bold; margin-left:5px;
}

/* header title */
.blog-header {
	padding: 0px;display: none;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link,
h1 a:visited {
	color: white;
	text-decoration: none;
}
h1 a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	color: #A9BD93;
}

/* nav menu */
#menu {
	margin-top: 2px;
	color: #999999;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
padding: 0px;
margin: 0px;

}
#menu a{

}

/****** Content Layout ******/
#mainWrapper {
	width:930px;
	padding:0;
	margin:0 auto;
	text-align:left;
	margin-top:160px; 
}

/* sidebar */
.sidebar {
	float: right;
    WIDTH: 290px;
	text-align:left;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
float: left;
text-align:left;
WIDTH: 610px;
}
.content-wide {
float: left;
text-align:left;
WIDTH: 100%;
}
.content-only {
float: left;
text-align:left;

WIDTH: 610px;
}
#innerContent {
	
}

/* 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{
	BACKGROUND: url(sbhead.png) no-repeat 50% top; 
}

.panel h5 {
	FONT: 12px; MARGIN-LEFT: 20px; TEXT-TRANSFORM: uppercase; COLOR: #003f8e; PADDING-TOP: 25px; padding-left:38px; padding-bottom:3px; font-weight:bold;
}
.panel-content{
	padding:5px;
	color:#999999;
	line-height: 120%;
}
.panel-content ul{
	margin:0; padding:0 ;MARGIN: 8px 0px 0px 0;list-style:none;
}
.panel-content li{
	 PADDING-RIGHT: 0px; PADDING-LEFT: 25px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: url(arrow-play.png) no-repeat 0px 50%; PADDING-BOTTOM: 5px; COLOR: #464a52; PADDING-TOP: 5px
}

.panel-content li a{
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; COLOR: #ab0101; PADDING-TOP: 1px; BORDER-BOTTOM: #cccccc 1px solid; color: #AB0101;}

.panel-content li A:hover {
	COLOR: #333333; BORDER-BOTTOM: #ab0101 1px solid; BACKGROUND-COLOR: #efefef
}

#panelUser h5 { BACKGROUND: url(team.png) no-repeat left bottom;}
#panel_user h5 { BACKGROUND: url(team.png) no-repeat left bottom;}
#panelCategory h5 { BACKGROUND: url(icon-folder.png) no-repeat left bottom;}
#panelArticle h5 { BACKGROUND: url(icon-calendar.png) no-repeat left bottom;}
#panelSearch h5 { BACKGROUND: url(webapp.gif) no-repeat left bottom;}
#panelComment h5 { BACKGROUND: url(contact.png) no-repeat left bottom;}


#panelCalendar{ display:none;}
#panelComment{ display:none;}
#panelStats h5 {BACKGROUND: url(services.png) no-repeat left bottom; }
#panelLinks h5 {BACKGROUND: url(iddesign.gif) no-repeat left bottom; }

/* user panel login form */
#loginForm {
	width: 95%;
	padding-top:4px;
}

/* 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 {
}
.calendar-weekday-cell {
	color: #333333;
	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: #666666;
	font-weight:bold;
}
.calendar-today {
	border: dashed 1px #999999;
}

.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 {margin-bottom:10px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	border: 1px dashed #999999;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #000000;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #999999; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px; padding-left:2px;
}
.article-top{ padding-bottom:10px;}

/* page links */
.pages {
	color: #666666;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: left;
	color: #999999;
}

.listbox {
margin-top:15px;
	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-top: 15px;
	margin-bottom: 15px;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
MARGIN-TOP: 20px; BACKGROUND: url(page-title-bg.png) no-repeat left bottom ;  PADDING-BOTTOM: 10px; FONT: 19px normal Helvetica, Arial, Verdana, san-serif; COLOR: #003f8e; LETTER-SPACING: 0.3mm; text-shadow: 1px 1px 6px #BBB
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 2px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:active,
.textbox-title h4 a:visited{
	color: #003f8e;
}
.textbox-label{
	padding-top: 5px;
	padding-left: 2px;
	color: #AB0101;
	font-size: 11px;
	MARGIN-BOTTOM: 6px;
}

.textbox-label a{
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; COLOR: #ab0101; PADDING-TOP: 1px; BORDER-BOTTOM: #cccccc 1px solid}

.textbox-label A:hover {
	COLOR: #333333; BORDER-BOTTOM: #ab0101 1px solid; BACKGROUND-COLOR: #efefef
}

.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px; padding-top:5px; padding-left:2px; line-height:20px;
}
.textbox-content a{
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; COLOR: #ab0101; PADDING-TOP: 1px; BORDER-BOTTOM: #cccccc 1px solid; color: #AB0101;}

.textbox-content A:hover {
	COLOR: #333333; BORDER-BOTTOM: #ab0101 1px solid; BACKGROUND-COLOR: #efefef
}

.textbox-content a:visited{color: #AB0101;}

.textbox-bottom {
	padding: 2px; 
	color: #626873;
	font-size: 11px;
	margin-bottom:25px;
}
.textbox-bottom a:link,
.textbox-bottom a:active,
.textbox-bottom a:visited,
{
	text-decoration: none;
	color: #626873;
}
.editmark {
	margin-top: 20px;
	color: #666666;
	font-size: 11px;
}
.textbox-urls {

	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: #666666;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background-color: #EAE1C7;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	background-color: #E0DBBE;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{ margin-top:-20px;}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #333333;
	background: #F7E7C8;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #666666;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
	margin-bottom:10px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px; margin-top:5px;
}
.no-comment-box{
display:none;
	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;
	text-align: center;
}
.messagebox-title{
	padding: 5px;
	color: #336600;
	font-weight: bold;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #003300;
}
.messagebox-bottom{
	padding: 5px;
	color: #333333;
}

/****** 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{ text-align:left;}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #464A52;
	font-weight: bold;
	text-align: center;
	background-color: #EBEBEB;
}

.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; padding-left:2px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color:#f3f3f3;
	padding-top:8px;
	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: #FBF3E6;
	border-left: 3px solid #EFD09C;
}

.quote {
	margin: 10px;
	background-color: #FBF3E6;
	border-left: 3px solid #EFD09C;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #EFD09C;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}
.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px; margin-left:0px;
	padding: 10px;
	color: #666666;
	background-color: #ffffff;
	border: 1px dashed #EFD09C;
}
