/*  
Theme Name: Barlow Nurseries
Theme URI: http://andrewsteele.co.uk/webdesign/
Description: Barlow Nurseries.
Version: 1.0
Author: Andrew Steele
Author URI: http://andrewsteele.co.uk/
*/

/* basic WP styles */
@import url('sandbox.css');

body {
	background: #ccffcc;
	padding: 0;
	margin: 0;
	
	font-family: gill sans, verdana, arial, helvetica, sans-serif;
}

a img {
	border: 0 none;
}

#title h1, h2, h3 {
	margin: 0;
}

#title h1 {
	padding-top: 0.1em;
	font-size: 200%;
	padding-left: 6.75em;
	background: #66cc66 url(images/lupins.jpg) left center no-repeat;
	text-align: left;
	color: #006600;
}

#title h2 {
	font-size: 100%;
	padding: 0.1em 0 0.1em 13.5em;
	font-weight: normal;
	background: #006600;
	text-align: left;
	color: #ffffcc;
}

#title h3 {
	font-size: 150%;
	padding: 0.1em 0 0.1em 13.5em;
	font-weight: normal;
	background: #006600;
	text-align: left;
	color: #ffffcc;
}

#content {
	max-width: 60em;
	padding: 0;
	margin: 0.5em 13.5em 0 13.5em;
}

#main {
	margin-left: 13.5em;
}

#content h1 {
	margin-top: 0;
}

#content h1,h2,h3,h4,h5 {
	color: #006600;
}

#menu {
	width: 12em;
	padding: 0.5em;
	padding-bottom: 96px;
	float: left;
	margin: 0;
	background: #006600 url(images/menu-bg.png) bottom right no-repeat;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#othermenu {
	width: 12em;
	padding: 0.5em;
	position: absolute;
	top: 4.6em;
	right: 0;
	margin: 0;
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#othermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#undermenu {
	clear: left;
	width: 12em;
	padding: 0.5em;
	min-height: 80px;
}

#menu * {
	margin: 0;
}

	#menu a {
		background: transparent;
		display: block;
		text-align: left;
		font-weight: bold;
		height: 1.3em;
		margin-top: 0.1em;
		padding: 0.1em 0 0 0.1em;
		color: #ffffcc;
		text-decoration: none;
	}
	#menu a:visited {
		color: #ffffcc;
		text-decoration: none;
	}
	
	#menu a:hover {
		background: #004400;
		text-decoration: none;
	}

#menu a:active {
      color: #cccccc;
      text-decoration: none;
  }

#clearydiv {
	clear: both;
	font-size: 0;
}

#bottom {
	border-top: 2px #66cc66 solid;
	text-align: left;
	font-size: 0.7em;
	padding-left: 19.286em;
}

a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #003eda;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

input, textarea {
	display: inline;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-bottom: 0.5em;
}

input[type="text"] {
	background: #99cc99;
	border: 2px inset #ccffcc;
	color: #003300;
	width: 50%;
}

#searchform input[type="text"] {
	width: 8em;
}

input[type="submit"] {
	background: #009900;
	color: #ffffff;
	font-weight: bold;
	border: 2px outset #009900;
	text-align: center;
}

textarea {
	overflow: auto;
	width: 80%;
	height: 10em;
	background: #99cc99;
	color: #003300;
	border: 2px inset #009900;
}

label {
	font-weight: bold;
	display: block;
	float: left;
	width: 10em;
	text-align: right;
	margin-bottom: 0.5em;
}

ol.plantlist {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.plantlist li {
	margin: 0;
	padding: 0;
}