/*
 * Theme Name: 1Bog Spring
 * Theme URI: http://1bog.org/
 * Description: 1BOG theme
 * Author: Aaron Brodeur
 * Version: 1.0
 * Tags: cool, super cool, the coolest
 *
 */

/* ===== Begin CSS Reset ===== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

b, strong {
  font-weight: bolder;
}

/* ===== Begin element and blanket styles ===== */

.taf_v {
  padding-left: 8px;
}

.post {
  border-bottom: 3px solid #bee1a3;
  padding-bottom: 30px;
}
small {
  font-size: 14px;
}
#content ul li, #pl_content ul li {
  margin-left: 42px;
  list-style: disc outside;
}

#content ol li, #pl_content ol li {
  margin-left: 20px;
  list-style: decimal inside;
}


#city_name {
  text-align: right;
  font-size: 3.0em;
  width: 700px;
  float: right;
  padding-top: 20px;
  color: #74b93c;
    padding-bottom: 5px;
}

#content hr {
  width: 600px;
  height: 25px;
  background-image: url(../images/hr.gif);
  border: 0;
  border: none;
}

#content hr hr {
  border: none;
}

a {
  color: #00a7ff;
  text-decoration: underline;
}

a:hover {
  color: yellow;
  text-decoration: underline;
}

a:visited {
  color: #7ebada;
}

body {
  background: url(../images/bg.jpg) repeat-x #429ccc;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.aligncenter,
div.aligncenter {
  display: block;
     margin-left: auto;
     margin-right: auto;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.wp-caption {
     border: 1px solid #ddd;
     text-align: center;
     background-color: #f3f3f3;
        padding-top: 4px;
     margin: 10px;
}

.wp-caption img {
     margin: 0;
     padding: 0;
     border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
  line-height: 17px;
     padding: 0 4px 5px;
     margin: 0;
}

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

img.alignright {
        padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

#outer {
  width: 960px;
  position: relative;
  margin: 0 auto;
  z-index: 100;
}

#container {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 10000;
}

#sky_bg_container {
  margin: 0 auto;
  position: absolute;
  left: 50%;
}

#sky_bg_container div {
  width: 1100px;
  height: 500px;
  position: absolute;
  top: 90px;
  left: -550px;
  z-index: 1;
  background: url(../images/clouds.jpg) no-repeat;
}

#header img {
  margin-top: 18px;
  margin-bottom: 10px;
  float: left;
}

#header a.up_greenbtn_large {
  display: block;
  float: right;
  margin-top: 25px;
  margin-left: 20px;
}

#header span a {
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 8px;
  background-image: url(../images/sm_blue_r.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#header span a:hover {
  background-image: url(../images/sm_blue_rh.gif);
  background-repeat: no-repeat;
}

#header span:hover {
  background-image: url(../images/sm_blue_lh.gif);
  background-repeat: no-repeat;
}

#menu {
  float: left;
  width: 956px;
  background-image: url(../images/menu_bg.jpg);
  height: 52px;
}

#l {
  display: block;
  height: 52px;
  background-image: url(../images/menu_r.jpg);
  float: left;
  padding-left: 2px;
}

#r {
  display: block;
  height: 52px;
  width: 2px;
  background-image: url(../images/menu_l.jpg);
  float: left;
}

#header ul {
  float: left;
}

#header ul li {
  float: left;
  border-right: 1px solid #7ac142;
}

#header div ul li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  display: block;
  padding: 10px;
}

#header div ul li a:hover, #header div ul li.current_page_item a {
  background-image: url(../images/menu_bgh.jpg);
}

#header div ul li a b {
  font-size: 55%;
  position:relative;
  top: 3px;
  font-weight: normal;
  color: #4a7532;
}

/* ====== Home Page ===== */

#front_page_watch_video {
  position: relative;
  left: -10px;
  top: 16px;
}

em {
  font-style: italic;
}

#home_body {
  clear: both;
  width: 960px;
}

#cord {
  width: 109px;
  height: 217px;
  background-image: url(../images/cord.png);
  position: absolute;
  right: -108px;

}

#home_body h1 {
  padding-top: 30px;
  display: block;
  width: 570px;
  font-size: 1.7em;
  line-height: 1.7em;
  font-weight: bold;
  color: #254566;
}

#home_body h1 em {
  font-size: 1.9em;
}

#home_top {
  background-image: url(../images/island.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 25px;
}

#natl_headline {
  font-size: 18px;
  font-weight: bold;
  color: #175973;
  margin-bottom: 40px;
  margin-left: 20px;
}

#hp_signup_teaser {
  width: 424px;
  height: 106px;
  background-image: url(../images/hp_signup_teaser.png);
  font-size: 16px;
  font-weight: bold;
  color: #175973;
  position: relative;
  left: 11px;
}

#hp_signup_teaser div {
  padding: 20px;
}

#signup_form {
  width: 480px;
  margin-top: 22px;
  background-image: url(../images/signup_home_bg_01.png);
}

#natl_logo {
  margin-top: 40px;
  margin-bottom: 15px;
  margin-left: 20px;
}

#home_top_left{
  width: 530px;
  float: left;
  padding-left: 35px;
}

#home_top_right {
  width: 378px;
  float: left;
  padding-top: 10px;
}

#signup_form_bottom {
  height: 16px;
  width: 480px;
  background-image: url(../images/signup_home_bg_02.png);
}

#signup_form h2 {
  padding: 18px 15px 21px 15px;
  color: white;
  font-size: 2.2em;
  font-weight: bold;
}

#signup_form form input {
  float: left;
}

#home_zip {
  font-size: 2.0em;
  color: #4b768d;
  background-color: white;
  margin-left: 20px;
  width: 88px;
  padding: 5px;
  border: 1px solid #fff;
  -moz-border-radius:4px;
  background-image: url(../images/inputbg.png);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  behavior:url(border-radius.htc);
}

