@charset "utf-8";
/* Home CSS Stylesheet */

body.social {
	background-image:url(../../social/images/body-background.jpg);
}

body.social div#header {
	background-image:url(../../social/images/header-background.jpg);
}

body.social div#header div#vertNav div.link a:hover {
	color:#a1a1a4;
}

body.social div#bodyWrapper,
body.social div#wrapper {
	background-image:url(../../social/images/wrapper-background.jpg);
}

body.social div#wrapper div#breadCrumb {
	color:#3C3C3C;
}

body.social div#wrapper div#breadCrumb a {
	color:#3C3C3C;
}

body.social div#wrapper div#breadCrumb span.current {
	color:#505050;
}

body.social div#wrapper div#contentArea h1.title {
}

body.social div#wrapper div#contentArea a {
	color:#505050;
}

body.social div#wrapper div#contentArea a:hover {
	color:#3C3C3C;
}

body.social div#wrapper div#contentArea div#social-left {
	float:left;
	width:400px;
}

body.social div#wrapper div#contentArea div#social-right {
	float:left;
	width:463px;
	margin-left:60px;
}

body.social #wrapper #contentArea #likeBox {
	clear:both;
	float:right;
	margin-top:150px;
}

/* #######################################
##
##				ICONS
##
####################################### */
div.icon {
	float:left;
	overflow:hidden;
	margin-left:10px;
}
div.icon a {
	display:block;
	width:24px;
	height:25px;
	text-decoration:none;
}
div.youtube-large {
	background-image:url(../../social/images/social-icons-large.png);
	background-position:-220px 0px;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
div.youtube-large a {
	width:100px;
	height:100px;
}
div.facebook-large {
	background-image:url(../../social/images/social-icons-large.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
div.facebook-large a {
	width:100px;
	height:100px;
}
div.twitter-large {
	background-image:url(../../social/images/social-icons-large.png);
	background-position:-110px 0px;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
div.twitter-large a {
	width:100px;
	height:100px;
}

