/*
Bo-Blog V2.1.0
Molan
Transplant by fonti http://www.fonti.cn
*/

/****** General Styles ******/
body
{
	padding:5px 0;
	background: #132e37 url('images/bodyBkgd.png') repeat-x;
	FONT-FAMILY: Tahoma,Arial,sans-serif,Î¢ÈíÑÅºÚ;
	FONT-SIZE: 12px;
	color : #666666;
}
table
{
	font-family:Tahoma,Arial;
	color:#999;
	font-size:12px
}
td
{
	word-break:break-all
}
a:link
{
	text-decoration: none;
	color : #888;
}
a:visited
{
	text-decoration: none;
	color : #888;
}
a:hover
{
	text-decoration: none;
	color : #333;
}
a:active
{
	text-decoration: none;
	color : #333;
}
img
{
	vertical-align:middle;
	border:0px none;
	max-width:100%;
	height:auto
}
hr
{
	height:1px;
	border:0;
	border-top:1px solid #fff
}
/****** Form Controls Styles ******/
form
{
	display:inline
}
input
{
	font-family:Tahoma,Arial;
	font-size:12px;
}
input.text
{
	height:16px;
	padding:1px;
	color:#999;
	border:1px solid #CCC;
	background-color:#FFF
}
input.button
{
	height:20px;
	color:#999;
	border:1px solid #CCC;
	background-color:#FFF
}
textarea
{
	font-size:12px;
	font-family:Tahoma,Arial;
	color:#999;
	border:1px solid #CCC;
	background-color:#FFF
}
.textarea1 { background: #FFFFFF url('images/nowater.gif') no-repeat; background-position:bottom right;}
.textarea2 { background: #FFFFFF url('images/nowater.gif') no-repeat; background-position:bottom right;}
.textarea3 { background: #FFFFFF; }
select
{
	font-size:12px;
	font-family:Tahoma,Arial;
	color:#333;
	background-color:#FFF
}
/****** Main Layout Styles ******/
#wrapper
{
	width:965px;
	border-bottom:0px solid #666;
	margin-left:13px;
    _margin-left:11px;
}
#innerWrapper
{
    width:965px;
}
#header
{
	width:960px;
}
#innerHeader
{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	overflow: hidden;
	height: 85px;
}
#header a
{
	font:12px Tahoma;
	color:black;
	padding:0 2px;
}
#header a:hover
{
    color: #56E81C;
}
/*menu*/
#menu {
    position:relative;
    width:950px;
	margin:0 auto;
	background:  url('images/menu_bg2.png') repeat-x;
	height: 39px;
	margin-bottom:20px;
	+margin-bottom:10px;
}
* html #menu ul {height: 28px;}
#menu ul {
    list-style:none;
    padding: 0px;
    margin: 0px;
}

#menu li {
    float:left;
    line-height: 20px;
    padding: 11px 12px 5px 12px;
    letter-spacing: 3px;
}

#menu a {
    text-decoration:none;
    color:#ffffff;
    font-family:Î¢ÈíÑÅºÚ,Arial;
    font-size:14px;
    display: block;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

#menu a:hover, #menu .activepage a {
	color:#DB8230;
}

/* Header Search */
#head_search_form {
    margin-right:10px;
    +margin-right:-2px;
    float:right;
    width: 197px; height: 25px;
    background: url(images/homesearchbg.gif) no-repeat; 
    margin-top:7px;
    +margin-top:-23px;
}
#head_search_form input {
    float: left;
    padding: 6px 4px 0;
    width: 162px; height: 19px;
    font-size: 12px;
    color: #ccc;
    background: none;
    border: 0;
}

#head_search_form input:focus, input.sffocus {
    color: #555; 
}

.btn_search_small {
    float: left;
    margin: 3px 0 0; padding: 0;
    width: 24px; height: 21px;
    background: url(images/search.gif) no-repeat;
    text-indent: -999em;
    border: 0;
    cursor: pointer; }
.btn_search_small:hover { background-position: 0 -21px !important; }


