body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


a{color:#009900;}
a:hover{color:#006600;}
form{padding:0px;margin:0px;}

#orange{
	display: block;
	background-image: url(../images/orange3.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 458px;
	width: 217px;
	position:fixed;
	right:0px;
	top:150px;
	z-index:1;
}


* html #orange {position:absolute;}


#header{
	height: 110px;
	width: 980px;
	position:relative;
}

#header h1{
	color:#FFFFFF;
}



#search_box{
	position:absolute;
	top:0px;
	right:10px;
	padding-top:2px;
	height:20px;
	width:170px;
	text-align:right;
	border:1px medium #000099;
}
#form_search{
	height:20px;
	width:170px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position:relative;	
}

#form_search input.key_box{
	width:84%;
	font-size:12px;
	color:#006600;
	background: transparent none repeat scroll 0 0;
	border:medium none;
	position:absolute;
	top:0px;
	right:19px;
}

#form_search input.go{
	background:transparent url(../images/kaca.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	display:inline;
	float:left;
	height:13px;
	margin:3px 0 0 3px;
	padding:0;
	width:16px;
	position:absolute;
	top:0px;
	right:0px;
}


#body_mid{
	margin-top:10px;
}
#body_mid .title{
	font-size:18px;
	color:#000000;
}

#main_body {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
	z-index:5;
	position:relative;
}

#footer{
	clear:both;
	text-align:center;
	color:#FFFFFF;
	background-color:#FF8400;
	width:100%;
	height:100px;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:20px;
	z-index:5;
	position:relative;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;	
}

h1,h2,h3,h4{
	padding:0px;
	margin:0px;
}

.containner_area{
	float:left;
	display:block;
	position:relative;
	
}
	
#mid,#bar1,#bar2{
/*	border: 1px solid #000033;*/
}

#mid{
	width:535px;
	margin-right:10px;
}

#bar1{
	width:200px;
}

#bar2{
	width:210px;
}

#menu_area{
	margin-top:10px;
}

.menus {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0;  
 }  
.menus li{  
     display: block;  
     overflow: hidden;  
     padding: 0;  
     cursor: pointer;  
}  
.menus li a{
	color:#FFFFFF;
	display:block;
	height:50px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	border-right: 1px solid #FFFFFF;
	cursor:hand;		
} 

.menus li {  
     float: left;  
     width: 110px;  
     height: 50px;  
     margin-right: 5px;  
}  
.menus li a.current{
	color:#FFFF00;
	text-decoration:underline;
	font-size:14px;
	
}
#menu1 {
	background-image: url(../images/menu_home.gif);
	background-repeat: no-repeat;
	background-position:left;     
}  
#menu1.active {   
background-color:#9999CC;
 }  
#menu2 {  
	background-image: url(../images/menu_archieve.gif);
	background-repeat: no-repeat;
	background-position:left;       
}  
#menu2.active {  
      background-color:#CC6600;
 }  
#menu4 {  
	background-image: url(../images/menu_links.gif);
	background-repeat: no-repeat;
	background-position:left;        
}  
#menu4.active {  
     background-color: #5a69a9;
 }  
#menu3 {   
	background-image: url(../images/menu_about.gif);
	background-repeat: no-repeat;
	background-position:left;       
}  
#menu3.active {   
      background-color:#666666;
 } 
 
#menu5 {   
	background-image: url(../images/menu_map.gif);
	background-repeat: no-repeat;
	background-position:left;  
     margin-right: none;  
 }  
#menu5.active {   
    background-color:#9966CC;
 }   
#menu6 {   
	background-image: url(../images/menu_game.gif);
	background-repeat: no-repeat;
	background-position:left;  
     margin-right: none;  
 }  
#menu6.active {   
    background-color:#006600;
 }    
 
