/*
=== LBS^2 StyleSheet File ====================================
Style Name: minimalist
Version: 1.1.8.3
Editor: Redshift Wu
Email: lovewangmin.cn[at]gmail.com 
Last Update: 2010-05-16 22:21
========================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	line-height: 18px;
	background: #000;
	margin: 24px 0;
	padding: 0px;
}
span {}
table {}
td {
	word-break: break-all; 
}
img {
	vertical-align: middle;
	border: none;
	padding-right:5px;
	max-width: 100%;
	height: auto;
}
hr {}

/****** Hyperlinks ******/
a:link, a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #ff7700;
	background: #333;
	text-decoration: none;
}
*:link, *:visited, *:hover, *:active, *:focus {
-webkit-transition:
	color .25s linear,
	background-color .25s linear,
	border-color .25s linear;
transition:
	color .25s linear,
	background-color .25s linear,
	border-color .25s linear;
}


/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-size: 12px; 
}
input.text {
	height: 14px;
	margin: 2px 5px 4px 0;
	color: #aaa; 
	border: solid 1px #777;
	background: #333;
  padding: 4px;
}
input.button,
input.button:focus {
  width: 96px;
	height: 28px;
	line-height: 28px;
	overflow: hidden; 
	text-align: center;
	color: #000; 
	background: #f70;
	border: none;
	margin: 0px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
input.button:hover {
  background: #ccc;
  -moz-box-shadow: 0 0 4px #555;
  -webkit-box-shadow: 0 0 4px #555;
  box-shadow: 0 0 4px #555;
}
input:focus {
	border: 1px solid #f70;
}
textarea { 
	padding: 4px;
	font-size: 12px;  
	color: #aaa;
	border: solid 1px #777;
	background: #333;
}
textarea:focus {
	border: 1px solid #f70;
}
select { 
	font-size: 12px;
	color: #aaa;
	background-color: #000;
}

/****** Main Layout Styles ******/
#wrapper {
	width: 960px;
	margin: 0px auto;
  position: relative;
  text-align: left;
  background: #000;
}
#innerWrapper {
	width: 100%;
	position: relative;
}
#header {
	height: 145px;
	padding: 12px 20px;
	background: #000;
}
#innerHeader {
	margin: 24px 0px 0px;
}
#footer {
	clear: both;
	padding-top: 0px;
	text-align: left;
	width: 100%;
}
#cat {
	background: #000;
	border-top: 1px solid #aaa;
	padding: 10px 24px;
	color:#777;
	font-size: 12px;
	text-align: left;
}
#logo_footer {
	float: right;
}
#innerFooter {
	padding: 10px 24px 24px;
	color: #777;
	font-size: 12px;
	text-align: left;
	border-top: 1px dotted #555;
}
#innerFooter a{
	color: #555;
	text-decoration: none;
}
#cat a{
    color: #f70;
	text-decoration:none;
}
#innerFooter a:hover,#cat a:hover{
	color: #ccc;
	background: #333;
	text-decoration: none;
	border-bottom: 1px solid #ff2800;
}
	
/****** Header Elements Styles ******/
#blogLogo {
}
#logo {
	align: left;
	margin-bottom: 8px;
}


/****** header title ******/
.blog-header {
	display: none;
}
h1 {}
.blog-desc {
	color: #000;
}


/* nav menu */
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li{
  float: left;
}
#menu li a{
	display: block;
	color: #777;
	background: #000;
	font-size: 14px;
	width: 96px;
	height: 36px;
	line-height: 36px;
  overflow: hidden;
	text-align: center;
	margin: 0px;
}
#menu li a:hover{
  background: #f70;
  color: #fff;
}
#menu-right{
	float: left;
}      
	        
	        
/****** Content Layout ******/
#mainWrapper {
	padding-top: 0px;
}

/* sidebar */
.sidebar {
	float: right;
	width: 260px;
	padding: 18px;
}
.sidebar-hide {
}
#innerSidebar {
	padding-top: 12px;
}

/* content */
.content {
	float: left;
	width: 98%;
	margin-left: -300px;
}
.content-wide, .content-only {
	width: auto;
	margin: 10px;
	margin-left: -300px;
}
#innerContent {
	margin-left: 320px;
	overflow: visible;
}