/* footer*/
#footer
{
	clear:both;
	width: 950px;
	border-top: 1px solid #32474e;
	padding:15px 0px 0 0px;
	margin-bottom:10px;
	+margin-bottom:-30px;
	margin-left:5px;
}
#footerLeft {
	float: left;
	width: 708px;
	font-size: 12px;
	color: #FFFFFF;
}
#footerLeft a {
	color: #FFFFFF;
}
#footerLeft a:hover {
	color: #FFFFFF;
}
.footerRight {
	float: left;
	margin-right: 18px;
}
.back_to_home {
    float:left;
    margin: 4px 8px 0 35px;
}
.back_to_home a {
    cursor: pointer;
    display: block;
    width:65px;
    height:20px;
    background: url(images/home2.gif) no-repeat;
}
.back_to_home a:hover { background-position: 0 -20px ; }
.rss {
    float: left;
    margin: 3px 0 0 8px;
}
.rss a {
    display: block;
    width: 60px; height: 20px;
    background: url(images/rss2.gif) no-repeat ; 
}
.rss a:hover {
    background-position: 0 -20px; 
}
.back_to_top {
    float: right;
    margin: 4px 0 0 0;
}
.back_to_top a {
    display: block;
    width: 60px; height: 20px;
    text-indent: -999em;
    background: url(images/top2.gif) no-repeat ; 
}
.back_to_top a:hover {
    background-position: 0 -20px; 
}
/****** Content Layout ******/
#mainWrapper
{
	padding-left:5px;
	width:950px;
	margin-left:3px;
	+margin-left:2px;
	background:url('images/mainWrapper_bg3.gif') repeat-y center ;
	margin-bottom:30px;
	overflow:auto;
	_overflow:hidden;
	_margin-top:-15px;
}
#Wrapper_top {
   	background: url("images/mainWrapper_top2.gif") no-repeat;
	height: 5px;
	margin-top:10px;
	margin-left:5px;
}
#content
{
	float:left;
	width:734px;
	+width:735px;
	overflow:hidden;
	FONT-SIZE: 12px;
	margin-bottom:10px;
}
#sidebar
{
	float:right;
	width:212px;
	background-color: #132E37;
	margin-right:4px;
    +margin-right:2px;
    _width:212px;
    overflow:hidden;
}
.clear
{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden
}
/*****¶¥²¿Ãæ°å*****/
#toppanel{
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	z-index: 15;
	border-top: 4px solid #f58925;
    _width:1003px;
}
#module {
	background: url("images/toppanel_bg.png") 0 100% repeat;
	behavior: url("template/Amber/images/iepngfix.htc");
	color: #fff;
	padding: 10px;
	height: 200px;
}
#button8 {
    width: 212px;
    height: 25px;
    font-size: 12px;
    float: right;
    margin: 0 auto;
    margin-right:32px;
    _margin-right:14px;
    background: url("images/loop_indexTab.jpg")  no-repeat;
    cursor: pointer;
}

#customcontent {
	margin: 0 auto;
	padding-top: 30px;
	width: 780px;
	color: #C9C9C9;
	font-size: 12px;
	line-height: 180%;
}

/****** Sidebar Panels ******/
.panel
{
	padding:0px;
	margin: 0px;
}
.panel h5
{
	background: url('images/panel_bg2.gif') no-repeat;
	font:12px Tahoma;
	padding:5px 10px 0 12px;
	margin:0;
	color:#FFF;

	height:20px;
}
.panel h5 a
{
	color: #382E1F;
}
.panel-content
{
	font:12px Tahoma;
	line-height:18px;
	margin-bottom:-1px;
	color:#cccccc;
}
.panel-content-category
{
	font:12px Tahoma;
	line-height:18px;
	padding-left:0px;
    letter-spacing: 8px;
    margin-bottom:-1px;
}
.panel-content-misc
{
	font:12px Tahoma;
	line-height:18px;
	padding-left:12px;
    color:#cccccc;
}
.panel-content-statistics
{
	font:12px Tahoma;
	line-height:18px;
	padding-left:12px;
    color:#cccccc;
}
.panel-content-announcement
{
	font:12px Tahoma;
	line-height:18px;
	padding-left:12px;
    color:#cccccc;
}

