/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Break N
    Version: 1.4
     Author: 
Last Update: 2006-06-04 11:30:03
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: white;
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
}
body > div {text-align:center; margin:auto; }
table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td {
     word-break: break-all; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #00a4ff;
}
a:hover {
	text-decoration: none;
	color:#0086d1;
}

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 {margin:auto;}
#innerWrapper {
	width: 95%;
	position: relative;
}

#header {margin-top:20px;background:url(images/top_loop_line.gif) repeat-x bottom left;height:97px;}
#innerHeader {}

#footer {
	clear: both;
	text-align:center;
}
#innerFooter {
	padding: 25px 10px 10px 157px;
	color: #666666;
	font-size: 11px;
	text-align: left;
	background:url(images/copyright_logo.gif) no-repeat top left;
	width:300px;
	margin-left:30% !important;
	margin-left:0;

}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin-left:30px;
	margin-right: 10px;
}

/* header title */
.blog-header {
	padding: 0px;
}
h1 {
	display:none;
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link,h1 a:visited {color: black;text-decoration: none;}
h1 a:hover {color: #FF3300;text-decoration: underline;}

/* blog description */
.blog-desc {display:none;color: black;}

/* nav menu */
#menu {margin-top: 31px;float:right;}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
}
#menu a{
	display: block;
	float:left;
	padding:17px 11px 21px 10px;
	margin-right:-1px;
	color: #666464;
	font-size:16px;
	background-image: url(images/Menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	}
#menu a:hover{
	display: block;
	float:left;
	color: #0086d1;
	font-size:16px;
	text-decoration: none;
	background-image: url(images/Menu_bg_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/****** Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
	float: right;
	width: 248px;
	text-align:left;
}
.sidebar-hide {
	display: none;
	float: right;
	text-align:left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: left;
	width: 100%;
	text-align:left;
	margin-right: -279px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-right: -248px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-right: -248px;
}
#innerContent {
	margin-right: 279px;
	margin-left:26px;
	text-align:left;
	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{
	padding:1px;
	margin-bottom: 10px;
	background:url(images/sub_menu_loop_bg.gif) repeat-x top left;
}
.panel h5 {
	padding: 2px;
	margin: 0px;
	color: #0086d1;
	font-size: 16px;
	font-weight: bold;
	background:#FFF;
	display:inline;
	margin-left:8px;
}
.panel-content{
	padding:5px;
	color:#999999;
	font-size:14px;
	margin-left:7px;
	line-height: 120%;
}
.panel-content a:hover{color:#666666;}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style: square inside;
}

.panel iframe{width:100%;font-size:12px;}

/* user panel login form */
#loginForm {
	width: 95%;
}
#loginForm td{font-size:14px;}

/* calendar panel */
#calendar {
	width: 100%;
	margin-top: 5px;
	margin-left:6px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #F6F6F6;
}
.calendar-weekday-cell {
	color: #666666;
	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: #999999;
	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 */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	border-top: solid 1px #ffd394;
	background-color: #ffffdd;
	margin-left:18px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	font-size:14px;
	color: #767676;
}
.announce-time{
	float: right;
	font-size: 10px;
	padding:3px;
	color: #8c8c8c;
	background:#FFFFFF;
	border-top:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
	color: #999999;
	margin-left:15px;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #999999;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	margin-left:19px;
}
.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;
	color:#0086d1;
}

/* 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-bottom: 15px;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 6px 0 6px 6px;;
	background-image: url("images/content_title_loop_bg.gif");	
	background-position: top left;
	background-repeat: repeat-x;
	height:53px;
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 5px;
	margin-left:10px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	background:#FFF;
}
.textbox-title h4 a:link,.textbox-title h4 a:visited{color:#0086d1;}
.textbox-title h4 a:hover{color:#666666;text-decoration:none;}

.textbox-label{
	width:auto;
	padding: 7px;
	border-top:1px solid #f1f1f1;
	background:#f9f9f9;
	color: #666666;
	font-size: 11px;
	float:right;
	/*border:1px solid #333;*/
}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	padding: 16px;
	margin-left:20px;
	margin-bottom: 10px;
	font-size:14px;
	color:#737373;
	line-height:130%;
	border-top:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	background:#fafafa;

}
.textbox-ad{
	padding: 5px 16px;
	margin-left:7px;
}
.textbox-bottom {
	margin-left:20px;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	/*border-top: 1px dashed #C0C0C0;*/
}
.textbox-bottom a:link,.textbox-bottom a:visited{color:#e0812c;}
.textbox-bottom a:hover{color:#333;}
.editmark {
	margin-top: 20px;
	color: #999999;
	font-size: 11px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
	margin-left:19px;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
	font-size:14px;
}
.gbbox-title a{color:#0086d1;}
.gbbox-title a:hover{color:#333;}
.gbbox-label{
	display: inline;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	font-size:14px;
	background-color: #FBFBF8;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	font-size:14px;
	background-color: #F8F8F6;
	border-top: 1px dashed #E0E0E0;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
	font-size:14px;
}
.gbbox-reply-label{
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{margin-left:19px;}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #F6F6F6;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	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:auto;
	margin-left:19px;
}
#commentForm table{width:100%;}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
	margin-top:25px;
}
.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{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	text-align:left;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #666666;
	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;
}

/* 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;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
	text-align:left;
}
.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: #fffff2;
	border-left: 3px solid #E0E0E0;
}

.quote {
	margin: 10px;
	background-color: #fffff2;
	border-left: 3px solid #E0E0E0;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
