/*
=== LBS^2 StyleSheet File ====================================
 Style Name: z-one nuvola
    Version: 1.0
     Author: jet
Last Update: Monday, 11/04/2006 11:00 AM
=====================================================
*/

/****** General Styles ******/
body {
	font-size:12px;
    margin:0px;
	padding:0px;
	background:#f7f7f4;
	color:#000;
	font-family: Tahoma, Arial;
}

table {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
td {
     word-break: break-all; 
}
a:link,a:visited {
	color: #6b6b52;
	text-decoration: none;
}
a:hover {
	color: #949472;
	text-decoration: none;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
img {
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px;
}
input.text {
	height: 16px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #cccccc;
}
input.button {
	height: 19px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #eeeeee;
	background-color: buttonface;
}
.upload-file {
	height: 16px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #cccccc;
}
textarea {
	padding: 0px;
	font-size: 12px;  
	font-family: Tahoma, Arial;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #cccccc;
}
select {
	font-size: 12px;  
	font-family: Tahoma, Arial;
}

/****** Main Layout Styles ******/
#wrapper {
    width:100%;
	padding: 0px;
    margin:0 auto;
	position: relative;
}
#innerWrapper {
    width:100%;
	margin:0 auto;
}
#header {
	width:100%;
	margin:0 auto;
	background:url('TopBack.png') repeat-x;
}
#innerHeader {
	padding: 0 auto;
	padding-bottom: 0 auto;
	height: 100px;
}

#footer {
	clear: both;
	padding: 10px;
}
#innerFooter {
	color:#3E3E2F;
	font-size:10px;
	text-align: center;
}
#innerFooter a:hover{
}

/****** Header Elements Styles ******/
#blogLogo {
	display: none;
}
#logo {
	float: left;
	margin-right: 16px;
	filter:FlipH();/* FlipV()*/
}

/* header title */
.blog-header {
}
h1 {
	margin: 0px;
	padding-top: 26px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
h1 a:link,
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #FFFFFF;
	font-weight:bold;
}

/* nav menu */
#menu {
    float:left;
	margin-left:0px;
	text-align:right;
	padding-top: 15px;
	/*filter:FlipH(); FlipV()*/
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu li{
	display: inline;
	list-style: none;
	font-weight:bold;
	padding: 0px;
	padding-right: 7px;
	margin: 0px;
	margin-right: 5px;
}
#menu li a:link,
#menu li a:visited{
	color:#353528;
	text-decoration: none;
}
#menu li a:hover{
	color:#5A5A45;
	text-decoration: none;
}

/****** Content Layout ******/
#mainWrapper {
	padding-top: 8px;
}

/* sidebar */
.sidebar {
	float:left;
	width:210px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding-left: 8px;
}
#innerSidebar a:hover{
	text-decoration: none;
}
/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -210px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	margin-left: 210px;
	padding-right: 8px;
	overflow: visible;
}
/* 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;
	margin-bottom:10px;
}
.panel h5 {
	margin:0px;
	height:18px;
	text-align:left;
	padding:8px 0px 0px 24px;
	font-weight:bold;
	font-size:12px;
	background:url(SideTopDefault.png) no-repeat;
	color:#3E3E2F;
}
.panel-content{
	line-height: 120%;
	padding-left:12px;
	padding-top:4px;
	padding-bottom:14px;
	background-image: url("SideBottom.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
    list-style: none;
}

/* user panel login form */
#loginForm {
}

/* calendar panel */
#calendar {
	width: 196px;
	padding-top: 10px;
	margin-bottom: 10px;
	background-image: url("SideBottom.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.calendar-top {
	text-align: center;
	padding: 2px;
	font-size:10px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	font-size:10px;
	font-weight:bold;
	text-align: center;
	padding: 2px;
}

.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
    font-size: 10px;
	text-align: center;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #663300;
	font-weight:bold;
}
.calendar-today {
    color: #c8161d;
	font-weight:bold;
	text-decoration: none;
}

.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: none;
	font-weight:bold;
	padding: 4px;
}

/****** Search Panel ******/
.search-field {
	width: 164px;
}

/****** Announcement Box ******/
.announce{
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #000; 
}
.announce-time{
	float: right;
	font-size: 10px;
	color: #999999; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
}
.pages a:hover{
}
.pagelink-current {
	font-weight: bold;
}
.view-mode {
	float: right;
}

.listbox {
	padding: 12px;
}
.listbox-table {
}
.listbox-header {
	word-wrap: break-all;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
}
.listbox-entry a{
	word-wrap: break-all;
}
.listbox-entry a:hover{
    text-decoration: none;
}

