/*
Theme Name: Plants Nouveau
Version: 0.1
Author: Heller Technology Consulting
Author URI: http://www.hellertechnology.com
Tags: 

*/

@import url("reset.css");

/* Begin Typography & Colors */


/* Begin Structure */

body {
	background-color: #8cb439;
}

#green {
	background: #8cb439 url(images/sides.gif) repeat-y scroll center;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	border-bottom: 1px solid #000;
}


.headerphotos {
	float: right;
	padding: 7px 10px 0 0;
}

.slideshow-pics {
    float: left;
    height:  110px;  
    width:   110px;  
    padding: 0;  
    margin-right: 10px; 
}
.slideshow-pics img { 
    width:  110px; 
    height: 110px; 
    top:  0; 
    left: 0 
}

#menu ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	width: 958px;
	float: left;
	background: #468713;
	
}
#menu ul li {
	float: left;
	background: #468713;
}
#menu ul a {
	display: block;
	padding: 0 1.8em;
	line-height: 2.1em;
	text-decoration: none;
	border-left: 1px solid white;
	color: #fff;
	font-family: Georgia;
}
#menu ul li:hover {
	background-color: #5298ed;
}

#home-left {
	width: 473px;
	margin: 5px 0 0 5px;
	float: left;	
}

#home-right {
	width: 465px;
	margin: 2px 0 0 5px;
	padding: 5px;
	float: right;
}

#home-buttons {
	clear: both;
	padding: 40px 0 20px 0;
	width: 960px;
	text-align: center;
}
#home-buttons img {
	padding: 0 45px;
}

#home-text-left {
	float: left;
	width: 400px;
	margin: 15px 20px;
	padding: 7px;
	
}
#home-text-right {
	float: right;
	width: 400px;
	margin: 15px 20px;
	padding: 7px;
}
#weeding-gnome-signup {
	background-image: url(images/weeding-gnome-signup.gif);
	height: 187px;
	line-height: 1.15em;
	padding: 36px 10px 0px 60px;
	margin: 0 0 15px 0;
	font-size: .85em;
	width: 395px;
}


#news {
	border: 2px solid #b1a090;
	padding: 5px;
}

#nurseries {
	margin: 15px auto;
	width: 450px;
	text-align: center;
}
#nurseries ul {
	margin: 0 auto;
	padding-left: 20px;
	text-align: center;
}
#nurseries ul a {
	display: inline;
	padding-right: 1.5em;
}
#nurseries li {
	float: left;
	list-style: disc;
}


#page {
	clear: left;
	padding: 10px 10px 10px 10px;
	min-height: 400px;
        line-height: 1.2em;
}

.linebreak {
	clear: both;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 960px;
	text-align: center;
}


#footer {
	clear: left;
	margin: 10px auto;
	width: 710px;
	text-align: center;
}

#footer ul li {
	float: left;
}
#footer ul li a {
	color: #000;
	font-size: .8em;
	display: block;
	border-left: 1px solid #000;
	padding: 0 1.3em;
}

/* End Structure */

/* Typography */

h1 {
	color: #663b11;
	font: 1.6em Georgia;
	margin-bottom: 0.3em;
}

h2 {
	color: #000;
	font: 1.2em Helvetica;
	font-weight: bold;
	margin-bottom: 0.3em;
}
h2 a {
	color: #000;
	font: 1.0em Helvetica;
	text-decoration: none;
}

h3 {
	color: #000;
	font: 1.2em Helvetica;
	font-weight: bold;
	margin-bottom: 0.3em;
	padding-top: 15px;
}

strong {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #3366cc;
}
a:hover {
	text-decoration: underline;
	}
a:visited {
	color: #3366cc;
	text-decoration: none;
}

/* End Typography */




/* Begin Images */
img#logo {
	float: left;
	padding: 0 0 0 10px;
}


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 3px 12px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 12px 3px 0;
	display: inline;
	}


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	clear: both;
	color: #fff;
	border: 0;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
p {
	margin-top: .8em;
	margin-bottom: .8em;
}

/* End Various Tags & Classes*/

