/*
=== LBS^2 StyleSheet File ====================================
 Style Name: David
    Version: 1.2
     Author: David( >http://blog.iyi.cn/user/david/ ) & moneywood( http://www.mulog.org/mulog/ )
Last Update: 2005-04-28
   Download: http://www.mulog.org/mulog/styles/david/david.css
==============================================================
*/

/* General Styles*/
body {
	margin:0px 0px 0px 0px;
	background:#003366;		
	text-align: center;
	font-family:"verdana", "arial", "sans-serif";
	font-size: 12px;
}
table {
	font-family: Sans, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
td{ word-break: break-all; }
a {
	text-decoration: none;
}
a:link,a:visited {
	color: #cc0000; text-decoration: none;
}
a:hover {
	color: #FF0000;
}

hr {height: 1px; border: 1px solid #CCCCCC;}

/* Form Control Styles*/
form { display: inline; }
input {
	font-family: Sans, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
}
img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
input.text {
	border: 1px solid #CCCCCC;
	color: #000000; 
	background-color: #F9F9F9;

}
input.button {
	color: #000000; 
	background-color: #CCCCCC;
	border-width: 0px;
}
textarea { 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Sans, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color: #000000; 
	background-color: #FFFFFF;
}

/* Common Styles*/
#wrapper {
	overflow: hidden;
	WORD-WRAP: break-word;
	margin:10px auto;
	padding:10px 0px 0px 0px;
	width:900px;
	text-align: left;
	border-top:1px solid #cccccc;
	background-color:#E4E5EA;
}
#innerWrapper {
}
#header {
	position: relative;
	padding:5px 10px 10px 10px; 
	font-size:13px;
	margin:0 10px 10px 10px;
	background:#959DC3;
}
#innerHeader { 
	padding:0px; 
}
.blog-header {
}
#footer {
	clear: both;
}
#innerFooter {
	padding-top: 5px;
	margin-top: 10px;
	border-top:1px solid white;
	background:#003366;	
	font-family:"verdana", "arial", "sans-serif";
	color:white;
	text-align: center;
	font-size: 10px;
}
#blogLogo {display: none;}
#logo { float: left; margin-right: 10px;}
#menu { 
  text-align: right;
  font-size: 12px;
  position: relative;
  border-top:1px solid white;
  padding: 5px 0px 2px 0px;
  color:white;
}
#menu ul{ margin: 0px; padding: 0px;}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid white;
}
h1 {
	padding: 0;
	font-size: 2em;
	margin: 0;
	letter-spacing: 0.25em
}
#header a { color: #E4E5EA; text-decoration: none; } 
#header a:link,#header a:visited {color: #ffffff; text-decoration: none;}
#header a:hover {
	color: #E4E5EA;
}
.blog-desc { 
	font-family:"verdana", "arial", "sans-serif";
	font-size:12px;
	font-weight:normal;
	color:#4C463A;
	text-transform:none;
	list-style-type: disc;
	margin: -20px 0px 5px 180px;;
}
h3 { font-size: 18px; font-weight: bold;}

/* Main Content Layout */
#mainWrapper{
	margin: 0px 10px 10px 10px;
	padding: 0px; 
}
#hideshow {
}
.content {
	float: left;
	width: 98%;
	margin-right: -240px;
}
.content-wide {
	width: auto;
	margin: 0;
	margin-right: -230px;
}
#innerContent {
	margin-right: 230px;
	overflow: visible;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-right: -230px;
}

