
/* ===== RESET ============================= */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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-size: 100%;
	font-family: arial,helvetica,sans-serif;
	}
body {
line-height: 100%;}
a {text-decoration: underline; border: none; color: #104f9d;}
a:hover {text-decoration: none; color: #104f9d;}	
a:visited {color: #104f9d;}
fieldset,img {border: 0;}
* img {visibility: visible;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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: "" "";
}


html,body {
	height: 100%;
	}
body {
	font: normal 11px helvetica,arial;
	background: #fff;
	border-top: 4px solid #47ad00;
	}	
	
	
/* FORM */

input.textfield, input.number, .textfield {
	color: #000;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	text-align: left;
	display: block;	
	padding: 5px;
	background-color: #fff !important;
	font-family: helvetica,arial;
	}
html * input.textfield:focus, html * input.textfield_req:focus, html * input.number:focus, .textfield:focus {
	border: 1px solid #47ad00;
	color: #000 !important;
	}	
html * input.textfield_req {
	color: #000;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	background-color: #fff !important;
	font-family: helvetica,arial;	
	font-size: 12px;
	}		
html * input.submit, html * input.go {
	display: block;
	}		
html * textarea, textarea {
	padding: 5px;
	border: 1px solid #ccc;
	font-family: helvetica,arial;
	color: #000 !important;
	color: #000;
	font-size: 12px;
	}		
html * textarea:focus {
	border: 1px solid #47ad00;
	color: #000 !important;
	}	
html * a.cancel, a.cancel {
	display: block;
	color: #888;
	text-decoration: none;
	}	
html * a:hover.cancel, a:hover.cancel {
	text-decoration: underline;
	}	
	
	
		
	

/* ===== FORM ERROR ==================== */	
	
	
.form_error {
    color: #d50000;
	}



/* ========= FRONT ================ */

#front {
	background: url(../images/bg_front.gif) no-repeat top center;
	width: 600px;
	height: 285px;
	margin: 0 auto;
	}
ul#tabs {
	background: url(../images/bg_middlenav.jpg) repeat-x;
	height: 150px;
	width: 758px;
	padding: 0 0 0 200px;
	}
ul#tabs li {
	float: left;
	display: block;
	margin: 24px 0 0 0;
	}	
a.platform {
	background: url(../images/btn_platform.jpg) no-repeat 0 0;
	width: 186px;
	height: 97px;
	display: block;
	font-size: 1px;
	color: #fff;
	line-height: 1%;
	text-decoration: none;
	}
a:hover.platform {	
	background: url(../images/btn_platform.jpg) no-repeat 0 -97px;
	}
a.mobile {
	background: url(../images/btn_mobile.jpg) no-repeat 0 0;
	width: 165px;
	height: 97px;
	display: block;
	font-size: 1px;
	color: #fff;
	line-height: 1%;
	text-decoration: none;
	}
a:hover.mobile {	
	background: url(../images/btn_mobile.jpg) no-repeat 0 -97px;
	}	
a.salesforce {
	background: url(../images/btn_salesforce.jpg) no-repeat 0 0;
	width: 210px;
	height: 97px;
	display: block;
	font-size: 1px;
	color: #fff;
	line-height: 1%;
	text-decoration: none;
	}
a:hover.salesforce {	
	background: url(../images/btn_salesforce.jpg) no-repeat 0 -97px;
	}		


.wrapper {
	width: 958px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -16em; /* the bottom margin is the negative value of the footer's height */	
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	position: relative;
	}

.header {
	padding: 15px 0 0 30px;

	}
.header h2 {
	font: normal 12px helvetica;
	line-height: 130%;
	padding: 0px 20px 10px 0;
	}
.header a img, .header img {
	border: 0;
	}	
.wrapper a.rss {
	background: url(../images/feed-icon-14x14.png) no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 121px;
	left: 340px;
	font-size: 1px;
	color: #d85926;
	text-decoration: none;
	line-height: 1%;
	}	
.wrapper #new_idea {
	position: absolute;
	right: 30px;
	top: 45px;
	}	
a.postyouridea {
	display: block;
	background: url(../images/postyouridea_btn.gif) no-repeat 0 0;
	width: 196px;
	height: 51px;
	font-size: 1px;
	color: #fff;
	line-height: 1%;
	margin: 10px 0;
	}
a:hover.postyouridea {
	background: url(../images/postyouridea_btn.gif) no-repeat 0 -51px;
	}	
a:visited.postyouridea {
	color: #fff;
	}	

