/*--------------------*/
@import url(amnhac.css);
/*------------------------------*/
* {
	font-family: Tahoma, Arial;
}
html {
	margin-bottom: 1px;
	height: 100% !important;
	height: auto;
}
body {
	font-size: 12px;
	background: #333 url("images/bg.gif") repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}

form {
	display: inline;
}
input {
	margin: 3px 0 0 0;
	background: #fff;
}
input.text {
	background: #fff;
	border: 1px solid #ccc;
}
input.button {
	padding: 3px;
	background: #ddd;
	border: 1px solid #ccc;
}
textarea {
	clear: both;
	font-size: 12px;
	width: 400px;
	background: #fff;
	margin: -1px 0 0 0;
	border: 1px solid #ccc;
}
select { 
	background: #FFF;
	border: 1px solid #333;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
}
#header, #innerHeader {
	margin: 0;
}
#footer {
	clear: both;
	font-size: 11px;
	margin: 10px 0 0 0;
	background: #222;
}
#innerFooter {
	margin: 0 auto;
	width: 980px;
	color: #666;
	padding: 10px 0 10px 0;
}
#w3c {
	float: right;
	margin: 0;
}

.search { 
    height: 45px;
    }
.random {
	width: 108px;
	font: bold 11px Arial;
	line-height: 26px;
	color: #CCC;
	float: right;
	padding-left: 10px;
	border: 1px solid #020202;
	border-top-color: #3E464C;
	margin: 4px 4px 0 0;
	display: inline;
	background: url(img/random.gif) top;
	}
.random:hover {
	color: #FF9;
	background-position: bottom;
	border-top-color: #1F272D;
	}
.lang {
	width: 90px;
	font: bold 11px tahoma;
	line-height: 26px;
	color: #CCC;
	float: right;
	padding-left: 10px;
	display: inline;
	margin: 4px 4px 0 0;
	}
.input-wrapper {
	width: 333px;
	height: 26px;
	float: left;
	margin: 5px 5px 0;
	display: inline;
	background: url(img/search-input-bg.gif) no-repeat;
	}
.input-wrapper input {
	width: 333px;
	font: normal 14px Arial;
	border: 0;
	background: none;
	margin: 4px 0 0 5px;
	}
.search-btn {
	border: 0;
	width: 107px;
	height: 25px;
	float: left;
	margin: 6px 0 0 0;
	background: url(img/search-btn.gif);
	}

.blog-header {
	margin: 15px 0 0 0;
	padding: 0;
}
.blog-desc {
	display: none;
}
#menu {
	height: 35px;
	margin: 8px 0 0 0;
	padding: 0;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin-right: 5px;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	width: 85px;
	height: 30px;
	background: url("images/menu_bg.gif") no-repeat;
}
#menu li a {
	padding: 6px 0 0 0;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#menu a:hover {
	color: #ff9900;
}
#menu .activepage a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	background: url("images/menu_bg_a.gif") no-repeat;
}
/* 顶部广告样式 */
#top-ads {
	background: #202020;
	height: 110px;
	overflow:hidden;
	margin: 10px 0 0 0;
	clear: both;
}
span.top-ads-left, span.top-ads-right {
	display: block;
	width: 10px;
	height: 110px;
	background: url("images/ads_bg.gif") no-repeat;
}
span.top-ads-left {
	background-position: 0 0;
	float: left;
}
span.top-ads-right {
	background-position: 100% 0;
	float: right;
}
.topAds{
	margin: 10px 0 0 0;
	float: left;
}

#mainWrapper {
	margin-top: 10px;
}
#wrap {
	background: #fff;
	overflow:hidden;
	margin: 0;
}
* html #wrap {float: left;}
#wrap1 {
	overflow:hidden;
	margin-top: 10px;
}
* html #wrap1 {float: left;}
#content {
	clear: both;
}
#innerContent {
	padding: 0 10px 0 10px;
	margin: 0;
	clear: both;
}
/* 内容部分样式 */
#page-header-inner {
	float: left;
	color: #fff;
}
#page-header {
	background: url("images/bg_header.gif") repeat-x;
	height: 30px;
	clear: both;
}
span.side-left, span.side-right {
	display: block;
	width: 10px;
	height: 30px;
	background: url("images/top.gif") no-repeat;
}
span.side-left {
	background-position: 0 0;
	float: left;
}
span.side-right {
	background-position: 100% 0;
	float: right;
}
span.fcorners-bottom, span.fcorners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url("images/bottom.gif");
	margin: 0;
}
span.fcorners-bottom {
	background-position: 0 0;
}
span.fcorners-bottom span {
	background-position: 100% -10px;
}

#page-footer {
	background: #fff;
	clear: both;
	
}
/***** 侧边栏样式 *****/
#left_column {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	overflow: hidden;
	display: block;
}

.sidebarOne {
	width: 200px;
	overflow: hidden;
}

#right_column {
	float: right;
	margin: 0 0 0 10px;
	width: 200px;
	overflow: hidden;
}
.sidebarTwo{
	width: 200px;
	overflow: hidden;
}

