/*
Bo-Blog V2.03
WaterFlow
By SORIQ www.gacia.cn
2007-03-04
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background:url("images/bg.gif") repeat-x #c9dbe5;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}
table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	border-bottom:#333333 1px solid;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #C4E0EA;
}
acronym {
	text-decoration: none;
	cursor: help;
}
/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	margin: 1px;
	border: 1px solid #C4E0EA;
	color: #666666;
	background:#fbfbfb;
}
input.button {
	height: 20px;
	border: 1px solid #cccccc;
	border-left: 4px solid #cccccc;
	color: #888888;
	background-color: #ffffff;
}
textarea { 
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	border: 1px solid #C4E0EA;
	color: #666666;
	background:#fbfbfb;
	padding: 1px;
	margin: 1px;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #999999;
	background:#fbfbfb;
	border: 1px solid #C4E0EA;
	padding: 1px;
	margin: 1px;
}

/****** Main Layout Styles ******/
#wrapper {
	background: #FFFFFF;
	margin:15px auto;
	width: 800px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	width: 100%;
}

#header {
	background: #FFFFFF;
}
#innerHeader {
	background: url('images/header.jpg') 0 5px no-repeat;
	margin:0px;
	margin-left: 5px;
	margin-right: 5px;
	height: 205px;
}
#footer {
	clear: both;
	height: auto;
}
#footer a {
	color:#a2a2a2;
}
#footer a:hover {
	border-bottom:1px #a2a2a2 solid;
}
#innerFooter {
	background: url("./images/foot_bg.gif") repeat-x;
	padding: 10px;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 12px;
	text-align: center;
	color: #a2a2a2;
	line-height:200%;
	letter-spacing:1px;
}

/* nav menu */
#menu {
	padding-top: 170px;
	height: 20px;
}
#menu ul{
	margin:0px;
	padding: 0px;

}
#menu li{
	list-style: none;
	width: 70px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menu a{
	padding-top: 3px;
	display: block;
	
	height: auto;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {
	border-bottom:none;
	
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 2px;
	margin-right: 2px;
}

/* sidebar */
.sidebar {
	padding-top: 3px;
	float: left;
	width: 200px;
	background:url("images/side_bg.gif") repeat-y right;
	height:100%;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
	background:url("images/sidei.gif") no-repeat bottom right;
	padding-bottom:50px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -206px;
}
.content-wide {
	width: auto;
	margin-left: -206px;
}
.content-only {
	width: 100%;
	margin-left: -186px;
}
#innerContent {
	margin-left: 211px;
	overflow: visible;
	margin-right: 5px;
	margin-top: 5px;
}

/* 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:0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.panel h5 {
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
	padding-left:25px;
	height:20px;
	margin:0px;
	background: url("images/side_head.gif") no-repeat;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	width: 97.5%;
	margin:0px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 125%;
	color:#333333;
	border-top: 0px;
}
.panel-content a {
    color:#333333;
}
.panel-content a:hover {
	color:#000000;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 100%;
  margin-top:1px;
  margin-left:-6px;
  color:#666666;
}
.calendar-top {
  color: #000000;
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
  font-size:10px;
}
.calendar-weekdays {
  font-size:12px;
  text-align: center;
  width: 14%;
}
.calendar-weekday-cell {
  font-size:12px;
  text-align: center;
  width: 14%;
  font-weight: normal;
}
.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  font-size:11px;
}
.calendar-saturday,
.calendar-sunday {
}
.calendar-today {
  background:#FFFFFF;
  border:#C4E0EA 1px solid;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a,.calendar-today a {
  color: #0068b7;
  font-size:12px;
}
.calendar-day a:hover, .calendar-saturday a:hover, .calendar-sunday a:hover,.calendar-today a:hover {
  color: #0068b7;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #C4E0EA;
}

/****** Announcement Box ******/
.announce{
	border-bottom:#C4E0EA 1px solid;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #6F6856; 
}

/* page links */
.pages {
	color: #333333;
	padding:3px;
	margin-left:5px;
	text-align:right;
	padding-right:10px;
}
.pages a{
	color: #737373;
}
.pagelink-current {
	font-weight: bold;
	font-size:16px;
}