#ideas {
	padding: 10px 0 0 0;
}	
	
/* ============ TOP IDEAS ========== */

#topIdeas_container {
	background: #fff;
	padding: 0 0 0 20px;
	}
#topIdeas_container h2 {
	padding: 8px 20px 4px 20px;
	color: #000;
	font: normal 18px helvetica;
	display: block;	
	margin: 0 0 15px -20px;
	background: #dedede;
	}	
#topideas {
	float: right;
	width: 224px;
	border-left: 1px dotted #aaa;
	background: #fff;
	} 
#topideas a.whatsyouridea {
	background: url(../images/whatsyouridea.gif) no-repeat;
	width: 165px;
	height: 64px;
	display: block;
	font-size: 1px;
	line-height: 1%;
	color: #fff;
	border-bottom: 1px solid #aaa;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}	
#topideas #toptitle {
	padding: 0 0 15px 0;
	color: #000;
	font: normal 18px helvetica;
	display: block;	
	margin: 0;
	}	
#topideas a.container {
	display: block;
	margin: 0 0 10px 0;
	cursor: hand;
	}	
#topideas .top {
	background: url(../images/topideas_container_top.gif) no-repeat 0 0;
	width: 184px;
	height: 22px;
	display: block;	
	margin: 3px 0 0 0;
	}
#topideas .middle {
	background: url(../images/topideas_container_middle.gif) repeat-y 0 0;
	width: 144px;
	display: block;	
	padding: 0 25px 0 15px;
	}	
#topideas .bottom {
	background: url(../images/topideas_container_bottom.gif) no-repeat 0 0;
	width: 184px;
	height: 18px;
	display: block;	
	}
#topideas .linkto {
	float: right;
	width: 10px;
	height: 10px;
	display: block;
	background: url(../images/linkto.png) no-repeat;
	margin: 1px 0 0 0;
	}	
#topideas a {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	}	
#topideas .avatar {
	height: 20px;
	max-width: 20px;
	width: auto;
	float: left;
	border: 1px solid #ccc;
	margin: 0 7px 0 0;
	}	
#topideas .title {
	font: bold 13px helvetica;
	overflow: hidden;
	margin-right: 10px;
	color: #47ad00;
	width: 125px;
	}	
#topideas a:hover .title {
	text-decoration: underline;
	}	
#topideas .desc {
	font: normal 11px helvetica;
	line-height: 110%;
	padding: 5px 0 0 0;
	color: #777;
	}	
#topideas a:hover .desc {
	color: #000;
	}	
#topideas .username {
	font: bold 12px helvetica;
	display: block;
	padding: 3px 0 0 0;
	overflow: hidden;
	width: 110px !important;
	width: 80px;
	}	
#topideas .toprating {
	font: bold 11px helvetica;
	color: #000;
	border: 1px solid #aaa;
	padding: 3px 3px 1px 3px;
	float: right;
	margin: 3px 13px 0 0;
	}
	
	
	
/* ============== CATEGORIES ============== */

#categories, #toptags {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	width: 224px;
	}	
#categories h2, #toptags h2 {
	padding: 8px 20px 4px 20px;
	color: #000;
	font: normal 18px helvetica;
	display: block;	
	margin: 0;
	background: #dedede;
	}
#categories a, #toptags a {
	font: normal 13px helvetica;	
	text-decoration: underline;	
	color: #47ad00;
	}
#categories a:hover, #toptags a:hover {
	text-decoration: none;
	}	
#categories ul, #toptags ul {
	padding: 10px 20px;
	font: normal 13px helvetica;
	color: #666;
	line-height: 140%;		
	}		


/* ============ TOP TAGS ================== */


	
						
	
/* ============ IDEAS ============== */

.oneidea {
	margin: 5px 0;
	padding: 0 30px;
	display: block;	
	width: 587px;
	position: relative;
	}
#permalink {
	margin-top: 30px;
	}		
#permalink .top {
	background: url(../images/idea_container_top_pl.gif) no-repeat 0 0;
	width: 617px;
	height: 24px;
	display: block;	
	}
#permalink .middle {
	background: url(../images/idea_container_middle_pl.gif) repeat-y 0 0;
	width: 587px;
	display: block;	
	padding: 7px 15px 0 15px;
	}	
#permalink .bottom {
	background: url(../images/idea_container_bottom_pl.gif) no-repeat 0 0;
	width: 617px;
	height: 22px;
	display: block;	
	}			
.top {
	background: url(../images/idea_container_top.gif) no-repeat 0 0;
	width: 617px;
	height: 24px;
	display: block;	
	}