/* 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:1px;
	margin-bottom: 15px;
}
.panel h5 {
	padding: 2px;
	margin: 0px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px #555;
}
.panel-content{
	padding: 5px;
	color: #999;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #aaa;
	list-style: none;
}
.panel-content li a{
  display: block;
  padding-left: 5px;
	color: #555;
	background: #000;
	font-size: 12px;
	width: 250px;
	height: 24px;
	line-height: 24px;
  overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #111;
}
.panel-content li a:hover{
  background: #333;
  color: #ff7700;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */

/* stats panel */
#panelStats .panel-content{
	color: #999;
}

/****** Search Panel ******/
.search-field {
	width: 82px;
}

/****** Announcement Box ******/


/****** Defaul Page Elements ******/
.article-top {
	background: #000;
	border-top: 1px solid #ff7700;
	margin: 24px 0;
}
.article-top a {
	color: #ff7700;
	display: block;
	padding: 5px;
}
.article-top a:hover {
	color: #000;
	background: #ff7700;
}
.article-bottom {
	padding: 5px;
}

/* page links */

.pages {
	padding: 30px 0 60px;
	font-size: 12px;
	line-height: 200%;
	color: #000;
	text-align: left;
}
.pages a{
	border: #333 1px solid;
	padding: 2px;
	text-decoration: none;
	color: #000;
	background: #333;
}
.pages a:hover{
  border: #ff7700 1px solid;
	color: #000;
  background: #f70;
}
.pagelink-current {
	border: #ff7700 1px solid;
	padding: 2px;
	text-decoration: none;
	color: #000;
	background: #f70;
}

.view-mode {
	float: right;
	color: #999;
}

