/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
to make the footer stick to the bottom
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

div#footer-wide{
	/*height: 120px;*/
	/*margin-bottom: 0;*/
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}

.my_wrapper {
    min-height: 98%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -130px;
}

.push {
    height: 130px;
}

.footer {
    /*height: 66px;
    height: 120px;*/
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/

div#footer-wide,div#footer{
	color: #fff;
	/*height:45px;*/
	background-color: #000;
	margin-bottom: 0;
}	
	
div#footer-wide{
	background-color: #000;
	width: 100%;
	/*float: left;*/
}

body#forgot_password div#footer-wide{
	/*margin-top: 90px;*/	
}

div#footer h3{
	color: #fff;
}

div#footer a{
	color: #fff;	
	text-decoration: none;
}

div#footer a:hover{
	
	text-decoration: underline;
}

div#footer #social_links > ul li a{
	color: #C0ECFC;
	/*text-decoration: none;*/
	font-size: 15px;
}

div#footer #social_links > ul{
	list-style-type: none;
}

div#footer #social_links > ul li{
	display: inline;
}

div#about_links a{
	text-decoration: underline;
}



div#footer #about_links ul li{
	display: inline;
}

div#footer #about_links{
	/*margin-top:15px;*/
	margin-bottom: 5px;
}

div#copyright{
	margin-top: 5px;
	font-size: 0.9em;
	
}

div#add_this{
	margin-top: 10px;
	
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/

/*footer*/
div#footer-wide,div#footer{
	color: #fff;
	/*height:45px;*/
	background-color: #000;
}	
	
div#footer-wide{
	padding-top: 5px;
    padding-bottom:10px;

	/*margin-top: 20px;*/
	background-color: #000;
	width: 100%;
	/*height: 150px;*/
	float: left;
}

body#forgot_password div#footer-wide{
	/*margin-top: 90px;*/	
}

div#footer h3{
	color: #fff;
}

div#footer a{
	color: #fff;	
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer #social_links > ul li a{
	color: #C0ECFC;
	/*text-decoration: none;*/
	font-size: 15px;
}

div#footer #about_links ul li{
	display: inline;
}