/* 侧边栏详细样式 */
.panel{
	padding: 0;
	margin: 0 0 10px 0;
}
.panel h5 {
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding: 5px 0 0 10px;
	margin: 0px;
	height: 25px;
	background: url("images/panel_top.gif") no-repeat;
}
.panel h5 a{
	color: #fff;
}
.panel-content{
	margin: 0;
	padding: 5px 10px 0 10px;
	line-height: 180%;
	color: #dcdcdc;
	background: #444;
}

.panel-content ul{
	padding: 0;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background: url("images/list.gif") 0 2px no-repeat;
	text-indent: 15px;
}
.panel-content a {
	color: #dcdcdc;
}
.panel-content a:hover {
 	color: #3875D7;
}
.panel-bot {
	height: 10px;
	background: url("images/panel_bot.gif") no-repeat;
}

#tools {
	padding: 8px 0 0 0;
}

#tools a{
	text-decoration:none;
	padding: 0 5px 0 0;
}
#loginForm {
	width: 95%;
}
.search-field {
	background: #666;
	border: 1px solid #333;
}

.announce{
	margin: 10px 0 10px 0;
}
.announce-content{
	color: #000;
	padding: 10px;
	background: #eee;
}
.article-top {
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
}
.article-bottom {
	padding: 0;
	margin: 20px 0 0 0;
}

.pages {
	color: #333;
	padding: 0;
}
.pagelink-current {
	font-weight: bold;
	color: #ff9900;
}
.listbox {
	line-height: 180%;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	background: #e9e9e9;
	text-align: center;
	color: #333;
	height: 20px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.listbox-entry {
	border-bottom: 1px solid #ccc;
}
.textbox{
	margin: 0;
}
.textbox-calendar {
	float: left;
	margin: 0 10px 0 -5px;
	text-align: center;
}
* html .textbox-calendar {margin: 0 10px 0 -2px;}
.textbox-calendar-day {
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	font-size: 33px;
	height: 33px;
	width: 53px;
	margin: -6px 0 0 0;
	padding: 0;
	background: url("images/day.png") 5px 11px no-repeat;
}
.textbox-calendar-month {
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #333;
	margin: 0 0 0 5px;
}

.textbox-title{
	font-size: 14px;
	height: 55px;
}
.textbox-title h4{
	color: #96BE31;
	font-size: 16px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #96BE31;
}
.textbox-title h4 a:hover { 
	color: #ff0000; 
	text-decoration: none;
}
.textbox-label{
	padding-top: 3px;
	font-size: 12px;
}
.textbox-fontsize{
	color: #ccc;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #ccc;
}
.textbox-content{
	color: #333;
	
}
.textbox-bottom {
    margin: 10px 0 15px 0;
    padding: 3px;
    color: #333;
    font-size: 11px;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: right;
}
.textbox-adminbar {
	margin: -20px 0 5px 0;
	color: #333;
	text-align: left;
}
.textbox-tburl {
	margin: -10px 0 5px 0;
	color: #333;
	text-align: left;
}

.comment-wrapper{}
.comment-pages{
	padding: 0;
	margin: 10px 0 10px 0;
	color: #000;
}

.commentbox, .trackbackbox {
	padding: 0;
	margin: 0 0 10px 0;
}
.commentbox-odd {
	background: #eee;
}
.commentbox-couple {
	background: #eee;
}
.trackbackbox {
	background: #eee;
}
.commentbox-title, .trackbackbox-title{
	font-size: 14px;
	padding: 0 10px 0 10px;
	color: #96BE31;
}
.commentbox-title a, .trackbackbox-title a{
 	color: #96BE31;
	font-weight: bold;
}

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

.commentbox-content, .trackbackbox-content{
	padding: 5px 10px 0 10px;
}

#commentForm {
	margin: 0 0 10px 0;
}

.messagebox {
	width: 550px;
	margin-top: 120px;
	border: 1px solid #222; 
	border-top: 0px; 
	text-align: center; 
	background: #222;
}
.messagebox-title {
	color: #ccc; 
	font-weight: bold; 
	padding: 5px;
}
.messagebox-content {
	color: #333; 
	background: #fff;
	padding: 10px; 
	padding-bottom: 20px; 
	text-align: left;
}
.messagebox-bottom {
	color: #ccc; 
	background: #222; 
	padding: 5px;
}
.messagebox-bottom a {
	color: #ccc; 
}
.formbox {}
.formbox-comment {
	margin: 0;
	padding: 0 10px 5px 10px;
	background: #eee;
}
.formbox-title,
.formbox-comment-title {
	font-size: 18px; 
	border-bottom: 1px dashed #ccc;
	padding: 7px 0 5px 35px; 
	margin: 0 0 10px 0;
	background: url("images/comment_title_bg.gif") 0 5px no-repeat;
}
.formbox-rowheader {
	padding: 0;
	color: #333;
	font-weight: bold;
}
.formbox-comment-input {
	width: 400px;
	margin: 0px; 
}
.formbox-comment-tool {
	height: 20px;
	margin: 4px 0 0 0;
	padding: 5px 0 0 0;
	background: #ddd;
	width: 400px;
	border: 1px solid #ccc;
}
* html .formbox-comment-tool {width: 402px;}
*+html .formbox-comment-tool {width: 402px;}
.formbox-content {
	padding: 0;
}
#smileybuttons {
	text-align: right;
	margin-top: 10px;
}

