/* back to top */
div#backToTop {text-align:right;}
div#backToTop span{text-transform:uppercase;font-size:16px;}  
/* FOOTER (INSIDE BOD absolute in main site) */
div#footer { 
width:100%;
height:auto;
background:#46A147;  
}

div#footer p{
margin:0;
font-size:21px !important;
line-height:1.5 !important;
font-family:"Ubuntu",arial,helvetica,sans-serif !important;
font-weight:500 !important;/*for Ubuntu*/
color:#FFFFFF !important; 
} 
div#footer_logo{width:190px;height:88px;}
img.footer_logo{width:190px;height:88px;} 
div.footer_buttons_container{width:320px;margin:0 auto 0 auto;}  
div.footer_button{  
float:left;
width:120px;
margin:10px 15px 10px 15px; 
border-radius:20px;
-moz-border-raduis:20px; 
text-align:center;
padding:5px;
background:#89C389; /* light faded green */
cursor:pointer; 
}

/* REPEAT THIS HERE FOR THE BLOG PAGE TO MIND IT*/
div#blog-page div#footer{ 
font-size:21px !important;
line-height:1.5 !important;
font-family:"Ubuntu",arial,helvetica,sans-serif !important;
font-weight:500 !important;/*for Ubuntu*/
color:#FFFFFF !important; 
} 
div#blog-page div.footer_button{
font-size:21px !important;
line-height:1.5 !important;
font-family:"Ubuntu",arial,helvetica,sans-serif !important;
font-weight:500 !important;/*for Ubuntu*/
color:#FFFFFF !important; 
}

/* copyright info */
div#copyInfo { 
margin:50px 0 0 0; 
width:100%;
font-size: 13px;
color:#808080 !important; 
} 
div#copyInfo div:nth-child(1) { 
float:left;
margin:0 0 30px 0; 
}
div#copyInfo div:nth-child(2) { 
float:right;
margin:0 0 30px 0; 
}
.copyinfo {
font-size:13px;
}