/*
=== 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: #ffffff;
	border:0px;
}
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: #18427b;
}
a:hover {
	text-decoration: none;
	color: #c8d22e;
}
hr {
	border: 0;
	border-top: 1px solid #ccccd4
	height: 1px;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
.upload-file {
	color: #333;
}
input,textarea,select {
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}
input.text {
	padding: 1px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
textarea { 
	padding: 1px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
select { 
	padding: 1px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/****** Main Layout Styles ******/
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	background: #fff;
	min-width:800px;
}
#innerWrapper {
	width: 100%;
}

#header {
	height: 130px;
}
#innerHeader {
}

#footer {
	clear: both;
	background-color:#000000;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
}
#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;
}

.page_bottom{
	border-top:3px solid #666666;
	background:#000000 url(bg_foot.jpg) no-repeat scroll 0% 0%;
	color:#FFFFFF;
	padding-left:50px;
	padding-right:50px;
	text-align:left;
}

.page_bottom_box{
	padding-bottom:20px;
}

.div1{
float:left;
width:15%;
}

.div2{
float:left;
width:55%;
}

.div3{
float:left;
width:10%;
text-align:center;
}

.div4{
float:left;
text-align:center;
width:15%;
}

.page_bottom li{
background:transparent url(bottom-li.GIF) no-repeat scroll left center;
line-height:22px;
padding-left:20px;
width:100%;
height:22px;
list-style-image:none;
list-style-type:none;
margin-left:-20px;
}

.page_bottom ul{
}

.page_bottom a:link,
.page_bottom a:visited{
	color:#FFFFFF;
}

.page_bottom a:hover{
	color:#333333;
	background-color:#FFFFFF;
}

.page_bottom_head{
	font-size:16px;
	font-weight:bold;
	padding-top:15px;
}
.page_bottom_box_head{
font-size:14px;
height:12px;
line-height:22px;
margin-left:40px;
margin-top:10px;
text-decoration:underline;
}

/****** Header Elements Styles ******/
#blogLogo {
	display: none;
}
#logo {
}
/* header title */
.blog-header {
	margin: 0px;
	height:130px;
	background:url(bg_head.jpg) center no-repeat #3d8fc7;
	border-bottom:1px solid #999;
}
.head_language {
	position:absolute;
	right:10px;
	top:108px;
	color:#FFFF8C;
	font-weight:bold;
	vertical-align:middle;
}
h1 {
	padding-top:50px;
	text-align:center;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
}
h1 a:link,
h1 a:visited {
	color: #ffff8c;
}
h1 a:hover {
	color: #ffff8c;
	text-decoration:none;
}
/* blog description */
.blog-desc {
	padding-top:10px;
	text-align:center;
	margin: 0;
	color: #ffff8c;
	font-size: 14px;
	font-weight: bold;
	text-shadow:0 3px 2px #333333;
}

.blog-title {
	text-shadow:0 3px 2px #333333;
}

.blog-title a:hover{
	text-shadow:0 3px 2px #333333;
	text-decoration:underline;
}
/* nav menu */
#menu {
	background:none repeat scroll 0 0 #4C4C4C;
	height:20px;
	left:10px;
	padding-top:3px;
	position:absolute;
	top:16px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
}
#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: #ffffff;
	font-weight: bold;
}
#menu a:hover
{
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0px 3px 0px 3px;
	padding: 0px 12px 0px 12px;
	text-decoration:none;
	font-weight: bold;
	color:#FFFF8C;
	background-color:#999999;
}


/****** Content Layout ******/
#mainWrapper {
	text-align:left;
	width:95%;
	min-width:800px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 25%;
	overflow:hidden;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 12px 0px 12px 12px;
	text-align:left;
}

/* content */
.content {
	float: left;
	width: 74%;
	overflow:hidden;
}
.content-wide {
	width: auto;
	margin-left: -228px;
}
.content-only {
	width: auto;
}
#innerContent {
	overflow: visible;
	padding: 12px;
}