.listbox {
	padding: 10px 0px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
.listbox-entry {
	word-wrap: break-all;
	color: #777;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	margin-top: 15px;
}
.no-entry-message {
	padding: 25px 0px;
	color: #777;
	background: #111;
	text-align: center;
}

.prev-article {
	float: left;
}
.next-article {
	float: right;
}
.category-label {
  text-align: center;
}
.category-label a:hover{
	background: #333;
}

/* text box */
.textbox{
	padding: 12px 0px 24px;
	border-bottom: 1px dotted #111;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding:  20px 5px;
	font-size: 20px;
	color: #ccc;
}
h4{
	word-wrap: break-word;
	padding: 5px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	display: inline;
}
h4 a:link,
h4 a:visited{
	color: #f70;
	text-decoration: none;
}
h4 a:hover{
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
.textbox-label{
	padding-left: 5px;
	color: #777;
	font-size: 12px;
}
.textbox-label a:link,
.textbox-label a:visited{
	color: #f70;
	text-decoration: none;
}
.textbox-label a:hover{
	color: #ccc;
	background: #333;
	text-decoration: none;
	border-bottom: 1px solid #f70;
}
.textbox-fontsize{
	padding: 20px;
	color: #999;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	font-size: 14px;
  line-height: 20px;
  color: #999;
	padding: 10px;
}
.textbox-content a:link,
.textbox-content a:visited
{
  color: #f70;
  text-decoration: none;
  border-bottom: 1px dotted #f70;
}
.textbox-content a:hover{
	color: #ccc;
	background: #333;
	text-decoration: none;
	border-bottom:1px solid #f70;
}
.textbox-bottom {
}
.editmark {
	margin: 20px 0px;
	color: #111;
	font-size: 12px;
}
.textbox-urls {
	margin: 0px;
	padding: 10px;
	color: #777;
	background: #000;
	font-size: 11px;
	border-top: none;
}
.textbox-relate {
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	border: none;
	color: #777;
}
.textbox-tags{
	word-wrap: break-word;
	padding: 10px;
	color: #aaa;
}
.textbox-tag{
	word-wrap: break-word;
	padding: 10px;
	margin: 0px;
	line-height: 200%;
	background: #000;
}
.textbox-tag a{
	padding: 0px 10px 0px;
	float: left;
}
.textbox-tag a:hover{
  background: #ff2800;
  border: none;
}
.tagHot1{
	font-size: 11px;
	color: #333;
}
.tagHot2{
	font-size: 12px;
	color: #555;
}
.tagHot3{
	font-size: 16px;
	color: #999;
}
.tagHot4{
	font-size: 24px;
	color: #aaa;
}
.tagHot5{
	font-size: 36px;
	color: #fff;
}


/* guestbook entry box */
.gbbox{
	margin: 12px 10px 36px;
	}

/* comments wrapper */
.comment-wrapper {
	width: 100%;
}

/* comments top box */
.comment-top{
	padding: 10px;
	margin-bottom: 20px;
	color: #999;
	background: #333;
	text-align: right;
	-moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999;
}

/* commnet box */
.commentbox,
.gbbox{
	word-wrap: break-word;
	font-size: 14px;
	padding: 0px;
	margin: 48px 0px;
}
.gbbox-title,
.commentbox-title{
  padding: 10px 10px 0;
  color: #ccc;
}
.gbbox-label,
.commentbox-label,
.gbbox-reply-label,
.commentbox-reply-label{
	display: inline;
	color: #777;
	font-size: 12px;
}
.commentbox-arrow{
	height: 12px;
	padding-left: 40px
}
.gbbox-arrow{
	width: 100%;
	height: 12px;
	padding-left: 20px;
}
.commentbox-arrow-reply,
.gbbox-arrow-reply{
	height: 12px;
	padding-left: 385px;
}
.gbbox-content,
.commentbox-content{
  padding: 10px;
  color: #999;
  background: #333;
  font-size: 14px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gbbox-reply-title,
.commentbox-reply-title {
	color: #f70;
	padding: 10px 10px 0;
	text-align: right;
}
.gbbox-reply,
.commentbox-reply {
	padding: 10px;
	padding-left: 10px;
	color: #999;
  font-size: 14px;
  text-align: right;
	background: #432;
	line-height: 20px;
	-moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.no-comment-box{
	padding: 20px;
	color: #999;
	font-size: 14px;
	background: #333;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 10px 5px;
}
.trackbackbox-title{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
.trackbackbox-label{
	display: inline;
	color: #999;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 10px;
	color: #ff0000;
}
.trackbackbox a{
	color: #000;
}

/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
	margin: 40px 0 100px;
	width: 80%;
	border: solid 1px #f70;
	text-align: center;
	font-size: 14px;
}
.messagebox-title{
	padding: 10px;
	color: #000;
	font-weight: bold;
	background-color: #ff7700;
}
.messagebox-content{
	padding: 20px;
	color: #ff7700;
	text-align: left;
}
.messagebox-bottom{
	padding: 10px;
	color: #ff7700;
	background-color: #333;
}

/****** error message box ******/
.errorbox{
	margin: 40px 0 100px;
	width: 80%;
	text-align: center;
	background: #000;
	border: solid 1px #ff0000;
	font-size: 14px;
}
.errorbox-title{
	color: #000;
	font-weight: bold;
	background-color: #ff0000;
	padding: 10px;
}
.errorbox-content{
	padding: 20px;
	color: #ff0000;
	text-align: left;
}
.errorbox-bottom{
	padding: 10px;
	color: #ff7700;
	background-color: #333;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #000;
	border: none;
}
.formbox-comment{
  color: #999;
  margin-bottom: 20px;    
}

.formbox-title,
.formbox-comment-title{
	padding-top: 20px;
	color: #ff2800;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	background: none;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 0;
	color: #999;
	font-weight: bold;
	text-align: right;
	display: none;
}
.formbox-comment-content{
	padding: 20px 10px 40px 0;
}
.formbox-content{
	padding: 10px 5px 20px;
	text-align: left;
}

/* smilies list */
.panel-smilies {
 display: none;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background: #333;
}
.upload-file {
}
.upload-error {
	color: #ff0000;
	}
.upload-done {
	color: #00ff00;
	}

/****** Misc Styles ******/
.comment-text,.hidden-note{
	font-size: 14px;
	color: #ff0000;
}
.red {
	color: #ff2800;
}
.highlight {
	font-weight: none;
	color: #ff2800;
	background: #fff;
}
.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html 
.ubb-list { 
	margin-top: 5px 0px 5px 24px;
}
.ubb-list li{
	margin: 1px;
	padding: 1px;
	color: #999;
}
.code  {
	word-wrap: break-all;
	padding: 0px 20px;
	margin: 20px;
	font-family: Courier New;
  border-left: 3px solid #0077cc;
	color: #0077cc;
}
.quote {
  margin: 10px 20px;
	border-left: 3px solid #777;
}
.quote-title {
	padding: 5px;
	color: #bbdd22;
	font-weight: none;
  display: none;
}
.quote-content {
	word-wrap: break-all;
	color: #777;
	padding: 0px 20px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 0px;
	padding: 0px;
}

/****** Content Layout ******/
#error404 {
	color: #fff;
	font-size: 20px;
	width: 960px;
	margin: 64px auto;
	padding: 20px;
}