/*
Bo-Blog V2.1.0
Amber
Designed by ¹í¹È¾üÊ¦ http://www.xsal.net
*/

/****** General Styles ******/
body
{
	background-color:#f2f2f2;
	padding:5px 0;
	background:  url('images/bg.gif') repeat;
	FONT-FAMILY: Tahoma,Arial, sans-serif,ºÚÌå;
	FONT-SIZE: 12px;
	color : #888;
	line-height:175%;
	SCROLLBAR-FACE-COLOR: #fff;
    SCROLLBAR-HIGHLIGHT-COLOR: #fff;
    SCROLLBAR-SHADOW-COLOR: #ccc;
    SCROLLBAR-ARROW-COLOR: #4A4F68;
    SCROLLBAR-TRACK-COLOR: #ccc;
    SCROLLBAR-BASE-COLOR: #ccc;
    scrollbar-dark-shadow-color: #ccc;
    scrollbar-3d-light-color: #003366
}
table
{
	font-family:Tahoma,Arial;
	color:#999;
	font-size:12px
}
td
{
	word-break:break-all
}
a:link
{
	text-decoration: none;
	color : #999;
}
a:visited
{
	text-decoration: none;
	color : #999;
}
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:790px;
	background:#fff;
	background:  url('images/header_bg.gif') repeat-x;
	border:0px solid #ccc;
	border-bottom:0px solid #666;
	margin:0 auto;
	padding:0;
    background-color:#fff;
}
#innerWrapper
{
    width:780px;
}
#header
{
	width:778px;
}
#innerHeader
{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	overflow: hidden;
	height: 55px;
}
#header a
{
	font:12px Tahoma;
	color:#f4f4f4;
	padding:0 2px;
}
#header a:hover
{
    color: #56E81C;
}
#header .blogMenu
{
	float:right;
	padding: 30px 0 5px 0;
	display:inline;
}
#header .blogMenu ul
{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#header .blogMenu li
{
	display:inline;
	font:12px Tahoma;
	margin-left:3px;
	padding-left:5px;
}

#header .sidemenu
{
	padding:20px 0 0 0;
	margin-left:380px;
	text-align:right;
}
#header .sidemenu a
{
	padding:5px;
	color:#eee;
}
#header .h1
{
	color: #FFF;
	font-weight: bold;
}
#header .headline
{
	background:  url('images/header_logo.gif') no-repeat;
	background-position:15px 7px;
	color: #f4f4f4;
	font-size:22px;
	font-family:ËÎÌå;
	font-weight: bold;
	float:left;
	padding-left:60px;
	display:inline;
	padding-top:20px;
	padding-bottom:10px;
}

/* footer*/
#footer
{
	clear:both;
	text-align:center;
	font:12px Tahoma;
	color:#777;
	padding:12px 0px 16px 0px;
	border-top:1px solid #e7e7e7;
	border-bottom:5px solid #40465C;
    background:  url('images/footer_bg.gif') repeat-x;
	margin-top:3px;
}
#footer a
{
	color:#999;
}
#footer a:hover
{
	color:#333;
}
/****** Content Layout ******/
#mainWrapper
{
	padding-left:12px;
	margin-top:10px;
}
#content
{
	float:left;
	width:560px;
	overflow:hidden;
	margin-top:6px;
	FONT-SIZE: 12px;
}
#sidebar
{
	float:right;
	width:190px;
    margin-right:8px;
	margin-top:6px;
}
.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;
	margin: 0px;
}
.panel h5
{
	background: url('images/side_bg.gif') repeat-x;
	font:12px Tahoma;
	font-weight:bold;
	border:1px solid #e7e7e7;
	padding:3px 5px;
	margin:0;
	color:#FFF;
}
.panel h5 a
{
	color: #382E1F;
}
.panel-content
{
	font:12px Tahoma;
	line-height:18px;
	padding:5px;
	background:url('images/content_bg.gif') repeat;
}
.panel ul
{
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
.panel ul li
{
	background: url('images/icon.gif') no-repeat 0 5px;
	line-height:18px;
	padding-left:12px;
}
.panel-content li.indent
{
	background: url("images/list.gif") no-repeat;
	text-indent: 3px;
}
.panel a, .panel a:visited
{
	color: #999;
	text-decoration:none;
}
.panel a:hover, .panel a:focus, .panel a:active
{
	color:#333;
	text-decoration:underline;
}
#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;
	background-image: url("images/input_bj.gif");
}
/****** Announcement Box ******/
.announce
{
	border:dotted 1px #4A4F68;
	background-color:#f4f4f4;
	margin-bottom:10px;
}
.announce-content
{
	word-wrap:break-all;
	padding:5px;
	color:#666;
	line-height:145%;
}
/****** Defaul Page Elements ******/
.banner
{
	padding-bottom:10px;
	text-align: center;
}
.article-top,
.article-bottom
{
	padding-bottom:15px;
}
.prev-article
{
	float: left;
	padding-bottom:4px;
}
.next-article
{
	float: right;
	padding-bottom:4px;
}
.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;

}
.textbox-title
{
	font-size:14px;
	background-position:top left;
	background:  url('images/textbox_bar.gif') repeat-x;
	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;
}
.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{}
.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:  url('images/header_bg.gif') repeat-x;
	color: #FFF;
	font-weight: bold;
	background-color: #FFF;
}
.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;
}