.article{
	padding-right:5px;
	margin-bottom:20px;
	padding-bottom:30px;
	padding-top:10px;
	border-bottom-width: 3px;
	border-bottom-style:dotted;
	border-bottom-color: #FF8400;
}
.article a h2{
	color:#000000;
	text-decoration:none;
	font-size:25px;
}

.article .info{
	color:#666666;
	text-align:left;
	margin-bottom:15px;
	display:block;
	font-size:9px;
}



.article .summary{
	margin-top:10px;
}

.article .summary img{
	margin:5px;
}


.blog_detail h2{
}


.blog_detail .info{
	color:#666666;
	margin-bottom:15px;
	display:block;
	font-size:9px;
	float:left;
	width:49%;
}

.blog_detail .description{margin-top:10px;}

.blog_detail .description img{margin:5px;}
.blog_detail .tag{
	padding:5px;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF8400;
}


#comment{
	margin-top:20px;
}
#comment .comment_title a{
	border-bottom:2px solid #FF8400;
}

#comment .comment_title a{
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/comment.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display:block;
	width:99%;
}
#comment .comment_title a:hover{
	color:#FFCC00;
	background-image: url(../images/comment2.gif);
	background-repeat: no-repeat;
	background-position: right center;}

#comment .text,#comment textarea{width:98%;background-color:#FFFFFF;}
#comment textarea{
	background-image: url(../images/orange.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#comment_list{
	margin-top:10px;
	margin-bottom:20px;
}

#comment_form_hidden{
	display:none;
}
.comment_item{
	background:#000000;
	padding: 5px;
	border:0;
	width:100%;
	margin-top: 8px;
	margin-bottom: 8px;
	color:#FFFFFF;
}
.comment_border{
	float: left;
	background: #FF8400;
	padding: 4px;
	width:100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.comment_info{
	width:99%;
	height:50px;
	color:#666666;
	font-size:12px;
	position:relative;
}
.comment_avatar{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
}
.comment_info .comment_nick{
	font-weight:bold;
	color:#FFFFFF;
}

.comment_info .comment_nick a{
	color:#FFCC00;

}

.comment_info .comment_time{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:10px;
}

.comment_info img{padding-top:5px;padding-bottom:5px;}

.comment_form{
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	padding:10px;
	width:100%;
	margin-top:8px;
	margin-bottom:8px;
}

#frm_comment label.error {
	display:block;
	padding-left: 1px;
	padding-bottom: 2px;
	color:#FFCC00;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input.error,textarea.error { border: 3px solid #FF8400; }


.widget{
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	
}

.widget_title{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF8400;
	background-color: #FF9900;
	text-align:left;
	padding:3px 3px 3px 3px;
	color: #FFFFFF;
}

.widget .widget_container{
}

.widget ul{
	padding:0px;
	margin:0px;
}

.widget li{
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8400;
	display: block;
	width: 99%;
}

.widget li a{
	color:#000000;
	text-decoration: none;
	display: block;
	width: 97%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.widget li a:hover{
	color:#000000;
	background-color:#FFCC33;
}

.web_info{
	border: 1px solid #FF8400;
	padding:5px;
	height:50px;
	background-image: url(../images/user.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:11px;
}

a.tag10,a.tag12,a.tag14,a.tag16,a.tag18{
	text-decoration:none;
	color:#000000;
	padding:3px;
}

a.tag10:hover,a.tag12:hover,a.tag14:hover,a.tag16:hover,a.tag18:hover{
	color:#FFFFFF;
	background-color:#FF8400;
}


a.tag10{font-size:10px;color:#FF0000;}
a.tag12{font-size:10px;color:#FF3399;}
a.tag14{font-size:12px;color:#0033FF;}
a.tag16{font-size:14px;color:#006600;}
a.tag18{font-size:16px;color:#003300;}
.clear{clear:both;}

#month_cloud{
	display:block;
	width:95%;
	padding:10px;
	margin:5px;
	clear:both;
	color: #FF9900;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

#month_cloud a,#month_cloud a:visited{
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	height: 25px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#month_cloud a:hover{
	font-size: 16px;
	color:#FFFFFF;
	background-color:#FF8400;

}


#month_cloud a.month_curr,#month_cloud a.month_curr:visited{
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	background-color:#FF8400;
	height: 25px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#month_cloud a.month_curr:hover{
	color: #FF9900;
}     

#archieve_list{
	margin-top:25px;
	margin-bottom:25px;
	margin-left:5px;
	width:96%;
}
#archieve_list a{
	display:block;
	width:220px;
	padding:5px;
	text-decoration:none;
	float:left;
}

#archieve_list a:hover{
}
#archieve_list a h2{
	text-decoration:underline;
	color:#009900;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#archieve_list a:hover h2{
	color:#006600;
}
#archieve_list a div{
	color:#000000;
	text-align:left;
	line-height:13px;
	font-size:10px;
}

/*-------PAGING-------------*/
.paging_area{
	margin:10px auto;
	padding:0px;
	display:block;
/*	border:solid 1px #CCCCCC;
*/	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}
a.paging,a.pagingCurr{
	width:33px;
	display:block;
	float:left;
	color:#0066FF;
	text-decoration:none;
	text-align:center;
	border: 2px dotted #FF8400;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:1px;
	margin-right:2px;
}

a.pagingButton{
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	width:50px;

	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

a.pagingButton:hover{color:#FF8400;}

a.paging:hover{
	border: 2px solid #FF8400;
	color:#0033CC;
}

a.pagingCurr{
	background-color:#FF8400;
	color:#FFFFFF;
	font-weight:bold;
	border: 2px solid #FF8400;

}
#loading_box{

}

/*---game pages--*/
#game_cate_box{padding:5px;margin-bottom:10px;}
#game_cate_box a{
	display:block;
	width:auto;
	padding:4px;
	float:left;
	border: 1px solid #FF8500;	
	margin:3px 6px;
	text-decoration:none;
	color:#333333;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-weight:bold;
}

#game_cate_box a:hover,#game_cate_box a.selected{
	background-color:#FF8500;
	color:#FFFFFF;
}

