/*
=== LBS^2 StyleSheet File ====================================
 Style Name: jinnylife
    Version: 2.0
     Author: Jinny 01-7 21:29:08
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background: #1c1e1b url("images/mainTopBG.jpg") repeat-x center top;
	margin: 0px;
	padding: 0px;
    scrollbar-face-color:#333;
    scrollbar-highlight-color:#666;
    scrollbar-shadow-color:#666;
    scrollbar-3dlight-color:#000;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#666;
    scrollbar-darkshadow-color:#000;
    scrollbar-base-color:#ccc;
	text-align: center;
}

table {
	font-family: Tahoma, Arial;
	color: #999;
	font-size: 12px;
}
td {
     word-break: break-all; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

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: #eee; 
	border: none;
	background-color: #333;
}
input.button {
	height: 30px;
	width: 80px;
	color: #E97520; 
	font-weight: bold;
	border: 0;
    background: transparent url('images/btnSubmit.jpg') no-repeat 0 0;
	cursor: pointer;
}
.buttonLogin {
	height: 20px;
	width: 40px;
	color: #000; 
	border: 1px solid #b2daf3;
    border-left: 4px solid #Eb2daf3;
    background-color: #fff;
}
.buttonSearch {
}
.buttonReset {
	height: 30px;
	width: 80px;
	color: #ccc; 
	font-weight: bold;
	border: 0;
    background: transparent url('images/btnReset.jpg') no-repeat 0 0;
	cursor: pointer;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #eee;
	border: none;
	background-color: #333;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #666; 
	border: none;
	background-color: #333;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0px;
	width:  100%;
    height: 700px;
	position: relative;
	text-align: left;
    background: url('images/xtop.jpg') repeat-x top left;
}
#innerWrapper {
	margin:0 auto;
	width:920px;
	text-align:left;
}

#header {
	margin: 0px;
}
#innerHeader {
	position: relative;
	padding: 5px;
}

#footer {
	clear: both;
	width:  920px; 
	padding-left: 7px;
	height: 40px;
}
#innerFooter {
	color: #369;
	font-size: 12px;
	height: 40px;
	padding-top: 6px;
	text-align: center;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	display: none;
}

/* header title */
.blog-header {
    margin-top: 150px;
}
h1 {
	padding: 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
    margin-top: 150px;
    margin-left: 25px;
	display: none;
}
h1 a:link,
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.blog-logo{
	width: 230px;
	height: 50px;
	position: absolute;
	margin-top: 61px;
	margin-left: 2px;
	top: 0;
	left: 1;
	/*background: transparent url('images/toplogo.gif') no-repeat center 30px;*/


	/*filter:alpha(opacity=70);
	-moz-opacity:0.7;  Moz + FF ΝΈΓχΆΘ20%
    opacity: 0.7;*/
}
/* search bar */
.head_juli1{
	background:#40423f;
	border:none;
	height:23px;
	width: 160px;
	line-height:23px;
	color:#6d6f6c;
	padding-left:7px;
	margin-top:0px;
}
.head_julimg {
	border:none;
	height:24px;
	width: 40px;
}
/* nav menu */
#menu {
	width:  75px;
	height: 400px;
	font-size:18px;
}
#menu ul{
	margin: 0px;
	margin-left: -30px;
	padding-top: 5px;
}
#menu li{
	list-style: none;
	margin-bottom: 25px;
}
#menu a:link,
#menu a:visited {
	color: #fff;
	font-weight: bold;
}
#menu a:hover {
	color: #E97520;
	text-decoration: none;
}
.divBanner {
	display: none;
}

/****** Content Layout ******/
#mainWrapper {
	width:  918px;
    margin-left: 5px;
    padding:3px;
}
.main1{
	width:200px;
	float:left;
	text-align:left;
	margin-left: -44px;
	margin-top: -16px;
}
.main1 li{
	margin-bottom:20px;
	line-height:32px;
	margin-left:5px;
	list-style-type: none;
}
.main1 li a{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	height:32px;
	width:130px;
	display:block;
}
.main1 li a:hover{
	background:#045eb6;
	text-decoration:none
}
.main1 li a#current{
	background:#de7a32;
}
/* sidebar */
.sidebar {
	float: left;
	width: 210px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 1px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -220px;

}
.content-wide {
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-only {
	width: auto;
}
#innerContent {
	margin-left: 220px;
}

