/*  
Theme: Simple Summer V3.1 
Transfer: Libra Will
URI: http://www.33huaying.com
Time: 2007.01.10
*/

/****** General Styles ******/
body {
	margin: 10px;
	padding: 0;
	background:  url('images/main_bg.jpg');
	font-size: 12px;
	font-family: Tahoma, Arial;
	text-align: center;
	margin-left: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #000;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #521800;
}
a:hover {
	text-decoration: none;
	color:#AD7139;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #B8CEE8;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #3F68A6;
	cursor: help;
}


/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 20px;
	apdding: 1px;
	border: 1px solid #521800;
	color: #000; 
	background-color: #f9f8e4;
}
input.button {
	height: 20px;
	border: 1px solid #521800;
	border-left: 3px solid #521800;
	color: #521800; 
	background-color: #f9f8e4;
}
textarea { 
	border: 1px solid #521800;
	background-color: #f9f8e4;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #521800; 
	background-color: #f9f8e4;
	border: 1px solid #AD7139;
}


/****** Main Layout Styles ******/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1006px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background:  url('images/main_bg.jpg') repeat-y;
}

#header {
	margin:0;
	padding:0;
	height: 263px;
	text-align:left;
	float:left;
	background: url('images/header_bg.jpg') no-repeat;
}
#innerHeader {
	margin: 0;
	padding: 0;
}

#footer {
	clear:both;
	margin: 0;
	padding: 0;
	height: 280px;
	background: url('images/footer.jpg') no-repeat;
}

#innerFooter {
	padding-top:100px;
	text-align: center;
	color: #521800;
	font-family: Arial;
	font-size: 12px;
}

#innerFooter a{
	color: #521800;
}
#innerFooter a:hover {
	color:#AD7139;
}


/****** Header Elements Styles ******/
/* header title */
.blog-header {
	display: none;
}

/* blog description */
.blog-desc {
	display: none;
}

/* nav menu */
#menu {
    width: 1006px;
	margin: 210px 0 0 0;
	color: #521800;
	font-size: 14px;
	font-weight: bold;
}
#menu ul{
	margin: 0;
    padding: 0 0 0 280px;
}
#menu li{
	list-style: none;
	width: auto;
	float: left;
	padding: 0 10px 0 10px;
}
#menu a{
	color: #521800;
}
#menu a:hover {
	color: #750018;
}

/****** Content Layout ******/
#mainWrapper {
	margin: 0 25px 0 25px;
}

/* sidebar */
.sidebar {
	width: 195px;	
	float: left;
	margin: 0;
	padding: 0;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0 0 0 14px;
}

/* content */
.content {
	width: auto;
	float: right;
	width: 100%;
	margin-left: -195px;
}
.content-wide {
	width: auto;
	margin-left: -195px;
}
.content-only {
	float: right;
	width: 100%;
	margin-left: -195px;
}
#innerContent {
	clear: both;
	margin: 7px;
	padding: 0 7px 0 202px;
	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{
	margin: 5px 0 20px 0;
}
.panel h5 {
	margin:0;
	text-align: center; 
	margin-right: 20px; height: 29px;
	background: url('images/header1.jpg') no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #521800;
	cursor: pointer;
	cursor: hand;
}

.panel-content{
	margin:10px;
	color: #521800;
}
.panel-content ul{
	padding: 0;
	margin: 0;
}
.panel-content li{
	padding: 0px;
	margin: 2px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background: url("images/list.gif") no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background: url("images/list.gif") no-repeat;
	text-indent: 15px;
}


/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 93%; 
  font-size: 12px;
}
.calendar-main {
  background: #FFF;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
	font-size:12px;
	margin-bottom:10px;
}
.calendar-weekdays {
  color: #521800;
  text-align: center;
  margin-bottom:10px;
}
.calendar-weekday-cell {
  color: #521800;
  font-weight: bold;
  font-size:12px;
  text-align: center;
}
.calendar-saturday,
.calendar-sunday {
  color: #CD4900; 
  padding:0 0 2px 0;
}
.calendar-saturday a,
.calendar-sunday a{
  color: #f20000; 
  font-weight: bold;
}
.calendar-saturday a:hover,
.calendar-sunday a:hover{
  color: #AD7139;
  font-weight: bold;
}

.calendar-day {
  color: #521800; 
  padding:0 0 2px 0;
}
.calendar-day a {
  color: #521800;
  font-weight: bold;
}
.calendar-day a:hover {
  color: #AD7139;
  font-weight: bold;
}

