@charset "utf-8";

div.corner_top {
	background:url(../images/corner_top_bg.png) no-repeat;
	height: 14px;
}

div.corner_content {
	background:url(../images/corner_content_bg.png) repeat-y;
}

div.corner_bottom {
	background:url(../images/corner_bottom_bg.png) no-repeat;
	height: 9px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hidden {
	display: none;
}

.pager {
	margin: 16px 5px 0 0;
	font-size: 11px;
	width: 655px;
}

.pager ul {
	list-style: none;
}

.pager ul li {
	float: left;
	text-align: center;
	margin: 0 3px;
	line-height: 17px;
}

.pager ul li a {
	color: #7FC31A;
}

.pager ul li.page {
	background: url(../images/page_bg.png) no-repeat;
	width: 17px;
	height: 17px;
}

.pager ul li.active {
    background: url(../images/page_active_bg.png) no-repeat;
}

.pager ul li.active a {
	color: #fff;
}

.tagcloud {
	width: 244px;
	height: 186px;
	background: url(../images/tagcloud_bg.png) no-repeat;
	padding: 24px 20px;
	margin: 0 auto;
}

.tagcloud .title {
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	font-size: 20px;
}

.tagcloud span.smaller a {
	font-size: 10px;
	color: #ccc;
}

.tagcloud span.small a {
	font-size: 12px;
	color: #999;
}

.tagcloud span.normal a {
	font-size: 14px;
	color: #666;
}

.tagcloud span.big a {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.tagcloud span.bigger a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.newsletter {
	margin-top: 10px;
}

.newsletter .title {
	background: #982653;
	height: 34px;
	line-height: 34px;
	padding-left: 17px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 17px;
}

.newsletter .input, .newsletter .radio, .newsletter .message   {
	padding-left: 14px;
}

.newsletter .input input[type=text] {
	width: 193px;
	height: 19px;
	background: url(../images/newsletter_input_text.png) no-repeat;
	border: none;
	margin-right: 3px;
	padding: 3px;
}

.newsletter .input input[type=submit] {
	width: 25px;
	height: 25px;
	background: url(../images/newsletter_input_submit.png) no-repeat;
	border: none;
	cursor: pointer;
}

.newsletter .radio {
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #666;
}

.fb_fanbox {
	margin-top: 30px;
}

.fb_fanbox .title {
	background: #3B5998;
	height: 34px;
	line-height: 34px;
	padding-left: 17px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 17px;
}

.fb_fanbox .box {
	text-align: center;
}

