#overlay {
	width: 800px;
	height: 545px;
	top: 19px;
	left: 205px;
	background-image:url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/common/overlay-window.png");
}

#overlay .title {
	display: block;
	margin: 0 auto;
	padding-top: 19px;	
}

#overlay .close {
	display: block;
	width: 49px;
	height: 49px;
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/common/close.png");
	position: absolute;
	z-index: 102;
	top: 9px;
	right: 10px;
}

#overlay #social {
	position: relative;
	top: 9px;
	left: 9px;
	height: 527px;
	width: 782px;
}

/**
 * Feed
 */
#overlay .feed {
	position: absolute;
	width: 700px;
	height: 395px;	
	top: 85px;
	left: 45px;
	height: 305px;
	color: #FEFEFE;
	font-size: 12px;
	line-height: 1.5em;
}

#overlay #feed-scroll-wrapper {
	position: relative;
	top: 25px;
	width: 700px;
}

#overlay #feed-scroll {
	height: 300px;
	width: 700px;	
	overflow: hidden;	
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling:touch;
}

#overlay .feed .feed-title {
	display: block;
	margin: 0 auto;	
}

#overlay .feed ul,
#overlay .feed li {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

#overlay .feed .item {
	clear: both;
	padding-top: 12px;
	display: block;
	width: 700px;
}

#overlay .feed .item:first-child {
	padding-top: 0;	
}

#overlay .feed .item .icon {
	width: 66px;
	height: 64px;
	float: left;
	margin-right: 14px;
	position:relative;
	-webkit-transform: translateZ(0);
}

#overlay .feed .item.type-facebook .icon {
	border: solid 1px #3b5a97;
}

#overlay .feed .item.type-twitter .icon {
	border: solid 1px #2daae1;
}

#overlay .feed .container {
	float: left;
	width: 370px;
}

#overlay .feed .item .author,
#overlay .feed .item .author:link,
#overlay .feed .item .author:visited {
	color: #ed2e31;
	font-weight: bold;	
	text-decoration: none;
}

#overlay .feed .item.type-twitter .copy a,
#overlay .feed .item.type-twitter .copy a:link,
#overlay .feed .item.type-twitter .copy a:visited {
	color: #00bff1;
	text-decoration: none;
}

#overlay .feed .item.type-facebook .copy a,
#overlay .feed .item.type-facebook .copy a:link,
#overlay .feed .item.type-facebook .copy a:visited {
	color: #3b5a97;
	text-decoration: none;
}

#overlay .feed .sharing {
	float: right;	
	width:227px;
	padding-top: 10px
}

#overlay .feed .sharing .share {
	background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/social/share.png);
	width: 102px;
	height: 24px;
	display: block;
	float: left;
}

#overlay .feed .sharing .retweet {
	background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/social/retweet.png);
	width: 125px;
	height: 24px;
	display: block;
	float: left;
}

#overlay .feed .sharing .tweet {
	background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/social/tweet.png);
	width: 125px;
	height: 24px;
	display: block;
	float: left;
}

#overlay .icon .corner {
	position: absolute;
	top: 0;
	left: 0;
}

/**
 * Social
 */
#overlay .network a,
#overlay .network .icon {
	display: block;
	position: absolute;
}

/* Facebook */
#overlay .facebook {
	position: absolute;
	top: 447px;
	left: 35px;
	background-image:url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/social/container-large.png);
	width: 242px;
	height: 64px;
}

#overlay .facebook .icon {
	top: 23px;
	left: 28px;
}

#overlay .facebook .fb-share {
	top: 25px;
	left: 61px;
}

#overlay .facebook .fb-like {
	top: 25px;
	left: 155px;
}

/* Twitter */
#overlay .twitter {
	position: absolute;
	top: 447px;
	left: 269px;
	background-image:url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/social/container-large.png);
	width: 242px;
	height: 64px;
}

#overlay .twitter .icon {
	top: 23px;
	left: 28px;
}

#overlay .twitter .tw-tweet {
	top: 25px;
	left: 61px;
}

#overlay .twitter .tw-follow {
	top: 25px;
	left: 138px;
}

/* Google Plus */
#overlay .googleplus {
	position: absolute;
	top: 447px;
	left: 503px;
	background-image:url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/social/container-small.png);
	width: 107px;
	height: 64px;
}

#overlay .googleplus .icon {
	top: 23px;
	left: 28px;
}

#overlay .googleplus .gp-plusone {
	top: 25px;
	left: 61px;
}

/* Pinterest */
#overlay .pin {
	position: absolute;
	top: 447px;
	left: 602px;
	background-image:url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/social/container-medium.png);
	width: 146px;
	height: 64px;
}

#overlay .pin .icon {
	top: 23px;
	left: 28px;
}

#overlay .pin .pi-pinit {
	top: 25px;
	left: 65px;
}