#home_email {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  behavior:url(border-radius.htc);
  font-size: 2.0em;
  color: #4b768d;
  background-image: url(../images/inputbg.png);
  background-repeat: repeat-x;
  background-color: white;
  margin-left: 20px;
  width: 148px;
  padding: 5px;
  border: 1px solid #fff;
}

#home_submit {
  margin-left: 20px;
  position: relative;
  top: 1px;
  border-radius: 5px;
}

#home_bottom {
  background-image: url(../images/whitebg.jpg);
  background-repeat: repeat-x;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: white;
  width: 958px;
  padding-bottom: 15px;
  overflow: auto;

}

#value_propositions {
  float: left;
  width: 467px;
  margin-left: 15px;
  padding-left: 15px;
  margin-top: 15px;
}

#value_bg {
  padding-top: 100px;
  width: 466px;
  background-image: url(../images/threereasons_01.png);
}

#value_bottom {
  width: 466px;
  height: 10px;
  background-image: url(../images/threereasons_02.png);
}

#value_propositions ul li {
  float: left;
  display: block;
  width: 29%;
  margin-left: 3%;
  color: #6f6f6f;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
}

#value_propositions ul li span {
  text-align: center;
  display: block;
  font-size: 1.6em;
  color: #254566;
}
#solar_map {
  float: left;
  width: 210px;
  margin-left: 20px;
  margin-top: 20px;
  height: 240px;
  background: transparent url(../images/get_an_estimate_bg.png) no-repeat scroll 0 0;
  text-decoration: none;
}
#solar_map a {
  text-decoration: none;
}
#solar_map .yellow_glossy_button {
  display: block;
  margin:25px 0px 0px 25px;
  padding: 10px;
  height: 25px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #266374;
  text-decoration: none;
  text-align: center;
}
#solar_map .yellow_glossy_button:hover {
  background-position: 0 -59px;
}
.yellow_glossy_button {
   height: 50px;
   width:125px;
   background: transparent url(../images/yellow_glossy_btn.png) no-repeat scroll 0 0;
}
.spantitle {
  color: #254566;
  font-size: 2.0em;
  font-weight: bold;
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #b9db9f;
}

#quotes_from_members ul li {
  font-size: 1.6em;
  width: 900px;
  color: #254566;
  padding: 10px 0px;
  margin-top: 10px;
  text-align:center;
}

#quotes_from_members ul li a {
  color: #FEFEFE;
  text-decoration: none;
}

#hot_cities {
  float: left;
  width: 195px;
  margin-left: 30px;
  height: 240px;
}

#hot_cities ul li span {
  display: block;
  background-image: url(../images/blue_button_l_sun.png);
  background-repeat: no-repeat;
  margin-top: 20px;

}

#hot_cities ul li span a {
  color: yellow;
  font-size: 16px;
  font-weight: bolder;
  text-decoration: none;
  display: block;
  padding: 6px 3px 8px 32px;
  background-image: url(../images/blue_button_r.png);
  background-repeat: no-repeat;
  background-position: right;

}

.blue_button {
  background-image: url(../images/blue_button_l.png);
  background-repeat: no-repeat;
  width: 150px;
  display: block;
}

.blue_button a {
  text-align: center;
  display: block;
  color: yellow;
  font-size: 18px;
  line-height: 18px;
  font-weight: bolder;
  text-decoration: none;
  padding: 6px 3px 6px 6px;
  background-image: url(../images/blue_button_r.png);
  background-repeat: no-repeat;
  background-position: right;
}


/* ==== footer ==== */

#footer_container {
  width: 100%;
  height: 450px;
  margin-top: 0px;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: repeat-x;
  background-color: #255873;
  position: relative;
  z-index: 99;
}

#footer {
  width: 960px;
  margin: 0 auto;
}

.footer_collumn {
  width: 33%;
  float: left;
  height: 250px;
}

#footer div span {
  display: block;
  text-align: center;
}

#solar_discount_cities span, #bottom_menu span, #bottom_recent_posts span {
  display: block;
  width: 95%;
  border-bottom: 2px solid #b5d8eb;
  font-size: 2.0em;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: left;
  color: #b5d8eb;
}

#bottom_recent_posts ul li a {
  font-size: 1.2em;
  color: #98EEF3;
  text-decoration: none;
  width: 305px;
  display: block;
}

#solar_discount_cities ul li {
  float: left;
  text-align: left;
  width: 150px;
  height: 25px;
  margin-top: 10px;
  font-size: 12px;
  list-style-position: inside;
  list-style-image: url(../images/sun_bullet.jpg);
}

#bottom_menu {
  padding-bottom: 25px;
}

#bottom_menu div {
  background-color: #30617a;
  height: 285px;
  width: 95%;
}

#bottom_menu ul li {
  float: left;
  text-align: left;
  width: 130px;
  margin-left: 20px;
  height: 25px;
  margin-top: 10px;
  font-size: 12px;
}

#solar_discount_cities ul li a, #bottom_menu ul li a  {
  color: #98eef3;
  text-decoration: none;
  font-size: 1.2em;
}

#bottom_recent_posts ul li {
  float: left;
  text-align: left;
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.5em;
  list-style-position: outside;
  margin-left: 20px;
  list-style-image: url(../images/sun_bullet.jpg);
}


/* ==== index ==== */

.post {
  margin-bottom: 45px;
}

#content_top {
  background-image: url(../images/contentbg.jpg);
  background-repeat: no-repeat;
  clear: both;
  width: 960px;
  height: 40px;
  position: relative;
  top: 25px;
}

#content_container {
  border-left: 1px solid #b7ddee;
  border-right: 1px solid #b7ddee;
  border-bottom: 1px solid #b7ddee;
  background-color: #fff;
  padding: 30px;
  line-height: 1.6em;
  font-size: 1.4em;
  color: #515151;
}

