/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Illacrimo
    Version: 1.0
     Author: http://wp-themes.designdisease.com/
Last Update: 2008-04-30 08:00
==============================================================
*/

/****** General Styles ******/
body {
	margin: 0;
	padding: 0;
	background: #fefeff;
	color: #313939;
	font: normal 12px Tahoma, sans-serif; 
}
body,input,textarea,a {
	cursor: default;
}
table {
}
td {
	word-break: break-all; 
	font: normal 12px Tahoma, sans-serif; 
}

img{
	vertical-align: middle;
	border: 0 none;
}

a:link,
a:visited {
	color: #0094ce;
	text-decoration: none;
}
a:hover {
	color: #0094ce;
	text-decoration: underline;
}
hr {
	border: 0;
	border-top: 1px solid #ccccd4
	height: 1px;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input,textarea,select {
	font: normal 12px Tahoma, sans-serif; 
}
input.text {
	height: 15px;
}
input.button {
	height: 19px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
textarea, input.text { 
	padding: 1px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
select { 
}

/****** Main Layout Styles ******/
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#innerWrapper {
}

#header {
	height: 130px;
	background: #003163 url(HeaderBkg.jpg) left top no-repeat;
}
#innerHeader {
}
#footer {
	clear: both;
	height: 60px;
	background: #003163;
}
#innerFooter {
	padding: 12px 36px;
	color: #8cb5ce;
	font-size: 10px;
}

/****** Header Elements Styles ******/
#blogLogo {
	display: none;
}
#logo {
}
/* header title */

.blog-header {
	padding: 0 0 0 100px;
	background: url(LogoIcon.png) 30px 50% no-repeat;
}
h1 {
	margin: 0;
	padding: 31px 0 0 0;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link,
h1 a:visited {
	color: #fff;
}
h1 a:hover {
	color: #fff;
}

/* blog description */
.blog-desc {
	padding: 0 0 28px 0;
	height: 12px;
	line-height: 12px;
	color: #75c0d9;
	font-size: 12px;
	font-weight: bold;
}

/* nav menu */
#menu {
	background: #0094ce;
	height: 35px;
	line-height: 35px;
}
#menu ul{
	margin: 0;
	padding: 10px 0 0 100px;
	height: 25px;
	line-height: 25px;
}
#menu li{
	display: inline;
	float: left;
	height: 25px;
	line-height: 25px;
    list-style-type: none;
}
#menu a:link, #menu a:visited{
    float: left;
	padding: 0 12px 0 12px;
	color: #fff;
	text-decoration: none;
}
#menu a:hover{
    float: left;
	padding: 0 12px 0 12px;
	background: #fefeff;
	color: #00528c;
	text-decoration: none;
}

/****** Content Layout ******/
#mainWrapper {
	border-left: 15px solid #fefeff;
	border-right: 180px solid #001829;
	zoom: 1;
}

/* sidebar */
.sidebar {
	position: relative;
	z-index: 9;
	float: right;
	width: 280px;
	margin-top: -63px;
	background: url(Search.gif) left top no-repeat;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	margin: 63px 0 0 0;
	padding: 20px 20px 0 20px;
	border-left: 10px solid #d6d6d6;
	background: #005b8e;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-right: -280px;
}
.content-wide {
	width: auto;
	margin-right: -280px;
}
.content-only {
	width: auto;
	background: #fefeff;
}
#innerContent {
	margin-right: 280px;
	padding: 12px;
	overflow: visible;
	border-left: 70px solid #ecf3f8;
	background: #fefeff;
}

