/*Theme Name: 1BOG Spring 09
Theme URI: http://1bog.org
Description: The first official 1BOG redesign
Version: 1.0
Author: Aaron Brodeur
URI: http://1bog.org
*/

/* ===== 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 ===== */

#sidebar_signup span {
  font-size: 1.7em;
  text-align: center;
}

.taf_v {
  padding-left: 8px;
}

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

#content ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  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", "Trebuchet", Verdana, 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 {
  width: 960px;
  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: 10px;
  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: 9px;
  font-weight: normal;
  color: #4a7532;
}

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

em {
  font-style: italic;
}

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

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

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

}

#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_body h1 span {
  color: #76b83f;
}

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

#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;
  margin-top: 1px;
}

#home_bottom {
  background-image: url(images/whitebg.jpg);
  background-repeat: no-repeat;
  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: 195px;
  margin-left: 25px;
  height: 240px;

}

.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: 18px;
  font-weight: bolder;
  text-decoration: none;
  display: block;
  padding: 6px 3px 6px 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;
}

.post_h2 a {
  font-size: 1.5em;
  line-height: 1.2em;
}


.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;
}

.post h2 a {
}

#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 {
  float: left;
  width: 600px;
}

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

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

#content img {
  margin: 15px;
}

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

#content p {
  margin-bottom: 10px;
}

#content h1 {
  font-size: 2.0em;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 25px;
}

#content h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

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

#content strong {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

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

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

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

#sidebar_signup {
  background-image: url(images/signup_bg.jpg);
  width: 260px;
  height: 282px;
  background-repeat: no-repeat;
  position: relative;
  top: -58px;
}

#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: Verdana, sans-serif;
  color: #344a0b;
  border: 1px solid #cbe4a2;
  font-size: 14px;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px #e3f5d2;
}

.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_signup form {
  margin: 0;
  padding: 0;
}

#sidebar_signup span {
  display: block;
  height: 75px;
  padding: 20px;
  color: white;
}

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

#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;
}

#cat_right table {
  width: 100%;
}

#cat_right {
  float: left;
  margin-left: 35px;
  padding: 25px;
  background-image: url(images/cat_sidebar_bg.jpg);
  background-repeat: no-repeat;
  background-color: #9fcd8a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 200px;
  overflow: hidden;
  padding-top: 125px;
}

#cat_right table tr td {
  padding: 8px;
}

#cat_right table a {
  color: #224471;
}

#cat_right table tr th {
  padding: 8px;
}

#cat_right table tr td span {
  font-size: 12px;
}

.leaderboard_odd {
  background-color: #c1ddb4;
}

#cat_right h2 {
  font-size: 17px;
  font-weight: bold;
}

.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;
}

.leaderboard_mini_rank {
  display: block;
  width: 40px;
  background-image: url(images/starbg.png);
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  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 */