.smileybut {
	margin-right: 5px;
	vertical-align: middle;
	color: #333;
}

.smileybut a{
    padding: 0 3px 0 3px;
	border: 1px solid #ccc;
}
.choose-options {
	text-align: center;
	position: relative;
}
.choose-options-title {
	display: none;
}
.choose-options-content {
	position: absolute;
	left: 0px;
	top: 21px;
	padding: 8px;
	line-height: 120%;
	background:	#eee;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
* html .choose-options-content {top: 29px;}
#choose-options-panel {
	float: left;
	margin: 0 0 0 5px;
}
#ubb {
	margin: -3px 0 0 70px;
}
* html #ubb {margin: 0 0 0 70px;}
*+html #ubb {margin: 0 0 0 70px;}
.code {
	border-left: 4px solid #ccc;
	background: #eee;
	color: #333;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 5px;
	border: 1px solid #ccc;
}
.quote-title {
	background: #e1e1e1;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.quote-content {
	color: #333;
	padding: 10px; 
	background: #e6e6e6;
}

.linkover {
	margin: 5px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.linkimg {
	float: left;
	text-align: right;
	margin-right: 5px;
}
.linktxt {
	float: left;
	padding: 5px;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	color: #96BE31;
	text-indent: 5px;
}

.pagebox {
	clear: both;
	margin: 10px 5px 0 5px;
}
.pagebox-title {
	font-size: 16px;
	height: 30px;
}
.pagebox-title h4 {
	color: #96BE31;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.pagebox-content {
	margin: 0;
	clear: both;
	padding: 0;
	line-height: 180%;
}

#openid_url {
	background: #fff url("images/others/openid.gif") 0 1px no-repeat;
	padding-left: 18px;
	width: 201px
}
b.rtop, b.rbottom {
	display: block;
	background: #fff;
}
b.rtop b, b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #eee;
}
b.r1 {
	margin: 0 5px;
}
b.r2 {
	margin: 0 3px;
}
b.r3 {
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}
.m_list { border-bottom: 1px solid #5A5A5A; }
.fr { border-bottom: 1px solid #7c7c7c; }
.fr_2 { border-bottom: 1px solid #7c7c7c; }
.m_list_2 { border-bottom: 1px solid #5A5A5A; }
.m_bar_info td { background: #F6F6F6 ; padding:2px;font-family:tahoma; font-size: 12px; color: #767569; height: 20px; font-weight: bold;}
.num td { background: #F6F6F6 ; padding:2px;font-family:tahoma; font-size: 12px; color: #767569; height: 20px;}
img{ vertical-align: middle; border: 0; }
/*-----------------------------------------*/
.a_mem { color: #47A2CB;  text-decoration: none; font-weight: bold}
.a_mem:hover { COLOR: #3985A6; text-decoration: none;}
.a_this { color: #FCB222;  text-decoration: none; font-weight: bold}
.a_this:hover { COLOR: #E2A500; text-decoration: none;}
.a_admin { color: #FF0000;  text-decoration: none; font-weight: bold}
.a_admin:hover { COLOR: #6FA201; text-decoration: none;}
.a_mod { color: #585CFE;  text-decoration: none; font-weight: bold}
.a_mod:hover { COLOR: #30338A; text-decoration: none;}
.a_smod { color: #0011ff;  text-decoration: none; font-weight: bold}
.a_smod:hover { COLOR: #555555; text-decoration: none;}
.a_band { color: #555555;  text-decoration: none; font-weight: bold}
.a_band:hover { COLOR: #cccccc; text-decoration: none;}
.a_singer { color: #aa00ff;  text-decoration: none; font-weight: bold}
.a_singer:hover { COLOR: #bb44ff; text-decoration: none;}
/*-----------------------------------------*/
.pager
{
	font-family:Georgia,serif;
	text-align:center;
	padding:5px 0px;
} 

.pager SPAN.command,        
.pager SPAN.current,        
.pager A.command
{
	border:solid 1px #ccc;
	color:#666;
	background-image:url(img/bg_page_number.gif);
	background-position:0px -18px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

.pager SPAN.current
{
	font-weight:bold;
	color:#FFBA00;
}
.comment_BX {
	margin-top: 3px;
	padding: 0px;
}
.comment_BOX {
	font-size: 12px;
	border-bottom: 1px solid #111111;
	border-top: 0px;
	border-left: 0px;
	margin-top: 3px;
}
.comment_mediatitle_BOX {
	padding-left: 2px;
	font-weight: bold;
	height: 25px;
}
.a_comment_mediatitle_BOX {
	padding-top: 3px;
	color: #EE1932;
}
.a_comment_mediatitle_BOX:hover {
	padding-left: 4px;
	color: #008000;
}
.comment_content_BOX {
	margin-top: 0px;
	padding: 1px;
}
.comment_sender_BOX {
	text-decoration: none;
	font-weight: bold
}