/* Required to prevent errors on theme selction page
Theme Name: Memiah Framework Social
Author: Memiah-site
Description: Allow us to style cross-site social footer icons. These can be overridden in theme specific stylesheets. We're not including the whole framework stylesheet for each theme as it breaks some!
*/

#footer, #foot {
	position: relative;
}

#social-icons {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#social-icons a {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	text-indent: -2000em;
	background: url(lib/img/social.png) no-repeat;
	margin-left: 5px;
	font-size: 0px;
}

#social-icons .facebook {
	background-position: 0 -24px;
}

#social-icons .twitter {
	background-position: 0 -48px;
}

#social-icons .linkedin {
	background-position: 0 -72px;
}

#social-icons .counselling-directory { background-image: url(lib/img/counselling-icon-24.png); }
#social-icons .hypnotherapy-directory { background-image: url(lib/img/hypnotherapy-icon-24.png); }
#social-icons .beauty-resource { background-image: url(lib/img/beauty-icon-24.png); }
#social-icons .life-coach-directory { background-image: url(lib/img/lifecoach-icon-24.png); }
#social-icons .nutritionist-resource { background-image: url(lib/img/nutritionist-icon-24.png); }
/* OPTIONS */
.custom_option_error { color: #d30200; }