#content.narrowcolumn {
  float: left;
  width: 600px;
}

#tellafriend_bottom {
  position: relative;
  left: -15px;
}

#content ul, #pl_content ul {
  margin-left: -5px;
}

#content img, #pl_content img {
  margin: 15px;
}
#content .entry img, #pl_content .entry img, #map_div img {
  margin: auto;
}

#fontsize{
color: white;
position: absolute;
top: 0;
left: 0;
}

#content p, #pl_content p {
  margin-bottom: 10px;
}
.post h1 p,
.post h2 p {
  text-align: left;
  font-size: 14px;
  margin-top: 7px;
}

#content h2.post_h2,
#content h1, #pl_content h1 {
  font-size: 1.65em;
  line-height: 1.3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  font-weight: normal;
}
#content h2, #pl_content h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

#content h3, #pl_content h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}

#content strong, #pl_content strong {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

/* ====== Sidebar ===== */

#sidebar_signup_full_address span {
  font-size: 1.7em;
  text-align: center;
}
#sidebar_signup_full_address {
  background-image: url(../images/signup_bg_full_address.jpg);
  width: 260px;
  height: 282px;
  background-repeat: no-repeat;
  position: relative;
  top: -58px;
}
#sidebar_signup_full_address span {
  display: block;
  height: 105px;
  padding: 20px;
  color: white;
}
#sidebar_signup_full_address input {
  font-size: 14px;
  padding:11px;
  border: 1px solid red;
  color: #4b768d;
  padding: 5px;
  border: none;
}
#sidebar_email_full_address {
  width: 196px;
  margin-left: 24px;
  background: none;
}

#sidebar_full_address {
  background: none;
  width: 196px;
  margin-left: 24px;
  margin-top: 3px;
}

#subdomain_sidebar {
  padding-left: 30px;
  width: 260px;
  float: left;
  position: relative;
  top: 40px;
}

#sidebar {
  padding-left: 30px;
  width: 260px;
  float: left;
}

#sidebar_profile {
  -moz-border-radius:5px 5px 5px 5px;
  background-color:white;
  border:5px solid #BBCBD4;
  border: 5px
  width: 260px;
  background-repeat: no-repeat;
  position: relative;
  top: -58px;
}

#sidebar_profile .pad {
  padding: 20px;
}

a.up_greenbtn_large {
  text-decoration: none;
}

.up_greenbtn_large {
  cursor: pointer;
  background-image: url(../images/up_greenbtn_large.jpg);
  background-repeat: repeat-x;
  background-color: #9ECE44;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #344a0b;
  border: 1px solid #cbe4a2;
  font-size: 14px !important;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px #e3f5d2;
  margin-bottom: 0;
}

.up_greenbtn_large:hover {
  background-image: url(../images/up_greenbtn_large_hover.jpg);
  color: white;
  text-decoration: none;
  background-color: #9fca50;
  border: 1px solid #9fca50;
  text-shadow: -1px -1px #75a649;
}

.up_greenbtn_large:visited {
  color: #506d1b;
}

.up_greenbtn_large:visited:hover {
  color: #ffffff;
}

#sidebar_ul {
  position: relative;
  top: -40px;
}

#sidebar_email {
  width: 108px;
  margin-left: 105px;

  background: none;
}

#sidebar_zip {

  background: none;
  width: 108px;
  margin-left: 105px;
  margin-top: 3px;
}

#sidebar_submit {
  margin-top: 10px;
  margin-left: 25px;
}

#sidebar ul li ul {
  margin-bottom: 25px;
}

#linkcat-2 {
  margin-top: 15px;
  background-color: #cbe4ba;
}

#linkcat-2 h2 {
  color: white;
  padding: 15px 15px 15px 40px;
  font-weight: bold;
  font-size: 1.5em;
  background-image: url(../images/side_green_bg.jpg);
}

#linkcat-2 ul li a {
  color: #255873;
}

#linkcat-2 ul li {
  background-color: #b6d2a1;
  margin-bottom: 5px;
  padding: 8px;
  background-image: url(../images/sidebar_li_bg.jpg);
  background-repeat: repeat-x;
  list-style-position: inside;
  list-style-image: url(../images/boghead_bullet.jpg);
}

.widget_text {
  margin-bottom: 25px;

}

/* ===== Subdomain ===== */

.menu {
  clear: both;
  width: 960px;
  height: 32px;
  background-image: url(../images/subdomain_menu_bg.png);
}

.menu ul {
  margin-left: 40px;
  margin-right: 40px;
}

.menu ul li {
  float: left;
}

.menu ul li a {
  display: block;
  padding: 8px;
  font-size: 12px;
  color: white;
  border-right: 1px solid #419cca;
  text-decoration: none;
}

.menu ul li a:hover, .menu ul li.current_page_item {
  background-color: #255873;
}

#menu #last {
  border-right: none;
}

#subdomain_home_content_container {
  background-color: white;
  padding: 27px 30px 30px 30px;
  line-height: 1.6em;
  font-size: 1.4em;
  color: #515151;

}

#subdomain_home_content_top {
  width: 960px;
  height: 238px;
}

#subdomain_home_signup_heading {
  display: block;
  height: 57px;
  width: 480px;
  padding-top: 20px
}

#subdomain_home_left {
  float: left;
}

#subdomain_home_signup_heading h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #255873;

}

#subdomain_home_signup_form {
  width: 480px;
  margin-top: 22px;
  background-image: url(../images/signup_home_bg_01.png);

}

#subdomain_home_signup_form h2 {
  padding: 18px 15px 22px 15px;
  color: white;
  font-size: 2.2em;
  font-weight: bold;
}

#subdomain_home_signup_form form input {
  float: left;
}

#content_404 {
  clear: both;
}

