﻿@charset "utf-8";

body{
	font-size:12px;
    margin:0px auto;
	padding:0px;
	text-align:center;
	color:#494848;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form, input, textarea, table, h1, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: none;
	color:#494848;
}
a:hover{text-decoration: none; color:#000}
p{}
img{}
td{}
tr{}
.clear{margin: 0;padding: 0;clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
input,textarea{
	border:1px solid #CCCCCC;
	padding:2px;
	background:url(input_bg.jpg) bottom repeat-x;
}
.btn1{
	border:0px none;
	background:url(btn1_bg.jpg) no-repeat;
	width:60px; height:19px;
	color:#FFFFFF;
	line-height:15px;
}

/*主体样式*/
#menu a { color:#FFF; display:block; height:83px; line-height:83px; font-weight:bold}
#menu a:hover{ color:#04ABE1; background:url(menu_a.gif) bottom center no-repeat}
.thumbnail{
	float: left;
	display: inline;
	border:1px solid #EEEEEE;
}
.thumbnail .thumb-text{
	display: block;
	height:25px;
	line-height:25px;
}
.thumbnail a{
	position: relative;
	cursor:pointer;
}
/*页码*/
.navigation{
	float: left;
	width: 610px;
	margin: 10px 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}
.navigation a, .wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend{
	float: left;
	margin: 0 5px 0 0;
	padding: 10px;
	border: 1px solid #D3D3D3;
	text-decoration: none;
	display: inline;
	color:#A4A5A9;
}
.navigation a{
	text-decoration: none;
	color:#A4A5A9;
}
.navigation a:hover{
	text-decoration: none;
	color:#444444;
}