body {
	overflow: hidden;
}

#header, 
#footer {
	display: none;
}

#fullscreen {
	background: rgba(255,255,255, .95);
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 400;
}
	#fullscreen #story { display: none; }
	
	#fullscreen #content {
		background: none;
		left: 0;
		margin: 0 auto;
		min-height: auto;
		padding-bottom: 0;
		position: absolute;
		top: 0;
	}
		#fullscreen #content .page {
			background: #FFF;
			display: none;
			height: 100%;
			margin-bottom: 0;
			overflow: hidden;
			position: absolute;
			text-align: center;
			top: 0;
		}
		#fullscreen #content #intro {
			padding: 0 0 20px;
			text-align: left; 
		}
			#fullscreen #content #intro .headline { margin-top: 100px; }
				
				
		#fullscreen #content #outro { 
			padding: 40px 0 20px;
			text-align: left; 
		}
		
		#fullscreen #content #outro .byline {
			margin: 0 auto;
			text-align: left; 
			width: 800px;
		}
		
		#fullscreen #content #outro p.center { margin: 0 100px 0 0; }
		
		#fullscreen #content #outro {
			padding-top: 40px;
			padding-bottom: 20px;
		}

		#fullscreen #intro .intro {
			margin: 5px 180px 0 120px;
		}
		#fullscreen #intro .headline {
			margin: 0 120px;
		}

#fullscreen .pagePrev,
	#fullscreen .pageNext{ 
		bottom: 5px;
		position: fixed; 
		top: auto;
		width: 102px;
	}
	#fullscreen .pagePrev { left: 8px; }
	#fullscreen .pageNext { right: 3px; }

		#fullscreen .pagePrev a {
			background-image: url(/images/buttons/arrow-left.png);
			height: 69px;
		}

		#fullscreen .pageNext a {
			background-image: url(/images/buttons/arrow-right.png);
			height: 69px;
		}

.postFeedback {
	position: fixed;
	right: 5px;
	top: 5px;
	left: auto;
}

.ui-draggable {
	border: 1px solid #eee;
	box-shadow: 7px 7px 10px #CCC;
	cursor: move;
	-moz-box-shadow: 7px 7px 10px #CCC;
	-webkit-box-shadow: 7px 7px 10px #CCC;
}

.ui-resizable-handle {
  width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
	background: red;
   height:15px;
 }  

#fullscreen .pagetitle {
	margin: 15px 0;
}
#fullscreen .issueStories .follows {
	height: 540px;
	margin: 0px auto;
	overflow: auto;
	width: 980px;
}

#fullscreen .fb_comments {
	height: 400px;
	overflow: auto;
}

#fullscreen .wp-caption { display:inline-block; }
#fullscreen .caption-wrapper,
#fullscreen .wp-caption-text {
	display: none;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: 20px;
	width: 400px;
}