#tip-month {
    margin-top: 15px;
}
.box-header {
    background: #B49887 url(../_site_images/rough_blue.png) repeat;
    padding: 10px 0 8px;
}
.box-header p {
    color: white;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    font-size: 20px;
}
.clear-float {
    overflow: hidden;
    height: 1%;
}
.box-content {
    overflow: hidden;
    padding-top: 10px;    
    text-shadow: 0.1em 0.1em #b9b684;
}
.box-content img {
    width:100%;
    margin: 0;
}
.box-content p {
    margin: 5px 0 0;
    color: #43491d;
}
#primary .box-content a {
    padding: 0;
    color: blue;
}
#primary .box-content a:hover {color: #5E2A19;}
#primary {
    padding-right: 5px;
    padding-bottom: 110px;
}
#plant-week .box-content p, .wplant .box-content p {
    text-align: center;
}
#primary #plant-week a {
    color: #43491d; 
    font-weight: 400;
}
#primary #plant-week a:hover {color: #435CB7;}


/* Subscription box styles */

#subscription_box{
    margin-top:13px;
    padding:10px;
    padding-bottom:20px;
    color:#43491d;
    background-color: #acc88b;
}
    #subscription_box h1{
        font-size:14px;
        font-weight:bold;
        color:#43491d;    
    }
    #subscription_box p{font-size:14px;margin-bottom: 6px;}
    #subscription_box input{
        float:left;
        width:80%;
        height:20px;  
    }
   #form-container {
        overflow:hidden;
        height:1%;    
   }
   #form-container ul, #form-container li{
        margin:0 !important;
        padding:0 !important;
        font-weight:bold;
        color:#C66925;
   }
   
.separator {
    box-shadow: 0px -1px 0 1px #99b57a;
    border-top: 2px solid #657d59;
    margin:10px 0;
}

.btn{
    margin:2px 0 0 4px;
    cursor: hand;
    cursor: pointer;
    float: left;
    width: 37px;
    background: transparent url(../_site_images/btn.png) no-repeat;
}
.btn p{
    margin:2px 0 0 8px;
}

/* Tip archives */

.tips h1{
    font-family: Papyrus, Verdana, Arial, sans-serif;
    font-size:24px;
    margin-bottom: 0 !important;
}
.tips h2{padding-top: 20px;font-weight:bold;}

.wplant h1{
    color:#100df4;
    font-family:"Avant Garde", Arial, Helvetica, sans-serif;
    font-weight:bold;
    letter-spacing:2px;
    font-size: 22px; 
    margin-bottom: 27px;
    margin-top: 10px;
}
.wplant h2{
    margin:20px;
    font-weight:bold;
}
.wplant h3{
    margin-bottom:10px;
    font-size:21px;
}
.wplant .right-hand-box > p{
    color:#43491d;
    margin-left:25px;
    margin-bottom:0px;
}
.wplant img{
    width: 296px;
}

.wplant a:hover{
    color:#435CB7 !important;
}
.wplant a{
    color:#424226 !important;
}
