/**********************************
*Gearlive Social Project Stylesheet
*Author: Edwin Soto
*Made: with Love
**********************************/

/***Begin Container Elements****/
#glbox
{
	padding-left: 20px;
	width: 350px;
	height: 65px;
}

/***Begin Inner Elements***/
.twitterbutton
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/twitter.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
}

.rssbutton
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/rss.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
}

.facebookbutton
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/facebook.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
}

.youtubebutton
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/youtube.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
}

.emailbutton
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/email.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
}

/***Begin Hover Elements***/

.twitterbutton:hover
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/twitterhover.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;	
	cursor: pointer;
}

.rssbutton:hover
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/rsshover.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
	cursor: pointer;
}

.facebookbutton:hover
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/facebookhover.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
	cursor: pointer;	

}

.youtubebutton:hover
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/youtubehover.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
	cursor: pointer;

}

.emailbutton:hover
{
	background-image:url('http://file1.gearlive.com/.img/social-buttons/emailhover.png');
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
	float:left;
	margin:5px;
	cursor: pointer;

}