/* 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: 12px;
	font-weight: bold;
	color: #fff;
	background:#3d8fc7 url(snow.jpg) no-repeat scroll left center;
}
.panel h5 a:link,
.panel h5 a:visited{
	color:#FFFFFF;
}
.panel-content{
	padding:5px 5px 5px 15px;
	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;
}

/* my */
.panel-my{
	padding:5px;
	color:#999999;
	line-height: 120%;
	background-color:#2F4F4F;
}

.panel-my ul{
	padding: 0px;
	margin: 0px;
}

.panel-my li{
	color:#FFFFFF;
	width:100%;
	padding: 0px;
	margin: 0px;
	list-style: square inside;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 100%;
	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: 100px; }

/****** Announcement Box ******/
.announce{
	margin-bottom:10px;
}
.announce-content{
	word-break:break-all;
	border:1px dotted #3D8FC7;
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #999;
	text-align:right;
}
.announce-head{
	height:22px;
	background-color:#3d8fc7;
	border-top:1px solid #3d8fc7;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:4px;
	line-height:20px;
}

/****** Defaul Page Elements ******/
.article-top {
background-color:#3d8fc7;
border-top:1px solid #3d8fc7;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
height:22px;
line-height:20px;
padding-left:4px;
margin-bottom:30px;
}

.article-top a:link,
.article-top a:visited{
color:#FFFFFF;
}
.article-top a:hover{
color:#c8d22e;
}

.article-bottom {
	padding: 9px;
	color: #18427b;
	margin-top: 6px;
	margin-bottom:10px;
}

.wb{
	width:100%;
}

/* page links */
.pages {
	font-size: 14px;
}
.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{
	background-color:#FFFF8C;
	border:3px solid #3D8FC7;
	margin-bottom:50px;
	padding:5px 10px;
}
.textbox-title{
	word-break:break-all;
}
.textbox-title h4{
	word-break:break-all;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	color: #444;
}
.textbox-head{
	margin-bottom:20px;
	margin-left:85px;
	width:80%;
}
.textbox-date{
	background-color:#2874b9;
	width:60px;
	height:60px;
	border:2px solid #2874b9;
	margin-right:20px;
	margin-top:3px;
	float:left;
	color:#FFFFFF;
}
.textbox-data-year{
	height: 20px;
	background-color: #18427b;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #60BF6D;
}
.textbox-data-day{
	font-family:arial;
	font-size:20px;
	text-align:center;
	height:39px;
	padding-top:8px;
}
.textbox-label{
	font-size: 12px;
	color: #666;
	margin-top:8px;
	line-height:16px;
}
.textbox-fontsize{
	padding: 6px 12px;
	font-size: 12px;
}
.textbox-content{
	word-break:break-all;
	font-size: 14px;
	color: #333;
	line-height:22px;
	letter-spacing:1px;
}
.textbox-content a:link,
.textbox-content a:visited{
	border-bottom:1px dashed #3d8fc7;
	padding-bottom:1px;
	font-weight:bold;
}
.textbox-content ul{
	margin-left: 36px;
}
.textbox-bottom {
	font-size:12px;
	margin-top:20px;
	padding-top:5px;
	text-align:right;
}
.textbox-publish{
	font-size:14px;
	height:20px;
	text-align:center;
	font-weight:bold;
}
.textbox-publish a:link,
.textbox-publish a:visited{
	background:transparent url(commentslink.gif) no-repeat scroll 0% 0%;
	padding-left:30px;
	padding-top:1px;
}
.textbox-publish a:hover{
	background:transparent url(commentslink.gif) no-repeat scroll 0px -20px;
	padding-left:30px;
	padding-top:1px;
}
.editmark {
	margin-top: 10px;
	font-size: 12px;
}
.textbox-urls {
	background-color:#FFFFFF;
	border:1px solid #C5E5FF;
	color:#666666;
	font-size:12px;
	margin-top:20px;
	padding:6px;
}

/* guestbook entry box */
.gbbox{
margin-bottom:24px;
}

