#wrapper {
  width: 730px;
}

#home h1,
#home h2 {
	display: none;
}
#home #middle {
	font-size: 0.9em;
	height: 300px;
	margin-bottom: 20px;
	position: relative;
}


/* HOME PAGE: Random box ---------------------------------------- */
#section-random {
	background: #000 url(../images/bg_home_random.jpg) no-repeat left bottom;
	color: #FFF;
	height: 300px;
	width: 360px;
}
#section-random form {
  padding-top: 20px;
}
#section-random #random-filter {
	margin: auto;
	overflow: hidden;
	width: 70%;
}
#section-random #random-filter label {
	display: block;
	float: left;
	margin-top: 0.5em;
	width: 50%;
}
#home #section-random #random-filter label input {
	vertical-align: text-top;
}

/* Random city button */
#random-button {
	margin: 0 auto 20px;
	width: 280px;
}
#random-button button {
	background: url(../images/button_random_pick.png) no-repeat;
	border: none;
	height: 100px;
	overflow: hidden;
	text-indent: -100em;
	width: 280px;
}

#home #section-search,
#home #section-recent {
  left: 370px;
	position: absolute;
	right: 0;
}


/* HOME PAGE: Search box ---------------------------------------- */
#section-search {
	background: #2F3909 url(../images/bg_home_search.png) no-repeat 8px 8px;
	color: #FFF;
	height: 110px;
	top: 0;
}
#section-search .inner {
  padding: 15px;
  padding-left: 35px;
}
#section-search button {
	background: url(../images/button_search.jpg) no-repeat;
	border: none;
	height: 0;
	overflow: hidden;
	padding-top: 22px;
	vertical-align: top;
	width: 22px;
}
#section-search input {
  border: 1px solid #4F5F0C;
  font-weight: bold;
  padding: 3px;
  width: 274px;
}
#section-search form {
	margin: 0 auto;
  width: auto;
}


/* HOME PAGE: Recent box ---------------------------------------- */
#home #section-recent {
	background: #CCC url(../images/bg_home_recent.jpg) no-repeat right bottom;
	bottom: 0;
	height: 180px;
}
#home #section-recent .inner {
  padding: 15px;
}
#home #section-recent h1 {
  display: block;
  font-size: 1.5em;
  line-height: normal;
  margin-bottom: 0.3em;
}