.sites #site_block {
	width:1024px;
	display:block;
	overflow:hidden;
	margin:0 auto;
}

.sites #site_block h2#site_headline {
	margin-bottom: 8px;
	font-weight:bold!important;
	text-indent:55px;
}

.sites #site_block h2.civilization {color:#e5ad53;}
.sites #site_block h2.creativity {color:#94a5be;}
.sites #site_block h2.daily-life {color:#e5e453;}
.sites #site_block h2.nature {color:#df4628;}
.sites #site_block h2.society {color:#b9cc91;}

.sites #site_block hr.namecut {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 0.4em 0;
  border: none; 
  background: #000;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.2, rgb(75,85,103)),
      color-stop(0.8, rgb(75,85,103)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(75,85,103) 20%,
      rgb(75,85,103) 80%,
      rgb(255,255,255) 100%
  );
}

.sites #site_block hr#civilization {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.2, rgb(229,173,83)),
      color-stop(0.8, rgb(229,173,83)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(229,173,83) 20%,
      rgb(229,173,83) 80%,
      rgb(255,255,255) 100%
  );
}

.sites #site_block hr#creativity {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.2, rgb(148,165,190)),
      color-stop(0.8, rgb(148,165,190)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(148,165,190) 20%,
      rgb(148,165,190) 80%,
      rgb(255,255,255) 100%
  );
}

.sites #site_block hr#daily-life {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.2, rgb(229,228,83)),
      color-stop(0.8, rgb(229,228,83)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(229,228,83) 20%,
      rgb(229,228,83) 80%,
      rgb(255,255,255) 100%
  );
}

.sites #site_block hr#nature {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.2, rgb(223,70,40)),
      color-stop(0.8, rgb(223,70,40)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(223,70,40) 20%,
      rgb(223,70,40) 80%,
      rgb(255,255,255) 100%
  );
}

.sites #site_block hr#society {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.2, rgb(185,204,145)),
      color-stop(0.8, rgb(185,204,145)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(185,204,145) 20%,
      rgb(185,204,145) 80%,
      rgb(255,255,255) 100%
  );
}

.sites #site_block #single_site {
	float:left;
	width:186px;
	padding:5px 7px;
	min-height:225px;
}

.sites #site_block #single_site a#site_img {
	display:block;
}

.sites #site_block #single_site a#site_img img {
	width:180px;
	height:112px;
	display:block;
	margin:0 auto;
	padding:3px;
	border:1px dotted #ccc;
}

.sites #site_block #single_site a#site_img img:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.sites #site_block #single_site #site_content {
	padding:5px;
}

.sites #site_block #single_site h3#site_name, 
.sites #site_block #single_site h4#site_topic {
	text-align:center;
}

.sites #site_block #single_site h3#site_name a {
	text-decoration:none;
}

.sites #site_block #single_site h3#site_name {
	font-size:16px;
	line-height:22px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:4px;
	letter-spacing:-1px;
}

.sites #site_block #single_site h4#site_topic {
	font-size:14px;
	line-height:18px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:3px;

}

.sites #site_block #single_site #site_desc {
	font-size:12px;
	line-height:18px;
}