.middle {
	background: url(../images/idea_container_middle.gif) no-repeat 0 0;
	width: 587px;
	display: block;	
	padding: 7px 15px 0 15px;
	}	
.bottom {
	background: url(../images/idea_container_bottom.gif) no-repeat 0 0;
	width: 617px;
	height: 22px;
	display: block;	
	}	
.toprow {
	width: 605px;
	height: 41px;
	position: relative;
	top: 10px;
	}
.toprow .user {
	float: left;
	display: block;
	}	
.avatar {
	height: 30px;
	max-width: 30px;
	float: left;
	border: 1px solid #ccc;
	margin: 0 7px 0 15px;
	}
.username {
	font: normal 14px helvetica;
	overflow: hidden;
	margin-right: 10px;
	white-space: nowrap;
	display: block;
	width: 400px !important;
	width: 400px;
	}
.username strong {
	font-weight: bold;
	}			
	
.time {
	color: #999;
	font: normal 11px helvetica;
	}
.feeds {
	display: block;
	float: right;
	margin: 18px 0 0 0;
	}	
a.title {
	color: #47ad00;
	letter-spacing: -1px;
	font: normal 24px arial;
	text-decoration: none;
	line-height: 120%;
	overflow: hidden;
	padding: 0 10px 0 0;
	display: block;
	position: relative;
	top: -6px;
	left: 0 !important;
	left: -2px;
	}
a:hover.title {
	text-decoration: underline;
	color: #47ad00;
	}	
.desc {
	font: normal 13px helvetica;
	line-height: 110%;
	display: block;
	padding: 0 0 0 20px;
	}
.flag {
	display: block;
	float: right;
	}
.bulb {
	background: url(../images/bulb_small.gif) no-repeat;
	width: 13px;
	height: 17px;
	float: left;
	margin: 0 7px 0 0;
	}	
.rating {
	display: block;
	float: right;
	font: normal 12px helvetica;
	height: 23px;
	}		
.rating .ratingstat {
	float: left;
	display: block;
	margin: 5px 8px 0 0;
	}	