#content_404 h2 {
  font-size: 25px;
  font-weight: bold;
}

#subdomain_home_map {
  width: 450px;
  margin-top: 26px;
  float: right;
}

#subdomain_home_map iframe {
  float: left;
}

#map_explanation {
  display: none;
  float:left;
  width: 180px;
  height: 208px;
  position: relative;
  background-color: #6aade1;
}

#map_installed {
  padding: 15px;
}

#map_signed_up {
  padding: 0px 15px 15px 15px;
}
#map_explanation_img {
  position: absolute;
  left: -18px;
  top: 50px;
  z-index: 100000;
}

#map_installed p, #map_signed_up p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: white;
}

#map_installed img, #map_signed_up img {
  display: inline;
}

#map_click {
  float: left;
  margin-top: 57px;

}

#map_explanation_button {
  float: right;
  position: absolute;
  right: 0;
}

#comment {
width: 600px;
}

#powered_by {
  clear: both;
  padding-top: 70px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.yellowbutton {
  background-image: url(../images/yellowbuttonbg.jpg);
  background-color: #ffe900;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid white;
  padding: 8px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0272a3;
  font-weight: bold;
}

a.yellowbutton:visited {
  color: #0272a3;
}

/* AD CAMPAIGN LANDING PAGE */
#ad_content_top {
  clear: both;
  width: 960px;
  position: relative;
  top: 25px;
  margin-top: 25px;
}

#ad_content_container {
  background-image: url(../images/ad_landing_bg.jpg);
  background-repeat: no-repeat;
  border-left: 1px solid #b7ddee;
  border-right: 1px solid #b7ddee;
  border-bottom: 1px solid #b7ddee;
  background-color: white;
  padding: 30px;
  line-height: 1.6em;
  font-size: 1.4em;
  color: #515151;
}

#hec_content_container h1 {
  font-size: 20px;
  font-weight: bold;
}

#hec_content_container p {
  margin-bottom: 20px;
}

#hec_content_container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
  border-left: 1px solid #b7ddee;
  border-right: 1px solid #b7ddee;
  border-bottom: 1px solid #b7ddee;
  background-color: white;
  padding: 30px;
  line-height: 1.6em;
  font-size: 1.4em;
  color: #515151;
}

#ad_left_pad {
  height: 250px;
}

#ad_right_pad {
  height: 120px;
}

#ad_right {
float: left;
width: 275px;
margin-left: 20px;
}

#ad_search_top {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
}

#ad_search_top span {
  color: green;
}

#ad_sidebar_signup {
  background-image: url(../images/signup_ad.jpg);
  width: 275px;
  height: 282px;
  background-repeat: no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#ad_sidebar_signup form {
  margin: 0;
  padding: 0;
}

#ad_sidebar_signup span {
  display: block;
  height: 68px;
  padding: 20px;
  color: white;
}

#ad_sidebar_signup input {
  margin-bottom: 10px;
  font-size: 1.4em;
  color: #4b768d;
  padding: 5px 5px 5px 15px;
  border: none;
}

/* END AD CAMPAIGN LANDING PAGE */

/* HOW 1BOG WORKS BEGIN */

#slideshow_container {
  width: 900px;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background-color:#fff;
  /*background-color: #111111;*/
}

#slideshow {
  text-align: left;
}

#slideshow:hover {
  cursor: pointer;
}

#slideshow ul li:hover {
  cursor: pointer;
}

#slides {
  width: 900px;
  margin: 0 auto;
}

#slideshow {
  display: none;
  position: relative;
  height: 525px;
  width: 900px;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow ul li {
  color: #fff;
}

#ticker {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 10000;
}

#slide_nav {
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 10001;
  margin: 0px 310px 24px 0px;
}

#ticker ul li {
  float: left;
  display: block;
  padding: 2px 6px 2px 6px;
  font-family: Monaco, monospace;
  font-size: 13px;
  color: #fff;
  margin: 3px;
  text-align: center;
  width: 10px;
  font-weight: bold;
  background-image: url(../images/howbuttonbg.jpg);
  background-repeat: repeat-x;
  background-color: #75b93e;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#ticker ul li:hover {
  cursor: pointer;
  background-color: white;
  color: #fff;
  background-image: url(../images/howbuttonbg_h.jpg);
  background-repeat: repeat-x;
}

#slide_nav span:hover {
  background-color: #fff;
  cursor: pointer;
  color: white;
  background-image: url(../images/howbuttonbg_h.jpg);
  background-repeat: repeat-x;
}

#slide_nav span {
  float: left;
  display: block;
  padding: 0px 8px 20px 8px;
  font-family: "Arial Black", Monaco, monospace;
  font-weight: bolder;
  font-size: 55px;
  height: 20px;
  color: #fff;
  margin: 4px;
  text-align: center;
  background-image: url(../images/howbuttonbg.jpg);
  background-repeat: repeat-x;
  background-color: #75b93e;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#slideshow ul li {
  float: left;
  display: block;
  height: 525px;
  width: 900px;
}

#slideshow ul li span {
  display: block;
  width: 185px;
  padding: 25px;
  color: #b6b6b6;
  font-size: 14px;
  line-height: 18px;
  -webkit-border-radius-topleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  margin-left: 25px;
  font-weight: normal;
}

#how1bogworks_signup {
  position: relative;
  top: 340px;
  left: 170px;
}


#how1bogworks_container {
  border-left: 1px solid #b7ddee;
  border-right: 1px solid #b7ddee;
  border-bottom: 1px solid #b7ddee;
  background-color: white;
  line-height: 1.6em;
  font-size: 1.4em;
  color: #515151;
}

#signuphowitworks {
  margin: 0 auto;
  width: 900px;
  height: 250px;
  background-image: url(../images/signuphowitworks.jpg);
}

#signuphowitworks #first_signup {
  width: 500px;
  font-size: 15px;
}

