
/*----------------------------------------
Name: Bo-Blog V2.5 Default Theme
Developed by: Bo-blog
Date Created: 2009/10/9
----------------------------------------*/

/*Elements CSS Framework by Ben Henschel*/
/*Extended a little bit by Bo-blog*/
/*Mass Reset*/
/*Thanks to Eric for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, strong, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
	text-decoration: none;
}
div {
	margin-left: auto;
	margin-right: auto;
}
a img {border:none;}
table {border-collapse: collapse; border-spacing: 0;}
td {word-break: break-all;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
hr {height: 1px; border: 0; border-top: 1px;}
/****** General Styles ******/
body {
	font-size: 12px;
	font-family: 微软雅黑, 微軟正黑體, Microsoft YaHei, Tahoma, Arial;
	background-color: #fff;
	color: #333;
	text-align: center;
}
a {
	color: #999;
}
a:hover {
	color:#000;
}
hr {
	border-color: #999;
}
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/****** Main Layout Styles ******/
#headerUp {
	width: 938px;
	height: 40px;
	margin-top: 18px;
}
#headerTitle {
	background: url('../images/headerTitle.jpg') no-repeat;
	height: 40px;
	padding-left: 64px;
}
#headerTitle a {
	color: #0073B2;
	font-size: 26px;
	font-weight: bold;
}
#headerSearchBar {
	float: right;
	margin-top: -35px;
}
.searchField {
	width: 182px;
	height: 18px;
	border: 1px solid #ccc;
}
#headerBelow {
	clear: both;
	background: #3AD1F1;
	height: 36px;
	border-bottom: 12px solid #D8EBF5;
}
#headerNav {
	width: 938px;
}
#headerNav ul{
	float: right;
	border-right: 1px solid #D8EBF5;
}
#headerNav li{
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
}
* html #headerNav li{
	width: 0;
	white-space: nowrap;
}

#headerNav a{
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	display: block;
	color: #fff;
	height: 20px;
	border-left: 1px solid #D8EBF5;
}
* html a{
	text-align: center;
}
#headerNav a:hover{
	background: #D8EBF5;
	color: #999;
}
.activepage a {
	background: #D8EBF5;
	color: #000;
}
#topWrapper {
	width: 948px;
	margin-top: 25px;
	line-height: 150%;
}
#topMicro {
	float: left;
	padding-right: 10px;
	width: 340px;
}
.mbContent {
	font-size: 12px;
	color: #275A77;
	margin-bottom: 20px;
}
.mbDetail, .mbDetail a {
	color: #8B8B8B;
}
#topAnnounce {
	float: right;
	width: 586px;
	color: #656565;
}
#mainWrapper {
	padding-top: 25px;
	clear: both;
}
#mainInnerWrapper {
	width: 938px;
}
#mainSidebar {
	float: right;
	width: 258px;
}

.sidePanel {
	width: 100%;
	margin-bottom: 25px;
}
.sidePanel h5 {
	color: #5EB00B;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.sidePanel a {
	color: #333;
}
.sidePanel a:hover {
	color: #5EB00B;
}
.panelContent {
	margin-top: 8px;
}
.panelContent li {
	list-style: none;
}
.panelContent .indent{
	text-indent: 15px;
}
#mainContent {
	float: left;
	width: 650px;
}

.textboxWrapper {
	margin: 0 0 15px 0;
}
.textboxMore {
	text-align: right;
	font-style: italic;
	margin-top: 18px;
}
.textboxTitle, .textboxTitle a {
	color: #0073B2;
	font-size: 18px;
	font-weight: bold;
}
.textboxLabel, .textboxLabel a {
	color: #999;
}
.textboxContent {
	margin-top: 5px;
	font-size: 14px;
	color: 333;
	line-height: 160%;
}
.textboxFooter {
	margin-top: 10px;
}
.textboxFooter-action-title {
	background: #3AD1F1;
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	padding: 2px;
	width: 100%;
	height: 14px;
}
.textboxFooter-tags-title {
	float: right;
	background: #3AD1F1;
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	padding: 2px;
	width: 190px;
	height: 14px;
	margin-top: -18px;
}

.textboxFooter-action {
	color: #999;
	padding: 2px;
	width: 100%;
}
.textboxFooter-tags {
	float: right;
	color: #999;
	padding: 2px;
	width: 190px;
	margin-top: -20px;
}
.textbox-Bottom {
	text-align: left;
}



#prevArticle{ float: left; }
#nextArticle{ float: right; }

