/*TOP PAGE (reductions, total savings, login)*/

a img{
	border: 0;
}

#pages_home{
}

#landing_page{
	background-color: white;
	font-family: helvetica, arial, sans-serif;
	width: 918px;
}

/*#landing_page p, li{
	font-size: 1em;
}
*/
#welcome{
	margin-bottom: 20px;	
}

#welcome h1{
	color:#223E92;
	font-size:21px;
	font-weight:normal;
	line-height:25px
}

#login_form_container{
	position: absolute;
	padding: 15px;
	width: 300px;
}

span.inp2{
	margin-top: 50px;
}
	
h2{font-weight:bold;}
	
.login_form span{
	float:right;
	height:30px;
	padding:0;
	margin: .1em .7em;
}

.login_form span.email_label{
	position: absolute;
	color: #0f0f0f;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	width: 60px;
	text-align: right;
}

.login_form span.password_label{
	position: absolute;
	color: #0F0F0F;
	font-size: 12px;
	font-weight: normal;
	margin-top: 40px;
	width: 60px;
	text-align: right;
}
*html .login_form span.password_label{
	margin-top:0;
	}

.login_form .inp1{background:none}
.login_form .inp2{background:none}

.login_form span input{
	font:14px/14px Verdana, Tahoma, sans-serif;
	color:#666;
	width:200px;
	margin-left: 10px;
	height:17px;
	background-color: #FFF;
	border: 1px solid #bbb;
}

#login_button{
	float: right;
	height: 32px;
	margin: 3px 11px 0 0;
	width: 88px;
	border:none;
	background-color:transparent;
	cursor:pointer;
}

#signup_button_site{
	width: 289px;
	height: 62px;
	position:absolute;
	color: transparent;
}

#facebook_login{
	position: absolute;
	margin: 74px 0 0 1px;
}

#remember{
	color: #0F0F0F;
	font-size: 12px;
	margin: 68px 0 0 68px;
	position:absolute;
}

#remember label{
	font-weight: normal;
}

#remember input{
	margin-right: 5px;
}

a#lost_password{
	font-size: 12px;
	margin: 87px 0 0 88px;
	position:absolute;
}

#lost_password a{
	font-size: 11px;
}

/*LOGIN PAGE STYLES*/

#login_page{
	background-image: url(/images/home/main_div_background.png);
	background-repeat: repeat-x;
	height: 288px;
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
}

#login_page fieldset{
	margin-left:304px;
	margin-top: 20px;
	border: none;
}

#login_page fieldset legend{
	color: #222;
	font-weight: bold;
	margin-bottom: .7em;
}

#login_page .login_form{
	background-image: url(/images/sites/cubenergysaver_com/gradient_blue.png)	;
	border: 1px solid #bbb;
	height: 150px;
	width: 330px;
}

#shadow_bottom{
	background-image:url(/images/home/bottom_bkg.png);
	background-repeat:repeat-x;
	height:30px;
	margin-left:-14px;
	position:absolute;
	top:488px;
	width:100%;
}

/*end login*/

#signup_area{
	height: 115px;
	font-size: 12px;
	margin: 145px 0 0 20px;
	width: 290px;
}

#signup_area h2{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 0;
}

#signup_area p{
	margin: 0;
	padding:0 0 10px 0;
	line-height: 16px;
	font-size: 14px;
}
#signup_button{
	background-image: url(/images/home/submit_button.png);
	height: 62px;
	width: 290px;
}

#landing_main{
	padding: 18px;
	width: 550px;
	float:left;
}

#signup{
	background-image: url(/images/sites/cubenergysaver_com/gradient_blue.png);
	height: 248px;
	font-size: 1em;
	position:relative;
	width: 330px;
	color: #0F0F0F;
}

#savings{
	background: #fdfdfd url(/images/sites/cubenergysaver_com/sidebar_bkg.png) repeat-y 0 0;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 15px;
	width: 299px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.unitCarousel{
	margin-top: 8px;
	margin-left: 30px;
}

#savings ul{
	list-style-type: none;
}

#savings h2{
	color: #223E92;
	font-size: 16px;
}

#savings li.savings{
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	color: #505050;
	font-size: 1.25em;
	padding: 25px 10px 30px 0;
	margin: 20px 0 20px 15px;
	text-align: left;
	width: 255px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#savings li.savings img{
	float: left;
	margin-top: -33px;
}

#savings li.savings:hover{
	color: #1a1a1a;
	background-color: #f3f3f3;
}

li.savings span.number{
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: -5px;
}

li.savings:hover span.number{
	color: #062f43;
}

#sidebar{
	background-image: url(/images/home/sidebar_bkg.png);
	background-repeat: repeat-y;
	float: right;
	height: 100%;
	margin: 407px -330px 0 0;
	padding: 20px 15px;
	width: 300px;
}

.sidebar_link{
	margin-bottom: 15px;
	margin-left: -4px;
}

.neighborhood_challenge{
	margin: 15px 0;
}

.neighborhood_challenge h3{
	color: #223E92;
	line-height: 24px;
	text-align: center;
}

.neighborhood_challenge ul{
	color:#494988;
	font-size:22px;
	font-weight:normal;
	letter-spacing:-0.3px;
	line-height:20px;
	list-style-type:disc;
	padding-left: 12px;
	margin: 15px 15px 0 30px;
}

.neighborhood_challenge ul li{
	margin-bottom:12px;	
}

.neighborhood_challenge p{
	text-align:right;
}

.neighborhood_challenge p a:hover{
	text-decoration: underline;
}

#cc_connect{
	background-image:url(/images/home/connect_with_cc.png);
	height: 36px;
	margin: 15px 15px 15px -15px;
	width: 330px;
}