.gbbox-speak{
margin-top:6px;
	color:#333333;
	font-size:14px;
	letter-spacing:1px;
	line-height:22px;
}

.gbbox-speak a:link,
.gbbox-speak a:visited{
	border-bottom:1px dashed #3d8fc7;
	padding-bottom:2px;
}
.gbbox-title{
background:#e6efff url(gbbox-left1.GIF) no-repeat scroll 5px center;
border-top:1px dashed;
font-weight:bold;
height:26px;
line-height:26px;
padding-left:20px;
}
.gbbox-label{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.gbbox-content{
	word-break:break-all;
}
.gbbox-reply {
background-color:#e6efff;
border-left:3px double #3d8fc7;
margin-left:20px;
margin-right:20px;
margin-top:10px;
font-size:12px;
}
.gbbox-reply-content{
padding:5px 10px;
}
.gbbox-reply-title{
border-bottom:1px solid #3d8fc7;
font-weight:bold;
height:20px;
margin-bottom:6px;
padding-left:6px;
}
.gbbox-reply-label{
	display: inline;
	color: #000;
	font-weight: normal;
}

/* comments wrapper */
.comment-wrapper{
	margin-top:-55px;
}

/* 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: #18427b;
}
.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: #18427b;
}
.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: #e6efff;
	border:1px solid #3d8fc7;
}
.formbox{
	background-color: #edf5fa;
}

/*Post Comments*/
.formbox-comment-title{
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	background-color: #3d8fc7;
	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;
}

.formbox-message{
	
}

.formbox-message textarea{
	float:left;
	height:300px;
	width:55%;
}

.formbox-textbox{
	display: inline;
	float: right;
	width: 40%;
	height: 300px;
	margin-right: 20px;
}

.formbox-textbox a{
	height:20px;
}

.formbox-textbox div{
	border: 1px solid #ccc; 
	background-color: #fff;
	height: 280px;
}

/* 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 {
	height:100px;
	width:130px;
	line-height:120%;
	overflow-y:scroll;
	padding:5px;
}

/****** 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 {
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	color:#494C5C;
	font:13px "courier new",courier,monospace;
	letter-spacing:0;
	margin:5px;
	padding:10px;
}

.quote {
	margin: 10px;
	background-color: #ffffff;
	border: 1px solid #3d8fc7;
}
.quote-title {
background-color:#3d8fc7;
border-bottom:1px dashed #E0E0E0;
color:#FFFFFF;
font-weight:bold;
padding:5px;
}
.quote-title a:link,
.quote-title a:visited {
border-bottom:0px;
color:#fff;
}
.quote-title a:hover{
color:#C8D22E;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
	line-height: 22px;
	letter-spacing: 1px;
}

.ubb-obj-div {
	margin: 5px;
	padding: 2px;
	border: 1px solid #3d8fc7;
	background-color: #ffffff;
	border-left: 5px solid #3d8fc7;
}
.ubb-obj-div a:link{
border-bottom:0px;
}
.ubb-obj-div img {
	display:none;
}

#fastPublish{
	position:absolute;
	background-color:#3d8fc7;
	top:0;
	left:0;
	width:600px;
	height:250px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	display:none;
}

.fastPublishFloat a:link,
.fastPublishFloat a:visited{
	background-color:#FF0000;
	position:absolute;
	right:11px;
	top:11px;
	width:16px;
	height:16px;
	background:transparent url(close.gif) scroll no-repeat 0px 0px;
}
.fastPublishFloat a:hover{
	background:transparent url(close.gif) scroll no-repeat -16px 0px;
}
#fastPublishTitle{
	position:absolute;
	left:100px;
	top:11px;
}
#fastLookAll{
	margin-left:10px;
	margin-right:10px;
}
#fastLookAll a:link,
#fastLookAll a:visited{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	border:1px solid #3d8fc7;
	background-color:#e6efff;
	font-weight:bold;
}
#fastLookAll a:hover{
	background-color:#3d8fc7;
	color:#FFFFFF;
}
.todayHappy{
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