#footerWrapper {
	text-align: center;
	background: url('../images/footerWrapper.jpg') no-repeat bottom right;
	clear: both;
	width: 100%;
	vertical-align: bottom;
	padding-top: 25px;
}
#footerWrapper, #footerWrapper a {
	color: #fff;
	font-weight: bold;
}
#footer-icp {
	padding-bottom: 20px;
	text-align: center;
}
.commentBox {
	width: 100%;
}
.commentBox-replier, .commentBox-admin-replier, .commentBox-replier a, .commentBox-admin-replier a {
	color: #0073B2;
	font-weight: bold;
}
.commentBox-content, commentBox-admin-content {
	line-height: 150%;
	margin-top: 6px;
}
.commentBox-info, .commentBox-admin-info {
	margin: 3px 0 20px 0;
	font-style: italic;
	color: #999;
}
.commentBox-moreinfo {
	margin-left: 6px;
}
.commentBox-admin {
	margin: -15px 0 -10px 40px;
	background: #D8EBF5;
	padding: 5px 5px 0 5px;
}
.commentBox-multilevel {
	width: 100%;
	margin-left: 40px;
}
.commentBox-multilevel-at {
	color: #5EB00B;
	font-weight: bold;
	cursor: pointer;
}

.commentBox-multilevel-add {
	float: right;
	height: 12px;
	font-style: normal;
}
*+html .commentBox-multilevel-add {
	margin-top: -14px;
}
* html .commentBox-multilevel-add {
	margin-top: -14px;
}
#commentForm-title {
	font-size: 14px;
	color: #0073B2;
	font-weight: bold;
}
#commentForm-openeditor {
	font-size: 12px;
	font-weight: normal;	
}

/* smilies list */
.commentForm-smilies {
	text-align:center;
	position:relative;
}
* html .commentForm-smilies {
	position:absolute;
}
.commentForm-smilies-contents {
	padding: 3px;
	line-height: 120%;
	position:absolute;
	border: 1px solid #BFCAD2;
	background:#fff;
	left:210px;
}

#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
}

.smileybut  a{
	border: 1px solid #BEE6FD;
}




.Clear {
	clear: both;
}
.insertimage {
	max-width: 500px;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	background: #fff;
	border: 1px solid #A9DBF6;
}
input.button {
	background: #fff;
	border: 1px solid #A9DBF6;
}
textarea { 
	background: #fff;
	border: 1px solid #A9DBF6;
}
select { 
	background: #fff;
	border: 1px solid #A9DBF6;
}
/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 100%;
	text-align: left;
	background-color: #fff;
}
#innerWrapper {
	width: 100%;
}
#header {
}
#innerHeader {
	padding: 0;
	padding-top: 22px;
	height: 50px;
}

#footer {
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
}
#footer a{
color: #000;
}
#innerFooter {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #000;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 10px solid #BEE6FD;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 30px;
}
h1 a {
	color: #000;
}
h1 a:hover {
	color: #999;
}
/* blog description */
.blog-desc {
	display:none;
}
/* nav menu */
#menu {
	margin-top: -41px;
	float: right;
	height: 25px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	width: 72px;
}
#menu a{
	padding: 8px;
	padding-bottom: 2px;
	display: block;
	color: #999;
	height: 20px;
	border: 1px solid #fff;
	border-bottom: none;
	font-weight: bold;
}
#menu a:hover, #menu .activepage a {
	color: #000;
	background: #F4FBFF;
	border: 1px solid #9EC9FF;
	border-bottom: none;
}




/* calendar panel */
#calendar {
  width: 90%; 
}
.calendar-top {
  text-align: center;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #999;
  font-size:11px;
  text-align: center;
  width: 14%;
}
.calendar-weekday-cell {
  color: #000;
  font-size:11px;
  text-align: center;
  width: 14%;
  font-weight: bold;
}
.calendar-main {
  background: #fff;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
}
.calendar-saturday,
.calendar-sunday {
  color: #5EB00B; 
}
.calendar-today { 
  border: 1px solid #5EB00B;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #5EB00B; 
  text-decoration: underline;
  font-weight: bold;
}
.calendar-today a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 10px;
	margin-right:10px;
}

/* sidebar */
.sidebar {
	position: absolute;
	float:right;
	width: 360px;
	right: 20px;
	top: 75px;
}
* html .sidebar { /*IE6 absolute position+baseurl select bug fix */
	position: static;
	margin-top: expression("-"+document.getElementById('content').offsetHeight+"px");
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarOne {
	float: right;
	width: 201px;
	border: 1px solid #9EC9FF;
	background: #F5FBFE;
	padding-left: 9px;
}
#innerSidebarTwo {
	float: left;
	width: 140px;
}
#innerSidebarMicroblog {
	clear: both;
	color: #000;
	background: url('images/search.gif') no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #F4FBFF;
	text-align: left;
}
#innerSidebarMicroblog li {
	list-style: none;
}