#signuphowitworks #first_signup #home_email, #signuphowitworks #first_signup #home_zip {
  font-size: 1.2em;
  float: left;
}

#signuphowitworks #first_signup #home_submit {
  float: left;
}

#howitworksform {
  width: 500px;
  padding-top: 180px;
  float: left;
}

#allabout1bog {
  float: left;
  padding-top: 16px;
  padding-left: 7px;

}

#solareconomics {
  float: left;
  padding-top: 16px;
  padding-left: 16px;
}

/* ######## Home Page Alternate 1 (Video top right) ###### */
/* ######## Google website optimizer test           ###### */
#home_top_alt1 {
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 25px;
  padding-top: 25px;
}

#home_top_alt1 h1 {
  font-size: 1.6em;
}
/* ####### End Home Page Alternate 1 (Video top right) ##### */


/* ######### Subdomain for community chest activated cities */

#subdomain_ch_home_content_top {
  width: 1040px;
  height: 425px;
  position: relative;
  left: -40px;
  margin-top: 25px;
}

#subdomain_cc_top_l {
  width: 40px;
  float: left;
  padding-top: 150px;
}

#subdomain_cc_top_m {
  width: 960px;
  float: left;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#subdomain_cc_top_r {
  width: 40px;
  float: left;
  padding-top: 150px;
}

#subdomain_cc_1 {
  width: 960px;
  height: 425px;
  display: none;
}

#subdomain_cc_1_l {
  width: 465px;
  float: left;
  margin-left: 15px;
  background-image: url(../images/cc_fp_contentbg.png);
  background-repeat: no-repeat;
}

#subdomain_cc_1_l h1 {
  font-size: 20px;
  font-weight: bold;
  color: #20536b;
  margin: 25px;
}

#subdomain_cc_1_l p {
  font-size: 16px;
  color: #606060;
  padding: 0 25px;
}

#cc_signup_form {
  margin-left: 8px;
  width: 430px;
  margin-top: 22px;
  background-image: url(../images/cc_su_bg.jpg);
  background-repeat: repeat-x;
  border: 1px solid #4ea1cd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px 8px 15px 8px;
}

#cc_signup_form form {
  width: 430px;
  margin: 0;
  padding: 0;
}

#cc_home_zip {
  font-size: 17px;
  color: #4b768d;
  background-color: white;
  margin-left: 10px;
  width: 80px;
  padding: 5px;
  border: 1px solid #fff;
  -moz-border-radius:4px;
  background-image: url(../images/inputbg.png);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  behavior:url(border-radius.htc);
}

#cc_home_email {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  behavior:url(border-radius.htc);
  font-size: 17px;
  color: #4b768d;
  background-image: url(../images/inputbg.png);
  background-repeat: repeat-x;
  background-color: white;
  margin-left: 20px;
  width: 128px;
  padding: 5px;
  border: 1px solid #fff;
}

#cc_home_submit {
  margin-right: 20px;
  float: right;
  display: inline;
}

#subdomain_cc_1_r {
  width: 480px;
  height: 425px;
  float: left;
}

#cc_widget_container {
  margin-left:190px;
  margin-top:100px;
  background-image: url(../images/cc_fp_widget.png);
  width: 265px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  padding-bottom: 15px;
}

#cc_widget_container div {
  float: right;
  text-align: center;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 135px;
}

#cc_widget_container h3 {
  font-size: 45px;
  color: #588229;
}

#cc_widget_container small {
  font-size: 14px;
  color: #588229;
}

#cc_widget_container img {
  margin-left: 30px;
}

#cc_timeline {
  width: 960px;
  height: 115px;
  background-image: url(../images/cc_timeline_bg.jpg);
  background-repeat:no-repeat;
  background-color: #fff;
  padding-top: 3px;
}

.cc_dates {
  font-size: 10px;
  text-align: center;
  width: 30%;
  float: left;

}

.cc_next:hover {
  cursor: pointer;
}

#cc_prev:hover {
  cursor: pointer;
}

#subdomain_cc_2 {
  width: 960px;
  height: 425px;
  background-image: url(../images/cc_sp_bg.jpg);
}

#subdomain_cc_2_heading {
  font-size: 20px;
  text-align: center;
  color: #ffee00;
  padding: 60px 25px 25px 25px;
}

#subdomain_cc_2_community_chest {
  padding: 0 15px 0 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#subdomain_cc_2_community_chest h4 {
  font-size: 90px;
}

#subdomain_cc_2_chest1 {
  width: 310px;
  float: left;
}
#subdomain_cc_2_chest2 {
  float: right;
  text-align: center;
  width: 619px;

}

#subdomain_cc_newcampaign {
  width: 422px;
  height: 132px;
  font-size: 15px;
  position: relative;
  left: 100px;
  margin-bottom: 17px;
  color: #297080;
  background-image: url(../images/cc_sp_newcampaign.jpg);
}

#subdomain_cc_newcampaign div {
  padding: 60px 15px 0 15px;
}

#subdomain_cc_2_chest3 {
  width: 500px;
  clear: both;
  margin-left: 365px;
}

#subdomain_cc_2_chest3 h4 img {
  position: relative;
  top: -20px;
}

#subdomain_cc_2_chest3 p {
  margin-top: 15px;
  font-size: 23px;
}

#subdomain_cc_2_footing_t {
  width: 960px;
  text-align: center;
  font-size: 24px;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

#subdomain_cc_2_footing_l {
  float:left;
  width: 600px;
  text-align: right;
}
#subdomain_cc_2_footing_m {
  float:left;
  text-align: center;
  font-size: 20px;
  width: 60px;
  padding-top: 20px;
  color: white;
}
#subdomain_cc_2_footing_r {
  float:left;
  text-align: left;
}

#subdomain_cc_numpurchased {
padding-top: 20px;
}