/* 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: 0;
	padding: 0;
	background: url(p_content.gif) left 26px repeat-x;
}
.panel h5 {
	margin: 0;
	padding: 0 0 0 20px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: url(p_title.gif) left 50% no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.panel-content{
	word-break:break-all;
	padding: 16px 0;
	line-height: 22px;
	color: #fff;
}
.panel-content a:link, .panel-content a:visited{
	color: #fff;
}
.panel-content a:hover{
	color: #fff;
}
.panel-content ul{
	margin: 0;
	padding: 0;
}
.panel-content li{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #106b94;
	background: url(CategLi.png) 6px 50% no-repeat;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	margin: 0 0 16px 0;
	background: url(p_content.gif) left top no-repeat;
}

.calendar-top {
	padding: 16px;
	text-align: center;
	color: #fff;
}
.calendar-year,
.calendar-month {
	color: #fff;
}

.calendar-weekdays {
	color: #fff;
}
.calendar-weekday-cell {
	width: 14%;
	padding: 2px;
	text-align: center;
}

.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	width: 14%;
	padding: 2px;
	color: #fff;
	text-align: center;
}
.calendar-saturday,
.calendar-sunday {
}
.calendar-today {
	border: solid 1px #fff;
}

.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;
	color: #fff;
}

/****** Search Panel ******/
.search-field { width: 120px; }

/****** Announcement Box ******/
.announce{
	margin: 0 12px;
	border: solid 1px #ccccd4;
}
.announce-content{
	padding: 12px;
	word-break:break-all;
}
.announce-time{
	float: right;
	color: #999;
}

/****** Defaul Page Elements ******/
.article-top {
	margin-bottom: 6px;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
	color: #00a0e3;
}

.article-bottom {
	margin-top: 6px;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
}

/* page links */
.pages {
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
}

.listbox {
	padding: 12px;
}
.listbox-table {
	width: 100%;
}
.listbox-table td {
	line-height: 160%;
}
.listbox-header {
	word-break:break-all;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-header a:link,.listbox-header a:visited {
	color: red;
	text-decoration: underline;
}
.listbox-header a:hover {
	color: black;
}
.listbox-entry {
	word-break:break-all;
}
.listbox-entry a{
	word-break:break-all;
}

/* no entry to display box */
.no-entry {
}
.no-entry-message {
	padding: 30px;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	padding: 12px;
}
.textbox-title{
	word-break:break-all;
	background: url(t_title.gif) left bottom repeat-x;
}
.textbox-title h4{
	margin: 0;
	padding: 7px 0 0 0;
	word-break:break-all;
	height: 14px;
	line-height: 14px;
	color: #cc6600;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.textbox-title h4 a{
	color: #0084bd;
}
.textbox-label{
	margin-left: -90px;
	padding: 7px 0 11px 0;
	height: 12px;
	line-height: 12px;
	color: #8c9ca5;
	font-size: 12px;
}
.textbox-label:first-letter { color:red; }
.textbox-label a{
	color: #8c9ca5;
}
.textbox-fontsize{
	padding: 12px 0 0 0;
	text-align: right;
}
.textbox-content{
	word-break:break-all;
	padding: 12px 0;
}
.textbox-content ul{
	margin-left: 36px;
}
.textbox-bottom {
	padding: 16px 0;
	color: #394273;
	background: url(t_title.gif) left top repeat-x;
	font-weight: bold;
}
.textbox-bottom a{
	color: #0094ce;
	text-decoration: underline;
}
.editmark {
	margin-top: 10px;
}
.textbox-urls {
	margin: 16px 6px 6px 6px;
	padding: 6px;
	border: 1px solid #eee;
	color: #666;
	background: #eee;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 6px;
	padding: 12px;
}
.gbbox-title{
	margin-bottom: 6px;
	padding-left: 6px;
	height: 26px;
	line-height: 26px;
	background-color: #eee;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #a19a80;
}
.gbbox-label a:link,
.gbbox-label a:visited {
	color: #a19a80;
}
.gbbox-label a:hover {
	color: #2f3a30;
}
.gbbox-content{
	word-break:break-all;
}
.gbbox-reply {
	margin-top: 6px;
	margin-left: 36px;
}
.gbbox-reply-title{
	margin-bottom: 6px;
	padding-left: 6px;
	height: 26px;
	line-height: 26px;
	background-color: #f9f9f9;
	font-weight: bold;
}
.gbbox-reply-label{
	display: inline;
	color: #a19a80;
	font-weight: normal;
}
.gbbox-reply-label a:link,
.gbbox-reply-label a:visited {
	color: #666;
}
.gbbox-reply-label a:hover {
	color: #2f3a30;
}

/* comments wrapper */
.comment-wrapper{
	margin: 12px;
	padding: 12px 0;
	background: url(t_title.gif) left top repeat-x;
}

/* comments top box */
.comment-top{
	padding: 6px 12px;
	text-align: right;
	color: #cc6600;
}
.comment-pages{
	margin: 12px;
	padding: 6px 0;
	color: #cc6600;
}

/* commnet box */
.commentbox{
	margin: 10px 0;
	padding: 10px;
	word-break:break-all;
	background: #f6f1de;
}
.commentbox-title{
	padding: 0 0 0 20px;
}
.commentbox-label{
	padding: 0 0 10px 14px;
	height: 14px;
	line-height: 14px;
	color: #a19a80;
}
.commentbox-content{
	padding: 20px 10px;
	color: #35383d;
	background: #fff;
}
.commentbox-content ul{
	margin-left: 36px;
}
.no-comment-box{
	padding: 30px;
	text-align: center;
}

/* trackback box */
.trackbackbox{
	margin: 10px 0;
	padding: 10px;
	word-break:break-all;
	background: #f1f6de;
}
.trackbackbox-title{
	padding: 0 0 0 20px;
	height: 14px;
	line-height: 14px;
}
.trackbackbox-label{
	padding: 0 0 10px 14px;
	height: 14px;
	line-height: 14px;
	color: #a19a80;
}
.trackbackbox-content{
	padding: 20px 10px;
	background: #fff;
}

/* comment form wrapper */
#commentForm {
	padding: 0 12px;
}

