/* YUI CSS Reset Code */
/* Source: http://developer.yahoo.com/yui/reset/ */

/* 
Color palette:  #8A006C == purple 
                #52A300 == green
                #E4E4E4 == grey
                #F8F6EF == beige
                #FFFFFF == white
*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, /* em, */ /* strong, */ th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
p {
    margin: 0 0 10px 0;
    line-height: 1.5em;
}
h1 {
    color: #8A006C;
    font-size: 2.0em;
    line-height: 120%;
    margin: 10px 0 10px 0;
}
h2 {
    color: #8A006C;
    font-size: 1.7em;
    line-height: 120%;
    margin: 10px 0 10px 0;
}
h3 {
    color: #8A006C;
    font-size: 1.5em;
    line-height: 120%;
    margin: 10px 0 10px 0;
}
h4 {
    color: #8A006C;
    font-size: 1.1em;
    line-height: 120%;
    margin: 10px 0 10px 0;
}
h5 {
    color: #8A006C;
    font-size: 1.0em;
    line-height: 120%;
    margin: 10px 0 10px 0;
}
h6 {
    color: #8A006C;
    font-size: 1.0em;
    line-height: 120%;
    margin: 10px 0 10px 0;
}
a {
    color: #8A006C;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
tr {
    vertical-align: top;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}

input[type=text] {
    border: 2px solid #e4e4e4;
    font-size: 1.2em;
    padding: 5px;
}

body {
    background: #193318 url(/Images/PurpleLayout/grassBackground.jpg) repeat-y scroll center top;
    font-family: helvetica;
    font-size: 13px;
    line-height: 1.5em;
}
#pageContent {
    position: relative;
    width: 958px;
    margin: 0 auto 0;
}

/* PAGE HEADER */

#pageHeader {
    position: relative;
    width: 958px;
}
#logo {
    position: relative;
    left: 20px;
    z-index: 20;
}
#tagline {
    position: absolute;
    top: 10px;
    left: 200px;
    color: #52A300;
    font-size: 1.3em;
    font-style: italic;
}
#masthead {
    position: absolute;
    top: 0;
    left: 620px;
    background: url(/Images/PurpleLayout/search_flower.jpg) no-repeat scroll left;
    height: 110px;
    width: 318px;
    padding-right: 20px;
}
#masthead #searchBox {
    border: 1px solid #E4E4E4;
    float: right;
    width: 240px;
    height: 30px;
    background: #F8F6EF;
    padding: 5px;
}
#masthead #searchBox input[type=text] {
    font-size: 1.0em;
    padding: 2px;
}

/* Dropdown Menu */
#topMenuContainer {
    position: absolute;
    top: 105px;
    left: 0;
    width: 958px;
    z-index: 10;
    background: #F8F6EF;
    border-top: solid 1px #E4E4E4;
    border-bottom: solid 1px #E4E4E4;
}
ul#topnav {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 1.1em;
    float: right;
}

ul#topnav li {
    float: right;
    padding: 5px 0 5px 25px;
    position: relative; /*--Important--*/
}
ul#topnav li a {
    color: #52a300;
    font-weight: bold;
    text-decoration: none;
}

ul#topnav a.gardeningGuides {
    background: url(/images/purpleLayout/nav_arrow_down.png) no-repeat right;
    padding-right: 15px;
}
ul#topnav a.problemSolvers {
    background: url(/images/purpleLayout/nav_arrow_down.png) no-repeat right;
    padding-right: 15px;
}
ul#topnav a.projects {
    background: url(/images/purpleLayout/nav_arrow_down.png) no-repeat right;
    padding-right: 15px;
}
ul#topnav a.inspirations {
    background: url(/images/purpleLayout/nav_arrow_down.png) no-repeat right;
    padding-right: 15px;
}

ul#topnav li .sub {
    position: absolute;
    top: 31px;
    width: 700px;
    z-index: 99999;
    background: #FFFFFF;
    padding: 20px 20px 20px;
    border-bottom: 4px solid #8A006C;
    border-left: 4px solid #8A006C;
    border-right: 4px solid #8A006C;
    display: none; /*--Hidden for those with js turned off--*/
}

ul#topnav li .sub.gardeningGuides {
    left: -184px;
}
ul#topnav li .sub.problemSolvers {
    left: -348px;
}
ul#topnav li .sub.projects {
    left: -501px;
}
ul#topnav li .sub.inspirations {
    left: -597px;
}

ul#topnav li .row {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul#topnav li .sub ul {
    list-style: none;
    margin: 0;
    padding: 0 12px 0 0;
    width: 215px;
    float: left;
}