.calendar-today { 
  background: #f79963;
  color: #fff;
}
.calendar-today a { 
  color: #fff;
  font-weight:bold;
}
.calendar-today a:hover { 
  color: #521800;
  font-weight:bold;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  height: 17px;
  background-color :#f9f8e4;
  color: #521800;
  margin-bottom: 5px;
  border: 1px solid #AD7139;
}

/****** Announcement Box ******/
.announce{
	border: 1px solid  #AD7139;
	margin: 0px;
	margin-bottom: 20px;
}
.announce-content{
	word-break: break-all;
	text-align: left;
	padding: 10px;
	color: #521800;
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #521800; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #521800;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	color: #521800;
	height: 20px;
	border-top: 1px solid #AD7139;
	border-bottom: 1px solid #AD7139;
}
.listbox-entry {
	word-wrap: break-all;
	color: #521800;
	border-bottom: 1px solid #AD7139;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	background: url('images/headerbg.jpg') repeat-x;
	font-size: 14px;
	padding-top: 2px;
	height: 42px;
}
.textbox-title h4{
	margin: 7px;
	color: #521800;
	padding-left: 5px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #521800;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #521800;
	font-size: 12px;
}
.textbox-fontsize{
	color: #521800;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #521800;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	line-height: 160%;
	margin-bottom: 10px;
}
.textbox-bottom{
    border-top: 1px solid #AD7139;
	padding: 3px;
	margin-bottom: 3px;
	height:10px;
	font-size: 12px;
	color: #521800;
	text-align:right;
}
.textbox-bottom a {
	color: #521800;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #AD7139;
	text-decoration: none;
}
.textbox-adminbar {
	padding-bottom: 4px;
	font-size: 12px;
	color: #521800;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #521800;
	text-align:left;
	padding-left: 15px;
	background: url('images/trackback.gif') no-repeat 0px;
}
.readmore {
	margin-top: 10px;
	padding: 0 0 0 12px;  
	font-size: 11px;
	color: #521800;
	text-align:left;
	font-size:12px;
	background: url('images/readmore.png') no-repeat 0 2px;
}
.tags {
	margin: 10px;
	padding: 0 0 0px 12px;  
	font-size: 12px;
	color: #521800;
	text-align:left;
	background: url('images/tag_bg.gif') no-repeat 0 2px;
}

/* comments wrapper */
.comment-wrapper{
	margin: 5px;
}

/* comments top box */
.comment-top{
	padding:5px;
	color: #521800;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #521800;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 10px 5px 10px 5px;
}
.commentbox-title{
	border-bottom: 1px solid #AD7139;
	padding: 5px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 5px;
	line-height: 150%;
}
.commentbox-label{
	display: inline;
	color: #521800;
	font-size: 12px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #521800;
	background: url('images/sidebar_bg.png') repeat-y;
}
.trackbackbox-label{
	display: inline;
	color: #521800;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 50px;
 border: 1px solid #AD7139; 
 text-align: center; 
 background-color: #f9f8e4;
}
.messagebox-title{
 background: url('images/headerbg1.jpg');
 border-bottom: 1px solid #AD7139; 
 color: #521800; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 background:#f9f8e4;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
 line-height: 150%;
}
.messagebox-bottom{
 color: #521800; 
 background-color: #D3B286; 
 padding: 5px;
}


/****** Tag Show Page ******/
.tag-content{
line-height: 150%;
word-break: none;
word-wrap: break-word;
}

/****** Input Form Styles (table) ******/
.formbox{

}
.formbox-comment{
	padding-top: 10px;
	color: #000;
}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	background: url('images/headerbg1.jpg') repeat-x;
	color: #521800;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #521800;
}
.formbox-rowheader {
	font-weight: bold;
	padding: 5px;
	color: #521800;
}
.formbox-content {
	padding: 4px;
	color: #000000;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #521800;
	text-align: left;
	border-bottom: 1px solid #ad7139;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 1px solid #ad7139;
	background-color: #f5f3df;
	color: #ad7139;
	margin: 10px;
	padding: 10px;
}

.quote {
	margin: 10px;
	border: 1px solid #ad7139;
}
.quote-title {
	background-color: #f5f3df;
	border-bottom: 1px solid #ad7139;
	padding: 5px;
}

.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #f9f8e4;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	clear: both;
	margin-bottom: 20px;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
	font-size: 11px;
}
.linktitle a {
	font-size: 12px;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	color: #521800;
	border-bottom: 1px solid #AD7139;
}