#main-img{
	display:block;
}
#links a{
	height: 25px;
	position: absolute;
	display: block;
	font-size: 17px;
	font-family: 'Source Sans Pro';
	font-weight: normal;
	font-style: italic;
	width: 240px;
}
#links a:link,#links a:visited, #links a:active{
	color:#414042;
	text-decoration: none;
	outline-style:none;
}
#links a:hover{
	text-decoration: underline;;
}
#links{
	position: absolute;
	display: block;
	top:-35px;
	left:0;
}
#holder{
	position: relative;
	width:965px;
	margin-left: auto;
	margin-right: auto;
}
body{

}
#sb_home_link{
	width:290px;
	height:100px;
	position: absolute;
	top:1251px;
	left:586px;
}
#social_buttons a{
	width:90px;
	margin-bottom: 10px;
}
#embed {
	width: 600px;
	height: 190px;
	left: 50%;
	margin-left: -300px;
	bottom: -200px;
	background: #F8F8F8;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-top: 5px solid #555;
	position: fixed;
	text-align: center;
}
#embed h5 {
	font-weight: bold;
	font-size: 22px;
	margin: 15px 0;
	color: #333;
}
#horizontalShare{
	position: absolute;
	width: 400px;
	top: 1200px;
	left: 520px;
	height: 50px;
}
#close {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 16px;
	height: 16px;
	padding: 3px;
	border-radius: 20px;
	background: url("../png/close-2.png") no-repeat 3px 3px;
}
#embed textarea {
	border: 1px #999 solid;
	color: #111;
	font-size: 11px;
	font-family: monospace;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	width: 450px;
	height: 90px;
}
#close:hover {
	background-color:#fff;
	-moz-box-shadow:0 0 1px #000;
	-webkit-box-shadow:0 0 1px #000;
	box-shadow:0 0 1px #000;
}
.hide {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}



#horizontalShare {
	text-align:center;
	margin:0 0 50px;
}
.socialBtn {
	margin-bottom: 10px;
	display:inline-block;
	position:relative;
}
#facebook {
	top:-3px;
}
#twitter, #linkedin, #pinterest {
	top:2px;
}
#stumbleupon {
	top:1px;
}
#facebook,
#linkedin {
	padding:0 20px;
}
#horizontalShare .socialLink {
	display:inline-block;
	position:relative;
	font-size:12px;
	text-align:center;
	padding:1px 6px;
	background:#eee;
	border:1px solid #ddd;
	color:#333;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	margin:0 20px 0 5px;
	top:-4px;
}
#horizontalShare .socialLink:hover {
	background:#ddd;
	border:1px solid #ccc;
	color:#000;
}

#socialFloater {
	position:fixed;
	top:20px;
	left:15px;
	width:50px;
	padding:8px;
	background:none;
	background:rgba(255,255,255,0.3);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
@media only all and (max-width: 1140px) {
	#socialFloater {
		display:none;
	}
}
	#socialFloater .fb-like {
		margin-left:2px;
		padding-bottom:10px;
	}
	#socialFloater .twitter-share-button {
		margin-left:-3px;
		padding-bottom:7px;
	}
	#stumbleVert {
		display:block;
		padding:7px 0 0;
		margin-left:-5px;
	}
	#pinterestVert {
		display:block;
		padding:7px 3px;
	}
	#pinterest{
		width:90px;
		text-align: left;
	}
	#socialFloater .embedLink,
	#return {
		font-size:12px;
		display:block;
		text-align:center;
		padding:1px 6px;
		background:#eee;
		border:1px solid #ddd;
		color:#333;
		text-decoration:none;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		border-radius:3px;
		margin:15px 0 0 -2px;
		position:relative;
		top:-6px;
	}
	#socialFloater .embedLink:hover,
	#return:hover {
		background:#ddd;
		border:1px solid #ccc;
		color:#000;
	}

#signature {
	text-align: center;
	padding: 20px 0;
}

#signature a {
	color: #38b5e6;
}