.rating .ratinglabel {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	}
.rating .number {
	border: 1px solid #aaa;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	}	
.tags {
	margin: 10px 0 0 20px;
	display: block;
	}
.tags strong {
	font-weight: bold;
	display: inline;
	}		
.tags a {
	color: #666;
	}	
.tags ol {
	display: inline;
	}	
.tags ol li {
	display: inline;
	}	
.comments {
	display: block;
	margin: 9px 0 0 20px;
	font-size: 1.1em;
	}	
.comments strong {
	font-weight: bold;
	text-decoration: none !important;
	border-bottom: 0 !important;
	color: #000;
	background: url(../images/icon_comment.gif) no-repeat;
	padding: 0 0 0 18px;
	}
.comments a {
	color: #47ad00;
	text-decoration: none;
	}		
a.addComment {
	background: url(../images/icon_addComment.gif) no-repeat;
	padding: 0 0 0 18px;
	text-decoration: underline;	
	margin: 3px 0 0 0;
	}	

	
	
.section_title {
	padding: 10px 0 5px 30px;
	font: bold 24px helvetica;
	display: block;
	letter-spacing: -1px;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 10px 0;
	}	
.section_title a {
	font: normal 11px helvetica;
	color: #47ad00;
	}	
	
.pagination {
	padding: 10px 0 0 30px;
	font: normal 13px helvetica;
	margin: 10px 0 0 0;
	}
.pagination .page_wrap {
	border-top: 1px dotted #aaa;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	display: block;
	}	
.pagination strong {
	display: block;
	float: left;
	padding: 6px;
	}				
	
/* == PAGE NUMBERS, ACTIVE == */	
	
.pagination .page a {
	border: 1px solid #ccc;
	font: normal 15px helvetica;	
	float: left;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	line-height: 100%;
	color: #fff;
	display: block;
	margin: 0 3px 0 0;
	background: #47ad00;
	}	
	
/* == CURRENT PAGE NUMBERS == */	
	
.pagination .current_page {
	border: 1px solid #ccc;
	font: normal 15px helvetica;	
	float: left;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	line-height: 100%;
	color: #000;
	display: block;
	margin: 0 3px 0 0;
	}


	
		
.buttons {
	width: 560px;
	padding: 13px 0 13px 20px;
	}
*:first-child+html .buttons {
	width: 560px;
	padding: 13px 0 0 20px;
	}		
a.share {
	display: block;
	background: url(../images/share_btn.gif) no-repeat 0 0;
	width: 42px;
	height: 23px;
	font-size: 1px;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	line-height: 1%;
	}
a:hover.share {
	background: url(../images/share_btn.gif) no-repeat 0 -23px;
	}		
a.build {
	display: block;
	background: url(../images/build_btn.gif) no-repeat 0 0;
	width: 78px;
	height: 23px;
	font-size: 1px;
	color: #fff;
	text-decoration: none;
	float: left;
	line-height: 1%;
	}
a:hover.build {
	background: url(../images/build_btn.gif) no-repeat 0 -23px;
	}	
a.ilikeit {
	display: block;
	background: url(../images/ilikeit_btn.gif) no-repeat 0 0;
	width: 64px;
	height: 23px;
	font-size: 1px;
	color: #fff;
	text-decoration: none;
	float: left;
	line-height: 1%;
	}
a:hover.ilikeit {
	background: url(../images/ilikeit_btn.gif) no-repeat 0 -23px;
	}		
			
	
	
	
	
	
/* ====== FORMS =============== */

.share_form {
	display: block;
	padding: 10px 10px 15px 10px;
	margin: 0 0 10px 0;
	background: #f7f7f7;
	font: normal 12px helvetica;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	}
.share_form fieldset label {
	float: left; 
	display: block;
	margin: 7px 5px 0 0;
	width: 120px;
	text-align: right;
	}
.share_form fieldset input {
	float: left;
	display: block;
	}		
.share_form .textfield {
	width: 250px;
	}	
.share_form textarea {
	width: 250px;
	height: 70px;
	}	
.share_form strong {
	font: bold 15px helvetica;
	display: block;
	padding: 0 0 8px 0;
	}	
.share_form .actions {
	display: block;
	margin: 0 0 0 125px;
	}	
.share_form .shareBtn {
	background: url(../images/share_black_btn.gif) no-repeat;
	width: 42px;
	height: 23px;
	display: block;
	color: #fff;
	font-size: 1px;
	line-height: 1%;
	border: 0 !important;
	float: left;
	margin: 6px 0 0 0;
	}	
.share_form a.cancel {
	display: block;
	padding: 10px 0 0 10px;
	color: #888;
	text-decoration: underline;
	font-size: 11px;
	float: left;
	}		
.share_form a:hover.cancel {
	text-decoration: none;
	}	
	

.sf_comment_info {
	display: block;
	font-size: 11px;
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
	color: #666;
	}
.sf_comment_text {
	background: url(../images/icon_comment.gif) no-repeat top left;
	padding: 0 18px;
	}
.comment_form {
	display: block;
	padding: 10px 10px 15px 10px;
	margin: 5px 0 10px 0;
	font: normal 12px helvetica;
	border: 1px solid #bbb;
	}
.comment_form fieldset label {
	float: left; 
	display: block;
	margin: 7px 5px 0 0;
	width: 120px;
	text-align: right;
	}
.comment_form fieldset input {
	float: left;
	display: block;
	}		
.comment_form .textfield {
	width: 250px;
	}	
.comment_form textarea {
	width: 250px;
	height: 70px;
	}	
.comment_form strong {
	font: bold 15px helvetica;
	display: block;
	padding: 0 0 8px 0;
	background: none !important;
	}	
.comment_form .actions {
	display: block;
	margin: 0 0 0 125px;
	}	
.comment_form .postcommentBtn {
	background: url(../images/btn_postcomment.gif) no-repeat;
	width: 82px;
	height: 23px;
	display: block;
	color: #fff;
	font-size: 1px;
	line-height: 1%;
	border: 0 !important;
	float: left;
	margin: 6px 0 0 0;
	}	
.comment_form a.cancel {
	display: block;
	padding: 10px 0 0 10px;
	color: #888;
	text-decoration: underline;
	font-size: 11px;
	float: left;
	}		
.comment_form a:hover.cancel {
	text-decoration: none;
	}			
a.closeComments {
	color: #ff0000;
	}	
	
	
	

.build_form {
	display: block;
	padding: 10px 10px 15px 10px;
	margin: 5px 0 10px 0;
	font: normal 12px helvetica;
	border: 1px solid #bbb;
	}	
.build_form strong {
	font: bold 15px helvetica;
	display: block;
	padding: 0 0 8px 0;
	background: none !important;
	}	
.build_form fieldset label {
	float: left; 
	display: block;
	margin: 7px 5px 0 0;
	width: 60px;
	text-align: right;
	}
.build_form fieldset input {
	float: left;
	display: block;
	}		
.build_form .textfield {
	width: 250px;
	}	
.build_form .submit {
	float: left;
	margin: 6px 0 0 0;
	}	
.build_form a.cancel {
	display: block;
	padding: 10px 0 0 10px;
	color: #888;
	text-decoration: underline;
	font-size: 11px;
	float: left;
	}		
.build_form a:hover.cancel {
	text-decoration: none;
	}		
.build_form .actions {
	display: block;
	margin: 0 0 0 60px;
	}		
	
	
	
	
	
	
	
/* PERMALINK VERSION OF FORMS */



#permalink .share_form {
	display: block;
	padding: 10px 10px 15px 10px;
	margin: 0 0 10px 0;
	background: #fffee6;
	font: normal 12px helvetica;
	border-right: 1px solid #e7b03f;
	border-bottom: 1px solid #e7b03f;
	border-left: 1px solid #e7b03f;
	}
