body
{
	margin: 0;
	font-family: Tahoma, sans-serif;
}
h1
{
	margin-bottom: 8px;
}
.button
{
	display: inline-block;
	background-color: #333;
	border: 1px solid black;
	padding: 0 16px;
	font-size: 1.2em;
	color: #fff;
	line-height: 45px;
	height: 48px;
	cursor: pointer;
	font-weight: bold;
}
	.button:hover
	{
		background-color: #000;
		color: #f9cc01;
	}
.button.prompted
{
	background-color: #f9cc01;
	color: #000;
}
	.button.prompted:hover
	{
		color: #333;
	}
.clear:after
{
	display: block;
	content: '';
	clear: left;
}
#header
{
	width: 100%;
	height: 125px;
	padding-top: 10px;
	background-color: #f9cc01;
	border-bottom: 1px solid #000;
}
	#logo
	{
		display: block;
		width: 355px;
		height: 125px;
		float: left;
	}
	#searchbox
	{
		float: left;
		margin: 20px 10px 0 20px;
	}
		#search_field
		{
			font-size: 1.4em;
		}
			#search_field label
			{
				width: 220px;
			}
			#search_form
			{
				font-size: 1em;
				width: 300px;
				height: 40px;
			}
			#search_go
			{
				height: 40px;
				font-size: 1em;
				background-color: #333;
				color: #fff;
				cursor: pointer;
			}
				#search_go:hover
				{
					background-color: #000;
					color: #f9cc01;
				}
	#search_current_location
	{
		margin: 5px 0 0 0;
		background-image: url('../img/geolocation.png');
		line-height: 36px;
		height: 40px;
		width: 252px;
		background-repeat: no-repeat;
		background-position: 4px 4px;
		padding-left: 44px;
		cursor: pointer;
		background-color: #333;
		color: #fff;
		font-size: 1em;
	}
		#search_current_location:hover
		{
			background-color: #000;
			color: #f9cc01;
		}
	#strapline
	{
		padding: 10px 40px 10px 20px;
		font-size: 22px;
		text-align: right;
	
	}
	#but_add_cafe_top
	{
		border: 1px solid black;
		width: 160px;
		height: 38px;
		text-align: center;
		line-height: 38px;
		margin: 5px 40px 0 0;
		background-color: #333;
		color: #fff;
		float: right;
		font-size: 1.6em;
		border: 1px solid #000;
		cursor: pointer;
	}
		#but_add_cafe_top:hover
		{
			background-color: #000;
			color: #f9cc01;
		}
.text_link
{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
#intro
{
	padding-left: 20px;
	width: 45%;
	float: left;
}
#app_icons
{
}
	#app_icons img
	{
		width: 200px;
	}
#advanced_search
{
	float: left;
	margin-left: 5%;
	width: 45%;
}
	#cafe_not_found
	{
		padding-top: 20px;
		display: none;
	}
#regions
{
	clear: both;
}
#box_add_cafe
{
	width: 450px;
	height: 100%;
	float: left;
	border-right: 1px solid black;
	padding: 0 20px 0;
	display: none;
	overflow: auto;
}
	.cafe_form
	{
		display: none;
	}
	#found_cafe
	{
	}
		#found_cafe h3
		{
			margin 5px 0 0;
		}
		#cafe_match_details
		{
			margin-bottom: 15px;
		}
			#cafe_match_details img
			{
				display: block;
				margin: 5px auto 10px;
			}
	
	#search_cafe
	{
		overflow: auto;
		font-size: .8em;
	}
	#submit_cafe
	{
		overflow: auto;
		font-size: .8em;
	}
		.but_close_add
		{
			float: right;
			cursor: pointer;
			line-height: 25px;
			width: 25px;
			text-align: center;
			
		}
			.but_close_add:hover
			{
				font-size: 1.3em;
			}
	.form_error
	{
		color: red;
		margin: 0 0 15px 140px;
	}
	#cafe_submitted
	{
		
	}
#cafe_list_box
{
	clear: both;
	margin: 10px 0 16px 0;
	padding: 0 20px;
}
	#cafe_list_box:after
	{
		display: block;
		clear: both;
		margin-bottom: 20px;
		content: '';
	}
	#cafe_list_box h3
	{
		font-size: 2em;
	}
#cafe_list
{
	list-style: none;
	padding: 0;
}
	#cafe_list li
	{
		display: block;
		float: left;
		width: 155px;
		padding: 0 8px;
		font-size: 11px;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
		margin-left: -1px;
		height: 200px;
	}
		#cafe_list li p
		{
			padding: 3px 0;
		}
		#cafe_list li label
		{
			font-size: 10px;
			color: #666;
			display: block;
		}


	#submit_cafe .game_cafe_intro
	{
		margin-bottom: 12px;
	}
	.form div
	{
		margin-bottom: 4px;
	}
	.form h2
	{
		font-size: 1.7em;
		margin: 20px 0 10px 0;
	}
		.form label
		{
			display: inline-block;
			float: left;
			width: 140px;
		}
		.form input,.form textarea
		{
			width: 280px;
			border: 1px solid grey;
		}
		.form input.error,.form textarea.error
		{
			border: 1px solid red;
		}
		.form .optional
		{
			margin: 0 0 5px 140px;
		}
		.form div p
		{
			font-size: 10px;
		}
		.form #but_add_cafe
		{
			width:100%;
		}
		.form #but_contact
		{
			margin-left: 140px;
		}
		.form .but_submit
		{
			margin: 10px 0 20px;
			font-size: 1.5em;
			background-color: #333;
			color: #fff;
		}
			.form .but_submit:hover
			{
				background-color: #000;
				color: #f9cc01;
			}
#contact_us
{
	padding: 20px 0 0 30px; 
}			
#footer
{
	clear: both;
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin-top: 10px;
	font-size: .9em;
	background-color: #f9cc01;
	border-top: 1px solid #000;
}
	#copyright
	{
		display: inline-block;
		padding: 0 15px;
	}
	#contact
	{
		display: inline-block;
		padding: 0 15px;
		color: #000;
	}

.region_column
{
	float: left;
	width: 30%;
}