/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Nokia N95
    Version: 1.0
     Author: jet
Last Update: 2008-03-12 21:00
==============================================================
*/

/****** General Styles ******/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #307aa9;
	font-family: Tahoma;
	color: #000;
}
table {
	font-size: 12px;
	font-family: Tahoma;
	color: #000;
}
td {
     word-break: break-all; 
}

img{
	vertical-align: middle;
	border: 0px none;
}


a:link,
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #f60;
}
hr {
	border: 0;
	border-top: 1px solid #ccccd4
	height: 1px;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
.upload-file {
	padding: 1px;
	border-width: 1px;
	color: #000;
}
input,textarea,select {
	font-family: Tahoma;
	font-size: 12px; 
}
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: 902px;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	background: #fff;
}
#innerWrapper {
	width: 100%;
}

#header {
	height: 167px;
	height: 174px!important;
	background: #fff url("wrapper.jpg") left top no-repeat;
}
#innerHeader {
	padding: 14px 4px 0 4px;
}

#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 {
	float: left;
	padding: 10px;
	display: none;
}
#logo {
}
/* header title */
.blog-header {
	height: 130px;
	margin: 30px 0 0 0;
}
h1 {
	padding: 46px 0px 0px 30px;
	margin: 0px;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}
h1 a:link,
h1 a:visited {
	color: #fff;
}
h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	padding: 0px 0px 40px 30px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/* nav menu */
#menu {
	margin: -160px 0 0 0;
	padding: 0;
	height: 31px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
    list-style-type: none;
	float: left;
	margin: 0px;
	height: 31px;
	line-height: 31px;
}
#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: #006699;
	font-weight: bold;
	background: #fff;
}
#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: #fbfcfd;
	font-weight: bold;
	background: #006699;
}


/****** Content Layout ******/
#mainWrapper {
	padding: 0 7px;
	border-top: 1px solid #fff;
	border-bottom: 7px solid #fff;
	background: #fff url("bg.jpg") repeat-y;
}

/* sidebar */
.sidebar {
	float: right;
	width: 225px;
	border-top: 35px solid #f9ca3b;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	border-top: 1px solid #fff;
	padding: 12px;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-right: -226px;
}
.content-wide {
	width: auto;
	margin-right: -226px;
}
.content-only {
	width: auto;
	margin-right: -226px;
}
#innerContent {
	margin-right: 226px;
	overflow: visible;
	padding: 0px;
	background: #fff;
}

/* 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: 6px;
}
.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: #d4a107;
}
.panel-content{
	padding:5px;
	line-height: 120%;
	border-top: 0;
	color: #333333;
	line-height: 140%;
}

.panel-content a:link,
.panel-content a:visited
{
	color: #333333;
}
.panel-content a:hover
{
	color: #000;
	text-decoration: underline;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li{
	padding: 0px;
	margin-left: 2px;
	list-style: none;
	color: #000;
}
/* 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{
	color: #000;
	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: 200px; }

/****** 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: #069;
	background-color: #e4f1fa;
	height: 17px;
	margin-bottom: 6px;
}
.article-top a:link,
.article-top a:visited
{
	color: #069;
}
.article-top a:hover
{
	color: #069;
	text-decoration: underline;
}

.article-bottom {
	padding: 9px;
	color: #069;
	background-color: #eee;
	height: 17px;
	margin-top: 6px;
}
.article-bottom a:link,
.article-bottom a:visited
{
	color: #069;
}
.article-bottom a:hover
{
	color: #f60;
	text-decoration: underline;
}

/* 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: 6px;
	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;
	border-bottom: 1px solid #e4f1fa;
}
.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: #069;
	background-color: #e4f1fa;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited {
	font-size: 14px;
	color: #069;
}
.textbox-title h4 a:hover {
	font-size: 14px;
	color: #069;
	text-decoration: underline;
}
.textbox-label{
	height: 26px;
	padding: 9px 0px 0px 9px;
	font-size: 12px;
	color: #666;
}
.textbox-label a:link,
.textbox-label a:visited {
	color: #069;
}
.textbox-label a:hover {
	color: #069;
	text-decoration: underline;
}
.textbox-fontsize{
	padding: 6px 12px;
	font-size: 12px;
}
.textbox-content{
	word-break:break-all;
	padding: 12px;
	font-size: 12px;
	color: #333;
}
.textbox-content a{
	text-decoration: underline;
	color: #039;
}
.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: 10px;
	padding: 6px;
	border: 1px solid #c5e5ff;
	background-color: #e4f1fa;
	font-size: 12px;
	color: #000;
}
.textbox-urls a:link,
.textbox-urls a:visited {
	color: #666;
}
.textbox-urls a:hover {
	color: #000;
}

/* 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: #333;
}
.gbbox-label a:link,
.gbbox-label a:visited {
	color: #666;
}
.gbbox-label a:hover {
	color: #000;
}
.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: #333;
	font-weight: normal;
}
.gbbox-reply-label a:link,
.gbbox-reply-label a:visited {
	color: #666;
}
.gbbox-reply-label a:hover {
	color: #000;
}

/* 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;
	background-color: #e4f1fa;
}
.commentbox-title a:link,
.commentbox-title a:visited {
}
.commentbox-title a:hover {
}
.commentbox-label{
	color: #333;
	display: inline;
}
.commentbox-label a:link,
.commentbox-label a:visited {
	color: #666;
}
.commentbox-label a:hover {
	color: #000;
}
.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-title a:link,
.trackbackbox-title a:visited {
}
.trackbackbox-title a:hover {
}
.trackbackbox-label{
	color: #333;
	display: inline;
}
.trackbackbox-label a:link,
.trackbackbox-label a:visited {
	color: #666;
}
.trackbackbox-label a:hover {
	color: #000;
}
.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: #069;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #fff;
}
.messagebox-bottom{
	background: #fbfcfe;
	height: 22px;
	line-height: 22px;
}

/****** error message box ******/
.errorbox{
	text-align: center;
}
.errorbox-title{
	background: #e4f1fa;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	color: #069;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #fff;
	color: #f00;
}
.errorbox-bottom{
	background: #fbfcfe;
	height: 22px;
	line-height: 22px;
}

/****** Input Form Styles (table) ******/
.formbox-comment{
	background-color: #e4f1fa;
}
.formbox{
	background-color: #e4f1fa;
}

/*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: #e4f1fa;
	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 #0099cc;
	background-color: #ddedfb;
	font-family: Verdana,"Courier New";
	color: #000;
}

.quote {
	margin: 5px;
	border: 1px solid #0099cc;
	background-color: #ddedfb;
	color: #000;
}
.quote-title {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px dashed #0099cc;
}
.quote-content {
	word-break:break-all;
	padding: 5px; 
}

.ubb-obj-div {
	word-break:break-all;
	margin: 5px;
	padding: 5px;
	border: 1px solid #0099cc;
	background-color: #ddedfb;
}

/* 日志标题时间日历 */
.year
{border:2px solid #C2CBCF; background:#454A4D; padding:3px 2px 2px 2px; color:#FAEBD7; font-weight:bold;font-size:8px; float:left; margin:0 2px 2px 1px;}
.inneryear
{padding:2px 1px;}
.day
{background:#F5F5DC; font-size:18px; font-weight:bold; color:#46A6BF; text-align:center; padding:1px 0;}

