/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Default
    Version: 1.4
     Author: SiC
Last Update: 2005-05-07 11:30:03
==============================================================
*/

/****** General Styles ******/

input,  textarea{font-size : 8.5pt;
background-color : #f7f7f7;
border-top:1px solid #f7f7f7;
border-left:1px solid #f7f7f7;
border-right:1px solid #f7f7f7;
border-bottom:1px solid #f7f7f7;
color :#ffffff;
filter:Alpha(opacity=80);
font-family:'Verdana,ËÎÌå';
}

body {
	font-size:11px;
        margin:0px;
	padding:5px 0;
	text-align:center;
	background:#ffffff;
	color:#666666;
	font-family:sans-serif;
}
*{
 SCROLLBAR-FACE-COLOR:#FFFFFF;
 SCROLLBAR-HIGHLIGHT-COLOR:#ffffff;
 SCROLLBAR-SHADOW-COLOR:#ffffff;
 SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
 SCROLLBAR-ARROW-COLOR:#000000;
 SCROLLBAR-TRACK-COLOR:#FFFFFF;
 SCROLLBAR-DARKSHADOW-COLOR:#FFFFFF;
 SCROLLBAR-BASE-COLOR:#FFFFFF;
}
table {
	font-family:sans-serif;
	color: #999999;
	font-size: 10px;
}
td {
     word-break: break-all; 
}

a, a:active {
 text-decoration:none;
 color:#999999;
}
a:hover {
 color:#FF6600;
 background: #666666 solid;
 text-decoration:none;
}

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: Verdana, Arial; 
	font-size: 11px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #414141; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #000000; 
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	background-color: #FFFFFF;
}
textarea { 
	font-size: 11px;  
	font-family: Tahoma, Arial; 
 	background: #fff;
	color: #414141;
}
select { 
	font-size: 11px;  
    font-family: Verdana, Arial;
    background: #fff;
    color: #414141;
}

/****** Main Layout Styles ******/
#wrapper {
  width:770px; 
  margin:0 auto;
  padding-top:0px;
  padding-bottom:0px;
  position: relative;
  text-align:center;
  background: url(file:///F|/C2/blog/template/sky/images/bgmain.png);
}
#innerWrapper {
  width:760px;
  margin:0 auto;
  padding:0px;
  text-align:left;
  background: none; 
}

#header {
        background:  url(http://i696.photobucket.com/albums/vv324/rinvi/top.png) no-repeat;
	height: 250px;
	padding: 0;
}
#innerHeader {
 margin-left: 0px;
 margin-right: 5px;
}

#footer {
	clear: both;
        background:  url(file:///F|/C2/blog/template/sky/images/foorbg.png) no-repeat;
        height:150px;
}
#innerFooter {
  
  padding-top: 80px;
  text-align: center;
  font-size: 11px; 
  color: #000000;
  width: 100%;
 }

/****** Header Elements Styles ******/
#blogLogo {
    display:none;
}
#logo {}

/* header title */
.blog-header {
  height: 250px;
  width: 750px;
  margin:0 auto;
  display: block;

  position: relative;
  top: 0px;
}
h1 {
  padding:30px 0px 20px 20px;
  font-size:15px;
  color:#4093BF;
  text-align:left;
  font-weight:bold;
  height:80px;
}
h1 a:link,
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #AAEAE7;
	text-decoration: none;
}

/* blog description */
.blog-desc {
        display:none;
}

/* nav menu */
#menu {
	
	height: 60px;
	line-height: 20px;
        padding-top: 13px;
        margin-left:  5px;
}
#menu ul{
	margin: 0px;
	padding: 0px 10px;
}
#menu li{
	list-style: none;
	float: left;
	color: #31619C;
	text-align: center;
	padding: 0px 6px;
	margin: 0px;
	border-right: 1px #4093BF solid;
}
#menu a{
	display: block;
	color: #4093BF;
        font-weight:;
	font-size: 14px;
}
#menu a:hover {
        color: #CCCCCC;
	border: #CCCCCC 1px solid;
}
/****** Content Layout ******/
#mainWrapper {
  width:760px;
  margin-left:20px;
  padding-top: 40px!important;
  padding-top:0;
  pading-left:10px;
  text-align:left;
  padding:0;
  border:none;
}

/* sidebar */
.sidebar {
  float:left;
  width:220px;
  margin:0px;
  text-align:center;
  color:#666666;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
  float:left;
  width:200px;
  margin-left:0px;
  text-align:left;
  color:#666666;
}

/* content */
.content {
  float:left;
  width: 510px;
}
.content-wide {
  width:500px;
  margin-right:0px;
}
.content-only {}
#innerContent {
	overflow: visible;
    background: none 500px 0 repeat-y;
}

