/*
Bo-Blog Style 2.0.3+
FireFlower
By kison
2010-07-16
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #666666;
	background-color: #ffffff;
}
table {
	font-family: Tahoma, Arial;
	color: #666666;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color:#444444;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #444;
	cursor: help;
}


/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
	background-color: #f9f9f9;
}
input.text {
	height: 30px;
	border: 1px solid #ebebeb;
	color: #666666;
	width: 280px;
	line-height: 30px;
	vertical-align: middle;
}
input.textcode {
	height: 15px;
	border: 1px solid #ebebeb;
	line-height: 15px;
	vertical-align: middle;
	margin-top: 5px;
}
input.button {
	height: 20px;
	color: #444;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
textarea { 
	border: 1px solid #dddddd;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #444;
	background-color: #f9f9f9;
 }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #444; 
	border: 1px solid #dddddd;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 960px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	width: 100%;
}

#header {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
#innerHeader {
	width:960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#footer {
	clear: both;
	height:80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	margin-top: 30px;
}
#footer a{
color: #444444;
}
#innerFooter {
padding-top:20px;
	font-size: 12px;
	text-align: center;
	color: #888888;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	text-align: left;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size:20px;
	font-weight: bold;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #FCFCFC;
	text-decoration: none;
}

/* blog description */
.blog-title a{ color:#444444;}
.blog-title a:hover,.blog-title .activepage a{ color:#666666;}
.blog-desc {
	color: #999999;
	padding-left: 40px;
	margin-top: 5px;
}

/* nav menu */
#menu {
	height: 45px;
	width: 960px;
	white-space: nowrap;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	display: block;
}
#menu li{
	list-style: none;
	float: left;
	text-align: center;
	margin: 0px;
	line-height: 45px;
	vertical-align: middle;
}
#menu a{
	display: block;
	color: #888888;
	padding-left: 20px;
	padding-right: 20px;
}
#menu a:hover, #menu .activepage a {
	color: #444444;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
}

/****** Content Layout ******/
#mainWrapper {
}

/* sidebar */
.sidebar {
	padding-top: 4px;
	float: left;
	width: 236px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebebeb;
	background-color: #FFFFFF;
}
.sidebar-hide {
	display: none;
	float: left;
}
.sidebar ul li{
	background-repeat: no-repeat;
}
.sidebar ul li ul li{
	background-repeat: no-repeat;
}
.sidebar a, .sidebar a:visited {
	color: #666666;
	text-decoration:none;
}
.sidebar a:hover, .sidebar a:focus, .sidebar a:active {
	text-decoration:underline;
}

#sidebar_archive ul li {
	background-repeat: no-repeat;
}
#sidebar_replies ul li {
	background-repeat: no-repeat;
}
#sidebar_category ul li {
	background-repeat: no-repeat;
}
#sidebar_category ul li.indent {
	padding: 0px;
	background-image: none;
	list-style-image: url("images/list.gif");
	text-indent: 30px;
}
#sidebar_entries ul li {
	background-repeat: no-repeat;
}
#sidebar_link ul li.indent {
	background-repeat: no-repeat;
}
#innerSidebar {

}

/* content */

