

#forum{
	font-family:Verdana, Arial;
	font-size:11px;
	margin:0px 30px 100px 50px;
}
#forum h1{
	text-align:left;
	font-size:14px;
	text-shadow:none;
	margin-bottom:15px;
}
#forum input{
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
}
td{
	font-size:11px;
}

#forum_nav{
	padding-left:60px;
}
#forum_nav .nav_page{ 
	float:left;
	height:31px;
	width:150px;
	line-height:30px;
	background:#E7E5B4 url(../image/forum_tab_bg.jpg) 0 0 no-repeat;
	text-align:center;
	margin-right:5px;
	position:relative;
	top:1px;
}
#forum_nav .nav_page a{  
	color:#898989;
	font-size:14px;
	font-family:Copse;
}
#forum_nav .nav_page a:hover{  
	color:#404040;
}
#forum_nav  #selected_nav_page{
	/*background-color:#E7E5B4;*/
	background:#E7E5B4 url(../image/forum_tab_bg_selected.jpg) 0 0 no-repeat;
}
#forum_nav  #selected_nav_page a{
	color:#404040;
}
#forum img{
	margin:20px 50px 0px 10px;
}

.box .top a{
	font-size:16px;
	margin:7px 0px 0px 0px;
	padding:0px;
	color: #59595B;
	font-family: Trebuchet MS,Verdana,Arial;
	text-decoration:none;
}

#thread{
	margin: 0px 0px 0px 0px;
	width: 900px;
	border:1px solid silver;
	border-collapse:collapse;
	clear:both;
	background:#fff;
}
#thread td{
	border:1px solid silver;
	padding:4px 3px 4px 5px;
}
#thread .num_of_posts{
	text-align:center;
}
#thread .link a{
	font-family:Copse;
	font-size:12px;
	color:#8F0206;
}

#post{
	margin: 0px 0px 0px 0px;
	width: 900px;
	border:1px solid silver;
	border-collapse:collapse;
	background:#fff;
}
#post td{
	border:1px solid silver;
	padding:2px 3px 2px 5px;
}
.header td{
	background-color: #E7E5B4;
	font-weight:bold;
	color:#404040;
	height:25px;
}
#thread .header td a{
	font-weight:normal;
	color:#404040;
}

#post  .thread_title{
	background-color: #999966;
	padding:3px 0px 3px 5px;
	color:white;
	font-weight:bold;
	font-size: 13px;
}
#post  .thread_title h1{
	color:#fff;
	font-family: Verdana, Arial;
	padding:0px;
	font-weight:bold;
	font-size: 13px;
	margin:0px;
}

#post .nick{
	background-color: #E7E5B4;
	font-weight:bold;
	color: #4C4747;
	width:545px;
}

#post .time{
	background-color: #E7E5B4;
	width:140px;
	text-align:right;
	padding-right:10px;
}
#post .flag{
	background-color: #E7E5B4;
	width:20px;
	text-align:center;
}
#post .flag a img{
	display:inline;
	float:none;
	margin:0px;
}

#post .text{
	padding:5px 15px 5px 15px;
	line-height:15px;
}

#new_topic{
	display:none;
	margin: 10px 20px 10px 0px; 
	padding-bottom:20px;
}
.forum_box_c{
	background:#fff;
	padding:20px;
}
.forum_box_end{
	background:url(../image/forum_end.png) 0 0 no-repeat;
	height:50px;
}


#search h3{
	margin:10px 0px 10px 20px;
	padding:0px;
}
.tag_cloud{
	margin-top:20px;
	width:445px;
	float:left;
	margin:10px 20px 20px 0px;
	background: url(../image/vw3.0/450_bottom.png) 0 100% no-repeat;
	padding-bottom:15px;
}
.tag_cloud_links{
	margin-top:20px;
	width:445px;
	float:left;
	margin:10px 0px 20px 0px;
	background: url(../image/vw3.0/450_bottom.png) 0 100% no-repeat;
	padding-bottom:15px;
	font-size:14px;
	line-height:22px;
}
.box_c{
background: #fff;
padding:10px 10px 20px 10px;
}
.box_c h3{
padding-bottom:10px;
}
.word {
  	font-family: Verdana, Tahoma, Arial;
  	padding: 4px 4px 4px 4px;
  	text-decoration: none;
  	font-weight: normal;
  }
  .size9 {
  	color: #000;
  	font-size: 18px;
  }
  .size8 {
  	color: #111;
  	font-size: 17px;
  }
  .size7 {
  	color: #222;
  	font-size: 16px;
  }
  .size6 {
  	color: #333;
  	font-size: 15px;
  }
  .size5 {
  	color: #444;
  	font-size: 14px;
  }
  .size4 {
  	color: #555;
  	font-size: 13px;
  }
  .size3 {
  	color: #666;
  	font-size: 12px;
  }
  .size2 {
  	color: #777;
  	font-size: 11px;
  }
  .size1 {
  	color: #888;
  	font-size: 10px;
  }
  