.panel ul
{
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
.panel ul li
{
	line-height:18px;
	padding: 3px 0 3px 12px;
	border-bottom: 1px solid #32464D;
	height:18px;
}

.panel a, .panel a:visited
{
	color: #6595ab;
	text-decoration:none;
}
.panel a:hover, .panel a:focus, .panel a:active
{
	color:#FFFFFF;
	text-decoration:none;
}
#loginForm
{
	width:95%
}
/* calendar panel*/
#calendar
{
	width: 100%;
	margin-top:1px;
	line-height:135%;
	font-family:Tahoma,Arial;
}
.calendar-top
{
	text-align: center;
	padding:0px;
	padding-bottom:3px;
	padding-top:3px;
}
.calendar-year,
.calendar-month
{
	font-weight: bold;
}
.calendar-weekdays
{
	color: #444;
	font-size:10px;
	text-align: center;
	width: 14%;
	padding:0px;
}
.calendar-weekday-cell
{
	font-size:12px;
	text-align: center;
	width: 14%;
	padding:0px;
	border-bottom:#888 1px solid;
	border-top:#888 1px solid;
	color:#40465C;
	background:#888;
	background: url("images/calendar.gif") repeat-x;
}
.calendar-main
{
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today
{
	text-align: center;
	width: 14%;
	padding:0px;
	padding-top:1px;
	padding-bottom:1px;
	color: #777;
}
.calendar-saturday,
.calendar-sunday
{
	font-weight:bold;
	color:#40465C;
}
.calendar-today
{
	background: url("images/calendar_bg.gif") no-repeat;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a
{
	color: #40465C;
	border-bottom:none;
	display:block;
	font-size:12px;
	border-bottom:#40465C 1px dotted;
	border-right:#40465C 1px dotted;
}
.calendar-today a
{
	font-size:12px;
	text-decoration:underline;
	border-bottom:none;
}
.calendar-today a:hover{}
.calendar-day a:hover,.calendar-saturday a:hover, .calendar-sunday a:hover{}
#panelStats .panel-content
{
	color:black
}
/****** Search Panel ******/
.search-field
{
	width:170px;
}
/****** Announcement Box ******/
.announce
{
	margin-bottom:10px;
}
.announce-content
{
	word-wrap:break-all;
	padding:5px 5px 0 15px;
	color:#666;
	line-height:145%;
}
/****** Defaul Page Elements ******/
.article-top {
	padding: 5px 0 15px 15px;
	text-align: left;
}
.article-bottom {
	padding: 0 0 5px 15px;
	text-align: left;
}
.prev-article{ padding: 0px 0 5px 0px;}
.next-article{ padding: 0px;}
.pages
{
	padding-top:10px;
	text-align:left;
	font:12px Tahoma;
}
.pagelink-current
{
	font-weight:bold
}
.view-mode
{
	float:right;
	color:#999
}
.listbox
{
	padding:5px;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
}
.listbox-table
{
	width:100%;
}
.listbox-header
{
	word-wrap:break-all;
	color:#999;
	font-weight:bold;
	text-decoration:underline;
}
.listbox-entry
{
	word-wrap:break-all;
	color:#666
}
.listbox-entry a
{
	word-wrap:break-all;
}
.no-entry
{
	border:1px solid #fff;
	margin-top:15px;
}
.no-entry-message
{
	padding-top:25px;
	padding-bottom:25px;
	color:#999;
	background:#FCFCFC;
	text-align:center
}

.category-label
{
	text-align:center
}
.textbox{
    clear: both;
    padding: 0 10px 0 10px;

}
.textbox-title
{
	font-size:14px;
	background-position:top left;

	padding-top:1px;
}
.textbox-title h4
{

	margin-left:5px;
	font-size:16px;
	font-weight:bold;
	display:inline
}
.textbox-title h4 a:link
{
	text-decoration: none;
	color : #666;
}
.textbox-title h4 a:visited
{
	text-decoration: none;
	color : #666;
}
.textbox-title h4 a:hover
{
	text-decoration: none;
	color : #333;
}
.textbox-title h4 a:active
{
	text-decoration: none;
	color : #333;
}
.textbox-label
{
	padding-left:5px;
	color:#999;
	font-size:12px;
    margin-top:5px;
}
.textbox-fontsize
{
	color:#999;
	text-align:right;
	font-size:11px;
	margin-top:-12px;
}
.textbox-content
{
	word-wrap:break-word;
	padding:5px;
	line-height:150%;
}
.textbox-bottom
{
	text-align: right;
	color:#999;
	font-size:12px;
	border-top:1px solid #e7e7e7;
	margin-bottom:5px;
}
.textbox-adminbar
{
	padding-bottom: 4px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height:150%;
}
.editmark
{
	margin-top:5px;
	color:#999;
	font-size:11px
}
.textbox-urls
{
	margin-top:5px;
	padding-top:5px;
	color:#999;
	font-size:11px;
	border-top:1px dashed #C0C0C0
}
.tags{margin-top:10px;}
.comment-wrapper
{
	}
.comment-top
{
	padding:5px;
	margin:5px;
	color:#999;
	background:#F6F6F6;
	text-align:right
}
.comment-pages
{
	padding:5px;
	margin:5px;
	color:#999
}
.commentbox
{
	word-wrap:break-word;
	padding:5px;
	margin:5px;
	border:1px solid #e7e7e7;
}
.commentbox-title
{
	padding:3px;
	border-bottom:1px dashed #e7e7e7;
}
.commentbox-label
{
	display:inline;
	color:#999;
	font-size:11px;
}
.commentbox-content
{
	padding:3px;
	line-height:150%;
}
.no-comment-box
{
	padding:10px;
	color:#999;
	background:#FCFCFC;
	border:1px solid #e7e7e7;
}
.trackbackbox
{
	padding:5px;
	margin:5px;
	text-align: right;
}
.trackbackbox-title
{
	padding:3px;
	border-bottom:1px dashed #e7e7e7;
	text-align: right;
}
.trackbackbox-label
{
	display:inline;
	color:#999;
	text-align: right;
	font-size:11px
}
.trackbackbox-content
{
	padding:3px;
	color:#333;
	text-align: right;
}
.trackbackbox a
{
	color:#000
}
#commentForm
{
	width:99%;
	padding: 5px;
}
/****** normal message box ******/
.messagebox
{
	width: 550px;
	margin-top: 150px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FFF;
	margin-bottom:10px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #C5C4C2;
    border-right: 2px solid #C5C4C2;
	FONT-SIZE: 12px;
	line-height:150%;
}
.messagebox-title
{
	padding: 5px;
	background: #2F4D58;
	color: #FFF;
	font-weight: bold;
}
.messagebox-content
{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom
{
	padding: 5px;
	color: #666;
	background-color: #F3F3F3;
	background:  url('images/messagefooter.gif') repeat-x;
}
/****** Input Form Styles (table) ******/
.formbox
{
	background:#FFF;
}
.formbox-comment
{
	}
.formbox-title,
.formbox-comment-title
{
	font-size:14px;
	font-weight:bold;
	color:#999;
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;	
	padding-bottom:5px;
}
.formbox-rowheader,
.formbox-comment-rowheader
{
	padding:5px;
	color:#333;
	font-weight:bold;
	text-align:right
}
.formbox-content,
.formbox-comment-content
{
	}
.panel-smilies
{
	padding:5px;
	text-align:center
}
.panel-smilies-title
{
	color:#999;
	text-align:left;
	border-bottom:1px solid #fff
}
.panel-smilies-content
{
	padding:5px;
	line-height:120%
}
/****** Upload Page ******/
.upload-page
{
	margin:0px;
	padding:0px;
	background-color:#FFF;
	background-image:none
}
.upload-file
{
	}
.upload-error
{
	color:#900
}
.upload-done
{
	color:#030
}
/****** Misc Styles ******/
.comment-text,
.hidden-note
{
	font-size:11px;
	color:gray
}
.red
{
	color:red
}
.highlight
{
	font-weight:bold;
	color:#F60;
	background:#FF0
}
.meta-button
{
	margin:1px
}
/****** UBB Code Custom Styles ******/
.code
{
	word-wrap:break-all;
	padding:10px;
	margin:5px;
	font-family:Tahoma,Arial;
	color:#333;
	background-color:#F9F9F9;
	border-left:3px solid #E0E0E0
}
.quote
{
	padding-left:30px;
	margin-left:20px;
	background:url("images/icon_comment.gif") no-repeat 10px 12px;
	background-color:#F8f8f8;
	border:1px solid #EEEEEE;
}
.quote-title
{
	margin-top: 5px;
	font-weight: bold;
}
.quote-title img
{
	padding-right: 3px;
	margin-bottom: -4px;
}
/****** Link ******/
.linkover
{
	clear: both;
}
.linkbody
{
	margin-top: 5px;
	width: 230px;
	float: left;
}
.linkimg
{
	/*width: 88px;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt
{
	float: left;
}
.linktitle
{
	font-weight: bold;
}
.linkdesc
{
	color: #999;
}
.linkgroup
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px;
}
/****** Top content ******/
#usercontent {
    width: 725px;
    height: 140px;
    float:left;
}
.allhotview, .entries, .allnewsgb{
    width: 245px;
    height: 140px;
}
.allhotview h1, .entries h1, .allnewsgb h1 {
    color: #C9C9C9;
    margin: 0 20px 0 16px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 3px 0px;
    border-bottom: 1px dotted #C9C9C9;
}
.allhotview ul, .entries ul, .allnewsgb ul {
    margin: 0;
    padding: 5px 0 0 30px;
    line-height: 150%;
}
.allhotview li, .entries li, .allnewsgb li {
    list-style-type: square;
    color: #C9C9C9;
}