#game_box{}
a.game_item,a.game_item2{
	display:block;	
	padding:4px;
	margin:6px;
	float:left;
	text-decoration:none;
	border: 1px dashed #FF8500;
	text-align:center;
	color:#000000;
	font-size:10px;
	position:relative;
}
a.game_item{width:108px;}
a.game_item2{width:78px;height:80px;overflow:hidden;}
a.game_item:hover,a.game_item2:hover{border: 1px solid #FF8500;}
#game_box img.recomended_img{
	position:absolute;
	right:0px;;
	top:0px;
}





#game_detail_box{
	display:block;
	width:95%;
	border: 1px dashed #666666;
	padding:10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	position:relative;
}
#game_detail_box h2{font-size:20px;text-decoration:underline;margin-bottom:8px;}
#game_detail_box .line_det{padding:3px 2px;}
#game_detail_box .line_det strong{
	color:#006600;
}
.game_info{
	width:72%;	
	display:block;
	text-align:justify;
}
.game_img_box{
	display:block;
	width:120px;
	position:absolute;
	right:8px;
	top:10px;
	text-align:center;
	border:solid 1px #CCCCCC;
	padding:3px;
}
.game_img_box img{border:solid 1px #666666;}

#game_detail_box a.play_button{
	width:100px;height:33px;
	text-decoration:none;
	display:block;
	background-image: url(../images/game_button.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#game_detail_box a.play_button:hover{
	background-image: url(../images/game_button_hover.gif);
}
#swf_box .swf_content{width:100%;display:block;position:relative;}
#swf_box .swf_content a.close_button{
	display:block;
	width:25px;
	height:30px;
	position:absolute;
	top:-20px;
	right:-20px;
	text-decoration:none;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#swf_box .swf_content .msg{color:#999999;font-size:10px;}