ul#topnav li .sub ul li {
    width: 100%;
    float: left;
    padding: 0;
}
ul#topnav li .sub h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 1.3em;
    font-weight: normal;
}
ul#topnav li .sub h2 a {
    float: none;
    padding: 0;
    margin: 0;
    background-image: none;
    color: #8A006C;
}
ul#topnav li .sub h2 a:hover {
    text-decoration: underline;
}
ul#topnav li .sub ul li a {
    float: none;
    text-indent: 0;
    display: block;
    text-decoration: none;
    color: #52a300;
}
ul#topnav li .sub ul li a:hover {
    text-decoration: underline;
}

/* FOOTER: general classes */

#pageFooter {
    clear: both;
    height: 177px;
    background-image: url(/Images/PurpleLayout/Footer_Background.jpg);
    padding: 5px 0 0 20px;
}
#pageFooter ul {
    float: left;
    margin-right: 60px;
    margin-top: 10px;
}
#pageFooter ul li a {
    color: #52A300;
    font-weight: normal;
}
#copyright {
    clear: both;
    padding-top: 15px;
    font-size: .8em;
}

/* MAIN CONTENT */

#mainContent {
    position: relative;
    float: left;
    padding: 20px;
    margin-top: 20px;
    width: 918px;
}

/* general classes */
.breadcrumb {
    margin-bottom: 10px;
    font-weight: bold;
}
.breadcrumb a {
    color: #52A300;
}
.breadcrumb_separator {
    color: #52A300;
}
a.breadcrumb_currentnode {
    color: #52A300;
}

.button {
    width: auto;
    overflow: visible;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    background: #52a300;
    border: 0;
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 10px;
}
.textbox {
    border: solid 1px #DDDDDB;
    height: 20px;
}

.accordion {
    font-family: verdana,helvetica,arial,sans-serif !important;
    font-size: 10pt !important;
}
.accordion h6 {
    padding-left: 25px;
    padding-bottom: 3px;
}
.accordion h6.ui-state-default {
    font-weight: normal;
}
.accordion ul {
    padding-left: 1em !important;
}
.accordion a {
    font-weight: normal;
    text-decoration: none;
}
.accordion a:hover {
    text-decoration: underline;
    background: none;
}

/* tweet styles */
.tweet {
}
.tweet .date {
    font-size: 0.9em;
    font-weight: bold;
    color: #8A006C;
    margin-bottom: 0;
}
.tweet .status {
}

/* terms */
.terms ul, .term ol {
    padding-left: 40px;
}
.terms ul {
    list-style-type: disc;
}
.terms ol {
    list-style-type: decimal;
}

/* newsletters */

#newsletter {
    float: left; 
    width: 100%;
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    background-color: #8A006C;
    padding: 10px 0 10px 0;
    margin-bottom: 17px;
    text-align: center;
}
#newsletter a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2em;
}
#newsletter a:hover {
    text-decoration: underline;
}


/* box_1 styles used on right nav */

.box_1 {
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
}
.box_1 h3 {
    margin: 0;
}
.box_1 .blobTitle {
    color: #780159 !important;
    background-color: #F8F6EF;
    padding: 5px;
    font-weight: bold;
    font-size: 1.25em;
    border-bottom: 1px solid #E4E4E4;
}
.box_1 .blobSubtitle {
    color: #419000;
    font-size: 1.25em;
    font-weight: bold;
}
.box_1 .blobBody {
    margin: 10px;
}
.box_1 a {
    font-weight: bold;
    color: #419000;
    text-decoration: none;
}
.box_1 a:hover {
    text-decoration: underline;
}
.box_1 ul {
    margin: 15px 15px;
    padding: 0 15px;
}
.box_1 ul li {
    margin-bottom: 15px;
    padding: 0;
    list-style-type: disc;
}

.ad-container {
    margin-bottom: 15px;
    text-align: center;
    clear: both;
}

.survey {
    width: 100%;
}

.survey .blobTitle {
    float: left;
    width: 100%;
    background: #8A006C;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0 10px 0;
    margin: 0;
    text-align: center;
}
.survey .blobTitle a {
    color: #FFFFFF;
}
.survey .blobBody {
    float: left;
    width: 100%;
    background: #F8F6EF;
    font-size: 1.2em;
    padding: 20px 0 20px 0; 
    margin: 0;
    text-align: center;
}
.survey .blobBody a {
    color: #52A300;
}

.clear {
    clear: both;
}
