/* Template: 2009winter1
Designer: apple
Website: http://www.ilebao.com
Time: 2010/02/10 */

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	/*background: url('images/bg.gif');*/
	background: url('images/bg.gif');
	text-align: center;
}

table {
	font-family: Tahoma, Arial;
	color: #333333;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a:link,a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #3C3C3C;
}

img {
	vertical-align: middle;
	border: 0px none;
	max-width: 100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #AAA28D;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #AAA28D;
	color: #3C3C3C; 
	background-color: #F5F5F5;
}
input.button {
	height: 20px;
	border: 1px solid #333333;
	border-top: 1px solid #AAA28D;
	border-left: 1px solid #AAA28D;
	color: #333333; 
	background-color: #F5F5F5;
}
textarea { 
	border: 1px solid #AAA28D;
	background-color: #F5F5F5;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #3C3C3C; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #3C3C3C; 
	background-color: #F5F5F5;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0;
	width: 1000px;
	text-align: left;
	background-color: white;
}
#innerWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	/*background:  url('images/main_bg.jpg') repeat-y;*/
	background: url('images/main_bg.gif');
}

#header {
	background: url('images/header_bg.jpg') no-repeat;
	height: 165px;
	vertical-align: bottom;
}
#innerHeader {
   
	
}

#footer {
	clear: both;
	/*background: url('images/footer_bg.jpg') no-repeat;*/
	height: 60px;
	margin-top: 0px;
}
#innerFooter {
	padding-top: 0px;
	padding-left: 80px;
	font-size: 12px;
	text-align: center;
	color: #333333;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin-right: 10px;
	display: none;
}

/* header title */
.blog-header {
	padding: 0px;
	display: none;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link {
	color: #333333;
	text-decoration: none;
}
h1 a:visited {
	color: #333333;
	text-decoration: none;
}
h1 a:hover {
	color: Gray;
}

/* blog description */
.blog-desc {
	color: #333333;
}

/* nav menu */
#menu {
	margin-top: 2px;
	text-align: left;
}
#menu ul{
	margin-top: 15px;
	margin-left: 50px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 0px;
	margin: 10px;
	margin-right: 5px;
}
#menu a{
	color: #3C3C3C;
}

/****** Content Layout ******/
#mainWrapper {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 50px;
}

/* sidebar */
.sidebar {
	float: right;
	width: 190px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: -10px;
}

/* content */
.content {
	float: left;
	width: 95%;
	margin-left: -190px;
	padding-left: 25px;
}
.content-wide {
	width: auto;
	margin-left: -180px;
	padding-left: 25px;
}
.content-only {
	width: 100%;
	margin-left: -200px;
	padding-left: 25px;
}
#innerContent {
	margin-left: 200px;
	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;
	height: 0px;
}