/* no entry to display box */
.no-entry {
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin:0 auto;
	margin-bottom:12px;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 0px;
	font-size: 14px;
	background-image: url("logIcon.gif");	
	background-position: top 3px;
	background-repeat: no-repeat;
	padding-left:44px;
	height:40px; 
}
.textbox-title h4{
	font-size:14px;
	color:#3E3E2F;
	padding-bottom:2px;
	font-weight:bold;
	margin:0px
}

.textbox-title h4 a:link{
	color:#3E3E2F;
	text-decoration:none;
}
.textbox-title h4 a:visited{
	color:#3E3E2F;
	text-decoration:none;
}
.textbox-title h4 a:hover{
	color:#6b6b52;
	text-decoration:none;
}

.textbox-label{
	color:#666;
	font-size:10px;
	border-top:1px solid #DBDBD0;
	margin:0px;
}
.textbox-label a:hover{
    text-decoration: none;
}
.textbox-fontsize{
	font-size:10px;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	padding: 8px;
}
.textbox-bottom {
	margin-top: 8px;
	padding: 8px;
	text-align:right;
	border-bottom:1px solid #DBDBD0;
}
.textbox-bottom a:link,.textbox-bottom a:visited,.textbox-bottom a:hover {
	text-decoration:none;
}
.editmark {
	margin-top: 8px;
	font-size: 10px;
	text-align: right;
}
.textbox-urls {
	border-top:1px solid #DBDBD0;
	border-bottom:1px solid #DBDBD0;
	padding: 8px;
	margin-top: 8px;
	font-size: 10px;
}

/* guestbook entry box */
.gbbox{
	border-top:1px solid #aBaBa0;
}
.gbbox-title{
	margin-bottom: 8px;
	font-weight: bold;
	color: #999999;
}

.gbbox-label{
	display: inline;
	font-size: 10px;
	color: #999999;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 8px;
}
.gbbox-reply {
	border-top:1px solid #DBDBD0;
	padding: 8px;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 8px;
	color: #999999;
}
.gbbox-reply-label{
	font-size: 10px;
	display: inline;
	color: #999999;
}

/* comments wrapper */
.comment-wrapper{
}

/* comments top box */
.comment-top{
	padding: 8px;
}
.comment-pages{
}

/* commnet box */
.commentbox{
	border:1px solid #DBDBD0;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #ffffff;
}
.commentbox-title{
	padding: 5px;
	background:#EEEEE8;
	margin:1px;
}
.commentbox-label{
	display: inline;
	font-size: 10px;
	color: #999999;
}
.commentbox-content{
	word-wrap: break-word;
	padding:8px;
}
.no-comment-box{
	padding:5px;
}

/* trackback box */
.trackbackbox{
	border:1px solid #DBDBD0;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #ffffff;
}
.trackbackbox-title{
	padding: 5px;
	background:#EEEEE8;
	margin:1px;
}
.trackbackbox-label{
	display: inline;
	font-size: 10px;
	color: #999999;
}
.trackbackbox-content{
	word-wrap: break-word;
	padding:8px;
}

/* comment form wrapper */
#commentForm {
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 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: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** 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{
	border:1px solid #DBDBD0;
	background-color: #ffffff;
}
.formbox-comment{
	border:1px solid #DBDBD0;
	background-color: #ffffff;
}
.formbox-title,
.formbox-comment-title{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background:#EEEEE8;
	margin:1px;
	font-size: 10px;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	text-align: center;
}
.panel-smilies-title {
	padding: 5px;
	font-size: 10px;
	border-bottom:1px solid #DBDBD0;
}
.panel-smilies-content {
	padding: 5px;
}

/****** Upload Page ******/
.upload-page{
	text-align: left;
}
.upload-file{}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 10px;
	color: black;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
	background: #FFFF00;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list {
margin:8px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	padding: 5px;
	margin: 5px;
	font-family: "Courier New";
	border: 1px solid #E0E0E0;
	border-left: 3px solid #E0E0E0;
}

.quote {
	margin: 5px;
	border: 1px solid #E0E0E0;
	border-left: 3px solid #E0E0E0;
}
.quote-title {
	padding: 5px;
	border-bottom: 1px solid #E0E0E0;
	font-weight: bold;
}
.quote-content {
	word-wrap: break-all;
	padding: 5px;
}
.quote-content a:hover{
    text-decoration: none;
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	border: 1px solid #E0E0E0;
}