/*   
Theme Name: Longhouse Plants
Theme URI: http://www.adentek.com/
Description: Default Longhouse Plants WP theme.
Author: Liam Phipps
Author URI: http://www.yunatech.co.uk/
Version: 1.0
.
General comments/License Statement if any.
.
*/

@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html{
	overflow-y: scroll;
	overflow-x: auto;
}

body{
	background:url(slices/mockup_r9_c3.jpg);
	padding:0 0 10px 0;
}

#wrapper{
	width:840px;
	margin:0 auto;
	background:url(slices/mockup_r5_c2.jpg) repeat-y;
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
}

#header{
	width:100%;
	height:175px;
}

#navigation{
	width:820px;
	min-height:60px;
	background:url(slices/mockup_r3_c3.jpg);
	margin:0 auto;
	padding:5px 0;
}

#navbar{
	list-style:none;
	width:70%;
	text-align:center;
	margin:0 auto;
}

#navbar li{
	padding:0 10px;
	display:inline;
}

#navbar a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
}

#navbar a:hover{
	text-decoration:underline;
}

#navbar li.current_page_item a{
	text-decoration:underline;
}

#content{
	width:720px;
	min-height:200px;
	margin:0 auto;
	padding:30px 0 30px 0;
	text-align:center;
}

#content img{
	border:solid 3px #377114;
}

#footer{
	width:100%;
	height:100px;
	background:url(slices/mockup_r7_c2.jpg) no-repeat bottom;
	text-align:center;
}

#copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#377114;
}

p{
	font-size:20px;
	margin:10px 0 20px 0;
}

a, h1, h2, h3, h4, h5, h6{
	color:#377114;
}

.wpcf7{
	width:360px;
	margin:0 auto !important;
	padding:10px !important;
	text-align:left;
	border: 1px solid green;
}

.wpcf7 p{
	font-size:15px;
}

.timeDate{
	font-size:15px;
}

#map{
	width:500px;
	height:400px;
	margin:auto;
}

#result_count{
	text-decoration:underline;
}