/****** Sidebar Panels ******/
.panel{
	padding:1px;
	margin-bottom: 10px;
}
.panel h5 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	padding-bottom: 5px;
	margin:0px;
	padding-left: 20px;
	background: url('images/panel.gif') no-repeat ;
}
.panel-content{
	padding:5px;
	padding-top: 0px;
	line-height: 120%;
	color:#333333;
	line-height: 18px;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.panel-content li.indent, 
.panel-content ul ul li{ 
	padding: 0px; 
	background: url("images/list.gif") no-repeat;
	text-indent: 18px; 
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 180px;
	margin-top: 0px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	color: #333333;
	font-size:12px;
	text-align: center;
	width: 10%;
	padding: 0px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #333333;
	text-align: center;
	width: 10%;
	padding: 0px;
}
.calendar-saturday,
.calendar-sunday {
	color: #333333;
	font-weight:bold;
}
.calendar-today {
	background: url('./images/today.gif') no-repeat;
	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 {
	font-weight: bold;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #333333; 
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #333333; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #333333;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #333333;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #AAA28D;
	border-bottom: 1px dashed #AAA28D;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #333333;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #333333;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #AAA28D;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #333333;
	background: #F5F5F5;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	height: 45px;
	vertical-align: bottom;
}
.textbox-title h4{
	color: #333333;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a {
	color: #333333;
}
.textbox-title h4 a:hover {
	color: #3C3C3C;
}
.textbox-label{
	padding-left: 0px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	font-size: 12px;
	color: #333333;
	border-bottom: solid 1px;
	border-bottom-color: #AAA28D;
}
.textbox-label a:link,hover,active,visited{
	color: #333333;
}
.textbox-fontsize{
	text-align: right;
	color: #333333;
	padding: 5px;
	float: right;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	margin-top: 0px;
	color: #333333;
	line-height: 20px;
}
.textbox-content a {
	color:#333333;
	padding:0px 1px;
	text-decoration:none;
}
.textbox-bottom {
	padding: 5px;
	color: #333333;
	font-size: 12px;
	text-align: right;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #333333;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #3C3C3C;
}
.editmark {
	margin-top: 20px;
	font-size: 12px;
	color: #333333;
	display: none;
}
.textbox-adminbar{
	color:#333333;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #333333;
	font-size: 12px;
	border-top: 1px dashed #C0C0C0;
}
.readmore {
	font-size:12px;
	color: #333333;
	text-align:left;
	background: url('images/readmore.gif') no-repeat 0px;
}
.tags {
	font-size: 12px;
	color: #333333;
	text-align:left;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}
/* guestbook entry box */
.gbbox{
	padding-bottom: 5px;
	margin-bottom: 15px;
	background-color: #F4F4F4;
	border: solid 1px #E7E7E7;
}
.gbbox-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #333333;
}
.gbbox-label{
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	display: inline;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	border-top: 1px dashed #BEBEBE;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	margin: 5px;
	color: #333333;
	border: 1px solid #E0E0E0;
	background: #F5F5F5;
	text-align: center;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #333333;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #333333;
	font-size: 12px;
}
.commentbox-content{
	color: #333333;
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	border: 1px solid #E0E0E0;
	background: #FCFCFC;
	color: #333333;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #333333;
	font-size: 12px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #3C3C3C;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #A2A2A2;
	text-align: center; background: #F3F3F3;
}
.messagebox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BEBEBE;
	padding: 5px;
}
.messagebox-content{
	color: #333333;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.messagebox-bottom{
	color: #FFFFFF;
	background-color: #DADADA;
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	border: solid 1px #333333;
	text-align: center;
	background: #EEEEEE;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	padding: 5px;
}
.errorbox-content{
	color: #333333;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.errorbox-bottom{
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	color: #333333;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #333333;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #333333;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #AAA28D;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFFFFF;
	text-align: left;
}
.upload-file{
	width: 190px;
}

.upload-error { color: #333333;}
.upload-done { color: #1A1A1A;}

/****** Misc Styles ******/
.comment-text{
	font-size: 12px;
	color: gray;
}
.hidden-note{
	font-size: 12px;
	color: gray;
}
.red {
	color: Gray;
}
.highlight {
	font-weight: bold;
	color: Gray;
	background: Gray;
}
.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;
	font-family: Verdana, Tahoma, Arial;
	border-left: 1px solid #9D9D9D;
	background-color: #F3F3F3;
	color: #333333;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 1px solid #9D9D9D;
	background-color: #F3F3F3;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #9D9D9D;
	padding: 5px;
	/*font-weight: bold;*/
	color: #333333;
}
.quote-content {
	word-wrap: break-all;
	color: #333333;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	background-color: #F9F9F9;
	color: #333333;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #333333;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
	padding-bottom: 3px;
    margin-top: 10px;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	text-align: right;
	margin-right: 4px;
	float: left;
}
#linktitle a:visited{
	text-decoration: none;
	color: #3C3C3C;
}
.linktitle a:hover{
	color: #3C3C3C;
	background-color: #F5F5F5;
}

.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #333333;
}

