/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Garland
    Version: 1.0
Designed By: Stefan Nagtegaal and Steven Wittens.
Last Update: 2007-03-26 18:00
==============================================================
*/

/****** General Styles ******/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma;
	color: #333;
	background: #edf5fa;
}
table {
	font-size: 12px;
	font-family: Tahoma;
	color: #333;
}
td {
     word-break: break-all; 
}

img{
	vertical-align: middle;
	border: 0px none;
}


a:link,
a:visited {
	text-decoration: none;
	color: #027ac6;
}
a:hover {
	text-decoration: underline;
	color: #0062a0;
}
hr {
	border: 0;
	border-top: 1px solid #ccccd4
	height: 1px;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
.upload-file {
	padding: 1px;
	border-width: 1px;
	color: #333;
}
input,textarea,select {
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}
input.text {
	height: 15px;
	padding: 1px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
input.button {
	height: 19px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
textarea { 
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 1px;
}
select { 
}

/****** Main Layout Styles ******/
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	background: #edf5fa url("body.jpg") top repeat-x;
}
#innerWrapper {
	width: 100%;
}

#header {
	height: 136px;
	background: url("des.jpg") left bottom no-repeat;
}
#innerHeader {
}

#footer {
	clear: both;
	padding-top: 12px;
	height: 58px;
	background: #307aa9;
}
#innerFooter {
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
#innerFooter a:link,
#innerFooter a:visited {
	text-decoration: none;
	color: #fff;
}
#innerFooter a:hover {
	text-decoration: underline;
	color: #fff;
}

/****** Header Elements Styles ******/
#blogLogo {
	display: none;
}
#logo {
}
/* header title */
.blog-header {
	height: 100px;
	margin: 36px 0 0 0;
	background: url("desr.jpg") right bottom no-repeat;
}
h1 {
	padding: 30px 0 0 30px;
	margin: 0;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	display: inline;
}
h1 a:link,
h1 a:visited {
	color: #fff;
}
h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
/* blog description */
.blog-desc {
	padding: 30px 0 0 30px;
	margin: 0;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

/* nav menu */
#menu {
	margin-top: -122px;
	padding: 0 19px 0 0;
	height: 36px;
	float: right;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
    list-style-type: none;
	float: left;
	margin: 0px;
	height: 36px;
	line-height: 36px;
}
#menu a:link, #menu a:visited
{
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0px 3px 0px 3px;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: url("bg-navigation-item.png") top center no-repeat;
}
#menu a:hover
{
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0px 3px 0px 3px;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: url("bg-navigation-item-hover.png") top center no-repeat;
}


/****** Content Layout ******/
#mainWrapper {
	padding: 0 19px 0 0;
	background: #edf5fa url("bg-content.jpg") right top no-repeat;
}

/* sidebar */
.sidebar {
	float: left;
	width: 228px;
	background: #edf5fa url("sider.jpg") right top no-repeat;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 20px 12px 12px 12px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -228px;
}
.content-wide {
	width: auto;
	margin-left: -228px;
}
.content-only {
	width: auto;
	margin-left: -228px;
}
#innerContent {
	margin-left: 228px;
	overflow: visible;
	padding: 12px;
	background: #fff url("bg-content.png") repeat-x;
}

/* 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-bottom: 12px;
}
.panel h5 {
	padding-top: 0px;
	padding-left: 5px;
	margin: 0px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.panel-content{
	padding:5px;
	line-height: 120%;
	border-top: 0;
	color: #333;
	line-height: 140%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li{
	padding: 0px;
	margin-left: 2px;
	background: transparent url("menu-leaf.gif") no-repeat 0 .35em;
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 .3em 13px;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 172px;
	font-size: 10px;
	border-top: 0;
}
#calendar a:link,
#calendar a:visited {
}
#calendar a:hover {
}

.calendar-top {
	padding: 2px;
	text-align: center;
	font-size: 10px;
}
.calendar-year,
.calendar-month {
	font-size: 10px;
}

.calendar-weekdays {
	font-size: 10px;
}
.calendar-weekday-cell {
	width: 14%;
	padding: 2px;
	text-align: center;
	font-size: 10px;
}

.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	text-align: center;
	width: 14%;
	font-size: 10px;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	font-size: 10px;
}
.calendar-today {
	border: solid 1px #ccccd4;
	background-color: #f2f3f7;
}

.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: bold;
}

/****** Search Panel ******/
.search-field { width: 160px; }

/****** Announcement Box ******/
.announce{
	border: solid 1px #ccccd4;
	margin-bottom: 6px;
}
.announce-content{
	word-break:break-all;
	padding: 6px;
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #999;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 9px;
	color: #027ac6;
	height: 17px;
	margin-bottom: 6px;
}

.article-bottom {
	padding: 9px;
	color: #027ac6;
	height: 17px;
	margin-top: 6px;
}

/* page links */
.pages {
	font-size: 12px;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	font-size: 12px;
}