#subdomain_cc_numpurchased span {
  font-size: 70px;
}

#subdomain_cc_numpurchased p {
  font-size: 30px;
  margin-bottom:9px;
  margin-top:9px;
}

#subdomain_cc_campaign_details {
  display: block;
  width: 280px;
  height: 80px;
  float: left;
}

#subdomain_cc_countdown {
  text-align: left;
  float: left;
  padding: 0 80px;
}
/* ########### end subdomain for community chest activated cities */

.ob_author {
  font-size: 12px;
}

#embed_container {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #EFFAFF;
  border: 1px solid #429CCC;
  padding: 10px;
}
#embed_container h3 {
  margin-bottom: 5px;
}
#embed_container #copied_msg {
  color: #FEAC3B;
  display: none;
  font-weight: bold;
  padding-left: 15%;
}
#embed_container textarea {
  width: 410px;
  margin-top: 0;
  height: 45px;
}
#embed_container .blue_button {
  cursor: pointer;
  float: left;
  height: 50px;
  border: 0;
  margin-top: 0;
  margin-right: 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: transparent url("../images/bluebutton_tall.jpg") scroll no-repeat -5px top;

}
#embed_container .blue_button span {
  color: yellow;
  display: block;
  font-size: 18px;
  font-weight: bolder;
  line-height: 18px;
  padding: 6px 3px 6px 6px;
  text-align: center;
  text-decoration: none;
}

/* ===== Group style campaign (group-style-campaign.php) ===== */


#gsc_header {
  width: 960px;
  height: 25px;
  background-image: url(../images/gsc_logo.jpg);
  background-repeat: no-repeat;
  padding-top: 21px;
  margin-top: 20px;
}

#gsc_header span {
  font-size: 25px;
  font-weight: bold;
  color: #777a7c;
}

#gsc_header .left {
  margin-left: 50px;
}

#gsc_top {
  margin: 0 auto;
  margin-top: 20px;
}

#gsc_top .left {
  width: 560px;
  height: 280px;
  background-color: #fcfced;
  border: 5px solid #b4cbd9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 25px;
}

#gsc_cta {
  position: relative;
  top: 25px;
  left: 170px;
}

#gsc_press {
  position: relative;
  top: 23px;
  left: 74px;
}

#gsc_top .left h1 {
  font-size: 37px;
  font-weight: bold;
  color: #3e3e3e;
  text-align: center;
  display: block;
}

#gsc_top .left h1 span {
  font-weight: normal;
  font-size: 18px;
}

#gsc_top .left h1 span b {
  font-weight: normal;
  color: #6a6a6a;
}

#gsc_top .right {
  width: 325px;
  height: 340px;
  background-image: url(../images/gsc_bargraph.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#gsc_bot {
  width: 960px;
  border: 5px solid #b4cbd9;
  background-color: #fff;
  margin: 20px 0 20px 0;
}

.gsc_bot_top {
  position: relative;
  margin: 15px 0 0 15px;
  float: left;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #e9e9e9;
  -moz-box-shadow: inset 0 0 5px #e9e9e9;
  width: 266px;
  height: 212px;
  padding: 16px;
}

#gsc {
  font-size: 14px;
  color: #515151;
}

#gsc h2 {
  font-size: 18px;
  font-weight: bold;
  color: #3e3e3e;
  margin-bottom: 18px;
}

#gsc li {
  margin-left: 20px;
  list-style: disc;
}

#gsc_thermometer {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  background-image: url(../images/gsc_thermometer_bg.jpg);
  background-repeat: repeat-x;
  width: 660px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  z-index: 100000;
  left: -75px;
  height: 70px;
  padding-top: 23px;
  padding-right: 20px;
  top: 10px;
}

#gsc_thermometer h3 {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  width: 75px;
  float: left;
  text-align: right;
  margin-top: 7px;
}

#gsc_thermometer div {
  float: right;
  background-color: #6d6d6d;
  padding: 2px;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 5px #000;
  -moz-box-shadow: inset 0 0 5px #000;
  width: 565px;
  position: relative;
}

#gsc_thermometer div div {
  background-image: url(../images/gsc_progress_bar_bg.jpg);
  background-repeat: repeat-x;
  background-color: #7bc143;
  height: 36px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  float: left;
  background
}

#gsc_thermometer div b {
  position: absolute;
  display: none;
  top: 18px;
  color: red;
  font-size: 35px;
}

#gsc_thermometer div b span {
  position: absolute;
  left: 5px;
  top: -22px;
  color: red;
  font-size: 40px;
  font-weight: normal;
  font-family: Arial;
}

#gsc_thermometer div b p {
  font-size: 12px;
  position: relative;
  left: -43px;
  top: -7px;
  color: #fff;
  background-color: red;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 4px;
}

#gsc_thermometer span {
  position: absolute;
  right: 35px;
  top: 35px;
  color: #fff;
  font-size: 18px;
  z-index: 100001;
}

#gsc_play_video {
  display: block;
  position: relative;
  bottom: -20px;
}

#gsc_bot #content.narrowcolumn {
  padding: 20px;
  line-height: 18px;
}

#gsc_discount_zone {
  background-position: 50% 50%;
}

#gsc_discount_zone h2 {
  position: relative;
  z-index: 100344;
  color: #fff;
  text-align: center;
  top: -3px;
  text-shadow: #000 0px 0px 3px;
}

#gsc_discount_zone div {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  filter:alpha(opacity=25);
  -moz-opacity:0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  background-color: #000;
  width: 100%;
  height: 45px;
}

#gsc_sidebar {
  padding-top: 40px;
  padding-right: 30px;
}

#gsc_discussion li {
  background-image: url(../images/gsc_discussion_bg.jpg);
  background-color: #f0f7fc;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-left: 1px solid #6eb3de;
  border-right: 1px solid #6eb3de;
  border-bottom: 1px solid #6eb3de;
  list-style: none;
  margin-left: 0px;
  width: 230px;
  padding: 15px;
}