.sidebar {
	font-family:"verdana", "arial", "sans-serif";
	float: right;
	width: 233px;
}
.sidebar-hide {
	DISPLAY: none;
	FLOAT: right;
}
#innerSidebar {
margin: 0px;
padding: 0px;
}
/* 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{
	padding:0 5px 5px 5px;;
	margin-bottom:10px;
	background:#959DC3;
	color:#4C463A;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
}
.panel h5 { 
	padding-top: 8px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	letter-spacing: .1em;
	border-bottom:1px dotted #FFF;
}
.panel-content{
	padding: 0;
	margin-top: -10px;
	line-height: 150%;
}
.panel-content ul{
	padding: 0;
	margin-left: 18px;
}
.panel-content li{
	color:#FFFFFF;
	list-style-type: circle;
	list-style-image: none;
}
.panel-content-category {
	margin-top: -10px;
	padding:0px 5px 0px 5px;
}
.panel-smilies { padding:5px; text-align: center;}
.panel-smilies-title {
	text-align: center;
	border-bottom:1px dotted #FFF;
}
.panel-smilies-content { padding: 5px; line-height: 120%;}
.meta-button { margin: 1px;}

/* page links */
.multipage {
	color: #ccc;
}
.multipage-current {
	color: #ccc;
	font-weight: bold;
	text-decoration: underline
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar */
#calendar (margin:0px padding:0px;}
.calendar-top { color: #333333; text-align: center; padding:2px;}
.calendar-year,
.calendar-month { font-weight: bold;}
.calendar-weekdays { }
.calendar-weekday-cell { font-size:12px; font-weight:bold; text-align: center; width: 14%; padding:2px;}
.calendar-main { background: #FFFFFF;}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{ color: white; text-align: center; width: 14%; padding:2px;}
.calendar-saturday,
.calendar-sunday { color: #ccc; font-weight:bold;}
.calendar-today { border: solid 1px #CCC;}
.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 {
}

/* stats panel */
#panelStats .panel-content{
line-height: 140%
}

/****** Search Panel ******/
.search-field { width: 80%; }

/****** Announcement Box ******/
.announce{
	font-size:12px;
	line-height:170%;
	border:1px solid #ffffff;
	margin: 0px 0px 10px 0px;.
	background: white;
}
.announce-content{ padding: 10px; }
.announce-time{
	float: right;
	font-size: 10px;
}

/* article page elements */
.article-top,
.article-bottom {
	margin: 0 7px 0 7px;
	padding: 7px 0px 7px 0px;
	font-size: 11px;
	}
.pages {
	color: #999999;
}
.pagelink-current {font-weight: bold;}
.view-mode {float: right; color: #999999; }
.listbox {
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	background:white;}
.listbox-table {
	width: 99%;
}
.listbox-header { word-wrap: break-all; color: #666666; text-decoration: underline; font-weight: bold;}
.listbox-entry { word-wrap: break-all; color: #666666;}
.listbox-entry a{ word-wrap: break-all}
.no-entry { border: 1px solid #CCCCCC; margin-top: 15px;}
.no-entry-message { padding-top: 25px; padding-bottom: 25px; color: #666666; background: white; text-align: center;}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	font-size:12px;
	line-height:170%;
	padding: 10px;
	margin: 5px 0px 10px 0px;.
	background: white;
}
.textbox a{
color: #959DC3; text-decoration: none; 
}
.textbox a:visited, .textbox a:link{
color: #666699; text-decoration: none;}
.textbox a:hover{
color: #959DC3;
}
.textbox-title{
		padding:5px;
		background-image: url(title_bg.gif);
}
.textbox-title h4{
		font-family: "verdana", "arial", "sans-serif";
		font-size: 16px;
		text-transform:uppercase;
		font-weight: bold;
		word-wrap: break-word;
		display: inline;
		border-bottom:1px solid #959DC3;
}
.textbox-label{
  color: #ccc;
  font-size: 0.8em;
}
.textbox-fontsize{
	display:none;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px 0px 5px 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.textbox-bottom {
  font-size: 0.9em;
  color: #ccc;
}
.editmark {
	margin: 20px 0 15px 0;
	font-size: 10px;
	color: gray;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 10px;
}

/* Comment box */
.comment-wrapper{
	font-size:12px;
}
.comment-top{ padding:5px; margin: 5px; text-align: center;color: #666666;	background:white;	border: 1px solid #FFFFFF; }
.commentbox-label{font-size: 10px; color: gray}
.comment-pages{ padding:5px; margin: 5px; color: #999999;}
.commentbox{ word-wrap: break-word; padding: 5px; margin: 5px; 	background:white;	border: 1px solid #FFFFFF; }
.no-comment-box{
	padding:10px; 
	background: #FCFCFC;
	color: #666666;
}
.commentbox-title{ padding: 3px; border-bottom: 1px dotted #C0C0C0; }
.commentbox-content{ padding: 3px;	line-height:150%;}
.trackbackbox{ padding: 5px; margin: 5px; 	background:white;	border: 1px solid #FFFFFF;  }
.trackbackbox-title{ padding: 3px; border-bottom: 1px solid #C0C0C0; }
.trackbackbox-label{font-size: 10px; color: gray}
.trackbackbox-content{ padding: 3px;	line-height:150%;}
.trackbackbox a{ color: #000000}
/* comment form wrapper */
#commentForm {
	width: 98%;
}
/* Boxes for redirection */
.messagebox{ width: 50%; border: solid 1px #CCC; text-align: center; background-color: white;}
.messagebox-title{ color: #FFFFFF; font-weight: bold; background-color: #CCCCCC; padding: 5px;}
.messagebox-content{ color: #666666; padding: 10px; padding-bottom: 20px; text-align: left;}
.messagebox-bottom{ color: #FFFFFF; background-color: #F3F3F3; padding: 5px;}
.errorbox{ width: 50%; border: solid 1px #ccc; text-align: center; background-color: white;}
.errorbox-title{ color: #FFFFFF; font-weight: bold; background-color: #CC3300; padding: 5px;}
.errorbox-content{ color: #990000; padding: 10px; padding-bottom: 20px; text-align: left;}
.errorbox-bottom{ color: #FFFFFF; background-color: #FFE3D0; padding: 5px;}
/* Form Table styles */
.formbox{ border: solid 1px #CCCCCC; background: #FFFFFF;}
.formbox-comment{ background: #FFFFFF; font-size:12px;margin-left: 6px;}
.formbox-title,
.formbox-comment-title{ 
	color: #666666; 
	font-weight: bold; 
	padding: 5px; 
	text-align: center; 
	background-color: #EFEFEF;
}
.formbox-rowheader,
.formbox-comment-rowheader { padding: 5px; text-align: right; font-weight: bold; color: #333333;}
.formbox-content,
.formbox-comment-content{ padding: 5px;}
.upload-error { color: #990000;}
.upload-done { color: #003300;}
.member-list{ background-color: #F6F6F6}

/****** Misc Styles ******/
.hidden-note{
	font-size: 10px;
	color: gray;
}
.red {color: red;}
.highlight {font-weight: bold; color: #FF6600; background: #FFFF00;}

/* UBB Code Custom Styles*/
/* IE only */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{ margin:1px; padding:1px;}
.code {
	word-wrap: break-all;
	font-family: "Courier New";
		color:#000000; 
		font-size:11px; 
		border:1px dotted;
		background:#F6F6F6;
		padding:6px;
		margin: 2em;
}
.quote {
	word-wrap: break-all;
	font-family: "Courier New";
		color:#000000; 
		font-size:11px; 
		border:1px dotted;
		background:#F6F6F6;
		padding:6px;
		margin: 2em;
}
.quote-title {
  border-bottom: 1px dotted #bbb;
	font-weight: bold;
}
.quote-content {
  padding-top: 0.75em;
    padding-bottom: 0.75em;

}
.ubb-obj-div {
	word-wrap: break-all;
	margin: 2em;
	padding: 2em;
	border: 1px dashed;
}
.upload-page{
	margin: 10px;
	padding: 0px;
	background-image: none;
	background-color: white;
}


/* Guestbook */
.gbbox{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 150%
}
.gbbox-title{
	font-weight: bold;
	margin-bottom: 10px;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #999999;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	background-color: #FBFBF8;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	background-image: url(title_bg.gif);
	border-top: 1px dotted #E0E0E0;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
	display: inline;
}


/*ppjoke*/


#ppjoke_main{
	display:none;	
	font-size: 9pt;
	width:150px;
	height:auto;
	border:1px solid #BCCCDA;
	background-color:#FFFFFF;
}

#ppjoke input:hover {
	background-color:#FFFFCC;
}

#ppjoke_topbar{
	height:12px;
	border:1px solid #BCCCDA;
	background:#BCCCDA;
	margin:2px;
	padding:5px;
}

#ppjoke_topbar a{
	float:right;
	color:#FF0000;
	text-decoration:none;
	margin:2px;
}

#ppjoke_msgbox{
	width:100%;
	height:200px;
	overflow:auto;
	word-wrap:break-word;
}

#ppjoke_msgbox p{
	padding:5px;
	margin:0px;
}

#ppjoke_infbox{
	height:12pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCCCDA;
	background-color:#FFFFCC;
}

#ppjoke_otherinf{
	float:right;
	color:red;
}

#ppjoke .p1{
	background-color:#E9EFF3;
}

#ppjoke_operbox{
	width:100%;
}

#ppjoke .smallinput{
	width:65px;
	border:1px solid #BCCCDA;
	margin:2px;
}

#ppjoke .longinput{
	width:95%;
	border:1px solid #BCCCDA;
	margin:2px;
}

#ppjoke .aex{
	color:#000000;
	text-decoration:none;
	margin:2px;
}

#ppjoke img{
	max-width:none;
	border:none;
	margin:0;
	padding:0;
}

#ppjoke form{
	margin:0px;
}

#ppjoke_Exdiv,#ppjoke_logdiv,#ppjoke_sendbox,#ppjoke_Facediv,#ppjoke_Colordiv{
	height:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCCCDA;
	background-color:#E9EFF3;
	clear:both;
}

#ppjoke_Facediv{
	height:100px;
	background-color:#FFFFFF;
}

#ppjoke_Colordiv{
	height:20px;
}

#ppjoke_sendbox{
	display:block;
}

#ppjoke_onlinelist,#ppjoke_facelist,#ppjoke_Colordiv ul{
	list-style:none;
	margin:0;
	padding:0;
}

#ppjoke_facelist li{
	float:left;
	margin:1px 2px!important;
	margin:2px;
}

#ppjoke_Colordiv ul li{
	float:left;
	margin:2px;
}

#ppjoke_Colordiv a{
	text-decoration:none;
}

#ppjoke_alogout {
	display:none;
}
