/*
Theme Name: Grow!
Theme URI: http://growinternetmarketing.com/
Description: The Grow! theme.
Version: 1.0
Author: Robert Haverly
Author URI: http://fourminus.com/
*/

* {margin: 0; padding: 0;}

p {margin-bottom: 15px;}

body {
background: #fff;
color: #999;
text-align: center;
font-family: helvetica, arial, sans-serif;
font-size: 62.5%;
}

#wrapper {
width: 800px;
margin: 0 auto;
text-align: left;
font-size: 1.1em;
}

#top-nav {
text-align: right;
line-height: 4em;
background: url('images/dotted-border.gif') bottom center no-repeat;
}

#top-nav ul {list-style: none;}
#top-nav li {display: inline;}
#top-nav a {text-decoration: none; color: #999;}
#top-nav a:hover {text-decoration: underline; color: #555;}

#header {
background: url('images/dotted-border.gif') bottom center no-repeat;
overflow: hidden;
padding: 30px 0 20px 0;
}

.trees {
float: left;
width: 225px;
height: 130px;
background: url('images/trees.png') bottom center no-repeat;
}

.grow-box {
float: right;
width: 526px;
height: 109px;
background: url('images/grow-box.png') center no-repeat;
padding-left: 31px; 
padding-top: 11px;
}

h1.logo {text-indent: -9999px; float: left;}
h1.logo a {
display: block;
width: 191px;
height: 95px;
background: url('images/grow-logo.png') center no-repeat;
margin-right: 15px;
}

.primary-nav {
background: url('images/logo-spacer.png') left center repeat-y;
padding-left: 30px;
float: left;
height: 93px;
}

.primary-nav ul {list-style: none;}

.primary-nav li a {
background: url('images/gray-nav-arrow.png') left center no-repeat;
font-size: 1.8em;
text-decoration: none;
padding: 0 0 0 30px;
color: #999;
}

.primary-nav li a:hover {color: #29A9CC; background: url('images/blue-nav-arrow.png') left center no-repeat;}

#intro-text {
padding: 15px 0 20px 0;
background: url('images/dotted-border.gif') bottom center no-repeat;
font-size: 2.1em;
}

#intro-text a {
color: #A5D31C;
background: #333;
text-decoration: none;
padding: 1px;
}

#intro-text a:hover {color: #A5D31C; background: #fff}

.visual-blocks-container {
padding: 25px 0 10px 0;
overflow: hidden;
}

.visual-blocks-container img {margin-bottom: 10px;}

.visual-block-optimization {
width: 260px;
margin-right: 10px;
float: left;
}

.visual-block-marketing {
width: 260px;
margin-right: 10px;
float: left;
}

.visual-block-who-we-serve {
width: 260px;
float: left;
}

#sub-nav {
float: left;
font-size: 1.2em;
margin-top: 20px;
width: 214px;
}

#sub-nav ul {list-style: none;}

#sub-nav li {
margin-bottom: 8px;
}

#sub-nav li a {
text-decoration: none;
color: #777;
display: block;
padding: 3px 5px;
border: 1px solid #fff;
border-left: 8px solid #eee;
}

#sub-nav li a:hover {
border: 1px solid #eee;
border-left: 8px solid #A5D31C;
background: #eee;
c/olor: #A5D31C;
}

#content {
margin-top: 20px;
font-size: 1.3em;
line-height: 1.5em;
float: right;
width: 575px;
}

#content h2 {
font-weight: normal;
}

#footer {
clear: both;
text-align: center;
font-size: 1em;
padding: 30px 0 50px 0;
background: url('images/dotted-border.gif') top center no-repeat;
width: 800px;
margin: 0 auto;
}

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