.content {
	float: left;
	width: 100%;
	margin-right: -240px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
.content-wide {
	width: auto;
	margin-right: -240px;
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-right: 240px;
	overflow: visible;
	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{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.panel h5 {
	text-align: left;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	height:25px;
	line-height:25px;	
}
.panel h5 a{
	color: #888;
}
.panel-content{
	margin:0px;
	line-height: 200%;
	color:#666666;
}
.panel-content ul{
	margin: 0px;
	padding: 0px;
}
.panel-content li{
	list-style: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ebebeb;
}

.panel-content li.indent{
	padding: 0px;
	background-image: url(images/linklist.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left 5px;
}

.panel-content ul ul li{
	padding: 0px;
	background-image: url("images/linklist.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left 5px;
}

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

/* calendar panel */
#calendar {
  width: 100%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #666666;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #999999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
  background: #999999;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #9DC450; 
}
.calendar-today { 
  color: #000;
  background: #fff;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #fff; 
  text-decoration: underline;
}
.calendar-today a {
  color: #000;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	color: #888888;
	padding: 10px;
}
/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 3px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #888888;
	margin-bottom: 10px;
	margin-left: 13px;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	margin-left: 15px;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	color: #444444;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ebebeb;
	line-height: 200%;
}
.listbox-entry a{
	word-wrap: break-all;
}

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


/* text box */
.textbox{
	width: 100%;
	padding: 15px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
}
.textbox-calendar {
	float: left;
	height: 56px;
	width: 50px;
	margin: 0 0 0 13px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
}
* html .textbox-calendar {margin: -3px 0 0 5px;}
.textbox-calendar-day {
	display: block;
    font-weight: bold;
	color: #606060;
	font-size: 16px;
}
.textbox-calendar-month {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #606060;
	font-weight: bold;
}

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

.textbox-title{
	word-wrap: break-all;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 15px;
}
.textbox-title h4{
	font-size: 16px;
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.textbox-title h4 a {
	color: #444444;
}
.textbox-title h4 a:hover, .textbox-title h4 .activepage a {
	color: #666666;
}
.textbox-label{
	color: #999999;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
*+html .textbox-label{ margin: 0 0 0 0px;}
* html .textbox-label{ margin: 0 0 0 0px;}
.textbox-label a { 
    color: #888888;
}

.textbox-fontsize{
	color: #666;
	float: right;
	text-align: right;
	font-size: 12px;
	padding: 3px;
}
.textbox-fontsize a{
	color: #666;
}
.textbox-content{
	word-wrap: break-word;
	padding: 0 10px 0 15px;
	color: #666666;
	line-height: 180%;
}
.textbox-content a{
	color: #666666;
}
.textbox-bottom{
	font-size: 12px;
	color: #999999;
	text-align: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}
.textbox-bottom a {
	color: #888888;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0 5px 5px 0;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.textbox-adminbar a {
    color: #666666;
}
.textbox-tburl {
	font-size: 12px;
	color: #666666;
	text-align:left;
}
.textbox a:hover {
	text-decoration: none;
	color: #555555;
}
.tags {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #999999;
	text-align:left;
	font-weight: normal;
}
/* comments wrapper */
.comment-wrapper{}

.comment{
	font-size: 11px;
	color: #717171;
	float:right;
	line-height: 24px;
	vertical-align: bottom;
}
.comment span{}
/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #999;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #999;
}

/* commnet box */
/* commnet box */
.trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox{
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 15px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
.commentbox a:link {

} 
.commentbox a:visited {
	color:#7d7d7d;
	text-decoration: none;
} 
.commentbox a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	text-decoration: none;
} 
.commentbox a:active {
	color:#7d7d7d;
} 
.commentbox-title {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.commentbox-title a{
	font-weight: bold;
	color: #f97404;
}
.commentbox-title span{
	float:right;
	font-weight: normal;
	color: #666666;
}
.commentbox-label a {
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}
/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px 0px 15px 0px;
	border: 1px solid #E7F1D4;
	background:#F8FBF4;
}
.trackbackbox-title{
	padding: 5px;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	border-top: 1px solid #E7F1D4;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	margin-right: 12px;
	margin-bottom: 15px;
	padding: 0px;
	margin-left: 15px;
}
#commentForm a:link {
	color:#7d7d7d;
	text-decoration: none;
} 
#commentForm a:visited {
	color:#7d7d7d;
	text-decoration: none;
} 
#commentForm a:hover {
	color:#666666;
} 
#commentForm a:active {
	color:#FFFFFF;
} 

/****** normal message box ******/
.messagebox{
	width: 500px;
	margin-top: 120px;
	text-align: center;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
.messagebox-title{
	color: #FF0000;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
}
.messagebox-content{
 color: #666; 
 background:#fff;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}

.messagebox-bottom{
	color: #666;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
}


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

.formbox-title,
.formbox-comment-title{
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.formbox-comment-info ul{
	margin: 0px;
	padding: 0px;
}
.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/*̡???˵?*/
.commentSummit li {
	line-height:180%;
	list-style-type: none;
	margin-bottom: 15px;
}
.commentSummit a:link {
	color:#7d7d7d;
	text-decoration: none;
} 
.commentSummit a:visited {
	color:#7d7d7d;
	text-decoration: none;
} 
.commentSummit a:hover {
	color:#666666;
} 
.commentSummit a:active {
	color:#FFFFFF;
} 
/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	padding-left: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #dddddd;
	color: #888888;
	margin-bottom: 15px;
	margin-left: 12px;
	line-height: 16px;
	background-color: #F8F8F8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.quote{
	background-color: #F8F8F8;
}
.quote-title {
	margin-top:5px;
	margin-left: 18px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.quote-title-commentbox {
	display:none;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	color: #666666;
	margin-left:15px;
	line-height: 16px;
	padding: 5px;
}

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

/*Page*/
.pagebox{
	width: 100%;
	padding: 15px 0 0 0;
}
.pagebox-title{
	word-wrap: break-all;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 15px;
}
.pagebox-title h4{
	font-size: 16px;
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.pagebox-title h4 a {
	color: #444444;
}
.pagebox-title h4 a:hover, .textbox-title h4 .activepage a {
	color: #666666;
}
.pagebox-content{
	word-wrap: break-word;
	color: #666666;
	line-height: 200%;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 15px;
	margin-bottom:15px;
}
.pagebox-content a{
	color: #666666;
}




/* Emot Page Selection */
#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;
}