/*
Theme Name: EnergySavvy
Theme URI: http://energysavvy.com/
Description: This theme depends on externally hosted stylesheets at energysavvy.com
Author: Dino
Author URI: http://energysavvy.com/
Tags: $$$ Solid Gold
*/

/* Layout-ish stuff */

#sidebar {
    padding: 0 0 0 13px;
    background: transparent url("http://www.energysavvy.com/static/img/vert_line.png") -5px 0 no-repeat;
}

#text-3 { 
   list-style-type: none; 
}

/* SEARCH FORM */

#searchform {
    position: relative;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

#searchform label {
    color: #686461;
}

#searchform input#s {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 5px 4px 4px 4px;
    display: block;
    width: 165px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#searchform input#searchsubmit {
    background-image: url("http://www.energysavvy.com/static/img/button_arrow.png");
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 110px !important;
    padding-left: 22px;
    padding-right: 0;
}