/****** normal message box ******/
.messagebox{
	text-align: center;
	background: #fff;
	border-left: 70px solid #ecf3f8;
}
.messagebox-title{
	padding: 12px;
	font-weight: bold;
	background: #eee;
}
.messagebox-content{
	padding: 60px;
	text-align: left;
}
.messagebox-bottom{
	padding: 12px;
	background: #eee;
}

/****** error message box ******/
.errorbox{
	text-align: center;
	background: #fff;
	border-left: 70px solid #ecf3f8;
}
.errorbox-title{
	padding: 12px;
	font-weight: bold;
	background: #eee;
}
.errorbox-content{
	padding: 60px;
	text-align: left;
	color: #f00;
}
.errorbox-bottom{
	padding: 12px;
	background: #eee;
}

/****** Input Form Styles (table) ******/
.formbox-comment{
	background: #bbe9ff;
}
.formbox{
	background: #bbe9ff;
	border-left: 70px solid #ecf3f8;
}

/*Post Comments*/
.formbox-comment-title{
	padding: 8px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

.formbox-comment-rowheader {
	padding: 8px;
	word-break: keep-all;
	font-weight: bold;
	text-align: right;
	color: #336699;
}

.formbox-comment-content{
	padding: 8px;
	color: #000029;
}

/*Post Articles*/
.formbox-title{
	padding: 8px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

.formbox-rowheader{
	padding: 8px;
	word-break: keep-all;
	font-weight: bold;
	text-align: right;
	color: #336699;
}

.formbox-content{
	padding: 8px;
	color: #000029;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	padding:0 0 5px 0;
	border-bottom: 1px solid #336699;
	cursor: pointer;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0;
	padding: 0;
	background: #bbe9ff;
}
.upload-file{
	height: 19px;
	padding: 1px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

.upload-error {}
.upload-done {}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
}
.red {
	color: red;
}
.highlight {
	background: #f00;
	font-weight: bold;
	color: #f60;
}
.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px 25px 15px 25px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}
.code {
	margin: 10px;
	padding: 16px 10px;
	word-break:break-all;
	background: #e9f8ff;
	font-size: 10px;
}

.quote {
	margin: 10px;
	background: #e9f8ff;
}
.quote-title {
	padding: 16px 10px;
	font-weight: bold;
}
.quote-content {
	padding: 16px 10px;
	word-break:break-all;
}

.ubb-obj-div {
	margin: 10px;
	padding: 16px 10px;
	word-break:break-all;
}