#permalink .build_form {
	display: block;
	padding: 10px 10px 15px 10px;
	margin: 0 0 10px 0;

	font: normal 12px helvetica;
	border-right: 1px solid #e7b03f;
	border-bottom: 1px solid #e7b03f;
	border-left: 1px solid #e7b03f;
	}	
	
	
	
	
/* RIBBIT.FLASH.COM */


#flash_main {
	float: left;
	padding: 40px 0 20px 0;
	font: normal 12px helvetica,arial;
	line-height: 125%;
	width: 753px;
	}
#voice_components {
	background: url(../images/vcff_mainbg.gif) no-repeat;
	/*
	width: 484px;
	*/
	padding: 55px 0 15px 140px;
	margin: 0 0 0 40px;
	}	
#voice_components p {
	/*
	padding: 0 150px 10px 0;
	*/
	padding: 0 15px 5px 0;
	}	
#flash_main .signupnow {
	font: normal 19px helvetica,arial;
	color: #fff;
	background: url(../images/signupnow_btn.gif) no-repeat;
	width: 154px;
	height: 34px;
	display: block;
	float: left;
	margin: 2px 0 0 0;
	}	
#flash_main .signupnow strong {
	background: #666;
	padding: 4px 6px;
	}	
#flash_main .bethefirst {
	float: left;
	width: 340px;
	display: block;
	margin: 0 0 0 15px;
	font-weight: bold;
	}	
form.register {
	padding: 20px 0 0 0px;
	margin: 0 0 0 35px;
	line-height: 120%;
	display: block;
	clear: left;
	}	
form.register a {
	color: #47ad00;
	}	
form.register td.earnings {
	padding: 10px 0;
	}	
form.register td.left {
	text-align: right;
	padding-right: 8px;
	width: 135px;
	}	
form.register .textfield_req, .newform .textfield_req {
	width: 320px;
	}	
form.register textarea, .newform textarea {
	width: 320px;
	height: 75px;
	margin: 0 0 12px 0;
	}	
form.register .submit, .newform .submit {
	background: url(../images/signup_button.gif) no-repeat;
	width: 64px;
	height: 29px;
	display: block;
	color: #fff;
	font-size: 1px;
	line-height: 1%;
	border: 0 !important;
	margin: 6px 0 0 0;
	float: left;
	}	
form.register .terms {
	display: block;
	float: left;
	font: normal 10px arial;
	color: #999;
	padding: 7px 0 0 20px;
	width: 200px;
	}	
#flash_video {
	position: absolute;
	top: 260px;
	left: 540px;
	width: 196px;
	}		
#components_detail {
	margin: 40px 0 0 0;
	}	
#components_detail h1 {
	background: url(../images/components_detail_bar.gif) repeat-x;
	height: 32px;
	}	
#components_detail .menu {
	display: block;
	padding: 30px 0 20px 40px;
	}	
	
	
	
	
/* NEW IDEA FORM */

.new_frame {
    width: 700px;
    height: 410px;
    display: block;
	}

.newform {
	padding: 20px 0 20px 30px;
	display: block;
	border-bottom: 1px dotted #aaa;
	width: 670px;
	}	
.newform h1 {
	font: bold 21px helvetica;	
	padding: 0 0 8px 55px;
	color: #47ad00;
	}
.newform td.left { 	
	width: 50px;
	text-align: right;
	padding-right: 8px;	
	}	
.newform .post {
	background: url(../images/post_btn.gif) no-repeat;
	width: 46px;
	height: 29px;
	display: block;
	color: #fff;
	font-size: 1px;
	line-height: 1%;
	border: 0 !important;
	float: left;
	}		