#gsc_discussion li a {
  font-size: 12px;
  font-weight: normal;
  float: right;
  text-decoration: none;
}

#gsc_discussion li a:after {
  clear: right;
}

#gsc_discussion li span {
  font-weight: bold;
  font-size: 15px;
}

#gsc_discussion li b {
  font-weight: normal;
  font-size: 12px;
}

#gsc_discussion p {
  font-size: 12px;
  margin: 8px 0 8px 0;
}

.gsc_pullquote_left {
  float: left;
  width: 185px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f2f2;
  margin-right: 20px;
}

.gsc_pullquote_right {
  float: right;
  width: 185px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f2f2;
  margin-left: 20px;
}

#gsc_member_testimonials li span {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

#gsc_member_testimonials li h2 {
  margin-bottom: 0px;
  font-size: 15px;
}

#gsc_member_testimonials li p {
  font-size: 12px;
}

#gsc_member_testimonials li {
  list-style: none;
  width: 260px;
  margin-left: 0px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
}

#partner_container {
  background-color: #fff;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #3c3c3c;
  padding: 25px;
}

#partner_container h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

#partner_container h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

#partner_container h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

#partner_container h5 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

#partner_container ul li {
  margin-left: 25px;
  list-style: disc;
}

#partner_container ol li {
  margin-left: 25px;
  margin-bottom: 10px;
  list-style: decimal;
}

#partner_page_head {
  height: 300px;
}

#partner_container h1#partner_page_heading {
  width: 700px;
  padding-top: 15px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

#partner_container p {
  margin-bottom: 25px;
  line-height: 18px;
}


#partner_content {
  width: 550px;
  float: left;
}

#partner_sidebar {
  width: 320px;
  float: left;
  background-color: #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 35px;
}

#partner_sidebar li {
  list-style: disc;
  margin: 15px 15px 15px 30px;
}

#contact_this_homeowner {
  padding: 25px;
  background-color: #f2f2f2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#contact_this_homeowner label {
  width: 235px;
  float: left;
  text-align: right;
  padding: 8px;
  padding-right: 10px;
  margin-bottom: 15px;
}

#contact_this_homeowner input[type=text] {
  float: left;
  width: 150px;
  text-align: left;
  margin-left: 10px;
  padding: 8px;
  margin-bottom: 15px;
}

#contact_this_homeowner textarea {
  margin-left: 10px;
  padding: 8px;
  width: 150px;
}

#phone_or_email {
  margin-left: 7px;
  padding: 8px 0;
  display:block;
  float: left;
}

#contact_this_homeowner br {
  clear: both;
  margin-bottom:15px;
}

#contact_this_homeowner input[type=submit] {
  margin-top: 18px;
  margin-left: 375px;
}

#contact_this_homeowner h2 {
  text-align: center;
}

#question_spinner, #question_success {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#contact_this_homeowner input.error, #contact_this_homeowner textarea.error {
  border: 2px solid #fe8521;
}

#contact_this_homeowner label.error {
  position: relative;
  top: -25px;
  color: #fe8521;
  margin-bottom: 0px;
  width: 150px;
  text-align: center;
  left: 10px;
}

#contact_this_homeowner label.error {
  position: relative;
  top: -25px;
  color: #fe8521;
  margin-bottom: 0px;
  width: 150px;
  text-align: center;
  left: 10px;
}

#contact_this_homeowner label[for=question].error {
  position: relative;
  top: -5px;
  left: 263px;
}

#campaign_details_container {
  width: 960px;
  margin: 0 auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  margin-top: 15px;
  color: #393939;
}

#campaign_details_slideshow {
  height: 335px;
  width: 960px;
  overflow: hidden;
  position: relative;
}

#campaign_details_slideshow div {
  width: 2880px;
}

#campaign_details_slideshow ul li {
  display: block;
  width: 960px;
  height: 335px;
  float: left;
}

#campaign_details_content {
  width: 580px;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  top: -40px;
  padding: 20px;
  left: 10px;
  z-index: 10000;
}

#campaign_details_container h1, #campaign_details_container h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#campaign_details_container h2 {
  font-size: 22px;
}

#campaign_details_content h2 {
  color: #212121;
  margin-bottom: 20px;
}

#campaign_details_content p {
  margin-bottom: 20px;
  line-height: 18px;
}

#campaign_details_content ul li {
  margin-left: 40px;
  list-style: disc;
}

#campaign_details_slideshow a {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.27, rgb(255,196,0)),
      color-stop(0.64, rgb(255,217,0)),
      color-stop(0.82, rgb(255,225,0))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(255,196,0) 27%,
      rgb(255,217,0) 64%,
      rgb(255,225,0) 82%
  );
  display: block;
  color: #173747;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  text-shadow: 1px 1px 1px #f9ee24;
  border-radius: 5px;
  width: 300px;
  position: absolute;
  top: 200px;
  left: 150px;
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  z-index: 100000;
}

#campaign_details_slideshow p {
  padding: 20px;
  position: relative;
  z-index: 1001;
  font-size: 30px;
  font-weight: bold;
  top: 80px;
  width:695px;
  padding: 15px 20px;
}
#campaign_details_slideshow li span {
  position: absolute;
  z-index: 1000;
  opacity: 0.75;
  background-color: #fff;
  width: 725px;
  height: 90px;
  top: 80px;
  left: 0;
}

#campaign_details_slideshow a:hover {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.43, rgb(243,176,18)),
    color-stop(0.72, rgb(255,200,0)),
    color-stop(0.86, rgb(255,217,0))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(243,176,18) 43%,
    rgb(255,200,0) 72%,
    rgb(255,217,0) 86%
  );
}