/* 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{
  width:190px;
  margin:0 auto!important; 
  margin-top:0px;
}
.panel h5 {
  height:15px;
  line-height:15px;
  text-align:left;
  padding-top:10px;
  font-weight:bold;
  font-size:12px;
  margin-top:5px;
  margin-left:5px;
  color: #4093BF;
}  
.panel-content{
	padding:0px;
	line-height: 120%;
	color:#666666;
	width:185px;
        margin-left:5px;
	padding-right:0px
        color: #6C8C37;
}
  
 
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin-left: 12px;
	list-style: url() ;
	padding-left:0px;
}
.panel-content a, panel-content a:active{
	color:#666666;
}
.panel-content a:hover{
	color:#FF6600;
}

.panel-content li.indent{
	padding: 0px;
	background-image: url();
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 88%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
	color: #4093BF;
	font-weight: bold;
}
.calendar-weekdays {
  color: #999999;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
 
}
.calendar-weekday-cell {
  color: #666666;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
  font-weight: bold;
  background-color:#8AD5EA;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day{color:#999999;}
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-saturday,
.calendar-sunday {
  color: #FF6699; 
}
.calendar-today { 
  color: #4886BA;
  background: #ffffff;
  font-weight:bold;
}
.calendar-today a{ 
  color: #666666;
  background: #ffffff;
  font-weight:bold;
}

.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #4886BA; 
  font-weight:bold;
}
/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	border: 1px dashed #CCCCCC!important;
	border: 1px dotted #CCCCCC;
	width: 470px;
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #666666;
	font-family:sans-serif;
}


/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	width: 480px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	width: 480px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #414141;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #414141;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 480px;
}
.listbox-table {
	width: 97%;
}
.listbox-header {
	word-wrap: break-all;
	color: #999999;
	font-weight: bold;
	text-align: center;
	height: 22px;
	background-color: #EDE8E2;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
	font-size:11px;
	border-bottom: 1px solid #E8E7D0;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.prev-article{ float: left; 
               padding-left:5px;}
.next-article{ float: right; 
               padding-right:13px;}
.category-label{ text-align: center;}

/* text box */
.textbox{
  margin:8px auto;
  overflow: hidden;
  text-align:left;
  width:470px;
  line-height:170%;
  margin-left: 0px
}
.textbox-title{
  background: url() no-repeat;
  text-align:left;
  padding-bottom: 0px;
  overflow:hidden;
  display: block;
}
.textbox-title h4{
	margin-left: 7px;
	color: #4093BF;
	padding-left: 5px;
	font-size: 16px;
	display: inline;
    font-family:verdana,??;
}

.textbox-title h4 a, a:active{
	 color: #4093BF;
     font-family:verdana,??;
}
.textbox-title h4 a:hover{
     color: #CCCCCC;
     text-decoration:none;
}

.textbox-label{
	color: #CCCCCC;
	font-size: 12px;
        margin-top:10px;
		font-family:sans-serif;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
        margin-top:10px;
	padding: 3px;
	font-size: 12px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	margin-bottom: 10px;
}
.textbox-bottom {
  text-align:left;
  height:26px;
  line-height: 26px;
  width: 525px;
  background: none;
  border-bottom: 0px solid #f3f3f4;
}
.editmark {
	margin-top: 20px;
	color: #999999;
	font-size: 11px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #520000;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
        margin-left:5px;
	font-size: 11px;
	color: #414141;
	text-align:left;
	padding-left: 15px;
	background:  url(file:///F|/C2/blog/template/sky/./images/tag_bg.gif) no-repeat 0px;
}
/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
	
}
.gbbox-label{
	display: inline;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background-color: #FBFBF8;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	background-color: #F8F8F6;
	border-top: 1px dashed #E0E0E0;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #4093BF;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
	width: 440px;
}
.commentbox-title{
	padding: 3px;
	background-color: #FFFFFF;
}
.commentbox-label{
	display: inline;
	color: #999999;
	font-size: 12px;
	font-family: sans-serif;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #E0E0E0;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
	width: 440px;
}
.trackbackbox-title{
	padding: 3px;
	border-left: 3px solid #E0E0E0;
	background-color: #EDE8E2;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 97%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3D67C4;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: left;background-color: #3D67C4;
}
.messagebox-bottom{
	padding: 5px;
	color: #666666;
	background-color: #F3F3F3;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #4093BF;
	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;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 440px;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	width: 420px;
	font-size: 11px;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #049FBB;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #999999;
	
	text-align: right;
	font-size: 11px;
	font-family: sans-serif;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #999999;
	text-align: left;
	font-size: 11px;
	font-family: sans-serif;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: gray;
}
.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: #666666;
	background-color: #D6E9FC;
	border: 1px solid #1919E6;
}

.quote {
	margin: 10px;border: 1px solid #4093BF;
}
.quote-title {
	background-color: #FFFFFF;
	padding: 5px;
	color: #999999;
	font-weight: bold;
	
}
.quote-content {
	background-color: #ffffff;
	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;
}


/******Tags¡¢ÖÃ¶¥¡¢¿ÉÊÓ»¯±à¼­Æ÷²¹¶¡---TAT ******/
.rteImage {
        border: 1px solid #fff;
        cursor: pointer;
        cursor: hand;
        width: 25px;
        height: 24px;
}

.rteImageRaised, .rteImage:hover {
        background: #CFE1FF;
        border: 1px solid #3169C6;
        cursor: pointer;
        cursor: hand;
}

.rteImageLowered, .rteImage:active {
        background: #ABC6F2;
        border: 1px solid #3169C6;
        cursor: pointer;
        cursor: hand;
}

.rteVertSep {
        margin: 0 4px 0 4px;
}

.rteBack {
        background: #fff;
        border-top: 1px solid #eee;
        letter-spacing: 0;
        padding: 2px;
}

.rteDiv {
        display: block;
        position: relative;
}
.controlBar{
        margin-top: 4px;
}
.controlBar div{
        float: left;
        width: 70px;
        margin-left: 10px;
        cursor: pointer;
        text-align: center;
        padding: 3px;
} 
/****** Link ******/
.linkover{
width:500px;
height:auto;
clear:both;
}
.linkbody{
padding-bottom:20px;
float:left;
}
.linkimg{
float:left;
margin-right:5px;
}
.linktxt {color:#666;
float:left;
}
.linktitle a {
	color:#ccc;
}
.linkgroup {
	font-weight: bold;
	font-size: 12px;
	margin-bottom:10px;padding-bottom:5px;
	color: #fff;
	background-color: #4093BF;
}