#social
{
	position: absolute;
	display: block;
	top: 18px;
	right: 90px;
}

#social .social_icon a
{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	opacity: 0.7;
}

#social .social_icon a:hover
{
	opacity: 1;
}

#social .social_icon:last-child a
{
	/* border: solid 1px #000; */
	margin: 0px;
}

/* HOME */
.home #social_youtube
{
	background: url(../images/_icons_social.png) no-repeat 0px 0px;
}

.home #social_facebook
{
	background: url(../images/_icons_social.png) no-repeat 0px -24px;
}

.home #social_linkedin
{
	background: url(../images/_icons_social.png) no-repeat 0px -48px;
}

.home #social_twitter
{
	background: url(../images/_icons_social.png) no-repeat 0px -72px;
}

.home #social_rss
{
	background: url(../images/_icons_social.png) no-repeat 0px -96px;
}

/* ABOUT */
.about #social_youtube
{
	background: url(../images/_icons_social.png) no-repeat -24px 0px;
}

.about #social_facebook
{
	background: url(../images/_icons_social.png) no-repeat -24px -24px;
}

.about #social_linkedin
{
	background: url(../images/_icons_social.png) no-repeat -24px -48px;
}

.about #social_twitter
{
	background: url(../images/_icons_social.png) no-repeat -24px -72px;
}

.about #social_rss
{
	background: url(../images/_icons_social.png) no-repeat -24px -96px;
}

/* BLOG */
.blog #social_youtube
{
	background: url(../images/_icons_social.png) no-repeat -24px 0px;
}

.blog #social_facebook
{
	background: url(../images/_icons_social.png) no-repeat -24px -24px;
}

.blog #social_linkedin
{
	background: url(../images/_icons_social.png) no-repeat -24px -48px;
}

.blog #social_twitter
{
	background: url(../images/_icons_social.png) no-repeat -24px -72px;
}

.blog #social_rss
{
	background: url(../images/_icons_social.png) no-repeat -24px -96px;
}




#buttons_social .button a
{
	display: block;
	/* float: left; */
	width: 160px;
	height: 40px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	/* opacity: 0.7; */
}

#buttons_social .facebook
{
	background: url(../images/_buttons_social.png) no-repeat 0px 0px;
}

#buttons_social .twitter
{
	background: url(../images/_buttons_social.png) no-repeat 0px -40px;
}