#campaign_details_slideshow a span {
  font-size: 16px;
  font-weight: normal;
}

#campaign_headline {
  color: #126281;
  font-weight: bold;
  font-size: 24px;
  float: left;
}

#campaign_phone_number {
  float: right;
  font-size: 24px;
  color: #8ba3ae;
}

#campaign_slideshow li {
  position: relative;
}

#campaign_phone_number strong {
  font-weight: bold;
}

#campaign_details_sidebar {
  width: 275px;
  float: right;
  padding-right: 30px;
  padding-top: 20px;
}

#campaign_details_sidebar div {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
}

#campaign_details_sidebar div h3 {
  font-size: 16px;
  font-weight: bold;
  color: #656565;
  margin-bottom: 15px;
}

#campaign_details_sidebar div p {
  margin-bottom: 25px;
}

#campaign_details_sidebar div a {
  margin-bottom: 25px;
  display: block;
}

#solar_group_campaigns {
  font-size: 14px;
  width: 900px;
  height: 400px;
  background-color: #fff;
  border-radius: 5px;
  margin: 20px auto;
  padding: 30px;
}

#campaigns_left {
  position: relative;
  width: 600px;
  float: left;
}

#campaigns_left ul {
  position: relative;
}
#campaigns_right {
  width: 240px;
  padding: 20px;
  float: right;
  border-radius: 5px;
  background-color: #fffdf0;
  border: 2px solid #bfbfbf;
}

#campaigns_left li {
  width: 150px;
  margin-bottom: 15px;
  position: relative;
}

#campaigns_left ul {
  float: left;
  display: block;
}

#infographic_heading {
  width: 395px;
  float: left;
  display: block;
}

#content h2.post_h2.infographic_h1, #content h1, #pl_content h1.infographic_h1 {
  margin-bottom: 0px;
}

a#infographic_cta {
  display: block;
  width: 470px;
  height: 42px;
  background-color: #f7f6e9;
  float: left;
  border-radius: 5px;
  padding: 15px;
  text-decoration: none;
  color: #646464;
  font-size: 16px;
}

a#infographic_cta:hover {
  cursor: pointer;
}

#infographic_cta span {
  display: block;
  float: right;
  height: 33px;
  width: 100px;
  background-color: #fff;
  margin-left: 10px;
  text-align: center;
  border: 0;
  padding-top: 8px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffd900;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.27, rgb(255,196,0)),
      color-stop(0.64, rgb(255,217,0)),
      color-stop(0.82, rgb(255,225,0))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(255,196,0) 27%,
      rgb(255,217,0) 64%,
      rgb(255,225,0) 82%
  );
  -moz-box-shadow: 0px 0px 3px #000;
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
  text-decoration: none;
}

#infographic_cta span:hover {
  background-color: #ffc400;
  cursor: pointer;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.43, rgb(243,176,18)),
    color-stop(0.72, rgb(255,200,0)),
    color-stop(0.86, rgb(255,217,0))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(243,176,18) 43%,
    rgb(255,200,0) 72%,
    rgb(255,217,0) 86%
  );
  color: #584505;
}

.single_post {
  position: relative;
}

#sharing_widget_single {
  width: 70px;
  height: 365px;
  background-color: #f4f9fc;
  border-radius: 5px 0 0 5px;
  position: absolute;
  margin-left: -102px;
  margin-top: -10px;
  border-right: 2px solid #dfedf6;
}

#sharing_widget_single div {
  margin: 15px auto;
  width: 70px;
  text-align: center;
}

#reddit_btn span {
  border: 1px solid #429CCC;
  display: block;
  width: 55px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: white;
}

#reddit_btn span img {
  position: relative;
  left: -5px;
}

#sharing_widget_single div#reddit_btn {
  margin: 15px auto;
}

#sharing_widget_single div#google_btn {
  margin: 0 auto 15px auto;
}

#sharing_widget_single div#google_btn div {
  margin: 0 auto;
}

.pac-container {
  text-align: left;
  z-index: 1000000 !important;
}

.pac-item {
  text-align: left;
  padding: 7px;
  border-bottom: 1px #e7e7e7 dotted;
}

#homepage_phone {
  background-image: url(../images/phone_number_bg.jpg);
  width: 581px;
  height: 49px;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -100px;
  text-align: left;
  z-index: -100;
}

#homepage_phone p {
  font-size: 18px;
  color: #7d7d7d;
  padding: 14px 14px 14px 52px;
}

#homepage_phone p span {
  font-size: 20px;
  font-weight: bold;
  color: #2c76a8;
}

#share_slider_bg {
  background-color: #113948;
  opacity: 0.95;
  width: 100%;
  height: 132px;
  position: fixed;
  top: -180px;
  left: 50%;
}

#share_slider {
  padding: 25px;
  width: 910px;
  height: 110px;
  position: fixed;
  top: -180px;
  color: #fff;
}

#share_slider_close {
  font-size: 14px;
  color: white;
  text-decoration: none;
  display: block;
  border-radius: 0 0 5px 5px;
  width: 60px;
  background-color: #113948;
  position: relative;
  left: 50%;
  margin-left: -30px;
  top: 31px;
  padding: 5px 5px 10px 5px;
  opacity: 0.95;
  text-align: center;
  display: none;
  font-weight: bold;
}

#share_slider_close:hover {
  cursor: pointer;
}

#share_slider h5 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  width: 450px;
}

#share_slider p {
  font-size: 16px;
  width: 450px;
  line-height: 24px;
}

#share_slider #share_slider_fb {
  width: 430px;
  float: right;
  position: absolute;
  top: 36px;
  right: 25px;
  padding: 15px 15px 7px 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #9ACFE3;
}

#share_slider div h4 {
  padding: 15px 15px 10px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#share_slider div #home_submit, #share_slider div #home_email, #share_slider div #home_zip {
  margin-left: 15px;
}