.listbox {
}
.listbox-table {
	width: 100%;
}
.listbox-table td {
}
.listbox-header {
	word-break:break-all;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-header a:link,.listbox-header a:visited {
	text-decoration: underline;
	color: red;
}
.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 {
	border: 1px solid #ccccd4;
}
.no-entry-message {
	padding: 120px 0;
	background: #fff;
	text-align: center;
}

.prev-article{ float: left; line-height: 16px;}
.next-article{ float: right; line-height: 16px;}
.category-label{ text-align: center; line-height: 16px;}

/* text box */
.textbox{
	margin-bottom: 3px;
}
.textbox-title{
	word-break:break-all;
}
.textbox-title h4{
	word-break:break-all;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	padding: 9px 0px 0px 9px;
	margin: 0px;
	color: #444;
	border-bottom: 1px solid #e4f1fa;
}
.textbox-label{
	height: 26px;
	padding: 9px 0px 0px 9px;
	font-size: 12px;
	color: #666;
}
.textbox-fontsize{
	padding: 6px 12px;
	font-size: 12px;
}
.textbox-content{
	word-break:break-all;
	padding: 12px;
	font-size: 12px;
	color: #333;
}
.textbox-content ul{
	margin-left: 36px;
}
.textbox-bottom {
	padding: 6px 12px;
	text-align: right;
	font-size: 12px;
}
.textbox-bottom a:link,
.textbox-bottom a:visited {
	color: #666;
}
.textbox-bottom a:hover {
	color: #000;
}
.editmark {
	margin-top: 10px;
	font-size: 12px;
}
.textbox-urls {
	margin-top: 20px;
	padding: 6px;
	border: 1px solid #c5e5ff;
	background-color: #e4f1fa;
	font-size: 12px;
	color: #666;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 6px;
}
.gbbox-title{
	background-color: #e4f1fa;
	height: 26px;
	line-height: 26px;
	padding-left: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.gbbox-content{
	word-break:break-all;
}
.gbbox-reply {
	margin-top: 6px;
}
.gbbox-reply-title{
	border-bottom: 1px solid #c5e5ff;
	height: 26px;
	line-height: 26px;
	padding-left: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
.gbbox-reply-label{
	display: inline;
	color: #999;
	font-weight: normal;
}

/* comments wrapper */
.comment-wrapper{
	margin-top: 6px;
}

/* comments top box */
.comment-top{
	padding: 6px 12px;
	text-align: right;
}
.comment-pages{
	padding: 6px 0px;
	color: #000;
	font-size: 12px;
	margin: 12px;
}

/* commnet box */
.commentbox{
	word-break:break-all;
	border: 1px solid #c5e5ff;
	margin: 12px;
}
.commentbox-title{
	padding: 2px;
}
.commentbox-label{
	color: #999;
	display: inline;
}
.commentbox-content{
	padding: 6px;
}
.no-comment-box{
	margin-top: 6px;
	padding: 6px;
	border: 1px solid #ccccd4;
}

/* trackback box */
.trackbackbox{
	word-break:break-all;
	border: 1px solid #c5e5ff;
	margin: 12px;
}
.trackbackbox-title{
	padding: 2px;
	background-color: #e4f1fa;
}
.trackbackbox-label{
	color: #999;
	display: inline;
}
.trackbackbox-content{
	padding: 6px;
}

/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
	text-align: center;
}
.messagebox-title{
	background: #e4f1fa;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	color: #027ac6;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #fff;
}
.messagebox-bottom{
	background: #fbfcfe;
	height: 35px;
	line-height: 35px;
}

/****** error message box ******/
.errorbox{
	text-align: center;
}
.errorbox-title{
	background: #e4f1fa;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	color: #027ac6;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #fff;
	color: #f00;
}
.errorbox-bottom{
	background: #fbfcfe;
	height: 35px;
	line-height: 35px;
}

/****** Input Form Styles (table) ******/
.formbox-comment{
	background-color: #edf5fa;
}
.formbox{
	background-color: #edf5fa;
}

/*Post Comments*/
.formbox-comment-title{
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	background-color: #7ec2ee;
	color: #fff;
	padding: 0px 6px;
}
.formbox-comment-title a:link,
.formbox-comment-title a:visited {
	color: #b4d2e9;
}
.formbox-comment-title a:hover {
	color: #fff;
}

.formbox-comment-rowheader {
	padding: 5px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	word-break: keep-all;
	color: #333;
}

.formbox-comment-content{
	padding: 5px;
	padding-right: 10px;
	font-size: 12px;
	color: #333;
}

/*Post Articles*/
.formbox-title{
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	background-color: #7ec2ee;
	color: #fff;
	padding: 0px 6px;
}

.formbox-rowheader{
	padding: 5px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	word-break: keep-all;
}

.formbox-content{
	padding: 5px;
	padding-right: 10px;
	font-size: 12px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	text-align: left;
	border-bottom: 1px solid #999999;
	cursor: pointer;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #edf5fa;
	background-image: none;
}
.upload-file{}

.upload-error {}
.upload-done {}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 12px;
}
.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; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}
.code {
	word-break:break-all;
	padding: 5px;
	margin: 5px;
	border: 1px solid #027ac6;
	background-color: #edf5fa;
	font-family: Verdana,"Courier New";
	font-size: 10px;
}

.quote {
	margin: 5px;
	border: 1px solid #027ac6;
	background-color: #edf5fa;
}
.quote-title {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px dashed #027ac6;
}
.quote-content {
	word-break:break-all;
	padding: 5px; 
}

.ubb-obj-div {
	word-break:break-all;
	margin: 5px;
	padding: 5px;
	border: 1px solid #027ac6;
	background-color: #edf5fa;
}