/* 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: 10px;
}
.panel a:link,
.panel a:visited {
	color: #666;
	text-decoration: none;
}
.panel a:hover {
	color: #eee;
	text-decoration: underline;
}
.panel h5 {
	padding: 3px;
	margin: 0px;
	color: #e97520;
	font-size: 11px;
	font-weight: bold;
    border-bottom: 1px dotted #333;
}
.panel-content{
	padding:2px;
    margin-left: 3px;
	color:#666 !important;
	line-height: 160%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
    margin-left: 12px;

}
.panel-content li{
     padding: 0px;
     margin: 0px;
     list-style-type: none;
}
.imgMyLogo{
	height: 60px;
	text-align: center;
	padding-top: 15px;
}
.imgSidebarIcon{
	margin-right: 8px;
	margin-left: 3px;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 200px;
	margin-top: 5px;
    font-size: 11px;
}

.calendar-top {
	color: #666;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {

}
.calendar-weekday-cell {

    color: #999;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {

}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
        background: url('images/calendartd.gif') no-repeat center;
        color: #939598;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-sunday,
.calendar-saturday {
        text-align: center;
}
.calendar-today {
        color: #b2daf3;
        text-align: center;
}


.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 {
        color:#b2daf3;
        text-decoration: underline; 
        text-align: center;
	font-size:10px;
        font-weight: bold;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
        background-color :#ffffff;
	border: 1px dashed #b2daf3;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #369;
	background-color: #e1f1fb;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #999999; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	height: 13px;
	background-color:#40423f;
}
.article-bottom {
	padding: 5px;
	height: 20px;
	margin-bottom: 20px;
	background-color:#40423f;
}
.article-content-top {
	padding: 5px;
	background-color:#40423f;
}
/* page links */
.pages {
	color: #999;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #999999;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
    background: #4a4c49;
}
.listbox-table {
	width:  99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #999;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #b2daf3;
	margin: 5px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #999;
	background: #FCFCFC;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	background-color: #40423f;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 6px;
	padding-left: 20px;
	height: 30px;
	font-size: 14px;
	color: #e97520;

}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #e97520;
}
.textbox-title h4 a:link,
.textbox-title h4 a:active,
.textbox-title h4 a:visited{
	color: #e97520;
}
.textbox-label{
	padding-top: 5px;
	padding-left: 5px;
	color: #999;
	font-size: 11px;
}
.textbox-fontsize{
	padding: 5px;
	padding-right: 20px;
	color: #666;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	line-height: 160%;
	color: #999;
}
.textbox-bottom {
	padding: 5px;
	padding-right: 10px;
	color: #666;
	font-size: 11px;
	text-align: right;
}
.textbox-tags {
	padding-top: 30px;
}
.editmark {
	margin-top: 10px;
	color: #666666;
	font-size: 11px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dotted #999;
}
.textbox-relate a:link,
.textbox-relate a:visited {
	color: #999;
	text-decoration: none;
}
.textbox-relate a:hover {
	color: #fff;
	text-decoration: underline;
}

.textbox-add-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 4px;
	color: #fff;
	font-weight: bold;
	background: transparent url("images/topPanel.gif") no-repeat 0 0;
}	
.textbox-add-bottom{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	height: 26px;
	background: transparent url("images/bottomGrayPanel.gif") no-repeat 0 0;
}	
/* guestbook entry box */
.gbbox{
    background: #ffffff;
    border: 1px solid #b2daf3;
    margin-bottom: 6px;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 5px;
    margin-left: 5px;
	color: #b2daf3;
	border-top: 1px dashed #cccccc;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{
}

/* comments top box */
.comment-top{
	padding: 5px;
	margin-bottom: 5px;
	color: #666666;
    border-bottom: 1px dotted #999;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin-bottom: 5px;
	color: #666666;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin-bottom: 5px;

}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #666;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
    margin-bottom: 5px;
	color: #999;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	border: 1px datted #999;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin-bottom: 5px;
    background: #ffffff;
    border: 1px solid #b2daf3;
}
.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 {


}

/****** normal message box ******/
.messagebox{
	width: 500px;
	text-align: center;
}
.messagebox-title{
	padding: 5px;
	color: #E97520;
	font-weight: bold;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #fff;
}
.messagebox-bottom{
	padding: 5px;
	color: #333333;
}

/****** 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;
	padding-left: 20px;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{

}
.formbox-comment{
}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #333;
	background-color: #40423f;
	height: 20px;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #999;
	font-weight: bold;
	text-align: right;
	background: #40423f;
	width: 300px;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
	background: #40423f;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #999;
	text-align: left;
	border-bottom: 1px solid #666;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
	margin-bottom: 20px;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: #999;
}
.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: #333;
	border-left: 3px solid #666;
}

.quote {
	margin: 10px;
	background-color: #333;
	border: 1px dashed #666;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dotted #666;
}
.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;
}


/****** UBB Code Custom Styles ******/