.listbox {
	padding-bottom: 10px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #F6F9FD;
	border-top:#C4E0EA 1px solid;
	border-bottom:#C4E0EA 1px solid;
	color: #666666;
	letter-spacing:1px;
	height: 22px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
	border-bottom: 1px dotted #cccccc;
	padding:5px;
	padding-bottom:10px;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* text box */
.textbox{
	padding-bottom: 10px;
	margin-bottom: 5px;
	width:100% ;
	white-space:normal; 
	word-wrap: break-word; 
	overflow:hidden;
}
.textbox a{
	color:#0068B7;
}
.textbox a:hover{
	border-bottom:none;
}
.textbox-title{
	word-wrap: break-all;
	height: 42px;
	margin-left: 7px;
	color: #333333;
	font-size: 14px;
	word-spacing:1px;
}
.textbox-title h5{
	font-weight:bold;
	display:inline;
	font-size:14px;
}
.textbox-title a{
	color: #333333;
}
.textbox-title a:hover{
	border-bottom:#333333 1px solid;
}
.textbox-label{
	padding-left: 2px;
	color: #999999;
	font-size: 10px;
	margin-top:2px;
	word-spacing:0px;
}
.textbox-label a{
	color:#999999;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}

.textbox-bottom{
	border-top: 1px solid #C4E0EA;
	padding: 3px;
	font-size: 12px;
	color: #999999;
	text-align:left;
	padding-left:12px;
}
.textbox-bottom a {
	color: #999999;
}
.textbox-bottom a:hover {
	border:none;
}
.textbox-adminbar {
	padding-bottom: 14px;
	font-size: 12px;
	color: #666666;
	letter-spacing:1px;
	text-align:left;
	line-height:130%;
	padding-left:12px;
	border-top: 1px solid #C4E0EA;
	border-bottom: 1px solid #C4E0EA;
	background:#F6F9FD;
}
.textbox-tburl {
	font-size: 12px;
	color: #999999;
	text-align:left;
	padding:3px;
	padding-left: 10px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #555555;
	text-align:left;
	padding-left: 12px;
}
.tags a{
	color:#666666;
}

/* comments wrapper */
.comment-wrapper{
	padding-top:10px;
}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #3F67A5;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #333333;
}
#com{
	font-size:18px;
	color:#C4E0EA;
	padding-left:10px;
	border-bottom:#e7e7e7 1px dotted;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	background:url("images/com.gif") no-repeat #f7f7f7;
	background-position:4px 4px;
	padding-left:28px;
	color:#666666;
}
.commentbox-label{
	display: inline;
	color:#999999;
	font-size:12px;
}
.commentbox-content{
	margin-top:10px;
	padding-left:20px;
	padding-right:100px;
	margin-bottom: 20px;
	color:#444444;
}

/* trackback box */
.trackbackbox{
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #C4E0EA;
}
.trackbackbox-label{
	display: inline;
	color: #333333;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #333333;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #999999;
 text-align: center; 
 background-color: #999999;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
 background:url("images/configtop.gif") repeat-x;
}
.messagebox-content{
 color: #666666;
 padding: 15px;
 padding-bottom: 25px; 
 text-align: left;
 background:url("images/config.gif") no-repeat #ffffff;
 background-position:right bottom;
}
.messagebox-content ul{
	list-style:square;
}
.messagebox-bottom{
 background-color: #f7f7f7;
 padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{width:100%;}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	font-weight: bold;
	padding: 5px;
	font-size:12px;
	background:#F6F9FD;
	border-top:#C4E0EA 1px solid;
	border-bottom:#C4E0EA 1px solid;
	text-align:center;
	margin-bottom:5px;
	color:#666666;
	letter-spacing:1px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	text-align: center;
	width:110px;
}
.panel-smilies-title {
	color: #666666;
	padding:3px;
	padding-bottom:1px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	text-align: left;
	border-bottom: 1px solid #E4E3D0;
}
.panel-smilies-content {
	padding: 4px;
	line-height: 120%;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #C4E0EA;
	background:url("images/code_bg.gif") repeat;
	font-family:"sans-serif";
	color: #333333;
	margin: 5px;
	padding: 10px;
	font-size:11px;
	line-height:120%;
	margin-right:50px;
}
.reply {
	margin: 10px;
	margin-right:50px;
	margin-left:0px;
}
.reply-content {
	word-wrap: break-all;
	color: #777777;
	padding: 15px;
	padding-bottom: 7px;
	padding-top: 10px;
	background-color: #ffffff;
	border-top: 1px solid #e3e3e3;
	background:#fdfdfd;
}
.reply-title {
	padding: 5px;
	color: #999999;
	padding-left:7px;
	background:url("images/quote.gif") repeat-x;
	border-top:#f3f3f3 1px solid;
	text-align:right;
}
.quote {
	margin: 10px;
	border: 1px solid #C4E0EA;
	margin-right:50px;
	margin-left:5px;
}
.quote img{
	border:none;
}
.quote-title {
	padding: 5px;
	font-weight: bold;
	color: #666666;
	padding-left:7px;
	background:url("images/quote.gif") repeat-x;
	border-bottom:#f3f3f3 1px solid;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
	background-color: #ffffff;
	padding-left:20px;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
	border-bottom:#f7f7f7 1px solid;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
	padding-left:20px;
}
.linktitle a {
}
.linkgroup {
	font-size: 12px;
	margin-bottom: 5px;
	color: #3d3d3d;
	padding-left:24px;
	background:url("images/linkgroup.gif") no-repeat;
}