#innerSidebarFooter {
	margin-bottom: 10px;
	clear: both;
	padding: 10px; 
	background-color: #F4FBFF;
}
#innerSidebarFooter li{
	list-style: none;
}
}
/* content */
#content {
	width: auto;
}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-left: 0;
	overflow: hidden;
	margin-right: 385px;
	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:0;
}
.panel h5 {
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding: 0;
	margin: 0px;
	margin-bottom: 4px;
}
.panel h5 a{
	color: #000;
}
.panel-content{
	width: 95%;
	margin:0;
	margin-bottom: 25px;
	line-height: 150%;
	color:#333;
}
.panel-content a{
 	color:#333;
}
.panel-content a:hover {
 	color:#999;
}

.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #D3E7FC;
}




/* user panel login form */
#loginForm {
	width: 95%;
}



/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #A9DBF6;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
}
.announce-content{
	padding: 10px; 
	color: #000;
	background: #F4FBFF;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #3F68A6;
	padding: 3px;
	border: 1px solid #A9DBF6;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #A9DBF6;
	color: #333;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	border-bottom: 1px solid #A9DBF6;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
	background: url('images/dash.gif') no-repeat;
	background-position: 50px 20px;
}
.textbox-calendar {
	float: left;
	height: 49px;
	width: 46px;
	text-align: center;
}
.textbox-calendar-day {
	display: block;
	font-family: Arial;
	color: #333;
	font-size: 25px;
	padding: 1px;
	background: #EFF6FE;
	border: 1px solid #A4BEDF;
}
.textbox-calendar-month {
	border-bottom: 1px solid #A4BEDF;
	margin: 0px;
	margin-top: -8px;
	display: block;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #2E93C9;
}

.textbox-calendar-month {
	margin-top: 0px;
}

.textbox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.textbox-title h4{
	color: #0D80BD;
	font-size: 16px;
	padding: 5px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #0D80BD;
}
.textbox-label{
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	text-indent: 29px;
}
*+html .textbox-label{
	text-indent: 15px;
}
* html .textbox-label{
	text-indent: 15px;
}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -15px;
}
*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	clear: both;
	word-wrap: break-word;
	padding: 5px;
	font-size: 14px;
	line-height: 139%;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.textbox-bottom a {
	color: #000;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #000;
	text-align:left;
}
.tags {
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #333
	text-align:left;
	background: #F4FBFF;
}
.tags a {
	color: #333;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #000;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #000;
}

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-odd {
	background: #FBFEFF;
	border-top: 1px solid #A9DBF6;
}
.commentbox-couple {
	background: #fff;
	border-top: 1px solid #A9DBF6;
}
.trackbackbox {
	background: #E9FDF1;
	border-top: 1px solid #A9DBF6;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 14px;
	color: #0D80BD;
}
.commentbox-title a, .trackbackbox-title a{
 	color: #0D80BD;
	font-weight: bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #000;
	font-size: 12px;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}

.commentbox-content, .trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}


/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
 width: 550px;
 margin-top: 120px;
 border: 1px solid #A9DBF6; 
 border-top: 0px; 
 text-align: center; 
 background-color: #A9DBF6;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #000; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	border-top: 10px solid #BEE6FD;
}

.formbox-title,
.formbox-comment-title{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 4px solid #BEE6FD;
	background-color: #FBFEFF;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #333;
	margin: 10px;
}
.quote-title {
	background-color: #FBFEFF;
	border-bottom: 2px solid #BEE6FD;
	padding: 5px;
	font-weight: bold;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #FBFEFF;
	border: 1px solid #BEE6FD;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	color: #0D80BD;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #0D80BD;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 3px solid #BEE6FD;
	font-weight: bold;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 0;
	font-size: 14px;
	line-height: 120%;
}

/*OpenID input area */
#openid_url {
	background: url(../../images/others/openid.gif) no-repeat;
	text-indent: 20px;
}

/* New */
.mb-group ul {
	padding: 0;
}

.mb-group li{
	list-style: none;
	margin-left: -29px;
}

.singlemb {
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 15px;
}

.singlemb-couple {
	background: #FBFEFF;
	border-top: 1px solid #A9DBF6;
	border-bottom: 1px solid #A9DBF6;
}

.singlemb-more {
	margin-top: 20px;
	font-size: 12px;
}

.singlemb-time {
	color: #666;
}

#hiddenbox {
	display:none;
	padding:10px;
}

#hiddenbox-title {
	padding: 4px;
	background: #2DABFF;
	color: #fff;
	font-weight: bold;
}

#hiddenbox-content {
	padding: 8px;
	text-align: left;
}

#popbox {
	display:none;
}
#popbox-inclusion {
	background: url('../images/popboxLeft.gif') left top no-repeat;
}
#popbox-content {
	border: 2px solid #5EB00B;
	background-color: #fff;
	border-left: 0;
	margin-left: 15px;
	padding: 5px;
}


