/* Home Page Styles */
.home_left {
	float: left;
	width: 345px;
	background: #fff;
	min-height: 500px;
	margin: 15px 0px;
	padding: 15px;
}
.home_left h2 {
	padding: 8px
}
.home_right {
	width:540px;
	float: right;
}
.count h1 {
	width: 490px;
	margin-left: auto;
	margin-right: auto;
	font-size: 98px;
	line-height: 120px;
	padding-top: 40px;
}
.count h3 {
	color: #333333;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}
.get_inspired {
	position: relative;
	padding: 8px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #505050 url(../images/get_inspired_gradient.jpg) no-repeat 0 0;
}
.get_inspired h3 {
	color: #fff;
}
.get_inspired form {
	position: absolute;
	right: 20px;
	top: 13px;
}
.get_inspired select {
	margin-right: 5px;
/*	text-transform: uppercase;*/
}
.get_inspired .type {
	width: 115px;
}
.get_inspired .rated {
	width: 145px;
}
.right_box_home {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	background: #fff;
	width: 500px;
	float: left;
}
.right_box_home .icon {
	position: absolute;
	top: 20px;
	right: 20px;
}
.right_box_home .pad_right {
	padding-right: 35px;
	padding-top:10px;
	text-align: justify;
}
.popular_creatives {
	float: left;
	width: 250px;
	margin: 7px 0;
}
.popular_creatives .avatar {
	float: left;
	width: 90px;
}
.popular_creatives .meta {
	float: left;
	width: 150px;
	padding-top: 10px;
}
.popular_creatives .meta .category {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	display: block;
}
.popular_creatives .meta .title {
	font-size: 18px;
	line-height: 23px;
	display: block;
}
.popular_creatives .meta .link {
	font-size: 12px;
	line-height: 17px;
	display: block;
}

/* homepage advertising stuff! */
.home_advert {
  display: block;
  margin: 0px auto;
  height: 60px;
  width: 468px;
  margin-bottom: -22px;
}