/*  
Highland Heathers and Plant Centre
URL: http://www.highlandheathers.co.uk
Author: Karl Wills
Built By Mayfly Internet Marketing - http://www.may-fly.co.uk
*/

	
/* CSS Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,font,img,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


	
/* remember to define focus styles! */
:focus {
	outline:0;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}

a {
	text-decoration:none;
	color:#759564;
}

a:hover {
	text-decoration:underline;
}


	
/* MAIN STYLES */
html {
	background:url(../images/bodybg.png) repeat-x;
}

body {
	font-family:Tahoma, Sans-Serif;
	font-size:12px;
	color:#34462b;
	padding-bottom:20px;
}

#container {
	width:820px;
	margin:0 auto;
	padding:0;
}

h1 {
	font-family:Georgia, Serif;
	font-size:22px;
	margin-bottom:20px;
}

h2 {
	font-family:Georgia, Serif;
	font-size:18px;
	margin-bottom:20px;
}

h3 {
	font-family:Georgia, Serif;
	font-size:16px;
	margin-bottom:16px;
}

h4 {
	font-family:Georgia, Serif;
	font-size:14px;
	margin-bottom:16px;
}

a.button {
	color:white;
	background:#89a470;
	height:30px;
	width: 200px;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height:30px;
	text-decoration:none;
}

a.button:hover {
	text-decoration:none;
	background:#a7bd8b;
}


	
/* Header And Navigation */
#header {
	height:170px;
	width:780px;
	margin:0 20px;
	position:relative;
}

#logo {
	float:left;
	position:relative;
	top:9px;
}

#header ul#nav {
	float:right;
	font-size:13px;
	position:relative;
	top:95px;
}

#nav li {
	display:inline;
}

#nav li a {
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	color:white;
	padding:0 14px;
	background:#89a470;
	margin-left:3px;
	border-top:1px solid #94ad7b;
}

#nav li a:hover {
	text-decoration:none;
	background:#a7bd8b;
	border-top:1px solid #a7bd8b;
}


	
/* Featured Image  */
#featured {
	margin:35px 20px;
	width:780px;
	padding:0;
}

#featured img {

	
/* Featured image container div */
	border:4px solid #8ba772;
}


	
/* Main Content  */
body#home #content {
	float:left;
	width:520px;
	margin:0 20px 30px;
}

#content {
	float:left;
	width:780px;
	margin:0 20px 30px;
}

#content p,#sidebar p {
	padding:0 0 20px;
	line-height:20px;
}

#content ul {
	list-style-type:disc;
	line-height:20px;
	margin-left: 25px;
	margin-bottom:20px;
}

#content ol {
	list-style-type:decimal;
	line-height:20px;
	margin-bottom:20px;
	margin-left:25px;
}

p.intro {
	font-weight:bold;
}


	
/* Sidebar */
#sidebar {
	width:195px;
	float:right;
	margin:0 20px 0 0;
	border-left:1px solid #ccc;
	padding:0 20px;
}

#sidebar h3 {
	font-weight:bold;
	font-size:14px;
}

#sidebar h2 {
	margin: 30px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#sidebar p {
	margin:15px 0 5px;
}

ul.opening-times {
list-style: none;
}

ul.opening-times li  {
margin-bottom: 10px;
line-height: 16px;
}
	
/* Tables */
table {
	border-collapse:collapse;
	width:780px;
	border:1px solid #ccc;
	margin:20px 0;
}

th {
	border:1px solid #ccc;
	font-weight:bold;
	padding:12px;
}

td {
	border:1px solid #ccc;
	padding:12px;
}

caption {
	font-weight:bold;
	padding: 10px 0 10px 0;
}


	
/* Contact Form */
form {
	width:320px;
	float:right;
	margin-left:40px;
}

input,textarea {
	width:310px;
	border:1px solid #ccc;
	padding:5px;
	font-family:Tahoma, Sans-Serif;
	font-size:12px;
}

input.submit {
	width:100px;
	color:white;
	background:#89a470;
	height:30px;
	line-height:30px;
	padding:0 0 5px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


input.submit:hover {
	text-decoration:none;
	background:#a7bd8b;
}

.missing,.warning {
	color:red;
}

.problem {
	color:#ff9933;
}

.sent {
	color:#8aa571;
}

	
/* Footer */
#footer {
	clear:both;
	width:780px;
	margin:0 20px;
	border-top:1px solid #e2e9de;
	padding:15px 0;
	font-size:11px;
}

#footer ul {
	float:left;
}

#footer li {
	display:inline;
	padding:0 15px 0 0;
}

#footer a {
	text-decoration:none;
	color:#759564;
}

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

#footer p {
	float:right;
}