#joinnow {
	width: 900px;
	float: left;
	background-image: url(../images/pitch_bg.gif);
	background-repeat: no-repeat;
	height: 95px;
}
	#joinnow .joinlink {
		float: right;
	}
	#joinnow p {
		float: left;
		padding: 30px 0px 0px 20px;
		font-size: 16px;
		font-weight: bold;
	}
		#joinnow p span {
			color: #ff2d6a;
		}

#home-search {
	width: 900px;
	float: left;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	min-height: 394px;
	margin-top:3px;
	padding-bottom: 5px;
}
	#home-search.main {
		margin-top: 13px;
		background-image: url(../images/search_bg2.gif);
	}
	#home-search .searchbox {
		margin-top: 77px;
		float: left;
		width: 767px;
		padding-left: 133px;
	}
		#home-search .searchbox input {
			border: solid 2px #ff3366;
			padding: 10px 9px;
			font-size: 14px;
			width: 325px;
			color: #8767aa;
			font-weight: bold;
			float:  left;
			margin-right: 8px;
		}
		#home-search .searchbox input.button {
			float: left;
			width: 85px !important;
			height: 40px;
			margin-right: 50px;
			background-image: url(../images/btn_search.gif);
			background-repeat: no-repeat;
			background-color: #fff;
			border: none !important;
			text-align: center;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			font-family: arial;
			cursor: pointer;
		}
	#home-search .filters {
		width: 380px;
		float: left;
		padding-left: 160px;
		padding-top: 85px;
		margin-right: 10px;
	}
		#home-search .filters .by-options {
			width: 230px;
			float: left;
			font-size: 14px;
			font-weight: bold;
			padding-top: 5px;
		}
			#home-search .filters .by-options .distance {
				padding-top: 10px;
				float: left;
			}
				#home-search .filters .by-options .distance p {
					float: left;
					padding-top: 8px;
					padding-right: 10px;
					width: 60px;		
					text-align: right;			
				}
				#home-search .filters .by-options .distance .distance-menu {
					width: 135px;
					float: left;
				}
				#home-search .filters .by-options .distance .distance-menu input {
					border: solid 1px #ff2d6a;
					width: 135px;
					float: left;
					padding: 7px 5px 1px 5px;
				}
				#home-search .filters .by-options .distance .distance-menu #postcode {
					padding: 5px;
					color: #8767aa;
				}
				#home-search .filters .by-options .distance .distance-menu #distance {
					border: solid 1px #ff2d6a;
					width: 135px;
					float: left;
					padding: 5px;
				}
		#home-search .filters .by-category {
			width: 150px;
			float: left;
			color: #000000;
			font-weight: bold;
		}
		
	#home-search .home-calendar {
		float: left;
		width: 245px;
		padding-top: 80px;
		padding-left: 55px;
	}
		#home-search .home-calendar .entry {
			font-size: 14px;
			padding-bottom: 10px;
		}
			#home-search .home-calendar .entry a {
				font-weight: bold;
				color: #ff2d6a;
			}
			#home-search .home-calendar .entry span.date {
				color: #000000;
				font-weight: bold;
			}
		#home-search .home-calendar .more {
			text-align: right;
			font-size: 14px;
		}
			#home-search .home-calendar .more a {
				color: #ff2d6a;
				font-weight: bold;
			}

#announcement {
	width: 870px;
	float: left;
	background-image: url(../images/announcement_bg.gif);
	background-repeat: no-repeat;
	height: 92px;
	padding: 25px 30px 10px 30px;
}
	#announcement p {
		width: 670px;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
	}
	
.home-column {
	float: left;
	width: 440px;
}
	.home-column.first {
		margin-left: 10px;
		margin-right: 10px;
	}
	
/* Latest Activity Styles */

.latest-activity {
	width: 430px;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
	.latest-activity .thumb {
		width: 105px;
		height: 106px;
		float: left;
		background-image: url(../images/activity_thumb_frame.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		margin-right: 10px;
	}
	.latest-activity p.title {
		font-size: 19px;
		color: #ff2d6a;
		font-weight: bold;
	}
		.latest-activity p.title a {
			color: #ff2d6a;
			text-decoration: none;
		}
			.latest-activity p.title a:hover {
				text-decoration: underline;
			}
	.latest-activity p.venue {
		font-size: 14px;
		color: #666666;
		font-weight: bold;
		margin: 5px 0px;
		height: 40px;
	}
	.latest-activity .summary {
		width: 430px;
		float: left;
		margin-top: 5px;
		font-size: 13px;
		color: #000000;
	}
	
/* Categories */
.categories {
	width: 430px;
	float: left;
	/*padding-bottom: 20px;*/
}
	.categories p {
		font-size: 22px;
		font-weight: bold;
		color: #333333;
	}
	.categories ul {
		list-style-type: none;
		margin-left: 0px;
		padding-top: 10px;
		width: 430px;
		white-space: nowrap;
	}
		.categories ul li {
			float: left;
			margin-right: 15px;
			background-color: #ff0000;
			white-space: nowrap;
			position: relative;
			padding: 8px 0px;
			display: block;
			margin-bottom:  10px;
		}
			.categories ul li a {
				padding: 8px 15px;
				color: #FFFFFF;
				text-decoration: none;
				font-size: 14px;
				font-weight: bold;
			}
				.categories ul li a:hover {
					text-decoration: underline;	
				}

/* Blogs */
.blog-post {
	width: 365px;
	float: left;
	border-bottom: solid 1px #cccccc;
	margin-left: 30px;
	margin-top: 10px;
	padding-bottom: 5px;
}
	.blog-post .thumb {
		width: 65px;
		height: 67px;
		float: left;
		margin-right: 20px;
	}
		
	.blog-post .title {
		padding-top: 10px;
		font-size: 14px;
		font-weight: bold;
		
	}
		.blog-post .title a {
			color: #a60064;
		}
	.blog-post .stats {
		margin: 10px 0px;
		font-size: 11px;
		color: #a0a0a0;
		float: left;
		width: 250px;
	}
		.blog-post .stats a {
			color: #a0a0a0;	
		}
		
/* surveys and polls */
.survey, .poll {
	width: 430px;
	float: left;
	padding-bottom: 20px;
	margin-top: 10px;
}
	.survey-links {
		margin-left: 25px;
		width: 405px;
		float: left;
		background-image: url(../images/survey_bg.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 131px;
	}
		.survey-links ul {
			margin-top: 20px;
		}
		.survey-links ul li {
			padding-bottom: 15px;
		}
		.survey-links ul li a {
			font-size: 14px;
			color: #ff2d6a;
			font-weight: bold;
		}

.poll {
	padding-bottom: 0px;
}	
	.poll .poll-options {
		margin-left: 42px;
		width: 388px;
		float: left;
		padding-top: 10px;
	}
		.poll .poll-options ul li {
			padding-bottom: 10px;
			font-size: 16px;
			font-weight: bold;
		} 
		.poll .poll-options ul li input {
			margin-right: 10px;
		}
		.poll .poll-options .btn-vote {
			float: right;
			width: 70px;
			height: 30px;
			margin-top: 25px;
			margin-right: 50px;
			background-image: url(../images/btn_sm.gif);
			background-repeat: no-repeat;
			background-color: #fff;
			border: none;
			text-align: center;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			font-family: arial;
			cursor: pointer;
		}