.newform a.cancel {
	display: block;
	padding: 8px 0 0 56px;
	color: #888;
	text-decoration: none;
	}	
.newform a:hover.cancel {
	text-decoration: underline;
	}	
	
	
	
	
.thanksregistering {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	padding: 25px 0 15px 55px;
	margin: 45px 0 0 0;
	background: #ededed;
	}
.thanksregistering h1 {
	font: bold 19px helvetica;
	}	
	
	
	
.rights {
	color: #999;
	width: 100%;
	text-align: center;
	}
	
	
	
	
	
	
	
	
	
.footer_spacer {
	width: 900px;
	display: block;
	margin: 0 auto;
	padding: 18px 0 0 60px;
	}	
	
	
	
		
.footer, .push {
	height: 16em; /* .push must be the same height as .footer */
}	
.footer {
	margin: 0 auto;
	color: #aaa;
	background: url(http://www.ribbit.com/images/bottom_grass.jpg) repeat-x bottom left;
	width: 100%;
	}
.footer ul {
	float: left;
	margin: 0 70px 0 0;
	color: #aaa;
	}		
.footer ul:hover {
	color: #000;
	}
.footer .title {
	display: block;
	padding: 0 0 6px 0;
	font-weight: bold;
	}	
.footer li {
	display: block;
	padding: 0 0 2px 0;
	line-height: 120%;
	}		
.footer a {
	color: inherit !important;
	color: #aaa;
	}	
.footer a:hover {
	text-decoration: underline;
	}	
	
	
	
	
	
	
	
/* OLD DEVELOPER SITE STYLES */



#head {
	background: url(../images/head.jpg) no-repeat top center;
	height: 160px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	}	
#head #ann_box1 {
	position: absolute;
	right: 41px;
	height: 40px;
	top: 160px; 
	width: 217px;
	background: url(../images/ann_box_bottombg.jpg) repeat-y bottom;	
	}	
#head #ann_box1 h1 {
	font: bold 19px helvetica;
	letter-spacing: -1px;
	position: absolute;
	top: -50px;
	left: 30px;
	}	
#head #ann_box1 h2 {
	color: #555;
	position: absolute;
	top: -25px;
	left: 30px;
	}
#head #ann_box1 img {
	position: absolute;
	border: 0;
	top: 0px;
	margin: 0 0 0 25px;
	}
#head #ann_box2 {
	position: absolute;
	right: 41px;
	top: 210px;
	width: 177px;
	padding: 20px 10px 10px 30px;
	background: url(../images/ann_box2_topbg.jpg) no-repeat top center;
	}	
#head #ann_box2 h1 {
	font: bold 19px helvetica;
	letter-spacing: -1px;
	}
#head #ann_box2_bottom {
	position: absolute;
	right: 41px;
	height: 70px;
	top: 262px; 
	width: 217px;
	background: blue url(../images/ann_box_bottombg.jpg) repeat-y bottom;
	}
#head #ann_box2_bottom h2 {
	color: #555;
	position: absolute;
	top: -7px;
	left: 30px;
	width: 160px;
	}
	
	
	
/* ======= DEVELOPER NAVIGATION, TOP-LEVEL ========== */	
	
	
ul#navigation {
	width: 620px;
	height: 22px;
	top: 131px;
	padding: 7px 0 0 40px;
	position: relative;
	font: normal 15px helvetica;
	} 	
ul#navigation li {
	float: left;
	padding-right: 20px;
	}	
ul#navigation li a {
	color: #fff;
	}
ul#navigation li a:hover {
	text-decoration: underline;
	}	
#sign_in {
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 41px;
	}	
#sign_in form {
	padding: 7px;
	border: 1px solid #c5e6f3;
	background: url(../images/form_bg.png) !important;
	background: transparent;
	}
#sign_in label {
	color: #215a70;
	}	
#sign_in h1 {
	font: bold 14px helvetica;
	color: #000;
	padding: 0 0 9px 0;
	}	
#sign_in .email {
	color: #333;
	width: 120px;
	display: inline;
	margin: 0 10px 0 5px;
	border: 1px solid #A3D67F;
	padding: 4px;
	}
#sign_in .pass {
	color: #333;
	width: 65px;
	display: inline;
	border: 1px solid #A3D67F;
	padding: 4px;	
	margin: 0 0 0 5px;
	}		
	
	
	
	
	
	
	
	
	
	
	
	