.section_bkg{
	background-image: url(/images/home/main_div_background.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border:solid 1px #e0e0e0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#how_much{
	padding: 10px 0px 10px 15px;
}

#how_much h2{
	color: #223E92;
	font-size:16px;
	line-height: 18px;
}

#how_much ul{
	border-bottom: 1px solid #ccc;	
	list-style-type:none;
	margin: 20px 15px 20px 0;
	width: 254px;
}

#how_much ul.right_list{
	float:right;
}

#how_much ul li{
	border-top: 1px solid #ccc;
}

#how_much ul li:hover{
	background-image: url(/images/sites/reduction_hover_bg.jpg);
}

#how_much ul li a{
	font-size: 14px;
	height: 14px;
	padding: 17px 0 17px 2px;
	display: block;
	width: 254px;
}

#how_much ul li a img.reduction_icon{
	float: left;
	margin-top: -17px;
}

#how_much ul li a:hover{
	text-decoration:none;
}

#how_much p{
	color: #666;
}

#how_much a.see_more{
	float: right;
	margin-right: 15px;
	border-bottom: 1px solid #9cf;
}

#how_much a.see_more:hover{
	text-decoration: none;
}

#current_video{
	padding: 10px 30px;
	text-align:center;
}

.video{
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #eee;
}

.tweet h2 a{
	color: #042235;
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
	text-decoration: none;
}

.follow_us{
  	background-color: #cde9f6;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 11px;
	color: #257094; 
	line-height: 15px;
	font-weight: lighter;
}


#blog{
	padding: 10px 15px;
}

#blog h2{
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}

#blog h2 a{
	font-size:16px;
	text-decoration:none;
}

#blog h2 a.blog_link{
	color: #223E92;
}

#blog h2 a.title_link{
	font-size: 16px;
	color: #223E92;
}

#blog #post{
	padding: 0;
	overflow: hidden;
}

#post p{
	color: #555;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: .1px;
	line-height: 16px;
	margin: 0 0 10px 0;
}

#blog #metadata{
	border-top: 1px solid #ccc;
	color: #555;
	margin:0;
	padding-top: 6px;
}

#blog #metadata p{
	margin:0;
	font-size: 11px;
}


#blog #comment_control{
	float: right;
	font-size: 11px;
}

.comment{
	padding: 15px 10px 10px 10px;
}

.even{
	background-color: #FFF;
}

#comments p{
	color: #555;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: .1px;
	line-height: 16px;
	margin: 0 0 0px 0;
	padding: 0;
}

#comments p.comment_meta{
	color: #555;
	font-size: 11px;
	margin:0 0 0 0;
	padding-top: 3px;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
}

.post_image{
	float: left;
	margin: 0px 10px 10px 0;
}


#third{padding: 15px;}
#third_video{padding: 5px;border:1px solid #eee;background-color: #FFF;}

/*BOTTOM BIT*/

#bottom{
	clear: both;
}

/* columns */
.columns{
	display:none; /*hidden for demo*/
	background-image:url(/images/home/bottom_bkg.png);
	background-repeat: repeat-x;
	height: 230px;
	padding: 40px 10px;
}

.columns .moreinside{
	float:left;
	height:209px;
	width:259px;
	margin: 40px 0 0 30px;
}

.columns #moreinside{
	color:#777777;
	font-size:20px;
	font-weight:100;
	margin:0 236px;
	position:absolute;
}

.columns #moreinside a{
	color:#651112;
	font-weight: bold;
	text-decoration: none;
}

.columns #reduce{background:url(/images/home/reduce.png) top;}
.columns #reduce:hover{background:url(/images/home/reduce.png) bottom;}

/*ie6*/
*html .columns #reduce{background:url(/images/home/reduce_ie6_off.png) top;}
*html .columns #reduce:hover{background:url(/images/home/reduce_ie6_on.png) top;}

.columns #share{background:url(/images/home/share.png) top;}
.columns #share:hover{background:url(/images/home/share.png) bottom;}

/*ie6*/
*html .columns #share{background:url(/images/home/share_ie6_off.png) top;}
*html .columns #share:hover{background:url(/images/home/share_ie6_on.png) top;}

.columns #play{background:url(/images/home/play.png) top;}
.columns #play:hover{background:url(/images/home/play.png) bottom;}

/*ie6*/
*html .columns #play{background:url(/images/home/play_ie6_off.png) top;}
*html .columns #play:hover{background:url(/images/home/play_ie6_on.png) top;}

.popup_bg{
	position: fixed;
	z-index: 1000;
	background:url(/images/home/popup_bg.png);
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;	
}

/*ie6*/

*html .popup_bg{
	position: absolute;
	z-index: 1000;
	background:url(/images/home/popup_bg.png);
	width: 740px;
	height: 680px;
	left: 50%;
	margin-left: -370px;
	margin-top: 120px;
}


#reduce_info{
	display: none;
}

#share_info{
	display: none;
}

#play_info{
	display: none;
}

.popup_container{
	position:absolute;
	top: 90px;
	left:50%;
	margin-left: -320px;
	text-align: left;
	width: 640px;
	color: #FFF;
	font-size: 14px;
	z-index: 1500;
}

/*ie6*/
*html .popup_container{
	margin-top: 40px;
	padding: 20px 20px 20px 0;
}

.home_popup h1{
	font-size: 30px;
}

.home_popup ul{
	padding-top: 15px;
	padding-left: 25px;
	list-style-type: disc;
}

.home_popup li{
	padding-bottom: 1px;
}

.popup_caption{
	color: #FFF;
}

.popup_image{
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* sign in window */

